/* -------------------------------------------------------
1. Basic and Typography style
2. Helper style
3. Owl-Theme custom style
4. Section style
5. Navbar style
6. Header style
7. Slider-fade style
8. Slider style
9. Banner Header style
10. About style
11. Services style
12. Rooms style
13. Services Box style
14. Additional Services
15. Gallery style
16. Gallery Scroll style
17. Testimonials style
18. Promo Video style
19. Booking Form style
20. Restaurant Pricing style
21. Accordion Box (for Faqs) style
22. Blog style
23. Post style
24. Contact style
25. Buttons style
26. Footer style
27. toTop Button style
28. Overlay Effect Bg image style
29. Responsive style
------------------------------------------------------- */

/* ======= Basic and Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: "Lora", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #2f3b4c;
    overflow-x: hidden !important;
    background: #f5f9fe;
}
p {
    font-family: "Lora", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #2f3b4c;
    margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #1f2732;
}
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: #1f2732;
}
.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: 18px;
    font-weight: 400;
    color: #1f2732;
    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 #f5f9fe;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    background: #1f2732;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;
}
.bg-lightblue {
    background: #f5f9fe!important;
}
.bg-position-top {
    background-position: top;
}
.bg-position-center {
    background-position: center;
}
.bg-position-bottom {
    background-position: bottom;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #1f2732;
    font-size: 18px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #1f2732;
}
::-moz-placeholder {
    color: #1f2732;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #1f2732;
}
/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #1f2732;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    font-style: italic;
}
blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.1;
    line-height: 1;
    color: #7e9dcb;
}
blockquote p {
    margin-bottom: 0;
}
blockquote p a {
    color: inherit;
}
blockquote cite {
    display: inline-block;
    font-family: "Shadows Into Light", cursive;
    font-size: 21px;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 20px;
    font-style: normal;
    color: #1f2732;
    font-weight: 400;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #7e9dcb;
}


/* ======= 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;
}
.count {
    font-family: 'Outfit', sans-serif;
}
.bg-white {
    background-color: #fff;
}
.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;
}
.color-1 {
    color: #fff;
}
/* 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;
    /* Controlls the size of the stars. */
    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: #1f2732;
}
::-moz-selection {
    color: #fff;
    background: #1f2732;
}
::selection {
    color: #fff;
    background: #1f2732;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    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: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -35px;
    margin-top: 1.5px;
    -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: 1.5px solid #dde8f5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1.5px;
    left: -1.5px;
    border: 1.5px solid transparent;
    border-top: 1.5px solid #7e9dcb;
    -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);
    }
}


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
    margin-bottom: 15px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #7e9dcb;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #7e9dcb;
    border: 1px solid #7e9dcb;
}
/* nav style */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important
}
.owl-theme .owl-next {
    right: 10px !important
}
.owl-theme .owl-prev,
.owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1f2732;
    border: 1px solid #1f2732;
    line-height: 0;
    text-align: center;
    font-size: 18px
}
.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: transparent;
    border-radius: 100%;
    color: #7e9dcb;
    font-size: 10px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    border: 1px solid #7e9dcb;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #1f2732;
    color: #1f2732;
}
@media screen and (max-width: 768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-padding h6 {
    color: #1f2732;
    margin-bottom: 15px;
}
.section-head {
    position: relative;
    margin: 0 auto 60px;
}
.section-head .section-subtitle {
    font-family: "Outfit", sans-serif;
    color: #7e9dcb;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-head .section-title {
    font-family: "Shadows Into Light", cursive;
    font-size: 75px;
    line-height: 1em;
    font-weight: 400;
    color: #1f2732;
    margin-bottom: 20px;
}
.section-head .section-title.white {
    color: #fff;
}
.section-head .icon {
    margin-top: 15px;
    font-size: 18px;
    position: relative;
}
.section-head .icon:after,
.section-head .icon:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #7e9dcb;
    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: #7e9dcb;
    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: 0;
    padding-bottom: 0;
    height: 100px;
    border: none;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #FFF;
}
.navbar .navbar-nav .nav-link {
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #1f2732;
}
.navbar .navbar-nav .nav-link:hover {
    color: #7e9dcb;
}
.navbar .navbar-nav .active {
    color: #7e9dcb !important;
}
.navbar .navbar-nav .active i {
    color: #7e9dcb!important;
}
.nav-scroll {
    background: #fff;
    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;
    height: 90px;
    background-color: rgba(255, 255, 255, .99) !important;
    box-shadow: 0 10px 35px 0 rgba(31,39,50, .1);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #7e9dcb;
}
.nav-scroll .navbar-nav .nav-link {
    color: #1f2732;
}
.nav-scroll .navbar-nav .active {
    color: #7e9dcb !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #1f2732;
}
.nav-scroll .logo-img {
    width: 160px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 27px;
    font-weight: 800;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    color: #7e9dcb;
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    margin-top: 0px;
    line-height: 1em;
    text-transform: uppercase;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 27px;
    font-weight: 800;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.logo-wrapper .logo h2 a i {
    color: #2f3b4c;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    color: #7e9dcb;
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    margin-top: 0px;
    line-height: 1em;
    text-transform: uppercase;
}
.logo {
    padding: 0;
}
.logo-img {
    width: 160px;
    margin-bottom: 0px;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: #1f2732;
}
.nav-scroll .dropdown .nav-link i {
    color: #1f2732;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 2px 0;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: #1f2732;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #7e9dcb;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu li {
   border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
.navbar .dropdown-menu li:last-child {
   border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 210px;
        padding: 25px;
        border-radius: 0;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 210px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }    
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 30px 0 30px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 25px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 160px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 160px;
    }
    .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;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #1f2732;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #1f2732 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #7e9dcb !important;
    }   
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 12px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 12px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 20px;
    }
}


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption span.icon {
    font-size: 30px;
    margin-bottom: 15px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.header .caption .icon {
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
}
.header .caption .icon i {
    color: #fff;
    margin: 0 2px;
    font-size: 35px;
}
.header .caption .icon:after,
.header .caption .icon:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: -80px;
    opacity: .2;
}
.header .caption .icon:after {
    right: auto;
    left: -80px;
}
.header .caption h6 {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5em;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.header .caption h6 span {
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.header .caption h1 {
    position: relative;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.header .caption h1 span {
    color: #7e9dcb;
}
.header .caption h1 i {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: normal;
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.header .caption h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 0;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.header .caption p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .caption .button-1 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.header .caption .button-2 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}


/* ======= Slider-fade style ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
}
.slider-fade .item .caption {
    z-index: 9;
}
/* slider-fade owl-nav next and prev */
.slider-fade .owl-theme .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.slider-fade .owl-theme .owl-prev {
    float: left;
}
.slider-fade .owl-theme .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 43px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #7e9dcb;
    color: #7e9dcb;
}
@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}
/* owl-dots for slider */
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 6vh;
    width: 100%;
}
.slider-fade .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #fff;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 12%;
    text-align: left;
}


