:root {
    --theme-color: #5b361d;
    --theme-color2: #a8682f;
}

* {
    border: none;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: 0
}

.page-wrapper {
    min-width: 350px
}

body {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    font-family: DM Sans, sans-serif
}

a,
a:active,
a:focus {
    color: #2b2d42
}

a,
a:active,
a:focus,
a:hover {
    border: none;
    outline: none;
    text-decoration: none;
    transition: .3s
}

a:hover {
    color: var(--theme-color)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    background: none;
    color: var(--theme-color2);
    font-family: Cormorant, serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0;
    position: relative
}

.h1,
h1 {
    font-size: 100px
}

.h1,
.h2,
h1,
h2 {
    font-weight: 700;
    line-height: 1
}

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

.h3,
h3 {
    font-size: 40px
}

.h3,
.h4,
h3,
h4 {
    font-weight: 700
}

.h4,
h4 {
    font-size: 30px
}

.h5,
h5 {
    font-size: 20px
}

.h5,
.h6,
h5,
h6 {
    font-weight: 700
}

.h6,
h6 {
    font-size: 16px
}

p {
    color: #6e6e6e;
    font-size: 18px;
    line-height: 1.8
}

textarea {
    overflow: hidden
}

button {
    cursor: pointer;
    outline: none !important
}

section {
    position: relative
}

.text {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 15px
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

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

.row.no-gutters {
    margin: 0
}

.row>* {
    padding: 0 15px
}

.row.no-gutters>* {
    padding: 0
}

.nav-tabs .nav-link {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.nav-tabs {
    border: 0
}

.page-wrapper {
    margin: 0 auto;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9
}

.auto-container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: static
}

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

figure {
    margin-bottom: 0
}

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

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

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

img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

.dropdown-toggle:after {
    display: none
}

.fa {
    line-height: inherit
}

.nice-select {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 60px;
    line-height: 58px;
    width: 100%
}

.nice-select:after {
    border-color: hsla(0, 0%, 43%, .5);
    height: 10px;
    margin-top: -6px;
    right: 20px;
    width: 10px
}

.nice-select .list {
    width: 100%
}

.preloader {
    background-image: url(../images/icons/preloader.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    display: none !important;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.preloader-close {
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 10px 20px;
    position: fixed;
    right: 0;
    z-index: 999999
}

.loader-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

.loader-wrap .layer-one {
    left: 0
}

.loader-wrap .layer-one,
.loader-wrap .layer-two {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 33.3333%
}

.loader-wrap .layer-two {
    left: 33.3333%
}

.loader-wrap .layer-three {
    height: 100%;
    left: 66.6666%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 33.3333%
}

.loader-wrap .layer .overlay {
    background: #1e1e1e;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.owl-nav {
    display: none
}

.theme-color {
    color: var(--theme-color)
}

.theme-bg {
    background-color: var(--theme-color)
}

.h_340 {
    height: 340px
}

.h_140 {
    height: 140px
}

.b__75 {
    bottom: -75px
}

.t__85 {
    top: -85px
}

.section-padding {
    padding: 80px 0
}

.btn-1 {
    background-color: var(--theme-color);
    display: inline-flex;
    font-weight: 500;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 17px 35px 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    z-index: 1
}

.btn-1,
.btn-1:hover {
    color: #fff
}

.btn-1 span {
    background-color: var(--theme-color2);
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width .4s ease-in-out, height .4s ease-in-out;
    width: 0;
    z-index: -1
}

.btn-1 i {
    font-size: 24px;
    font-weight: 700;
    line-height: 15px;
    margin-left: 15px;
    position: relative;
    top: -2px;
    transition: .5s;
    vertical-align: middle
}

.btn-1:hover i {
    color: #fff
}

.btn-1:hover span {
    height: 562.5px;
    width: 225%
}

.btn-1.s-two {
    background: #fff;
    color: #242424
}

.btn-1.s-two:hover {
    color: #fff
}

.btn-1.btn-small,
.btn-1.btn-small.btn-alt {
    padding: 11px 30px 10px
}

.btn-1.btn-large {
    padding: 22px 45px 21px
}

a.btn-1.btn-alt {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #222;
    padding: 16px 35px 15px
}

a.btn-1.btn-alt:hover {
    border-color: var(--theme-color);
    color: #fff
}

.btn-1.btn-alt span {
    background: var(--theme-color)
}

.main-header {
    background: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .03);
    clear: both;
    display: block;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999
}

.header-top-1 {
    background: var(--theme-color2)
}

ul.header-top-1-contact-info i {
    color: var(--theme-color);
    margin-right: 10px
}

ul.header-top-1-contact-info li {
    color: #fff;
    margin: 11.5px 60px 11.5px 0;
    position: relative
}

ul.header-top-1-contact-info li+li:before {
    background: hsla(0, 0%, 100%, .15);
    content: "";
    height: 50px;
    left: -30px;
    position: absolute;
    top: -9px;
    width: 1px
}

ul.header-top-1-contact-info li span {
    color: #a5a4b3
}

ul.header-top-1-contact-info li a {
    color: #fff
}

ul.header-top-1-contact-info li a:hover {
    color: var(--theme-color)
}

.header-top-1-social-icon a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-left: 30px
}

.header-top-1-social-icon {
    position: relative
}

.header-top-1-social-icon a:hover {
    color: var(--theme-color)
}

.header-top-1-login a {
    color: #fff
}

.header-top-1-login a:hover {
    color: var(--theme-color)
}

.language-switcher {
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    padding-right: 29px;
    position: relative
}

.language-switcher>.nice-select {
    background: transparent;
    border: transparent;
    color: #fff;
    height: 50px;
    line-height: 48px;
    padding-left: 0
}

.language-switcher .nice-select:after {
    border-color: #fff;
    height: 7px;
    right: 10px;
    width: 7px
}

.language-switcher .nice-select .list {
    min-width: 80px
}

.language-switcher .nice-select .list li {
    color: #222
}

.main-header .header-upper,
.main-header .header-upper .inner-container {
    position: relative;
    background-color: white;
}

.main-header .header-upper .logo-box {
    z-index: 10
}

.main-header .header-upper .logo-box .logo {
    display: block;
    padding: 10px 0;
    position: relative
}

.main-header .header-upper .left-column,
.main-header .header-upper .right-column {
    position: relative
}

.main-header .nav-outer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.navbar-right-info .mobile-nav-toggler {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 50px;
    line-height: 44px;
    margin-left: 30px;
    position: relative;
    text-align: center;
    width: 50px
}

.main-header .nav-outer .main-menu {
    position: relative
}

.main-menu .inner-container {
    background: #fff;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .12);
    margin-bottom: -25px
}

.main-menu .inner-container .nav-outer {
    justify-content: space-between
}

.main-menu .contact-info,
.main-menu .inner-container .nav-outer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.main-menu .contact-info {
    margin-right: 35px
}

.main-menu .contact-info .icon {
    color: #fff;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    text-align: center;
    width: 75px
}

.main-menu .contact-info h6 {
    font-size: 14px;
    margin-bottom: 5px
}

.main-menu .contact-info h4 {
    font-size: 22px
}

.main-menu .navbar-collapse {
    display: block !important;
    padding: 0
}

.main-menu .navigation {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 50px;
    position: relative
}

.main-menu .navigation>li {
    padding: 37px 0
}

.main-menu .navigation>li,
.main-menu .navigation>li a {
    margin-right: 25px;
    position: relative
}

.main-menu .navigation>li a:before {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    width: 0
}

.main-menu .navigation>li.current>a {
    color: var(--theme-color)
}

.main-menu .navigation>li a:hover:before,
.main-menu .navigation>li.current a:before {
    background: var(--theme-color);
    opacity: 1;
    width: 23px
}

.main-menu .navigation>li:last-child:before {
    display: none
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li>a {
    color: var(--theme-color2);
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    opacity: 1;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: all .3s ease
}

.main-menu .navigation>li>a:hover {
    color: var(--theme-color)
}

.main-menu .navigation>li>ul {
    background-color: var(--theme-color2);
    border-top: 3px solid var(--theme-color);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    display: none;
    left: 0;
    min-width: 250px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(30px);
    transition: .5s;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
    z-index: 100
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    padding: 0 25px;
    position: relative;
    width: 100%
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 0
}

.main-menu .navigation>li>ul>li>a {
    border-bottom: 1px solid #3a3a3a;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    padding: 12.5px 3px;
    position: relative;
    text-align: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0
}

.main-menu .navigation>li>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    content: "\f105";
    display: block;
    font-family: Font Awesome\ 5 Pro;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    right: 3px;
    top: 11px
}

.main-menu .navigation>li>ul>li>ul {
    background-color: var(--theme-color2);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    transform: translateY(30px);
    transition: .5s;
    width: 250px;
    z-index: 100
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    padding: 0 25px;
    position: relative;
    width: 100%
}

.main-menu .navigation>li>ul>li>ul>li:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 0
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    border-bottom: 1px solid #3a3a3a;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    padding: 10.5px 0;
    position: relative;
    text-align: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    content: "\f105";
    display: block;
    font-family: Font Awesome\ 5 Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    right: 30px;
    top: 12px;
    z-index: 5
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    visibility: visible
}