/* ======= Slider style ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #7e9dcb;
    border: 1px solid #7e9dcb;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.header .arrow i:hover {
    border: 1px solid #7e9dcb;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Banner Header style ======= */
.banner-header {
    padding-top: 200px;
    padding-bottom: 200px;
    background-position: center;
}
.banner-header.full-height {
    min-height: 100vh;
}
.banner-header .caption {
    position: relative;
}
.banner-header h1 {
    font-family: "Shadows Into Light", cursive;
    position: relative;
    font-size: 120px;
    line-height: 120px;
    color: #fff;
}
.banner-header h1 span {
    color: #7e9dcb;
}
.banner-header h2 {
    position: relative;
    font-size: 70px;
    color: #fff;
    font-family: "Shadows Into Light", cursive;
}
.banner-header h2 span {
    color: #7e9dcb;
}
.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: #7e9dcb;
}
.banner-header h5 {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}
.banner-header h5 a {
    color: #7e9dcb;
}
.banner-header p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}
.banner-header p a {
    color: #7e9dcb;
}
.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;
}
/* 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: 16px;
    font-style: italic;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    font-style: italic;
}
.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;
    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: 18px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.banner-header .arrow i:hover {
    border: 1px solid #fff;
    color: #fff;
}
.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 {}
    .banner-header h5 {}
    .banner-header h1 {
        font-size: 60px;
        letter-spacing: 0;
        line-height: 60px;
    }
    .banner-header h1 span {
        font-size: 20px;
    }
    .banner-header h3 {
        font-size: 36px;
    }
    .banner-header h3 span {
        font-size: 27px;
    }
}


/* =======  About style  ======= */
.about {
    position: relative;
}
.about .content {
    padding: 0 90px;
}

/* ======= Services style ======= */
.services {
    position: relative;
}
.services:before {
    top: auto;
    bottom: 0;
    height: 40%;
    background: #f5f9fe;
}
.services:after,
.services:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: #fff;
    z-index: -1;
}
.services .item {
    text-align: center;
    position: relative;
    padding-bottom: 40px
}
.services .item .title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -20px;
    z-index: 2;
    background-color: #fff;
    padding: 25px 15px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    border-radius: 1px;
}
.services .item .title h3 {
    font-family: "Lora", serif;
    font-size: 24px;
    color: #1f2732;
    line-height: 34px;
}
.services .item .title h3 span {
    font-family: "Lora", serif;
    font-size: 18px;
    font-weight: 400;
    color: #2f3b4c;
    display: grid;
    font-style: italic;
}
.services .item .img {
    position: relative
}
.services .item .img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0.95;
    visibility: hidden
}
.services .item .services-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 38px;
    margin-top: 50px;
    opacity: 0;
    visibility: hidden
}
.services .item .services-title {
    font-family: "Lora", serif;
    font-size: 24px;
    color: #1f2732;
}
.services .item .services-title span {
    font-family: "Lora", serif;
    font-size: 18px;
    font-weight: 400;
    color: #2f3b4c;
    display: grid;
    font-style: italic;
}
.services .item .services-text {
    font-size: 18px;
    color: #2f3b4c;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
}
.services .item .title,
.services .item .services-content,
.services .item .img:before {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.services .item:hover .services-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin-top: 1px
}
.services .item:hover .title {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 80px
}
.services .item:hover .img::before {
    height: 100%;
    visibility: visible
}
@media (max-width: 1199px) {
    .services .item .title {
        left: 20px;
        right: 20px;
        padding: 25px 0
    }
    .services .item .services-text {
        max-width: 280px
    }
}


/* ======= Rooms style ======= */
.rooms {
    position: relative;
}
.rooms .rooms-container {
    width: 145%;
    position: relative;
}
.rooms:before {
    top: auto;
    bottom: 0;
    height: 40%;
    background: #f5f9fe;
}
.rooms:after,
.rooms:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: #fff;
    z-index: -1;
}
.rooms .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.rooms .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.rooms .item .date {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 25px;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    line-height: 90px;
}
.rooms .item .date span {
    font-family: "Lora", serif;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #7e9dcb;
    line-height: 1.5em;
    font-style: italic;
}
.rooms .item .date i {
    font-family: "Lora", serif;
    display: block;
    font-size: 20px;
    font-style: normal;
    color: #1f2732;
    font-weight: 400;
    line-height: 27px;
}
.rooms .item .con {
    margin: -60px 30px 15px;
    padding: 25px 40px;
    background-color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    position: relative;
}
.rooms .item .con h5 {
    color: #1f2732;
    font-size: 24px;
    margin-bottom: 0px;
    font-family: "Lora", serif;
    line-height: 1.25em;
    margin-bottom: 5px;
}
.rooms .item .con h5:hover,
.rooms .item .con h5 a:hover {
    color: #1f2732;
}
.rooms .item .con p,
.rooms .item .con i {
    color: #fff;
    font-size: 20px;
}
.rooms .item .con .features {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    color: #2f3b4c;
}
.rooms .item .con .features a {
    margin-right: 5px;
    position: relative;
    color: #2f3b4c;
}
.rooms .item .con .features a:hover {
    color: #1f2732;
}
.rooms .item .con .features a:last-child {
    margin-right: 0;
}
.rooms .item .con .features a:last-child:after {
    display: none;
}

/* room details */
.room-details .cont {
    background: #fff;
    padding: 60px;
    border-radius: 5px;
}

.room-details .cont h5 {
    font-family: "Shadows Into Light", cursive;
    font-size: 36px;
    margin-bottom: 30px;
}
.room-details .cont .list {
    display: -ms-grid;
    display: grid;
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    grid-gap: 30px;
}
.room-details .cont .list li {
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin: 0;
}
.room-details .cont .list li span {
    line-height: 1.2;
}
.room-details .cont .list li span i,
.room-details .cont .list li span img,
.room-details .cont .list li span svg {
    -o-object-fit: contain;
    object-fit: contain;
    color: #7e9dcb;
    font-size: 19px;
    width: 27px;
}



@media screen and (max-width: 991px) {
    .room-details .cont {
        padding: 40px 30px;
    }
}

/* ======= Services Box style ======= */
.services-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.services-box .item .icon {
    color: #7e9dcb;
    margin-right: 25px;
}
.services-box .item .icon:before {
    font-size: 50px;
    line-height: 50px;
}
.services-box .item h5 {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "Lora", serif;
}
.services-box .item p {
    font-size: 18px;
    font-style: italic;
}