.main-menu .navigation>li.dropdown>a:before {
    content: "\f107";
    font-family: Font Awesome\ 5 Pro;
    position: absolute;
    right: 0;
    top: 4px
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    visibility: visible
}

.main-menu .navigation li.dropdown .dropdown-btn {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 8px;
    width: 34px;
    z-index: 5
}

.sidemenu-nav-toggler {
    background: var(--theme-color);
    color: #fff;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
    text-align: center;
    width: 60px
}

.search-popup {
    background: rgba(0, 0, 0, .9);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transform: translateY(101%);
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    visibility: hidden;
    width: 100%;
    z-index: 99999
}

.search-popup.popup-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.search-popup .overlay-layer {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.search-popup .close-search {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 5
}

.search-popup .close-search:hover {
    opacity: .7
}

.search-popup .search-form {
    margin: 150px auto 100px;
    max-width: 1024px;
    padding: 0 15px;
    position: relative;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.search-popup .search-form fieldset {
    border-radius: 12px;
    position: relative
}

.search-popup .search-form fieldset input[type=search] {
    background: #fff;
    border-radius: 7px;
    color: #233145;
    font-size: 24px;
    height: 70px;
    line-height: 30px;
    padding: 20px 220px 20px 30px;
    position: relative
}

.search-popup .search-form fieldset input[type=submit] {
    background: var(--theme-color);
    border-radius: 0 7px 7px 0;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 70px;
    line-height: 30px;
    padding: 20px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 220px
}

.search-popup h3 {
    color: #fff;
    display: none;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

.search-popup .recent-searches {
    color: #fff;
    display: none;
    font-size: 16px;
    text-align: center
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.search-popup .recent-searches li a {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: block;
    line-height: 24px;
    padding: 7px 15px;
    transition: all .5s ease
}

.search-popup .search-form fieldset input[type=search]:focus {
    border-color: #ddd;
    box-shadow: none
}

.sticky-header {
    background: #fff;
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    left: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: top .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.sticky-header .main-menu .navigation {
    margin-left: 0
}

.fixed-header .sticky-header {
    opacity: 1;
    visibility: visible;
    z-index: 99901
}

.fixed-header .sticky-header .inner-container {
    box-shadow: none;
    margin-bottom: 0
}

.fixed-header .sticky-header .search-toggler {
    background: transparent;
    color: #222;
    font-size: 20px
}

.main-header .sticky-header .header-upper .logo-box .logo {
    padding: 13.5px 0
}

.sticky-header .main-menu .navigation>li {
    padding: 17px 0
}

.main-header .sticky-header .header-upper .inner-container {
    min-height: 70px
}

.sticky-header .main-menu .navigation>li:before {
    bottom: 20px
}

.nav-outer .mobile-nav-toggler {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 20px;
    height: 50px;
    line-height: 44px;
    margin: 13px 0 13px 15px;
    position: relative;
    text-align: center;
    width: 50px
}

.mobile-menu {
    height: 100%;
    max-width: 100%;
    opacity: 0;
    padding-right: 30px;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 300px;
    z-index: 999999
}

.mobile-menu .mCSB_scrollTools {
    right: -6px
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 30px 25px;
    position: relative;
    text-align: left
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    background-color: var(--theme-color);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(101%);
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    width: 100%;
    z-index: 1
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    transform: translateX(0);
    transition: all .7s ease;
    visibility: visible
}

.mobile-menu .menu-box {
    background: #202020;
    border-radius: 0;
    height: 100%;
    left: 0;
    max-height: 100%;
    opacity: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 0;
    transform: translateX(101%);
    visibility: hidden;
    width: 100%;
    z-index: 5
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    transform: translateX(0);
    transition: all .7s ease;
    visibility: visible
}

.mobile-menu .close-btn {
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 15px;
    transition: all .9s ease;
    width: 24px;
    z-index: 10
}

.mobile-menu .navigation {
    display: block;
    float: none;
    position: relative;
    width: 100%
}

.mobile-menu .navigation li {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    display: block;
    position: relative
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.mobile-menu .navigation li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 25px;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    transition: all .5s ease;
    width: 32px;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    transform: rotate(90deg)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.mobile-menu .header-link-btn {
    padding: 30px 20px
}

.mobile-menu .social-links {
    padding: 20px 25px;
    position: relative
}

.mobile-menu .social-links li {
    display: inline-block;
    margin: 0 10px 10px;
    position: relative
}

.mobile-menu .social-links li a {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    transition: all .5s ease
}

.hidden-sidebar {
    align-items: center;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    max-width: 470px;
    overflow: auto;
    padding: 40px 45px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 9999
}

.hidden-sidebar-close {
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 40px;
    top: 40px
}

.hidden-sidebar .logo {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 50px;
    padding-bottom: 30px
}

.hidden-sidebar .wrapper-box {
    height: 100%
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 40px
}

.hidden-sidebar .about-widget-two {
    position: relative
}

.hidden-sidebar .about-widget-two h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 28px
}

.hidden-sidebar .news-widget {
    position: relative
}

.hidden-sidebar .widget-title {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px
}

.hidden-sidebar .news-widget .post-wrapper {
    margin-bottom: 30px;
    margin-top: -10px;
    padding-left: 110px;
    position: relative
}

.hidden-sidebar .news-widget .post-wrapper:last-child {
    margin-bottom: 0
}

.hidden-sidebar .news-widget .image {
    left: 0;
    position: absolute;
    top: 10px;
    width: 90px
}

.hidden-sidebar .news-widget .category {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    position: relative;
    text-transform: uppercase
}

.hidden-sidebar .news-widget h4 {
    font-size: 18px;
    font-weight: 700
}

.hidden-sidebar .news-widget h4 a {
    color: #242424;
    transition: .5s
}

.hidden-sidebar .newsletter-widget {
    margin-bottom: 50px;
    position: relative
}

.hidden-sidebar .newsletter-widget input[type=email] {
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding: 13px 20px;
    position: relative;
    width: 100%
}

.hidden-sidebar .newsletter-widget .theme-btn {
    background: var(--theme-color);
    color: #fff
}

.hidden-sidebar .newsletter-widget .theme-btn:before {
    background-color: #222
}

.nav-overlay {
    background: hsla(0, 0%, 8%, .7);
    bottom: 0;
    cursor: none;
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transform: translateZ(0);
    width: 100%;
    z-index: 99999
}

.cursor {
    background-color: #fff;
    border-radius: 100%;
    height: 6px;
    pointer-events: none;
    position: absolute;
    transform: scale(1);
    transition: transform .3s cubic-bezier(.75, -1.27, .3, 2.33), opacity .2s cubic-bezier(.75, -.27, .3, 1.33);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: hidden;
    visibility: visible;
    width: 6px;
    z-index: 1;
    z-index: 10000
}

.cursor.active {
    opacity: .5;
    transform: scale(0)
}

.cursor.hovered {
    opacity: .08
}

.cursor-follower {
    background-color: hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 50px;
    pointer-events: none;
    position: absolute;
    transition: transform .6s cubic-bezier(.75, -1.27, .3, 2.33), opacity .2s cubic-bezier(.75, -.27, .3, 1.33);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: hidden;
    visibility: visible;
    width: 50px;
    z-index: 1;
    z-index: 10000
}

.cursor-follower.active {
    opacity: .7;
    transform: scale(1)
}

.cursor-follower.hovered {
    opacity: .08
}

.cursor-follower.close-cursor:before {
    display: inline-block;
    left: 48%;
    transform: rotate(-45deg)
}

.cursor-follower.close-cursor:after,
.cursor-follower.close-cursor:before {
    background: #fff;
    content: "";
    height: 25px;
    position: absolute;
    top: 12px;
    width: 2px
}

.cursor-follower.close-cursor:after {
    right: 48%;
    transform: rotate(45deg)
}

button.theme-btn.search-toggler {
    background: transparent;
    font-size: 18px;
    margin-right: 30px;
    position: relative;
    top: 4px;
    transition: .5s
}

button.theme-btn.search-toggler:hover {
    color: var(--theme-color)
}

.banner-section {
    overflow: hidden;
    position: relative
}

.banner-slider,
.three-item-carousel {
    height: 100% !important;
    position: relative;
    z-index: 9
}

.banner-section .swiper-slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.banner-section .swiper-slide:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%
}

.banner-section .content-outer {
    display: table;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 100%
}

.banner-section .content-box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1320px;
    min-height: 800px;
    padding: 135px 15px;
    position: relative
}

.banner-section .content-box .inner {
    opacity: 0;
    position: relative;
    transform: translateX(100px)
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    transform: translateX(0);
    transition: all .5s ease
}

.banner-section .content-box h1 {
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    text-transform: capitalize;
    transform: translateY(-20px);
    transition: all .5s ease;
    visibility: hidden
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .8s;
    visibility: visible
}

.banner-section h4 {
    color: var(--theme-color);
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 15px;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    transform: translateY(20px);
    transition: all .5s ease;
    visibility: hidden
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.2s;
    visibility: visible
}

.banner-section .text {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    transition: all .5s ease;
    visibility: hidden
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.6s;
    visibility: visible
}

.banner-section .link-box {
    margin: 0 -10px;
    padding-top: 20px;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all .5s ease;
    transition-delay: 2s
}

.banner-section .swiper-slide-active .link-box {
    transform: scale(1)
}

.banner-section .link-box a {
    margin: 0 10px 10px;
    transition: .5s ease
}

.banner-section .link-box a i {
    margin-left: 12px
}

.banner-section .banner-slider-nav {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.banner-section .banner-slider-button-next {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    font-size: 15px;
    height: 70px;
    line-height: 72px;
    margin-right: 40px;
    position: relative;
    text-align: center;
    transition: .5s;
    width: 70px;
    z-index: 9
}

.banner-section .banner-slider-button-next:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff
}

.banner-section .banner-slider-button-prev {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    font-size: 15px;
    height: 70px;
    line-height: 72px;
    margin-left: 40px;
    position: relative;
    text-align: center;
    transition: .5s;
    width: 70px;
    z-index: 9
}

.banner-section .banner-slider-button-prev:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff
}

.banner-shape-1 {
    border: 55px solid #f7f7f7;
    border-radius: 50%;
    height: 370px;
    left: -56px;
    position: absolute;
    right: 0;
    top: -132px;
    width: 370px;
    z-index: 0
}

.banner-section .banner-feature-image {
    background-size: cover;
    bottom: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease;
    transition-delay: .5s;
    width: 50%
}

.banner-section .swiper-slide-active .banner-feature-image {
    opacity: 1
}

.banner-section .banner-feature-image:before {
    background-image: url(../images/main-slider/banner-mask.png);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 350px
}

.banner-section.style-two .content-box {
    min-height: 900px;
    padding-bottom: 240px
}

.banner-section.style-three .content-box {
    min-height: 750px;
    padding: 100px 15px
}

.banner-section.style-three .swiper-slide:before {
    opacity: 0
}

.banner-section.style-three .content-box h1,
.banner-section.style-three .text {
    color: var(--theme-color2)
}

.banner-section.style-three .banner-slider-nav {
    flex-direction: column-reverse;
    justify-content: center;
    left: 70px;
    right: auto
}

.banner-section.style-three .banner-slider-nav>* {
    border: 1px solid #e5e5e5;
    margin: 10px 0
}

.scroll-to-top {
    bottom: 140px;
    position: fixed;
    right: 0;
    transform: rotate(90deg);
    z-index: 99
}

.scroll-to-top .visible {
    opacity: 1 !important;
    visibility: visible !important
}

.scroll-to-top .scroll-top-inner {
    align-items: center;
    display: flex;
    opacity: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    visibility: hidden
}

.scroll-to-top .scroll-bar {
    height: 2px;
    margin-right: 10px;
    position: relative;
    width: 50px
}

.scroll-to-top .scroll-bar:before {
    background-color: #a8682f;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.scroll-to-top .scroll-bar .bar-inner {
    background-color: var(--theme-color);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.scroll-to-top .scroll-bar-text {
    color: var(--theme-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all .5s ease
}

.scroll-to-top .scroll-bar-text:hover {
    transform: scale(1.1)
}

.footer-1-middle {
    background: #a8682f;
    padding: 80px 0 50px;
    position: relative
}

.footer-widget-title h4 {
    color: #fff;
    margin-bottom: 30px
}

.main-footer p {
    color: #fff
}

.main-footer ul li a {
    color: #fff;
    position: relative
}

.main-footer ul li a:hover {
    color: var(--theme-color)
}

.main-footer ul li {
    color: #fff;
    margin-bottom: 15px
}

ul.contact-widget-1-list li {
    margin-bottom: 8px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    /* text-align: center; */
}

ul.contact-widget-1-list {
    margin-bottom: 0px
}

ul.footer-social-icon li {
    font-size: 20px;
    /* margin-right: 16px; */
    width: 50px;
    height: 50px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}

ul.footer-social-icon li a {
    color: #fff
}

ul.footer-social-icon li a:hover {
    color: var(--theme-color)
}

ul.contact-widget-1-list li span {
    color: #fff;
    display: inline-flex;
    margin-right: 8px;
    width: 50px;
    height: 50px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    /* align-content: center; */
    font-size: 20px;
    align-items: center;
}

.footer-bottom {
    background: #5b361d;
    color: #fff;
    padding: 20px 0;
    position: relative;
    text-align: center
}

.footer-bottom a {
    color: #fff
}

.footer-bottom a:hover {
    color: var(--theme-color2)
}

.footer-newsletter {
    position: relative
}

.footer-newsletter button.btn-1 {
    position: absolute;
    right: 0;
    top: 0
}

.footer-newsletter input[type=email] {
    background: transparent;
    border-color: hsla(0, 0%, 100%, .15);
    color: #bebec3
}

.section_heading {
    position: relative;
    z-index: 1
}

span.section_heading_title_small {
    color: var(--theme-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 6px;
    position: relative;
    text-transform: uppercase
}

h2.section_heading_title_big span {
    color: var(--theme-color)
}

h2.section_heading_title_big.alt,
span.section_heading_title_small.alt {
    color: #fff
}

.hvr-zoom-1 {
    position: relative;
    z-index: 1
}

.hvr-zoom-1:before {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all .5s ease;
    width: 100%;
    z-index: -1
}

.hvr-zoom-1-dark:before {
    background: #222
}

.hvr-zoom-1-primary:before {
    background: var(--theme-color)
}

.hvr-zoom-1:hover:before {
    transform: scale(1)
}

.hvr-zoom-2 {
    position: relative;
    z-index: 1
}

.hvr-zoom-2:before {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all .5s ease;
    width: 100%;
    z-index: -1
}

.hvr-zoom-2-dark:before {
    background: #222
}

.hvr-zoom-2-primary:before {
    background: var(--theme-color)
}

.hvr-zoom-2-wrap:hover .hvr-zoom-1:before {
    transform: scale(1)
}

.hvr-img-zoom-1 {
    overflow: hidden;
    position: relative
}

.hvr-img-zoom-1 img {
    transition: .7s;
    width: 100%
}

.hvr-img-zoom-1:hover img,
[class*="block "]:hover .hvr-img-zoom-1 img {
    transform: scale(1.1)
}

.slider-nav-style-1 {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.slider-nav-style-1>* {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    transition: .5s;
    width: 60px;
    z-index: 9
}

.slider-nav-style-1>:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff
}

.slider-nav-style-1.alt>* {
    border-color: #e5e5e5
}

.slider-nav-style-1.alt>:hover {
    border-color: var(--theme-color)
}

.slider-nav-style-1>.slider-button-prev {
    margin-left: -130px
}

.slider-nav-style-1>.slider-button-next {
    margin-right: -130px
}

.slider-nav-style-2 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative
}

.slider-nav-style-2>* {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 10px 80px rgba(0, 0, 0, .2);
    color: #333;
    cursor: pointer;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    transition: .5s;
    width: 60px;
    z-index: 9
}

.slider-nav-style-2>:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff
}

form input[type=email],
form input[type=file],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form select,
form textarea {
    background: #fff;
    border: 1px solid #e5e5e5;
    height: 60px;
    padding: 0 30px;
    width: 100%
}

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

form textarea {
    height: 150px;
    padding-top: 20px
}

form input[type=email]:focus,
form input[type=file]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=text]:focus,
form select:focus,
form textarea:focus {
    border-color: var(--theme-color)
}

.hotel-booking-form-1 {
    padding: 48px 0 28px;
    position: relative;
    z-index: 11
}

.hotel-booking-form-1-wrap {
    position: relative
}

.hotel-booking-form-1 form input[type=email],
.hotel-booking-form-1 form input[type=file],
.hotel-booking-form-1 form input[type=number],
.hotel-booking-form-1 form input[type=password],
.hotel-booking-form-1 form input[type=search],
.hotel-booking-form-1 form input[type=tel],
.hotel-booking-form-1 form input[type=text],
.hotel-booking-form-1 form select,
.hotel-booking-form-1 form textarea {
    border-color: #fff;
    color: #6e6e6e
}

.hotel-booking-form-1 .nice-select {
    border-color: #fff;
    font-size: 16px
}

.hotel-booking-form-1-shape {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

h4.hotel-booking-form-1-title {
    font-size: 26px;
    margin-bottom: 20px;
    margin-right: 30px;
    position: relative
}

form.hotel-booking-form-1-form {
    margin: 0 -10px;
    position: relative
}

form.hotel-booking-form-1-form .form-group {
    flex-grow: 1;
    margin: 0 10px 20px
}

form.hotel-booking-form-1-form button {
    width: -moz-max-content;
    width: max-content
}

p.hotel-booking-form-1-label {
    color: #2b2d42;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase
}

.hotel-booking-form-1.alt {
    margin-top: -85px
}

.hotel-booking-form-1.alt .hotel-booking-form-1-wrap {
    background: #fff;
    box-shadow: 0 10px 80px rgba(0, 0, 0, .1);
    padding: 52px 50px 24px
}

.hotel-booking-form-1.alt form input {
    height: 40px;
    padding: 0
}

.hotel-booking-form-1.alt .nice-select {
    height: 40px;
    line-height: 38px;
    max-width: 140px;
    padding-left: 0
}

.hotel-booking-form-1.alt form.hotel-booking-form-1-form .form-group {
    flex: 1 0 0;
    position: relative
}

.hotel-booking-form-1.alt form.hotel-booking-form-1-form .form-group:before {
    background: hsla(0, 0%, 90%, .7);
    content: "";
    height: 55px;
    left: -40px;
    position: absolute;
    top: 5px;
    width: 1px
}

.hotel-booking-form-1.alt form.hotel-booking-form-1-form .form-group:first-child:before,
.hotel-booking-form-1.alt form.hotel-booking-form-1-form .form-group:last-child:before {
    display: none
}

.hotel-booking-form-1.alt2 .hotel-booking-form-1-wrap {
    background: transparent;
    padding: 85px 0
}

.hotel-booking-form-1.alt2 form input {
    padding: 0
}

.hotel-booking-form-1.alt2 .nice-select,
.hotel-booking-form-1.alt2 form input {
    background: transparent;
    border-color: transparent transparent hsla(0, 0%, 100%, .4);
    color: #fff;
    height: 40px
}

.hotel-booking-form-1.alt2 .nice-select {
    line-height: 38px;
    max-width: 140px;
    padding-left: 0
}

.hotel-booking-form-1.alt2 form.hotel-booking-form-1-form .form-group {
    flex: 1 0 0;
    position: relative
}

.hotel-booking-form-1.alt2 form.hotel-booking-form-1-form .form-group:before {
    content: "";
    height: 55px;
    left: -40px;
    position: absolute;
    top: 5px;
    width: 1px
}

.hotel-booking-form-1.alt2 form.hotel-booking-form-1-form .form-group:first-child:before,
.hotel-booking-form-1.alt2 form.hotel-booking-form-1-form .form-group:last-child:before {
    display: none
}

.hotel-booking-form-1.alt2 p.hotel-booking-form-1-label {
    color: #fff
}

.hotel-booking-form-1.alt2 .nice-select:after {
    border-color: hsla(0, 0%, 100%, .4)
}

.hotel-booking-form-1.alt2 .nice-select .list li {
    color: #000
}

button.btn-1.btn-light {
    background: #fff;
    color: #2b2d42
}

button.btn-1.btn-light:hover {
    color: #fff
}

.feature-1-block {
    margin-bottom: 60px;
    padding: 0 40px;
    position: relative
}

.feature-1-block:before {
    background: #fff;
    bottom: 0;
    box-shadow: 0 10px 80px rgba(0, 0, 0, .1);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 118px
}

.feature-1-image {
    margin-bottom: 31px;
    position: relative
}

.feature-1-image img {
    width: 100%
}

p.feature-1-text {
    margin-bottom: 0;
    position: relative
}

h4.feature-1-title {
    margin-bottom: 15px
}

a.feature-1-link-btn {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 80px rgba(0, 0, 0, .2);
    display: inline-block;
    font-size: 13px;
    height: 60px;
    line-height: 63px;
    position: relative;
    text-align: center;
    transform: translateY(50%);
    width: 60px
}

a.feature-1-link-btn:hover {
    background: var(--theme-color);
    color: #fff
}

.about-1-shape-1 {
    border: 30px solid #fff;
    border-radius: 50%;
    height: 200px;
    left: -100px;
    position: absolute;
    top: -70px;
    width: 200px
}

.room-1-block {
    margin-bottom: 30px;
    position: relative
}

.room-1-content {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    padding: 0 40px 40px
}

p.room-1-meta-info {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 80px rgba(0, 0, 0, .15);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
    padding: 15px 0;
    text-align: center;
    transform: translateY(-50%)
}

.room-1-rating {
    color: #ffbf1a;
    font-size: 18px;
    margin-bottom: 15px
}

.project-1-image {
    align-items: end;
    background-size: cover;
    display: flex;
    justify-content: center;
    margin: 0 35px;
    min-height: 600px;
    position: relative
}

.project-1-image:before {
    background: #2b2d42;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0
}

.project-1-block {
    background: #fff;
    box-shadow: 0 10px 80px rgba(0, 0, 0, .05);
    max-width: 550px;
    padding: 45px 50px;
    position: relative
}

.project-1-wrapper {
    margin: 0 auto;
    max-width: 1140px
}

.project-1-wrapper .swiper-container {
    overflow: visible
}

.swiper-slide.swiper-slide-active .project-1-block {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg)
}

.swiper-slide .project-1-block {
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: .7s;
    transition-delay: .3s
}

.project-1-wrapper .slider-nav-style-1.project-1-nav {
    bottom: 106px;
    margin: 0 auto;
    max-width: 730px;
    top: auto
}

.project-1-wrapper .slider-nav-style-1>* {
    margin: 0
}

.icon_box-1 {
    background: #fff;
    margin-bottom: 30px;
    padding: 73px 30px;
    position: relative;
    text-align: center;
    transition: .5s
}

.icon_box-1:hover {
    box-shadow: 0 10px 80px rgba(0, 0, 0, .1)
}

.icon_box-1-icon {
    color: #2b2d42;
    font-size: 45px;
    margin-bottom: 15px;
    transition: .5s
}

.icon_box-1:hover .icon_box-1-icon {
    color: var(--theme-color)
}

.icon_box-1 p {
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .col_xl_five {
        width: 20%
    }
}

section.testimonial-1-section {
    padding: 150px 0 120px;
    position: relative
}

.testimonial-1-block-wrap {
    position: relative
}

.testimonial-1-shape-1 {
    bottom: -80px;
    left: -96px;
    position: absolute
}

.testimonial-1-shape-2 {
    bottom: -21px;
    left: -79px;
    position: absolute
}

p.testimonial-1-desc {
    margin-bottom: 30px
}

.testimonial-1-block {
    background: #fff;
    box-shadow: 0 10px 80px rgba(0, 0, 0, .07);
    margin-bottom: 0;
    padding: 50px;
    position: relative;
    text-align: center
}

.testimonial-1-author-thumb img {
    border-radius: 50%
}

.testimonial-1-quote-icon {
    background: var(--theme-color);
    border-radius: 20px;
    bottom: 0;
    box-shadow: 0 20px 60px 10px rgba(0, 0, 0, .07);
    color: #fff;
    height: 40px;
    line-height: 44px;
    margin: 0 auto 25px;
    position: relative;
    text-align: center;
    width: 40px
}

.testimonial-1-quote-icon:before {
    left: -55px
}

.testimonial-1-quote-icon:after,
.testimonial-1-quote-icon:before {
    background: #e5e5e5;
    content: "";
    height: 1px;
    position: absolute;
    top: 20px;
    width: 40px
}

.testimonial-1-quote-icon:after {
    right: -55px
}

.testimonial-1-author-thumb {
    display: inline-flex;
    position: relative;
    transform: translateY(50%)
}

.testimonial-1-rating {
    color: #ffc93d;
    margin-bottom: 5px
}

p.testimonial-1-review-desc {
    color: #222;
    font-size: 18px;
    line-height: 1.8rem;
    margin-bottom: 20px
}

p.testimonial-1-designation {
    margin-bottom: -12px
}

.testimonial-1-block-wrap .swiper-container {
    overflow: visible
}

.testimonial-1-block-wrap .swiper-slide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.single-item-carousel .swiper-slide.swiper-slide-active,
.two-item-carousel .swiper-slide.swiper-slide-active,
.two-item-carousel .swiper-slide.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

section.cta-1-section {
    background: #222;
    overflow: hidden;
    padding: 173px 0;
    position: relative
}

.cta-1-desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    position: relative
}

.cta-1-bg {
    background-size: cover;
    bottom: -50px;
    top: -50px
}

.cta-1-bg,
.cta-1-bg:before {
    left: 0;
    position: absolute;
    right: 0
}

.cta-1-bg:before {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    content: "";
    top: 0
}

.blog-1-block {
    margin-bottom: 30px;
    position: relative
}

section.blog-1-section {
    padding: 150px 0 120px;
    position: relative
}

.blog-1-image {
    position: relative
}

.blog-1-image img {
    width: 100%
}

.blog-1-date {
    background: rgba(199, 122, 99, .2);
    color: var(--theme-color);
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 17px;
    padding: 5px 15px;
    position: relative;
    z-index: 9
}

.blog-1-bottom-content {
    background: #fff;
    box-shadow: 0 10px 80px rgba(0, 0, 0, .07);
    margin-top: -70px;
    max-width: 360px;
    padding: 30px;
    position: relative
}

.blog-1-meta-info {
    margin-bottom: 10px;
    position: relative
}

.blog-2-meta-info {
    position: relative
}

.blog-1-meta-info li+li:before,
.blog-2-meta-info li+li:before {
    content: "-";
    left: -14px;
    position: absolute;
    top: 0
}

.blog-1-meta-info li i,
.blog-2-meta-info li i {
    color: var(--theme-color);
    margin-right: 10px
}

.blog-1-meta-info li,
.blog-2-meta-info li {
    color: #6e6e6e;
    margin-right: 20px;
    position: relative
}

h4.blog-1-title a {
    color: var(--theme-color2)
}

h4.blog-1-title a:hover {
    color: var(--theme-color)
}

h4.blog-1-title {
    line-height: 1.1;
    margin-bottom: 12px
}

.blog-1-block.standard-post {
    margin-bottom: 50px
}

.blog-1-block.standard-post h4.blog-1-title {
    font-size: 40px
}

p.blog-1-excerpt {
    margin-bottom: 20px
}

.blog-1-bottom-content.alt {
    background: transparent;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.blog-1-bottom-content.alt p.blog-1-excerpt {
    margin-bottom: 0
}

.blog-1-date span {
    color: var(--theme-color);
    font-family: "PT Serif";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em
}

.blog-1-image:before {
    background: rgba(34, 34, 34, .3);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s
}

.blog-1-block:hover .blog-1-image:before {
    opacity: 1
}

.blog-1-link-btn.alt {
    margin-top: -53px;
    transform: translateY(56px)
}

.blog-1-link-btn.alt a {
    background: #fff
}

a.circle-btn {
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    display: inline-block;
    text-align: center
}

.circle-btn:hover {
    background-color: var(--theme-color);
    border-color: transparent;
    color: #fff
}

.form-alt {
    background: #fff;
    margin: 0 0 30px auto;
    max-width: 560px;
    padding: 50px 70px;
    position: relative
}

.form-alt form input[type=email],
.form-alt form input[type=file],
.form-alt form input[type=number],
.form-alt form input[type=password],
.form-alt form input[type=search],
.form-alt form input[type=tel],
.form-alt form input[type=text],
.form-alt form select,
.form-alt form textarea {
    border-color: transparent transparent #e5e5e5;
    color: #6e6e6e;
    height: 50px;
    padding-left: 0;
    padding-right: 0
}

.form-alt form .form-group {
    margin-bottom: 20px
}

.form-alt form input[type=email]:focus,
.form-alt form input[type=file]:focus,
.form-alt form input[type=number]:focus,
.form-alt form input[type=password]:focus,
.form-alt form input[type=search]:focus,
.form-alt form input[type=tel]:focus,
.form-alt form input[type=text]:focus,
.form-alt form select:focus,
.form-alt form textarea:focus {
    border-color: transparent;
    border-bottom-color: var(--theme-color)
}

.form-alt form textarea {
    height: 85px
}

.form-alt input[type=checkbox i] {
    margin-right: 5px;
    position: relative;
    top: 2px
}

.about-2-image-wrap {
    position: relative
}

.about-2-shape-1 {
    bottom: 30px;
    left: -60px;
    position: absolute
}

.about-2-image-1 {
    position: relative
}

.about-2-video-area {
    background: var(--theme-color);
    color: #fff;
    height: 150px;
    left: 50%;
    padding-top: 38px;
    position: absolute;
    text-align: center;
    top: calc(50% - 100px);
    width: 150px
}

.about-2-video-btn {
    font-size: 70px;
    margin-bottom: 15px
}

.about-2-video-btn a {
    color: #fff
}

.about-2-video-title {
    color: #fff;
    line-height: 1.4
}

.about-2-image-2 {
    margin-top: -180px;
    text-align: right
}

.feature-2-lower-content {
    background-color: #fff;
    padding: 0 40px 40px;
    position: relative;
    transition: .5s
}

.feature-2-block:hover .feature-2-lower-content {
    box-shadow: 0 10px 80px rgba(0, 0, 0, .1)
}

.feature-2-image:before {
    background-image: url(../images/shape/pattern-7.png);
    bottom: -6px;
    content: "";
    height: 65px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 8
}

.feature-2-shape-1 img,
.feature-2-shape-2 img {
    max-width: inherit;
    text-align: center
}

.feature-2-block {
    margin: 0 auto 30px;
    max-width: 410px
}

p.feature-2-text {
    margin-bottom: 0;
    position: relative
}

.feature-2-offer {
    top: -60px;
    z-index: 11
}

.room-2-left-column {
    width: calc(50% - 235px)
}

.room-2-container {
    margin: 0 0 0 auto;
    max-width: 425px;
    padding: 0 15px
}

.room-2-right-column {
    overflow: hidden;
    width: calc(50% + 235px)
}

.room-2-container2 {
    max-width: 895px;
    padding: 0 15px
}

.room-2-container2 .swiper-container {
    overflow: visible
}

.room-2-content2 {
    background: #fff;
    bottom: 50px;
    box-shadow: 0 10px 80px rgba(0, 0, 0, .05);
    left: 0;
    opacity: 0;
    padding: 40px;
    position: absolute;
    right: 50px;
    transform: translateY(20px);
    transition: .7s
}

.room-2-block {
    background-size: cover;
    margin-bottom: 30px;
    min-height: 550px
}

.room-2-content {
    background: #fff;
    bottom: 50px;
    box-shadow: 0 10px 80px rgb(0 0 0/5%);
    left: 0;
    padding: 30px 40px;
    position: absolute;
    right: 50px
}

p.room-2-meta-info {
    margin-bottom: 16px
}

.room-2-rating {
    color: #ffbf1a;
    margin-bottom: 10px
}

.room-2-block:hover .room-2-content2 {
    opacity: 1;
    transform: translateY(0)
}

.room-2-block.alt {
    min-height: 340px
}

.alt .room-2-content {
    padding: 16.25px 30px
}

.alt .room-2-content,
.alt .room-2-content2 {
    bottom: 20px;
    left: 20px;
    max-width: 300px;
    width: 100%
}

.alt .room-2-content2 {
    padding: 30px
}

.alt .room-2-rating {
    margin-bottom: 5px
}

.icon_box-1.alt {
    background: #5b361d;
    box-shadow: 0 10px 80px rgba(0, 0, 0, .1);
    padding: 43px 30px
}

.icon_box-1.alt .icon_box-1-icon {
    border: 1.5px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 40px;
    height: 100px;
    line-height: 102px;
    margin: 0 auto 20px;
    width: 100px
}

.icon_box-1.alt:hover .icon_box-1-icon {
    border-color: hsla(0, 0%, 100%, .3);
    color: #fff
}

.icon_box-1.alt p {
    color: #fff
}

.icon_box-1.alt:hover {
    background: var(--theme-color)
}

.icon_box-1.alt2 {
    box-shadow: 0 10px 80px rgba(0, 0, 0, .1)
}

h2.funfact-1-number.odometer {
    font-family: Cormorant, serif
}

h2.funfact-1-number-prefix,
h2.funfact-1-number.odometer {
    color: var(--theme-color);
    font-size: 80px
}

.funfact-1-block {
    position: relative
}

.funfact-1-block:before {
    background: #e5e1de;
    content: "";
    height: 259.34px;
    position: absolute;
    right: 0;
    top: -55px;
    transform: rotate(15deg);
    width: 1.94px
}

.col-lg-3:last-child .funfact-1-block:before {
    opacity: 0
}

section.section-padding.small-padding {
    padding: 52px 0
}

ul.list-1 {
    color: #2b2d42;
    font-size: 15px;
    font-weight: 500
}

ul.list-1 i {
    color: var(--theme-color);
    margin-right: 10px
}

ul.list-1 li {
    margin-bottom: 10px
}

ul.list-2 {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 500
}

ul.list-2 i {
    color: var(--theme-color);
    font-size: 13px;
    margin-right: 18px
}

ul.list-2 li {
    margin-bottom: 15px
}

.offer-1-shape-1 {
    left: -90px;
    position: absolute;
    top: -30px
}

.offer-1-shape-2 {
    position: absolute;
    right: -90px;
    top: -90px
}

section.video-1-section {
    overflow: hidden;
    padding: 150px 0;
    position: relative;
    text-align: center
}

.video-1-bg {
    background-size: cover;
    bottom: -100px;
    top: -100px
}

.video-1-bg,
.video-1-bg:before {
    left: 0;
    position: absolute;
    right: 0
}

.video-1-bg:before {
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    content: "";
    top: 0
}

.video-1-video-btn {
    color: #fff;
    font-size: 100px;
    margin-bottom: 40px;
    position: relative
}

.video-1-video-btn a {
    color: #fff
}

.video-1-video-btn a:hover {
    color: var(--theme-color)
}

.testimonial-2-shape-1 {
    bottom: -50px;
    left: -100px;
    position: absolute
}

.testimonial-2-shape-2 {
    border: 40px solid #f7f7f7;
    border-radius: 50%;
    height: 270px;
    position: absolute;
    right: -150px;
    top: -150px;
    width: 270px
}

.feature-3-lower-content {
    background: #fff;
    margin: -50px 30px 0;
    padding: 23px 10px;
    position: relative;
    text-align: center
}

.feature-3-shape-2 {
    border: 30px solid #f0ebe8;
    border-radius: 50%;
    height: 220px;
    left: -95px;
    position: absolute;
    top: -95px;
    width: 220px
}

.t__15 {
    top: -15px
}

header.main-header.header-style-two {
    position: absolute
}

header.main-header.header-style-two .main-menu .navigation>li>a,
header.main-header.header-style-two button.theme-btn.search-toggler {
    color: #fff
}

header.main-header.header-style-two a.btn-1.btn-alt {
    background: transparent;
    border-color: hsla(0, 0%, 100%, .25);
    color: #fff
}

.page-title {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 46px 0;
    position: relative;
    text-align: center
}

.page-title h1 {
    color: #fff;
    font-size: 80px;
    position: relative;
    z-index: 1
}

.page-title:before {
    background: rgba(0, 0, 0, .5)
}

.page-title:after,
.page-title:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.page-title:before,
.page-title:after {
    pointer-events: none;
}

.page-title:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .7), transparent 68.75%)
}