/* ======= Additional Services ======= */
.additional-services .item {
    background: #fff;
    padding: 40px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: center;
}
.additional-services .item h5 {
    font-size: 20px;
    color: #1f2732;
    margin-bottom: 15px;
}
.additional-services .item:hover h5 {
    color: #7e9dcb;
    -webkit-transition: .5s;
    transition: .5s;
}
.additional-services .item:hover span {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.additional-services .item span {
    font-size: 60px;
    color: #7e9dcb;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.additional-services .item:hover span {
    color: #1f2732;
}
.additional-services .item p {
    margin: 0;
    color: #1f2732;
}
.additional-services .item .shape {
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    bottom: 15px;
    left: 120px;
}
.additional-services .item .shape span {
    font-size: 140px;
    color: #7e9dcb;
}


/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    padding-top: 20px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 12px;
}
.gallery-box .gallery-detail i {
    color: #1f2732;
    padding: 8px;
}
.gallery-box .gallery-detail i:hover {
    color: #1f2732;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.2);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Gallery Scroll style ======= */
.galleryscroll {
    position: relative;
    outline: none;
    overflow-x: hidden;
}
.galleryscroll::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: -1;
}
.galleryscroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #f5f9fe;
    z-index: -1;
}
.galleryscroll .item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 4px;
    isolation: isolate;
}
.galleryscroll .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
    height: 500px !important;
}
.galleryscroll .item .img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.galleryscroll .item .img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
    width: auto;
    object-fit: cover;
}
.galleryscroll .item:hover .img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.galleryscroll .box-right-7 {
    margin-right: -10vw;
}
@media (max-width: 768px) {
    .galleryscroll .item .img {
        height: 250px !important;
    }
}


/* ======= Testimonials style ======= */
.testimonials-box {
    position: relative;
    background: transparent;
    padding: 30px;
    margin-bottom: 90px;
}
.testimonials-box .head-box {
    position: relative;
    margin: 0 auto 20px;
}
.testimonials-box .head-box .subtitle {
    color: #7e9dcb;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.testimonials-box .head-box .title {
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}
.testimonials-box .head-box .title span {
    color: #1f2732;
}
.testimonials-box .head-box .backtitle {
    position: absolute;
    font-family: 'Pinyon Script', cursive;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 130px;
    opacity: .1;
    line-height: 65px;
    z-index: -2;
    color: #fff;
}
.testimonials h5 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}
.testimonials .item {
    margin-bottom: 0px;
    position: relative;
    background: #fff;
    padding: 55px 35px;
}
.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}
.testimonials .item .testitle {
    color: #7e9dcb;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.testimonials .item p {
    color: #2f3b4c;
    font-style: italic;
}
.testimonials .item .info {
    margin: 20px 0 0 0;
}
.testimonials .item .info img {
    border-radius: 100%;
}
.testimonials .item .info .author-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.testimonials .item .info .cont {
    margin-top: 0px;
}
.testimonials .item .info h6 {
    font-size: 18px;
    margin-bottom: 0px;
    padding-top: 10px;
    color: #1f2732;
    line-height: 1em;
    font-style: italic;
}
.testimonials .item .info span {
    font-size: 12px;
    color: #1f2732;
    text-transform: uppercase;
}
.testimonials .item .info .rate {
    float: right;
}
.testimonials .item .info i {
    color: #1f2732;
    font-size: 6px;
}
@media screen and (max-width: 767px) {
    .testimonials-box {
        padding: 0px;
    }
}


/* ======= Promo Video style ======= */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(255,255,255, 0.7);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #1f2732;
}
.play-button.color .circle-fill circle {
    fill: #1f2732;
}
/* video section */
.video-wrapper {
    background-position: center;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
    border: 3px solid #fff;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    border-radius: 50%;
    line-height: 85px;
    text-align: center;
    font-size: 32px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #7e9dcb;
    border-radius: 50%;
    border: 1px solid #7e9dcb;
    color: #fff;
    padding: 12px 11px 12px 13px;
    line-height: 0;
}
.video-gallery-polygon:hover {
    background: #1f2732;
    border: 1px solid #1f2732;
    color: #fff;
}


/* ======= Booking Form style ======= */
.booking-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 5%;
    z-index: 5;
}
.booking2-wrapper {
    position: relative;
    margin-bottom: 40px;
}
.booking-inner {
    position: relative;
    border-radius: 0;
}
.booking-inner p small {
    font-size: 12px;
    color: #2f3b4c;
}
.booking-inner p small b {
    font-size: 18px;
    color: #7e9dcb;
}
.form1 {
    display: block;
    padding: 0;
    position: relative;
}
.form1 label {
    display: none;
}
.form1 .col1 {
    float: left;
    width: 20%;
}
.form1 .col2 {
    float: left;
    width: 14%;
}
.form1 .col3 {
    float: left;
    width: 18%;
}
.form1 .c1 {
    border-right: 1px solid #f1eeeb;
    height: 52.5px;
    margin-bottom: 15px;
}
.form1 .c2 {
    border-right: 1px solid #f1eeeb;
    height: 52.5px;
    margin-bottom: 15px;
}
.form1 .c3 {
    border-right: 1px solid #f1eeeb;
    height: 52.5px;
    margin-bottom: 15px;
}
.form1 .c4 {
    border-right: 1px solid #f1eeeb;
    height: 52.5px;
    margin-bottom: 15px;
}
.form1 .c5 {
    border-right: 1px solid #f1eeeb;
    height: 52.5px;
    margin-bottom: 15px;
}
.ui-datepicker .ui-datepicker-header {
    background: #7e9dcb;
    border: #7e9dcb;
    color: #fff;
}
.ui-datepicker {
    font-size: 18px;
    color: #1f2732;
    background: #fff;
    z-index: 100 !important;
    border: 1px solid #fff;
    border-radius: 0px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #f5f9fe;
    background: #f5f9fe;
    color: #1f2732;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #7e9dcb;
    background: #7e9dcb;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev:after {
    font-size: 10px;
    content: "\e64a";
    font-family: "themify";
    color: #fff;
}
.ui-datepicker .ui-datepicker-next:before {
    font-size: 10px;
    content: "\e649";
    font-family: "themify";
    color: #fff;
    float: right;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: transparent;
    border: 1px solid transparent;
}
.btn-form1-submit {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: #7e9dcb;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    text-decoration: none;
    line-height: 52px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-family: 'Outfit', sans-serif;
}
.btn-form1-submit:hover {
    background: #1f2732;
}
.btn-form1-submit:focus {
    outline: none;
}
.btn-form1-submit:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: inherit;
}
.btn-form2-submit {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: #7e9dcb;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    text-decoration: none;
    line-height: 52px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-family: 'Outfit', sans-serif;
}
.btn-form2-submit:hover {
    background: #fff;
    color: #1f2732;
}
.btn-form2-submit:focus {
    outline: none;
}
.btn-form2-submit:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: inherit;
}
.input1_inner {
    position: relative;
    position: relative;
}
.input1_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    pointer-events: none;
    content: "\e6b6";
    font-family: "themify";
    font-size: 16px;
    color: #2f3b4c;
    line-height: 1;
}
.input1_inner input {
    display: block;
    width: 100%;
    font-family: "Lora", serif;
    font-size: 18px;
    color: #2f3b4c;
    padding: 15px 50px 15px 15px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.input1_inner input::placeholder {
    font-family: "Lora", serif;
    font-size: 18px;
    color: #2f3b4c !important;
}
.input1_inner input:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
    color: #2f3b4c !important;
}
.input2_inner {
    position: relative;
    position: relative;
}
.input2_inner input {
    display: block;
    width: 100%;
    font-family: "Lora", serif;
    font-size: 18px;
    color: #2f3b4c;
    padding: 15px 40px 15px 15px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.input2_inner input::placeholder {
    font-family: "Lora", serif;
    font-size: 18px;
    color: #2f3b4c !important;
}
.input2_inner input:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
    color: #1f2732 !important;
}
.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: #1f2732;
    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-family: "Lora", serif;
    font-size: 18px;
    padding: 12.25px 49px 12.25px 15px;
    color: #2f3b4c;
}
.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 #2f3b4c;
}
.select2-container--open .select2-dropdown--below {
    border-top: 2px solid #2f3b4c;
}
.select2-results__option {
    padding: 10px 30px;
    background: #fff;
    font-family: "Lora", serif;
    font-size: 18px;
    line-height: 20px;
    color: #2f3b4c;
    border-top: 1px solid #f5f9fe;
    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: #7e9dcb;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #7e9dcb;
    color: #fff;
}
/* responsive */
@media (max-width: 1259.98px) {
    .booking2-wrapper {
        margin-bottom: 30px;
    }
}
@media (max-width: 991.98px) {
    .booking2-wrapper {
        margin-bottom: 40px;
    }
    .form1 .col1 {
        width: 50%;
        border-bottom: 1px solid #f5f9fe;
    }
    .form1 .c2 {
        border-right: none;
    }
    .form1 .col2 {
        width: 25%;
    }
    .form1 .col3 {
        width: 25%;
    }
}
@media (max-width: 767.98px) {
    .form1 .col1 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #f5f9fe;
    }
    .form1 .col2 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #f5f9fe;
    }
    .form1 .col3 {
        width: 100%;
        border-right: 0;
    }
    .btn-form1-submit:after {
        background: none;
    }
    .booking-wrapper {
        position: relative;
        bottom: auto;
        padding: 30px 0 0;
    }
}
/* booking form */
.booking-box {
    position: relative;
    background: #f5f9fe;
    padding: 60px 30px;
}
.booking-box .head-box h6 {
    font-size: 12px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    color: #7e9dcb;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.booking-box .head-box h4 {
    font-size: 36px;
    color: #1f2732;
    margin-bottom: 30px;
    font-family: "Shadows Into Light", cursive;
}
.booking-box .head-box h4 span {
    color: #1f2732;
}
@media screen and (max-width: 991px) {
    .booking-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}