.bredcrumb-wrap {
    position: relative;
    z-index: 1;
    /* background: #faf5f2; */
    padding: 22px 0
}

ul.bredcrumb-list {
    display: flex;
    justify-content: center
}

ul.bredcrumb-list li {
    margin-right: 10px;
    position: relative
}

ul.bredcrumb-list a,
ul.bredcrumb-list li {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500
}

ul.bredcrumb-list a:hover {
    color: var(--theme-color2)
}

ul.bredcrumb-list li+li:before {
    content: "\f105";
    display: inline-block;
    font-family: Font Awesome\ 5 Pro;
    font-size: 16px;
    font-weight: 900;
    margin-right: 9px
}

.team-1-block {
    margin-bottom: 30px;
    text-align: center
}

.team-1-image {
    margin: 0 auto 25px;
    position: relative
}

.team-1-share-icon-area {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.team-1-image img {
    position: relative;
    width: 100%
}

ul.team-1-social-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

ul.team-1-social-icon a {
    background: #fff;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    width: 50px
}

ul.team-1-social-icon li {
    margin: 0 10px;
    opacity: 0;
    transition: .5s
}

.team-1-block:hover ul.team-1-social-icon li {
    opacity: 1
}

ul.team-1-social-icon li:nth-child(2) {
    transition-delay: .2s
}

ul.team-1-social-icon li:nth-child(3) {
    transition-delay: .4s
}

ul.team-1-social-icon a:hover {
    background: var(--theme-color);
    color: #fff
}

.team-1-share-icon {
    background: #fff;
    border-radius: 30px;
    bottom: 0;
    box-shadow: 0 -15px 50px rgba(0, 0, 0, .15);
    color: var(--theme-color);
    cursor: pointer;
    font-size: 21px;
    height: 60px;
    left: 0;
    line-height: 64px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(50%);
    transition: .5s;
    width: 60px;
    z-index: 1
}

.team-1-block:hover .team-1-share-icon {
    color: #fff
}

.team-1-share-icon:before {
    background: var(--theme-color);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all .5s ease;
    width: 100%;
    z-index: -1
}

.team-1-block:hover .team-1-share-icon:before {
    transform: scale(1)
}

.team-1-image-wrap {
    position: relative
}

.team-1-image-wrap:after {
    background: #222;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s
}

.team-1-block:hover .team-1-image-wrap:after {
    opacity: .5
}

h4.team-1-title {
    margin-bottom: 5px
}

p.team-1-designaiton {
    margin: 0
}

section.section-padding.feature-3-section {
    padding-bottom: 370px
}

section.video-2-section {
    margin: -250px auto 0;
    max-width: 1070px;
    overflow: hidden;
    padding: 195px 0 165px;
    text-align: center
}

section.section-padding.testimonial-page {
    padding: 150px 0 80px
}

section.section-padding.testimonial-page .testimonial-1-block {
    margin-bottom: 108px
}

.accordion-box .block {
    background: #fff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    position: relative
}

.accordion-box .block .acc-btn {
    color: #2b2d42;
    cursor: pointer;
    font-family: Cormorant;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    padding: 20px 60px 20px 30px;
    position: relative;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.accordion-box .block .acc-btn,
.accordion-box .block .icon-outer {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.accordion-box .block .icon-outer {
    color: #242424;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 22px;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.accordion-box .block .icon-outer .icon {
    font-size: 16px;
    font-weight: 300;
    height: 28px;
    left: -7px;
    position: absolute;
    text-align: center;
    width: 28px
}

.accordion-box .block .icon-outer .fa-plus {
    opacity: 1
}

.accordion-box .block .icon-outer .fa-minus {
    background: #fff;
    font-weight: 300;
    opacity: 0;
    padding: 3px 5.5px;
    position: relative;
    right: 30px
}

.accordion-box .block .acc-btn.active .icon-outer .fa-minus {
    opacity: 1
}

.accordion-box .block .acc-btn.active .icon-outer .fa-plus {
    opacity: 0
}

.accordion-box .block .acc-content {
    display: none;
    position: relative
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    font-size: 14px;
    padding: 6px 30px 40px;
    position: relative
}

.accordion-box .block .content .text {
    color: #333;
    margin-bottom: 0
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0
}

.form-alt.form-alt2 {
    max-width: 100%
}

.form-alt.form-alt3 form textarea {
    height: 115px
}

.booking-form-3 form .nice-select,
.booking-form-3 form input[type=text] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #e6e1de;
    color: #6e6e6e;
    float: none;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0
}

.booking-form-3 .nice-select:after {
    right: 0
}

@media (min-width:992px) {
    .pe-lg-35 {
        padding-right: 35px
    }
}

.with-shadow {
    box-shadow: 0 10px 80px rgba(0, 0, 0, .1)
}

.contact-info-1 i {
    color: var(--theme-color)
}

.contact-info-1 li+li {
    position: relative
}

.contact-info-1 li {
    margin-right: 55px
}

.contact-info-1 li+li:before {
    background: #e5e5e5;
    content: "";
    height: 47px;
    left: -30px;
    position: absolute;
    top: 5px;
    width: 1px
}

.contact-info-1 a {
    color: #676767
}

.contact-info-1 a:hover {
    color: var(--theme-color)
}

.amenities-1-block {
    margin-bottom: 60px;
    position: relative
}

.amenities-1-content {
    background: #fff;
    box-shadow: 0 10px 80px rgba(0, 0, 0, .1);
    margin: -115px 50px 0;
    max-width: 380px;
    padding: 32px 40px 15px;
    position: relative
}

.amenities-1-image {
    max-width: 560px
}

.price-menu-1-divider {
    border-bottom: 1px solid transparent;
    -o-border-image: url(../images/shape/border.png) 10 stretch;
    border-image: url(../images/shape/border.png) 10 stretch
}

.price-menu-1-block {
    box-shadow: 0 10px 80px rgba(0, 0, 0, .07);
    margin-bottom: 30px;
    padding: 40px;
    position: relative
}

.gallery-block-1-overlay {
    align-items: center;
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(1.25);
    transition: .5s
}

.gallery-block-1:hover .gallery-block-1-overlay {
    opacity: 1;
    transform: scaleY(1)
}

.gallery-block-1-image {
    background-color: #000;
    position: relative
}

.gallery-block-1-image img {
    position: relative;
    transition: .5s;
    width: 100%
}

.gallery-block-1-link-btn a {
    background-color: var(--theme-color);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 80px;
    line-height: 85px;
    margin-bottom: 15px;
    margin-right: 6px;
    text-align: center;
    width: 80px
}

.gallery-block-1-link-btn a:hover {
    background-color: #fff;
    color: var(--theme-color)
}

.project-block-1-link-btn span {
    display: inline-block;
    position: relative;
    transition: .5s
}

.gallery-block-1-link-btn a:hover span {
    transform: rotate(1turn)
}

.gallery-block-1-inner-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

ul.filter-tabs {
    color: #333;
    font-weight: 500;
    margin-bottom: 70px;
    text-transform: uppercase
}

ul.filter-tabs li {
    background: #f5f0ed;
    color: #2b2d42;
    cursor: pointer;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 11.5px 25px;
    transition: .5s
}

ul.filter-tabs li.active,
ul.filter-tabs li:hover {
    background-color: var(--theme-color);
    color: #fff
}

.event-1-block {
    box-shadow: 0 10px 80px rgba(0, 0, 0, .07);
    margin-bottom: 40px;
    padding: 30px
}

.event-1-image:before {
    background: rgba(34, 34, 34, .3);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s
}

.event-1-block:hover .event-1-image:before {
    opacity: 1
}

.event-1-image img {
    width: 100%
}

.event-1-bottom-content {
    background: #fff;
    flex-grow: 1;
    position: relative
}

.event-1-image,
.event-1-meta-info {
    position: relative
}

.event-1-image {
    margin-right: 30px
}

@media (max-width:575px) {
    .event-1-block {
        flex-wrap: wrap
    }

    .event-1-image {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%
    }
}

.event-widget-divider {
    background: #e5e1de;
    height: 1px;
    margin: 20px 0
}

@media (min-width:992px) {
    .ps-lg-40 {
        padding-left: 40px
    }

    .ps-lg-55 {
        padding-left: 55px
    }
}

.styled-pagination {
    margin-bottom: 30px;
    margin-top: 40px;
    position: relative
}

.styled-pagination.s-two {
    margin-left: 70px
}

.styled-pagination li {
    display: inline-block;
    margin: 0 6px 0 0;
    position: relative
}

.styled-pagination li a {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 48px;
    min-width: 50px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.styled-pagination li a.active,
.styled-pagination li a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff
}

.search-widget {
    position: relative
}

.search-widget form input[type=search] {
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #ddd;
    color: #6e6e6e;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 0
}

.search-widget button {
    background: transparent;
    color: #ccc8c6;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 4px
}

.single-recent-post-feature-image.mr_20 {
    height: 80px;
    overflow: hidden;
    width: 80px
}

.single-recent-post {
    align-items: center
}

h5.single-recent-post-title a {
    color: #000
}

h5.single-recent-post-title a:hover {
    color: var(--theme-color)
}

.single-recent-post:last-child,
p.single-recent-post-date {
    margin-bottom: 0
}

.single-gallery-image {
    padding: 0 5px 10px;
    position: relative;
    width: 33.333%
}

.gallery-widget {
    margin: 0 -5px -10px
}

.single-gallery-image:hover img {
    opacity: .5
}

.single-gallery-image img {
    background-color: #000;
    transition: .5s
}

ul.tag-cloud-widget-list li {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 10px
}

ul.tag-cloud-widget-list li a {
    background: #fff;
    border-radius: 18px;
    color: #222;
    display: inline-flex;
    padding: 4.5px 22px
}

ul.tag-cloud-widget-list.alt li a {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 3.5px 20px
}

ul.tag-cloud-widget-list.alt li a:hover {
    border-color: var(--theme-color)
}

ul.tag-cloud-widget-list li a:hover,
ul.tag-cloud-widget-list.alt li a:hover {
    background-color: var(--theme-color);
    color: #fff
}

ul.tag-cloud-widget-list {
    margin: 0 -5px -10px
}

cite {
    color: var(--theme-color2);
    display: block;
    font-family: Cormorant, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-top: 15px
}

cite,
cite:before {
    position: relative
}

cite:before {
    background: var(--theme-color);
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    margin-right: 15px;
    top: -4px;
    width: 50px
}

ul.list-style-one li {
    color: var(--theme-color2);
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative
}

ul.list-style-one li:before {
    background: #ff7558;
    border-radius: 50%;
    box-shadow: 0 10px 40px 5px rgba(0, 0, 0, .1);
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    vertical-align: middle;
    width: 6px
}

.comments-area {
    margin-bottom: 70px
}

.comments-area,
.sidebar-page-container .group-title {
    position: relative
}

.sidebar-page-container .group-title h3 {
    color: #212121;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative
}

.comments-area .comment-box {
    margin-bottom: 40px;
    position: relative;
    transition: all .3s ease
}

.comments-area .comment-box.reply-comment {
    margin-left: 65px
}

.comments-area .comment {
    border-bottom: 1px solid #eae1da;
    font-size: 14px;
    padding: 0 0 30px 120px;
    position: relative
}

.comments-area .comment .comment-inner {
    position: relative
}

.comments-area .comment-box.reply-comment .comment-inner {
    background-color: #fff
}

.comments-area .comment-box .author-thumb {
    left: 0;
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    top: 0
}

.comments-area .comment-box .author-thumb img {
    border-radius: 50%;
    display: block
}

.comments-area .comment-info {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 20px;
    position: relative
}

.comments-area .comment-info a {
    color: #1e1e29;
    position: relative
}

.comments-area .date {
    background: transparent !important;
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
    padding: 0;
    position: relative;
    text-transform: uppercase
}

.comments-area .comment-box .reply-comment-btn {
    background-color: var(--theme-color);
    border-radius: 19px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 27px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: -10px;
    transition: .5s ease
}

.comments-area .comment-box .reply-comment-btn:hover {
    background-color: #333
}

.comment-form form textarea {
    height: 170px
}

.category-widget,
.tp-default-widget {
    background: #fff;
    margin-bottom: 40px;
    padding: 40px
}

ul.category-widget-list {
    font-weight: 500
}

ul.category-widget-list li {
    border-bottom: 1px solid #e6e1de;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative
}

ul.category-widget-list li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

ul.category-widget-list li i {
    color: var(--theme-color);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 9px
}

ul.category-widget-list li.active i {
    opacity: 1
}

.single-recent-post-content {
    max-width: 190px
}

.main-slider .metis.tparrows {
    position: absolute;
    background: none;
    border: 1px solid #fff;
    border-radius: 2px;
    box-sizing: border-box;
    height: 80px;
    padding: 19px 10px;
    font-size: 2rem;
    width: 40px;
    line-height: 1rem;
    text-align: center;
}

.main-slider .metis.tparrows:hover {
    background: #fff
}

.main-slider .metis.tparrows.tp-leftarrow:before {
    color: #fff;
    content: "\f0d9";
    font-weight: 900;
    font-family: Font Awesome\ 5 Pro;
    vertical-align: -webkit-baseline-middle;
}

.main-slider .metis.tparrows.tp-rightarrow:before {
    color: #fff;
    content: "\f0da";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    vertical-align: -webkit-baseline-middle;
}

.main-slider .metis.tparrows.tp-leftarrow:hover:before,
.main-slider .metis.tparrows.tp-rightarrow:hover:before {
    color: var(--theme-color);
    transform: scale(1)
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

email:after {
    content: attr(data-domain)
}

email:before {
    content: attr(data-user) "\0040"
}

.grecaptcha-badge {
    z-index: 999
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.alert-info {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.close {
    color: #000;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    opacity: .3;
    text-shadow: none;
    vertical-align: middle
}

@font-face {
    font-display: swap;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/H4clBXOCl9bbnla_nHIq75u9.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/H4clBXOCl9bbnla_nHIq75u9.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/H4clBXOCl9bbnla_nHIq75u9.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/H4clBXOCl9bbnla_nHIq75u9.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

.room-1-content .link-btn {
    margin-top: auto !important;
}

.map iframe {
    width: 100%;
}

/*# sourceMappingURL=style.css.map */