/* reservation button */
.reservations {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.reservations .icon {
    position: relative;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    border-radius: 100%;
}
.reservations .icon span {
    color: #fff!important;
}
.reservations .text {
    margin-left: 15px;
}
.reservations .text p {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #7e9dcb;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.reservations .text a {
    font-family: "Lora", serif;
    font-size: 30px;
    color: #1f2732;
    font-weight: 400;
}
.reservations .text a.color-1 {
    color: #fff;
}


/* ======= Restaurant Pricing style ======= */
.restaurant-pricing {
    outline: none;
    outline: 0;
    border: none;
    box-shadow: none;
}
.restaurant-pricing p i {
    font-size: 17px;
}
.restaurant-pricing .menu-list .item {
    line-height: 35px;
}
.restaurant-pricing .menu-list .flex .title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #1f2732;
}
.restaurant-pricing .menu-list .flex .title span {
    font-family: 'Outfit', sans-serif;
    color: #2f3b4c;
}
.restaurant-pricing .menu-list .flex .title.white {
    color: #fff;
}
.restaurant-pricing .menu-list .flex .dots {
    width: 100%;
    position: relative;
    margin: 0 20px;
}
.restaurant-pricing .menu-list .flex .dots:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed rgba(145, 118, 90, 0.3);
}
.restaurant-pricing .menu-list .flex .price {
    margin-left: auto;
    font-weight: 600;
    color: #7e9dcb;
    font-size: 18px;
}
.restaurant-pricing .menu-list .img {
    display: block;
    float: left;
    position: relative;
    top: 0px;
    margin-right: 15px;
    border-radius: 50%;
}
.restaurant-pricing .menu-list .img img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding: 0;
}
.accordion-box .block {
    position: relative;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 15px;
}
.accordion-box .block.active-block {
    background-color: transparent;
}
.accordion-box .block:last-child {
    margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-family: "Lora", serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    padding: 30px;
    padding-left: 60px;
    color: #1f2732;
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.size-20 {
    font-size: 18px;
}
.accordion-box .block .acc-btn .count {
    color: #7e9dcb;
    padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
    position: absolute;
    left: 35px;
    top: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #7e9dcb;
    line-height: 30px;
    content: "\e64b";
    font-family: "Themify";
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
    background-color: #7e9dcb;
    color: #fff;
}
.accordion-box .block .acc-btn.active:before {
    font-family: 'Themify';
    content: "\e648";
    color: #fff;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .content {
    position: relative;
    padding: 30px;
    background-color: #fff;
    color: #2f3b4c;
    font-family: "Lora", serif;
    font-style: italic;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}


/* ======= Blog style ======= */
.blog .item {
    margin-bottom: 30px;
}
.blog .post-img {
    position: relative;
    overflow: hidden;
}
.blog .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog .post-img a {
    display: block;
}
.blog .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog .post-img .date {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #7e9dcb;
    border: 1px solid #7e9dcb;
    color: #fff;
    padding: 20px 20px 10px 20px;
    text-align: center;
}
.blog .post-img .date span {
    font-family: 'Outfit', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1em;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
}
.blog .post-img .date i {
    font-family: 'Outfit', sans-serif;
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
    line-height: 1.4em;
    font-weight: 800;
}
.blog .post-cont {
    padding: 30px 0;
}
.blog .post-cont .tag {
    display: block;
    font-weight: 800;
    font-size: 12px;
    color: #7e9dcb;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Outfit", sans-serif;
}
.blog .post-cont h5 {
    font-size: 27px;
    margin-bottom: 15px;
}
.blog .post-cont h5 a {
    color: #1f2732;
}
.blog .post-cont h5 a:hover {
    color: #1f2732;
}
.blog .post-cont .date {
    font-family: 'Outfit', sans-serif;
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.blog .post-cont .date a {
    color: #1f2732;
}
.blog .post-cont i {
    color: #1f2732;
    margin: 0 10px;
    font-size: 12px;
}
/* sidebar */
.blog-sidebar .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #1f2732;
    font-size: 18px;
    line-height: 1.5em;
}
.blog-sidebar .widget ul li a {
    color: #1f2732;
}
.blog-sidebar .widget ul li a.active {
    color: #1f2732;
}
.blog-sidebar .widget ul li a:hover {
    color: #7e9dcb;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}
.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}
.blog-sidebar .widget-title {
    margin-bottom: 15px;
}
.blog-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f9fe;
    font-size: 24px;
    line-height: 1.75em;
    margin-bottom: 15px;
    color: #1f2732;
}
.blog-sidebar .search form {
    position: relative;
}
.blog-sidebar .search form input {
    width: 100%;
    padding: 15px;
    border: 0;
    background: #f5f9fe;
    margin-bottom: 0;
}
.blog-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #7e9dcb;
    color: #fff;
    border: 0;
    padding: 12px 20px;
    cursor: pointer;
}
.blog-sidebar .tags li {
    margin: 3px !important;
    padding: 8px 20px;
    background-color: #f5f9fe;
    border: 1px solid #f5f9fe;
    color: #1f2732 !important;
    float: left;
}
.blog-sidebar ul.tags li a {
    font-size: 18px;
    color: #1f2732;
    font-style: italic;
}
.blog-sidebar ul.tags li:hover a,
.blog-sidebar ul.tags li:hover {
    background-color: #7e9dcb;
    color: #fff;
}
/* pagination */
.blog-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.blog-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.blog-pagination-wrap li a {
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #1f2732;
    font-weight: 400;
    font-size: 18px;
    border-radius: 100%;
}
.blog-pagination-wrap li a i {
    font-size: 12px;
}
.blog-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #7e9dcb;
    color: #fff;
}
.blog-pagination-wrap li a.active {
    background-color: #7e9dcb;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .blog-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Post style ======= */
.blog-post-section {
    padding-top: 120px;
}
.post-comment-section {
    margin-top: 60px;
}
.post-comment-section h3 {
    font-size: 18px;
    color: #1f2732;
    margin-bottom: 15px;
}
.post-comment-section h3 span {
    font-size: 12px;
    color: #7e9dcb;
    margin-left: 15px;
    font-weight: 400;
}
.blog-post-caption h1 {
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
}
.blog-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}
.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.post-user-content {
    margin-right: 26px;
}
a.post-repay {
    font-size: 12px;
    color: #1f2732;
    margin: 0;
    font-weight: 400;
}
a:hover.post-repay {
    color: #7e9dcb;
}


/* ======= Contact style ======= */
/* maps */
.google-maps {
    width: 100%;
    height: 550px;
    display: block;
    border: none;
}
.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-form {
    width: 100%;
    display: block;
    padding: 60px 30px 30px 30px;
    position: relative;
    z-index: 1;
}
.contact-form h4.white {
    color: #fff;
}
/* info box */
.info-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.info-box .item .icon {
    color: #7e9dcb;
    margin-right: 15px;
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
    border-radius: 100%;
}
.info-box .item .icon:before {
    font-size: 27px;
}
.info-box .item h5 {
    color: #7e9dcb;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}
.info-box .item h6 {
    color: #7e9dcb;
    margin-bottom: 0px;
    font-size: 21px;
}
.info-box .item p {
    font-size: 18px;
    margin-bottom: 0;
    font-style: italic;
}


/* ======= 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: #1f2732;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button-1:hover {
    border: 1px solid #7e9dcb;
    background-color: #7e9dcb;
    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: #1f2732;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button-2:hover {
    border: 1px solid #1f2732;
    background-color: #1f2732;
    color: #FFF;
}
/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 15px 25px;
    border: 1px solid #1f2732;
    border-radius: 0;
    background-color: #1f2732;
    -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: #fff;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button-3:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1f2732;
}
/* button 4 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 15px 25px;
    border: 1px solid #1f2732;
    border-radius: 0;
    background-color: #1f2732;
    -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: #fff;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button-4:hover {
    border: 1px solid #7e9dcb;
    background-color: #7e9dcb;
    color: #fff;
}
/* button 5 */
.button-5 {
    display: inline-block;
    height: auto;
    padding: 15px 25px;
    border: 1px solid #7e9dcb;
    border-radius: 0;
    background-color: #7e9dcb;
    -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: #fff;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button-5:hover {
    border: 1px solid #FFF;
    background-color: #FFF;
    color: #1f2732;
}
/* button 5 */
.button-6 {
    display: inline-block;
    height: auto;
    padding: 15px 25px;
    border: 1px solid #7e9dcb;
    border-radius: 0;
    background-color: #7e9dcb;
    -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: #fff;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button-6:hover {
    border: 1px solid #1f2732;
    background-color: #1f2732;
    color: #fff;
}


/* ======= Footer style ======= */
.footer {
    position: relative;
    display: block;
}
.footer p {
    color: #2f3b4c;
}
.footer-top {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 90px 0 90px 0;
    z-index: 1;
}
.footer-top .footer-column {
    margin-bottom: 30px;
}
.footer-title {
    font-size: 36px;
    color: #1f2732;
    margin-bottom: 15px;
    font-family: "Shadows Into Light", cursive;
}
.footer-about-text {
    font-size: 18px;
    color: #2f3b4c;
    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;
}
.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: #fff;
    font-size: 16px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #7e9dcb;
    border-radius: 100%;
}
.footer-about-social-list a + a {
    margin-left: 5px;
}
.footer-about-social-list a:hover {
    background-color: #2f3b4c;
    color: #fff;
}
.footer-explore-list li + li {
    margin-top: 3px;
}
.footer-explore-list li a {
    position: relative;
    display: block;
    font-family: "Lora", serif;
    color: #2f3b4c;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-explore-list li a:hover {
    padding-left: 15px;
    color: #1f2732);
}
.footer-explore-list li a:before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #7e9dcb;
    -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: 18px;
    margin: 0;
    color: #2f3b4c;
}
.footer-contact-info p {
    margin: 0;
    color: #2f3b4c;
}
p.footer-contact-phone {
    font-family: "Lora", serif;
    font-size: 18px;
    color: #2f3b4c;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-contact-mail {
    font-size: 18px;
    color: #2f3b4c;
}
.footer-bottom {
    position: relative;
    display: block;
    background-color: #1f2732;
    -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: 16px;
    color: rgba(255,255,255,0.7)!important;
    margin: 0;
    font-style: italic;
}
.footer-bottom-copy-right a {
    color: #7e9dcb;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-bottom-copy-right a:hover {
    color: #7e9dcb;
}
/* subscribe */
.subscribe form {
    margin-top: 30px;
    position: relative;
}
.subscribe form input {
    width: 100%;
    padding: 16px 60px 17px 16px;
    background-color: transparent;
    border: 1px solid #7e9dcb;
    border-radius: 0px;
    font-family: "Lora", serif;
    color: #2f3b4c;
    margin-bottom: 15px;
    outline: none;
}
.subscribe form input::placeholder {
    color: #2f3b4c;
}
.subscribe form button {
    background-color: #7e9dcb;
    padding: 15.5px 20px;
    border-radius: 0px;
    color: #fff;
    border: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
}
.subscribe form button:hover {
    background-color: #1f2732;
    color: #fff;
    outline: none;
}
/* 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: 18px;
}
.footer .item ul li:last-of-type {
    margin-bottom: 0;
}
.footer .item ul li span {
    white-space: nowrap;
    padding-left: 10px;
    font-family: 'Outfit', sans-serif;
    color: #2f3b4c;
}
.footer .item ul li .tit {
    padding-right: 10px;
    color: #2f3b4c;
    font-family: "Lora", serif;
}
.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: 3;
    -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: #7e9dcb;
}
.progress-wrap svg.progress-circle path {
    stroke: #7e9dcb;
}


/* =======  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: #1f2732;
}
[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: #2f3b4c;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-light] p {
    color: #2f3b4c;
}
[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;
}
[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;
}


/* ======= Responsive style ======= */
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h1 {
        font-size: 40px;
    }
    .banner-header .booking-box {
        display: none;
    }
    
    .about .content {
    padding: 0;
    }
    .rooms .rooms-container {
    width: 100%;
    }
    .testimonials h5 {
    font-size: 21px;
    }
}
@media screen and (max-width: 767px) {
    .header .caption h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .header .caption h1 span {
        font-size: 20px;
    }
    .header .caption h4 {
        font-size: 18px;
    }
    .header .caption p {
        font-size: 18px;
        margin-right: 10px;
    }
    .banner-header h2 {
        font-size: 48px;
        letter-spacing: 0;
    }
    .section-head .section-title {
        font-size: 48px;
        line-height: 48px;
    }
    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    .rooms .item .con h5,
    .rooms .item .con h5 a {
        font-size: 24px;
    }
    .blog .post-cont h5 {
    font-size: 24px;
    margin-bottom: 15px;
        line-height: 30px;
    }
    .blog .post-cont h5 a {
        color: #1f2732;
        font-size: 24px;
        line-height: 30px;
    }
    .post-comment-section h3 span {
        margin-left: 0px;
    }
    .blog .post-cont h5 {
        font-size: 20px;
    }
    .banner-header .caption {
        text-align: center;
    }
    .booking-wrapper {
        background: #f5f9fe;
        padding-bottom: 30px;
    }
    .restaurant-pricing .menu-list .flex .dots {
        margin: 0 5px;
    }
    .restaurant-pricing .item h2 {
        font-size: 35px;
    }
    .info-box .item h5 {
        font-size: 18px;
    }
}


