@import url("https://fonts.googleapis.com/css2?family=Niconne&display=swap"); 
html,
body {
    height: 100%;
    font-family: cabin, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111;
    font-weight: 400;
    font-family: 'Niconne', cursive;
}

h1 {
    font-size: 70px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    font-size: 16px;
    font-family: cabin, sans-serif;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px
}

img {
    max-width: 100%
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff
}

ul,
ol {
    padding: 0;
    margin: 0
}

.section-title {
    text-align: center;
    margin-bottom: 22px
}

.section-title span {
    font-size: 14px;
    color: #23524c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
}

.section-title h2 {
    font-size: 44px;
    color: #146268;
    line-height: 58px;
    margin-top: 10px
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px
}

.spad-2 {
    padding-top: 50px;
    padding-bottom: 70px
}
.marbot50{margin-bottom: 50px;}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff
}

.primary-btn {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative
}

.primary-btn:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #23524c;
    content: ""
}

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader .8s linear infinite;
    -webkit-animation: loader .8s linear infinite
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent
    }
}

.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999
}

.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer
}

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999
}

.search-model-form {
    padding: 0 15px
}

.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: 0 0;
    color: #999
}

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    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
}
.header-section {border-bottom: 1px solid #23524c;}
.header-section.header-normal .menu-item {
    -webkit-box-shadow: 0 12px 15px rgba(36, 11, 12, .05);
    box-shadow: 0 12px 15px rgba(36, 11, 12, .05)
}

.top-nav {
    border-bottom: 1px solid #e5e5e5
}

.top-nav .tn-left li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    color: #19191a;
    font-weight: 500;
    padding: 14px 0 12px;
    margin-right: 64px;
    position: relative
}
.top-nav .tn-left li a{color: #19191a;}
.top-nav .tn-left li:after {
    position: absolute;
    right: -32px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    content: ""
}

.top-nav .tn-left li:last-child {
    margin-right: 0
}

.top-nav .tn-left li:last-child:after {
    display: none
}

.top-nav .tn-left li i {
    color: #23524c;
    margin-right: 4px
}

.top-nav .tn-right {
    text-align: right
}

.top-nav .tn-right .top-social {
    display: inline-block;
    margin-right: 35px;
    padding: 13px 0
}

.top-nav .tn-right .top-social a {
    display: inline-block;
    font-size: 16px;
    color: #19191a;
    margin-left: 15px
}

.top-nav .tn-right .bk-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 28px 15px;
    background: #23524c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px
}

.top-nav .tn-right .language-option {
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
    padding: 13px 0 11px;
    position: relative
}

.top-nav .tn-right .language-option:hover .flag-dropdown {
    top: 40px;
    opacity: 1;
    visibility: visible
}

.top-nav .tn-right .language-option img {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-right: 10px
}

.top-nav .tn-right .language-option span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500
}

.top-nav .tn-right .language-option .flag-dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100px;
    background: #fff;
    display: block;
    padding: 10px 15px;
    -webkit-box-shadow: 0 9px 10px rgba(25, 25, 26, .2);
    box-shadow: 0 9px 10px rgba(25, 25, 26, .2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 99
}

.top-nav .tn-right .language-option .flag-dropdown ul li {
    list-style: none;
    text-align: left
}

.top-nav .tn-right .language-option .flag-dropdown ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #19191a;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
    color: #23524c
}

.menu-item {
    position: relative;
    z-index: 9
}
.menu-item {min-height: 95px;}
.menu-item .logo {
    padding: 5px 0
}
.logo {float: left; width: 150px;}
.logo img{width: 100%;}
.menu-item .logo h1{display: none;}
.menu-item .logo a {
    display: inline-block; 
}

.menu-item .nav-menu {
    text-align: right
}

.menu-item .nav-menu .mainmenu {
    display: inline-block
}

.menu-item .nav-menu .mainmenu li {
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 1;

    margin-right: 42px;
}

.menu-item .nav-menu .mainmenu li.active a:after {
    opacity: 1
}

.menu-item .nav-menu .mainmenu li:hover>a:after {
    opacity: 1
}

.menu-item .nav-menu .mainmenu li:hover .dropdown {
    top: 77px;
    opacity: 1;
    visibility: visible
}

.menu-item .nav-menu .mainmenu li a {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    display: inline-block;
    padding: 30px 0;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.menu-item .nav-menu .mainmenu li:last-child{margin-right: 0;}
.menu-item .nav-menu .mainmenu li a:after {
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    height: 2px;
    background: #23524c;
    content: "";
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.menu-item .nav-menu .mainmenu li .dropdown {
    position: absolute;
    left: 0;
    top: 97px;
    width: 180px;
    background: #fff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 9px 15px rgba(25, 25, 26, .05);
    box-shadow: 0 9px 15px rgba(25, 25, 26, .05)
}

.menu-item .nav-menu .mainmenu li .dropdown li {
    list-style: none;
    display: block
}

.menu-item .nav-menu .mainmenu li .dropdown li a {
    font-size: 16px;
    color: #19191a;
    display: block;
    text-align: left;
    padding: 8px 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
    color: #23524c
}

.menu-item .nav-menu .mainmenu li .dropdown li a:after {
    display: none
}

.menu-item .nav-menu .nav-right {
    display: inline-block;
    margin-left: 43px;
    padding: 27px 0
}

.menu-item .nav-menu .nav-right i {
    font-size: 16px;
    color: #19191a;
    cursor: pointer
}

.canvas-open {
    display: none
}

.offcanvas-menu-wrapper {
    display: none
}

.hero-section {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}

.hero-section .container {
    position: relative;
    z-index: 5
}

.hero-text {
    padding-top: 130px;
    padding-bottom: 130px;
}

.hero-text h2 {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    margin-bottom: 16px
}

.hero-text p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 35px
}

.booking-form {
    background: rgba(20,98,104,0.8);;
    padding: 20px 28px 0;
    border-radius: 4px;
    margin: 15px 0;
}
.booking-form ul{margin:0; padding: 0;}
.booking-form li{list-style: none; float: left; width: 100%; margin: 0 0 20px;}
.booking-form li input{padding: 5px 10px; width: 100%;}
.booking-form iframe{width: 100%; height: 340px; border:none;}
#book_languages_and_terms, #reviewBooking_languages{background: transparent !important;}
.booking-form h3 {
    color: #FFFFFF;
    margin-bottom: 20px
}

.booking-form form .check-date {
    position: relative;
    margin-bottom: 10px
}

.booking-form form .check-date label {
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px
}

.booking-form form .check-date input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px
}

.booking-form form .check-date i {
    color: #23524c;
    position: absolute;
    right: 18px;
    bottom: 17px
}

.booking-form form .select-option {
    margin-bottom: 10px
}

.booking-form form .select-option label {
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px
}

.booking-form form .select-option .nice-select {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 20px;
    width: 100%;
    float: none
}

.booking-form form .select-option .nice-select:after {
    border-bottom: 2px solid #23524c;
    border-right: 2px solid #23524c;
    height: 10px;
    margin-top: 0;
    right: 20px;
    width: 10px;
    top: 36%
}

.booking-form form .select-option .nice-select span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500
}

.booking-form form .select-option .nice-select .list {
    margin-top: 0;
    width: 100%
}

.booking-form form button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: 500;
    background: 0 0;
    width: 100%;
    height: 46px;
    margin-top: 15px
}
.booking-form form button:hover {background: #FFFFFF; color: #242424;}
.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.hero-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    text-align: center
}

.hero-slider.owl-carousel .owl-dots button {
    height: 6px;
    width: 6px;
    background: #fff;
    opacity: .5;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.hero-slider.owl-carousel .owl-dots button.active {
    width: 30px;
    border-radius: 50px;
    opacity: 1
}

.hero-slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {
    height: 100%
}

.about-text {
    padding: 0 35px
}
.about-text h2{margin-bottom: 20px;}
.about-text p { 
    color: #595960; line-height: 22px; text-align: justify; font-size: medium; font-weight: normal;
    margin-bottom: 10px; 
}

.about-text p.s-para {
    margin-bottom: 35px
}

.about-text .about-btn {
    color: #19191a
}

.about-pic img {
    min-width: 100%; border:2px solid #23524c;
}

.services-section {
    padding-bottom: 60px;
    border-top: 1px solid #e5e5e5
}

.services-section .section-title {
    margin-bottom: 36px
}

.service-item {
    text-align: center;
    padding: 30px 35px 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-item:hover {
    background: #23524c
}

.service-item:hover i {
    color: #fff
}

.service-item:hover h4 {
    color: #fff
}

.service-item:hover p {
    color: #fff
}

.service-item i {
    display: inline-block;
    color: #23524c;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-item h4 {
    color: #19191a;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-item p {
    color: #707079;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.hp-room-items {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden
}
.parallax .container-fluid{width: 96%;}
.hp-room-items .hp-room-item {
    height: 365px; border:2px solid #f20;
    margin-right: 0;
    position: relative;
    overflow: hidden
}


.hp-room-items .hp-room-item:hover .hr-text h2 {
    margin-bottom: 30px; font-size: 28px;
}

.hp-room-items .hp-room-item .hr-text {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom:20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.hp-room-items .hp-room-item .hr-text h3 {
    font-family: cabin, sans-serif;
    color: #fff;
    margin-bottom: 15px; font-size: 22px;
}

.hp-room-items .hp-room-item .hr-text h2 {
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 50px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; font-size: 28px;
}

.hp-room-items .hp-room-item .hr-text h2 span {
    font-family: cabin, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.hp-room-items .hp-room-item .hr-text table {
    margin-bottom: 30px
}

.hp-room-items .hp-room-item .hr-text table tbody tr td {
    font-size: 16px;
    color: #fff;
    line-height: 36px
}

.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
    width: 120px
}

.hp-room-items .hp-room-item .hr-text .primary-btn:after {
    background: #fff
}

.testimonial-section {
    background: #f9f9f9
}

.testimonial-section .section-title {
    margin-bottom: 30px
}

.testimonial-slider.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}

.testimonial-slider.owl-carousel .owl-nav button {
    height: 44px;
    width: 44px;
    border: 1px solid #ebebeb;
    font-size: 24px;
    color: #707079;
    background: #fff;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    /*left: -190px;*/
    left: 0;
    top: 65%;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.testimonial-slider.owl-carousel .owl-nav button:hover {
    border-color: #19191a;
    color: #19191a
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    /*right: -190px*/
    right: 0px;
}

.testimonial-slider .ts-item {
    text-align: center
}

.testimonial-slider .ts-item p {
    font-size: 14px;
    color: #707079;
    line-height: 24px;
    margin-bottom: 50px
}

.testimonial-slider .ts-item .ti-author {
    margin-bottom: 60px
}

.testimonial-slider .ts-item .ti-author .rating {
    display: inline-block
}

.testimonial-slider .ts-item .ti-author .rating i {
    color: #f5b917;
    font-size: 16px
}

.testimonial-slider .ts-item .ti-author h5 {
    font-size: 20px;
    color: #19191a;
    display: inline-block
}

.blog-section {
    padding-bottom: 70px
}

.blog-section .section-title {
    margin-bottom: 36px
}

.footer-section {
    background: #222736
}

.footer-section .footer-text {
    padding: 80px 0 30px
}

.footer-section .footer-text .ft-about {
    margin-bottom: 30px
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 20px
}

.footer-section .footer-text .ft-about .logo a {
    display: inline-block
}

.footer-section .footer-text .ft-about p {
    color: #aaaab3;
    margin-bottom: 20px
}

.footer-section .footer-text .ft-about .fa-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #5a4d48;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 7px
}

.footer-section .footer-text .ft-about .fa-social a:hover {
    background: #23524c;
    border-color: #23524c
}

.footer-section .footer-text .ft-contact {
    margin-bottom: 30px
}

.footer-section .footer-text .ft-contact h6 {
    font-size: 14px;
    color: #02cede;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: cabin, sans-serif;
    margin-bottom: 20px
}

.footer-section .footer-text .ft-contact ul li {
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    list-style: none
}
.footer-section .footer-text .ft-contact ul li a{color: #FFFFFF;}
.footer-section .footer-text .ft-newslatter h6 {
    font-size: 14px;
    color: #02cede;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: cabin, sans-serif;
    margin-bottom: 20px
}

.footer-section .footer-text .ft-newslatter p {
    color: #FFFFFF;
    margin-bottom: 20px
}

.footer-section .footer-text .ft-newslatter .fn-form {
    position: relative
}

.footer-section .footer-text .ft-newslatter .fn-form input {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background: #393d4a;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    color: #707079
}

.footer-section .footer-text .ft-newslatter .fn-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    background: #23524c;
    color: #fff;
    padding: 0 16px;
    height: 50px;
    border: none;
    border-radius: 0 2px 2px 0
}

.footer-section .copyright-option {
    background: rgba(16, 20, 31, .2);
    padding: 20px 0; text-align: center;
}
.footer-section .copyright-option p{color: #ffffff;}

.breadcrumb-section {padding-top: 70px; padding-bottom: 20px;}

.breadcrumb-text {
    text-align: center
}

.breadcrumb-text h2 {
    font-size: 44px;
    color: #19191a;
    margin-bottom: 12px
}

.breadcrumb-text .bt-option a {
    display: inline-block;
    font-size: 18px;
    color: #19191a;
    margin-right: 20px;
    position: relative;
    font-weight: 500
}

.breadcrumb-text .bt-option a:after {
    position: absolute;
    right: -13px;
    top: 1px;
    content: "";
    font-size: 18px;
    font-family: fontawesome;
    color: #aaaab3
}

.breadcrumb-text .bt-option span {
    display: inline-block;
    font-size: 18px;
    color: #aaaab3
}

.aboutus-page-section {
    padding-top: 0;
    padding-bottom: 70px
}

.about-page-text {
    margin-bottom: 65px
}

.about-page-text .ap-title {
    margin-bottom: 30px
}

.about-page-text .ap-title h2 {
    font-size: 44px;
    color: #19191a;
    margin-bottom: 18px
}

.about-page-text .ap-title p {
    font-size: 18px;
    color: #707079;
    line-height: 28px
}

.about-page-text .ap-services li {
    list-style: none;
    font-size: 20px;
    color: #707079;
    line-height: 42px
}

.about-page-text .ap-services li i {
    color: #23524c;
    margin-right: 5px
}

.about-page-services .ap-service-item {
    position: relative;
    height: 420px;
    border-radius: 5px;
    margin-bottom: 30px
}

.about-page-services .ap-service-item .api-text {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center
}

.about-page-services .ap-service-item .api-text h3 {
    color: #fff
}

.video-section {
    height: 500px;
    padding-top: 140px
}

.video-section .video-text {
    text-align: center
}

.video-section .video-text h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 16px
}

.video-section .video-text p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px
}

.video-section .video-text .play-btn {
    display: inline-block
}

.gallery-section {
    padding-bottom: 80px
}

.gallery-section .section-title {
    margin-bottom: 38px
}

.gallery-item {
    position: relative;
    height: 279px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1
}

.gallery-item:hover:after {
    opacity: 1
}

.gallery-item:hover .gi-text {
    opacity: 1
}

.gallery-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 26, .3);
    content: "";
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.gallery-item.large-item {
    height: 576px
}

.gallery-item .gi-text {
    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;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.gallery-item .gi-text h3 {
    color: #fff
}

.rooms-section {
    padding-top: 0;
    padding-bottom: 80px
}

.room-item {
    margin-bottom: 30px
}

.room-item img {
    min-width: 100%
}

.room-item .ri-text {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 24px 24px 30px 28px
}

.room-item .ri-text h4 {
    color: #19191a;
    margin-bottom: 17px
}

.room-item .ri-text h3 {
    color: #23524c;
    font-weight: 700;
    margin-bottom: 14px
}

.room-item .ri-text h3 span {
    font-family: cabin, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #19191a
}

.room-item .ri-text table {
    margin-bottom: 18px
}

.room-item .ri-text table tbody tr td {
    font-size: 16px;
    color: #707079;
    line-height: 36px
}

.room-item .ri-text table tbody tr td.r-o {
    width: 125px; vertical-align: top;
}

.room-item .ri-text .primary-btn {
    color: #19191a
}

.room-pagination {
    text-align: center;
    padding-top: 20px
}

.room-pagination a {
    font-size: 16px;
    color: #707079;
    border: 1px solid #efd4b9;
    border-radius: 2px;
    padding: 7px 13px 5px;
    margin-right: 7px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.room-pagination a:last-child {
    margin-right: 0
}

.room-pagination a:hover {
    background: #23524c;
    color: #fff
}

.room-details-section {
    padding-top: 0;
    padding-bottom: 80px
}

.room-details-item {
    margin-bottom: 50px
}

.room-details-item img {
    margin-bottom: 40px
}

.room-details-item .rd-text .rd-title {
    overflow: hidden;
    margin-bottom: 8px
}

.room-details-item .rd-text .rd-title h3 {
    color: #19191a;
    float: left
}

.room-details-item .rd-text .rd-title .rdt-right {
    float: right;
    text-align: right
}

.room-details-item .rd-text .rd-title .rdt-right .rating {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px
}

.room-details-item .rd-text .rd-title .rdt-right .rating i {
    color: #f5b917
}

.room-details-item .rd-text .rd-title .rdt-right a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    background: #23524c;
    padding: 14px 28px 13px
}

.room-details-item .rd-text h2 {
    color: #23524c;
    font-weight: 700;
    margin-bottom: 25px
}

.room-details-item .rd-text h2 span {
    font-family: cabin, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #19191a
}

.room-details-item .rd-text table {
    margin-bottom: 32px
}

.room-details-item .rd-text table tbody tr td {
    font-size: 16px;
    color: #19191a;
    line-height: 36px
}

.room-details-item .rd-text table tbody tr td.r-o {
    width: 120px;
    color: #707079
}

.room-details-item .rd-text p {
    color: #707079
}

.room-details-item .rd-text p.f-para {
    margin-bottom: 22px
}

.rd-reviews {
    padding-top: 55px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 50px
}

.rd-reviews h4 {
    color: #19191a;
    letter-spacing: 1px;
    margin-bottom: 45px
}

.rd-reviews .review-item {
    margin-bottom: 32px
}

.rd-reviews .review-item .ri-pic {
    float: left;
    margin-right: 30px
}

.rd-reviews .review-item .ri-pic img {
    height: 70px;
    width: 70px;
    border-radius: 50%
}

.rd-reviews .review-item .ri-text {
    overflow: hidden;
    position: relative;
    padding-left: 30px
}

.rd-reviews .review-item .ri-text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    content: ""
}

.rd-reviews .review-item .ri-text span {
    font-size: 12px;
    color: #23524c;
    text-transform: uppercase;
    letter-spacing: 3px
}

.rd-reviews .review-item .ri-text .rating {
    position: absolute;
    right: 0;
    top: 0
}

.rd-reviews .review-item .ri-text .rating i {
    color: #f5b917
}

.rd-reviews .review-item .ri-text h5 {
    color: #19191a;
    margin-top: 4px;
    margin-bottom: 8px
}

.rd-reviews .review-item .ri-text p {
    color: #707079;
    margin-bottom: 0
}

.review-add h4 {
    color: #19191a;
    letter-spacing: 1px;
    margin-bottom: 45px
}

.review-add .ra-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 20px;
    margin-bottom: 25px
}

.review-add .ra-form input::-webkit-input-placeholder {
    color: #aaaab3
}

.review-add .ra-form input::-moz-placeholder {
    color: #aaaab3
}

.review-add .ra-form input:-ms-input-placeholder {
    color: #aaaab3
}

.review-add .ra-form input::-ms-input-placeholder {
    color: #aaaab3
}

.review-add .ra-form input::placeholder {
    color: #aaaab3
}

.review-add .ra-form h5 {
    font-size: 20px;
    color: #19191a;
    margin-bottom: 24px;
    float: left;
    margin-right: 10px
}

.review-add .ra-form .rating {
    padding-top: 3px;
    display: inline-block
}

.review-add .ra-form .rating i {
    color: #f5b917;
    font-size: 16px
}

.review-add .ra-form textarea {
    width: 100%;
    height: 132px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 20px;
    padding-top: 12px;
    margin-bottom: 24px;
    resize: none
}

.review-add .ra-form textarea::-webkit-input-placeholder {
    color: #aaaab3
}

.review-add .ra-form textarea::-moz-placeholder {
    color: #aaaab3
}

.review-add .ra-form textarea:-ms-input-placeholder {
    color: #aaaab3
}

.review-add .ra-form textarea::-ms-input-placeholder {
    color: #aaaab3
}

.review-add .ra-form textarea::placeholder {
    color: #aaaab3
}

.review-add .ra-form button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    background: #23524c;
    border: none;
    padding: 14px 34px 13px;
    display: inline-block
}

.room-booking {
    padding: 0 30px 0 40px
}

.room-booking h3 {
    color: #19191a;
    margin-bottom: 30px
}

.room-booking form .check-date {
    position: relative;
    margin-bottom: 15px
}

.room-booking form .check-date label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px
}

.room-booking form .check-date input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px
}

.room-booking form .check-date i {
    color: #23524c;
    position: absolute;
    right: 18px;
    bottom: 17px
}

.room-booking form .select-option {
    margin-bottom: 15px
}

.room-booking form .select-option label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px
}

.room-booking form .select-option .nice-select {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 20px;
    width: 100%;
    float: none
}

.room-booking form .select-option .nice-select:after {
    border-bottom: 2px solid #23524c;
    border-right: 2px solid #23524c;
    height: 10px;
    margin-top: 0;
    right: 20px;
    width: 10px;
    top: 36%
}

.room-booking form .select-option .nice-select span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500
}

.room-booking form .select-option .nice-select .list {
    margin-top: 0;
    width: 100%
}

.room-booking form button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #23524c;
    border-radius: 2px;
    color: #23524c;
    font-weight: 500;
    background: 0 0;
    width: 100%;
    height: 46px;
    margin-top: 30px
}

.blog-section.blog-page {
    padding-top: 0;
    padding-bottom: 88px
}

.blog-item {
    height: 450px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px
}

.blog-item.small-size {
    height: 400px
}

.blog-item .bi-text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px
}

.blog-item .bi-text .b-tag {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #23524c;
    padding: 3px 10px;
    border-radius: 2px
}

.blog-item .bi-text h4 {
    margin-top: 18px;
    margin-bottom: 18px
}

.blog-item .bi-text h4 a {
    color: #fff
}

.blog-item .bi-text .b-time {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px
}

.load-more {
    text-align: center;
    padding-top: 30px
}

.load-more .primary-btn {
    color: #19191a
}

.blog-details-hero {
    height: 530px;
    padding-top: 165px
}

.bd-hero-text {
    text-align: center
}

.bd-hero-text span {
    font-size: 12px;
    color: #fff;
    background: #23524c;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 2px
}

.bd-hero-text h2 {
    font-size: 44px;
    color: #fff;
    line-height: 54px;
    margin-top: 30px;
    margin-bottom: 12px
}

.bd-hero-text ul li {
    list-style: none;
    font-size: 14px;
    color: #23524c;
    margin-right: 35px;
    display: inline-block
}

.bd-hero-text ul li:last-child {
    margin-right: 0
}

.bd-hero-text ul li.b-time {
    text-transform: uppercase
}

.blog-details-section {
    padding-top: 55px
}

.blog-details-text .bd-title {
    margin-bottom: 52px
}

.blog-details-text .bd-title p {
    font-size: 18px;
    color: #707079;
    line-height: 30px
}

.blog-details-text .bd-pic {
    overflow: hidden;
    margin-bottom: 35px
}

.blog-details-text .bd-pic .bp-item {
    width: calc(33.33% - 10px);
    float: left;
    margin-right: 15px
}

.blog-details-text .bd-pic .bp-item:last-child {
    margin-right: 0
}

.blog-details-text .bd-pic .bp-item img {
    min-width: 100%
}

.blog-details-text .bd-more-text {
    margin-bottom: 50px
}

.blog-details-text .bd-more-text .bm-item {
    margin-bottom: 30px
}

.blog-details-text .bd-more-text .bm-item h4 {
    color: #19191a;
    margin-bottom: 20px
}

.blog-details-text .bd-more-text .bm-item p {
    font-size: 18px;
    color: #707079;
    line-height: 30px
}

.blog-details-text .tag-share {
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    margin-bottom: 75px
}

.blog-details-text .tag-share .tags {
    float: left
}

.blog-details-text .tag-share .tags a {
    font-size: 12px;
    color: #707079;
    background: #ebebeb;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 6px
}

.blog-details-text .tag-share .tags a:hover {
    color: #fff;
    background: #23524c
}

.blog-details-text .tag-share .social-share {
    float: right
}

.blog-details-text .tag-share .social-share span {
    display: inline-block;
    font-size: 18px;
    color: #707079
}

.blog-details-text .tag-share .social-share a {
    display: inline-block;
    font-size: 16px;
    color: #707079;
    margin-left: 30px
}

.blog-details-text .comment-option {
    margin-bottom: 75px
}

.blog-details-text .comment-option h4 {
    color: #19191a;
    margin-bottom: 35px
}

.blog-details-text .comment-option .single-comment-item {
    margin-bottom: 30px
}

.blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
    padding-left: 22px
}

.blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 255px;
    background: #ebebeb;
    content: ""
}

.blog-details-text .comment-option .single-comment-item.reply-comment {
    padding-left: 120px;
    margin-bottom: 52px
}

.blog-details-text .comment-option .single-comment-item.second-comment .sc-text {
    padding-left: 22px
}

.blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100px;
    background: #ebebeb;
    content: ""
}

.blog-details-text .comment-option .single-comment-item .sc-author {
    float: left;
    margin-right: 28px
}

.blog-details-text .comment-option .single-comment-item .sc-author img {
    height: 70px;
    width: 70px;
    border-radius: 50%
}

.blog-details-text .comment-option .single-comment-item .sc-text {
    display: table;
    position: relative
}

.blog-details-text .comment-option .single-comment-item .sc-text span {
    font-size: 12px;
    color: #23524c;
    text-transform: uppercase;
    letter-spacing: 2px
}

.blog-details-text .comment-option .single-comment-item .sc-text h5 {
    font-size: 20px;
    color: #19191a;
    margin-top: 4px;
    margin-bottom: 8px
}

.blog-details-text .comment-option .single-comment-item .sc-text p {
    color: #707079;
    margin-bottom: 18px
}

.blog-details-text .comment-option .single-comment-item .sc-text a {
    display: inline-block;
    color: #19191a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 24px;
    border: 1px solid #f9eee3;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 10px
}

.blog-details-text .comment-option .single-comment-item .sc-text a:hover {
    background: #23524c;
    color: #fff;
    border-color: #23524c
}

.blog-details-text .leave-comment h4 {
    color: #19191a;
    margin-bottom: 35px
}

.blog-details-text .leave-comment .comment-form input {
    width: 100%;
    height: 50px;
    color: #707079;
    font-size: 16px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-details-text .leave-comment .comment-form input:focus {
    border-color: #23524c
}

.blog-details-text .leave-comment .comment-form textarea {
    width: 100%;
    height: 116px;
    color: #707079;
    font-size: 16px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 42px;
    resize: none;
    padding-top: 12px
}

.blog-details-text .leave-comment .comment-form textarea:focus {
    border-color: #23524c
}

.blog-details-text .leave-comment .comment-form button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    background: #23524c;
    border: none;
    padding: 14px 42px 13px;
    display: inline-block;
    border-radius: 2px
}

.recommend-blog-section {
    padding-top: 65px;
    padding-bottom: 50px
}

.recommend-blog-section .section-title {
    margin-bottom: 37px
}

.recommend-blog-section .section-title h2 {
    margin-top: 0
}

.contact-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.contact-text h2 {
    font-size: 44px;
    color: #23524c;
    margin-bottom: 24px
}

.contact-text ul{margin: 0; padding: 0;}
.contact-text li{font-family: Arial; list-style: none;  float: left; width: 100%; margin-bottom: 15px; border-bottom: 1px dashed #23524c; padding-bottom:10px; font-size: 16px;}
.contact-text li .fa{margin-right: 10px; width: 25px; color: #23524c;}
.contact-text li a{color: #242424;}
.contact-text p {
    color: #707079
}

.contact-text table tbody tr td {
    font-size: 16px;
    color: #19191a;
    line-height: 36px;
    font-weight: 500
}

.contact-text table tbody tr td.c-o {
    color: #707079;
    width: 75px
}

.contact-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #7a7a7a;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 25px;
    margin-bottom: 10px
}

.contact-form input::-webkit-input-placeholder {
    color: #242424;
}

.contact-form input::-moz-placeholder {
    color: #242424
}

.contact-form input:-ms-input-placeholder {
    color: #242424
}

.contact-form input::-ms-input-placeholder {
    color: #242424
}

.contact-form input::placeholder {
    color: #242424
}

.contact-form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #7a7a7a;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 25px;
    padding-top: 12px;
    margin-bottom: 12px;
    resize: none
}

.contact-form textarea::-webkit-input-placeholder {
    color: #242424
}

.contact-form textarea::-moz-placeholder {
    color: #242424
}

.contact-form textarea:-ms-input-placeholder {
    color: #242424
}

.contact-form textarea::-ms-input-placeholder {
    color: #242424
}

.contact-form textarea::placeholder {
    color: #242424
}

.contact-form button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    background: #23524c;
    border: none;
    padding: 14px 34px 13px;
    display: inline-block
}

.mtop30{margin-top: 30px;}
.mtop40{margin-top: 40px;}
.mtop50{margin-top: 50px;}
.mtop60{margin-top: 60px;}
.google-map1 iframe {border:none;
    width: 100%;
    height: 400px; 
}
.map-right h4{ font-family: Arial; font-size: 18px; margin-top: 25px; margin-bottom: 15px;}
.map-right ul{float: left; width: 100%;}
.map-right li{list-style: none; font-size: 15px; line-height: 24px; border-bottom: 1px dotted #7a7a7a; padding-bottom: 5px; margin-bottom: 5px;}

.youtube-video iframe{width: 100%; height: 350px;}
.wel-ser{float: left; width: 100%; background: #02cede; padding-bottom: 20px; border:1px solid #056f77; margin-top: 25px;}
.wel-ser h3{margin-bottom: 20px; font-family: cabin, sans-serif; font-size: 22px; background: #056f77; text-align: center; color: #ffffff; padding: 10px 0;}
.wel-ser ul{margin: 0; padding:0;}
.wel-ser li{list-style: none; margin:0 1% 10px; float: left; width: 48%; padding-bottom: 3px; color: #242424; border-bottom: 1px dotted #037c85;}
.wel-ser li:before{font-family: FontAwesome; content:"\f00c"; margin-right: 10px; color: #037c85; font-size: 16px;}
.google-map iframe{width: 100%; height: 220px;}






.rooms-part{ padding-top: 30px; padding-bottom: 50px; }
.rooms-part .container{max-width: 96%;}
.rooms-part h3{background: #23524c; color:#FFFFFF; padding: 8px 10px; font-family: cabin, sans-serif; font-size:18px;} 
.events-part .left ul, .events-part .right ul, .amenities-part .left ul, .gallery-part ul, .rooms-part ul{margin: 0; padding: 0;}
.rooms-part li{list-style: none; float: left; width: 49%; border:1px solid #02cede; margin: 0 0.5% 10px;}
.rooms-part li .left{float: left; width: 48%; margin-right: 2%;}
.rooms-part li .right{float: right; width: 50%; padding: 10px 10px 10px 0;}
.rooms-part li .right h3{font-size: 20px; margin-bottom: 10px;}
.rooms-part li .right h4{font-size: 18px; font-family: Arial; margin-bottom: 15px;}
.rooms-part li .right p{font-size: 14px; font-family: Arial; line-height: 18px; min-height: 80px;}
.rooms-part li .button{float: left; width: auto; margin-top: 15px;}
.rooms-part li .right .button a{margin-top:20px; padding: 10px; background: #212121; border-radius:5px; color: #FFFFFF;}


.gallery-part{padding: 30px 0 50px;}
.gallery-part .container{max-width: 96%;}
.gallery-part li{list-style: none; float: left; width: 19%; margin: 0 0.5% 15px;}
.gallery-part li img{height: 200px; width: 100%; border-radius: 5px;}
.gallery-part li img:hover{-webkit-filter: grayscale(100%); filter: grayscale(100%);}


.events-part {padding: 30px 0 50px;}
.events-part .left{float: left; width: 49%; margin-right: 2%; border:1px solid #242424; padding:10px;}
.events-part .left h2{font-family: cabin, sans-serif; font-size: 22px; background: #23524c; color: #ffffff; padding:8px 10px; margin-bottom: 20px;}
.events-part .left li{list-style: none; float: left; width: 100%; border-bottom: 1px dotted #7a7a7a; padding-bottom: 3px; margin-bottom: 3px;}
.events-part .left li:before {font-family: FontAwesome; content: "\f00c"; margin-right: 10px; color: #037c85; font-size: 16px;}

.events-part .right{float: right; width: 49%; border:1px solid #242424; padding:10px;}
.events-part .right h2{font-family: cabin, sans-serif; font-size: 22px; background: #23524c; color: #ffffff; padding:8px 10px; margin-bottom: 20px;}
.events-part .right li{list-style: none; float: left; width: 100%; border-bottom: 1px dotted #7a7a7a; padding-bottom: 3px; margin-bottom: 3px;}
.events-part .right li:before {font-family: FontAwesome; content: "\f18e"; margin-right: 10px; color: #037c85; font-size: 16px;}
.events-part .right li a{color: #212529;}
.events-part .right .top, .amenities-part .left .top{float: left; width: 100%; margin-bottom: 20px;}
.events-part .right .bottom, .amenities-part .left .bottom{float: left; width: 100%; margin-bottom: 20px;}
.events-part .right .center{float: left; width: 50%; text-align: center;}
.events-part .right .center img{height: 100px;}


.amenities-part .left .middle{float: left; width: 100%; margin-bottom: 20px;}
.amenities-part{padding: 30px 0 50px;}
.amenities-part .container{max-width: 96%;}
.amenities-part .left{float: left; width: 100%;}
.amenities-part .left h2 {font-size: 22px; margin-bottom: 25px; font-family: cabin, sans-serif; margin-top: 20px;}
.amenities-part .left li{border:1px solid #242424; padding: 5px;list-style: none; float: left; width: 19%; margin:0 0.5% 15px; text-align: center;}
.amenities-part .left li img{width: 50%;}
.amenities-part .left li h3{font-family: cabin, sans-serif; padding: 10px 0; text-align: center; font-size: 13px; color: #242424; margin: 10px 0 0;}


.general-information{float: left; width: 100%; padding:50px 0 50px; background: #02cede;}
.general-information .left{float: left; width: 48%; margin-right: 2%; padding-right: 2%; border-right: 1px solid #242424;}
.general-information .right{float: left; width: 48%;}
.general-information h2{ font-size: 25px; margin-bottom: 30px;}
.general-information h3{font-family: cabin, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.general-information p{text-align: justify; color: #242424; font-size: 15px; line-height: 20px;}






.thank-you{float: left; width: 100%; margin-top: 100px; text-align: center;}
.thank-you img{width:200px;}
.thank-you h2{margin-top: 10px; font-size:20px; font-family: cabin, sans-serif;}
.thank-you h3{margin-top: 10px; font-size:18px; font-family: cabin, sans-serif;}
.thank-you p{line-height: 25px; font-size: 15px; color: #242424; font-weight: bold;}
.thank-you a{color: #242424; text-decoration: none;}

.aboutus-section{padding: 80px 0 50px;}
.aboutus-section .container{max-width: 94%;}
.clear{clear:both;}
/*.hp-room-section{background: #b2e8ec; }*/
.parallax {
  /* The image used */
  background-image: url("../img/img_parallax.jpg"); padding-top: 50px; padding-bottom: 50px;

  /* Set a specific height */
  height: 600px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax .breadcrumb-text h2 {color: #FFFFFF;}
.sticky-container{padding: 0px; margin: 0px; position: fixed; right: -160px; z-index: 9999; top:180px; width: 200px;}
.sticky li{list-style-type: none; background-color: #333; color: #efefef; height: 43px; padding: 0px; margin: 0px 0px 1px 0px; -webkit-transition:all 0.25s ease-in-out; -moz-transition:all 0.25s ease-in-out; -o-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; cursor: pointer; /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%);*/ }
.sticky li:hover{margin-left: -125px; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); }
.sticky li img{float: left; margin: 5px 5px; margin-right: 10px;}
.sticky li p{padding: 0px; margin: 0px; color: #FFFFFF; text-transform: uppercase; line-height: 43px;}
.sticky li a{color: #ffffff;}
@media only screen and (min-width:1554px) and (max-width:1920px) {
    .hp-room-items .hp-room-item .hr-text {
        bottom: -200px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1250px) {
    .hp-room-items .hp-room-item .hr-text {
        bottom: -288px
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slider img{height: 550px; width: 100%;}
    .gallery-part li {width: 24%;}
    .gallery-part li img{height: 180px;}
    .amenities-part .left li h3{min-height: 55px;}
    .testimonial-slider.owl-carousel .owl-nav button {
        left: 0px
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: 0px
    }
}

@media only screen and (max-width:991px) {
    .top-nav .container, .menu-item .container{max-width: 100%;}
    .top-nav .col-lg-6{float: left; width: 70%;}
    .top-nav .col-lg-6:last-child{float: right; width: 30%;}
    .menu-item .nav-menu .mainmenu{margin-top: 10px;}
    .menu-item .nav-menu .mainmenu li{margin-right: 32px;}
    .menu-item .nav-menu .mainmenu li a {padding: 26px 0;}
    .top-nav {display: block;}
    .rooms-part li{width: 98%; margin: 0 1% 10px;}
    .menu-item .nav-menu {
        display: block;
    }
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .7);
        z-index: 98;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    /*.menu-item .nav-menu .mainmenu li a{padding: 35px 0;}*/
    .offcanvas-menu-overlay.active {
        visibility: visible
    }
    .aboutus-section .col-md-5{max-width: 100%; flex: 0 0 100%;}
    .canvas-open {
        position: absolute;
        right: 20px;
        top: 28px;
        font-size: 38px;
        width: 40px;
        height: 40px;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 2px;
        line-height: 33px;
        text-align: center;
        z-index: 100;
        display: none;
        cursor: pointer
    }
    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        z-index: 999;
        background: #fff;
        text-align: center;
        overflow-y: auto;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        padding: 80px 30px 30px;
        display: block
    }
    .offcanvas-menu-wrapper .canvas-close {
        height: 30px;
        width: 30px;
        border: 1px solid #19191a;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 30px;
        padding-right: 1px
    }
    .offcanvas-menu-wrapper .search-icon {
        color: #19191a;
        text-align: center;
        cursor: pointer;
        margin-bottom: 10px
    }
    .offcanvas-menu-wrapper .header-configure-area {
        margin-bottom: 30px
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option {
        display: inline-block;
        cursor: pointer;
        padding: 13px 0;
        position: relative;
        margin-bottom: 10px
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option:hover .flag-dropdown {
        top: 40px;
        opacity: 1;
        visibility: visible
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option img {
        height: 26px;
        width: 26px;
        border-radius: 50%;
        margin-right: 10px
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option span {
        font-size: 16px;
        color: #19191a;
        text-transform: uppercase;
        font-weight: 500
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100px;
        background: #fff;
        display: block;
        padding: 10px 15px;
        -webkit-box-shadow: 0 9px 10px rgba(25, 25, 26, .2);
        box-shadow: 0 9px 10px rgba(25, 25, 26, .2);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 99
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li {
        list-style: none;
        text-align: left
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #19191a;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a:hover {
        color: #23524c
    }
    .offcanvas-menu-wrapper .header-configure-area .bk-btn {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        padding: 16px 28px 15px;
        background: #23524c;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px
    }
    .offcanvas-menu-wrapper .mainmenu {
        display: none
    }
    .offcanvas-menu-wrapper .slicknav_menu {
        background: 0 0;
        padding: 0
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
        float: none;
        margin: 0 0 10px;
        display: none
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
        display: block !important
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
        margin: 0;
        text-align: left
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
        padding-left: 20px
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
        margin: 0;
        padding: 10px 0 10px 30px;
        font-weight: 600;
        font-size: 14px;
        color: #19191a;
        border-bottom: 1px solid #e5e5e5;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
        border-radius: 0;
        background: 0 0;
        color: #23524c
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
        border-bottom: 0;
        padding-left: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
        color: #19191a;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
        color: #23524c
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
        color: #23524c
    }
    .offcanvas-menu-wrapper .top-social {
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 20px
    }
    .offcanvas-menu-wrapper .top-social a {
        display: inline-block;
        font-size: 16px;
        color: #19191a;
        margin-right: 20px
    }
    .offcanvas-menu-wrapper .top-social a:last-child {
        margin-right: 0
    }
    .offcanvas-menu-wrapper .top-widget li {
        list-style: none;
        font-size: 16px;
        color: #19191a;
        font-weight: 500;
        line-height: 28px
    }
    .offcanvas-menu-wrapper .top-widget li a{color: #19191a;}
    .offcanvas-menu-wrapper .top-widget li i {
        color: #23524c;
        margin-right: 4px
    }
    .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
        left: 0;
        opacity: 1;
        visibility: visible
    }
    .about-text {
        margin-bottom: 30px
    }
    .footer-section .copyright-option ul {
        text-align: center;
        margin-bottom: 10px
    }
    .footer-section .copyright-option .co-text {
        text-align: center
    }
    .about-pic img {
        margin-bottom: 20px
    }
    .room-booking {
        padding: 0;
        margin-top: 40px
    }
    .contact-form {
        padding-top: 30px
    }
    .hero-text {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.menu-item{min-height: 100px;}
	.logo {float: left; width: 160px;}
	.hero-text {padding-top: 20px;}
	.hero-text h2 {font-size:40px; line-height: 25px;}
	.booking-form form .check-date, .booking-form form .select-option {float: left; width: 49%; margin: 0 0.5% 10px;}
    .aboutus-section .col-lg-4{display: none;}
	.hero-slider img{height: 500px;}
	.hp-room-items .hp-room-item{margin-right: 0;}
	.parallax{height: auto;}
	.wel-ser{margin-bottom: 30px;}
	.testimonial-section .col-md-7{max-width: 100%; flex: 0 0 100%;}
    .gallery-part li {width: 32.3%;}
    .gallery-part li img{height: 180px;}
    .booking-form iframe{height: 330px;}

    .amenities-part .left li{width: 24%;}
    .amenities-part .left li h3{min-height: 55px;}
    .testimonial-slider.owl-carousel .owl-nav button {
        left: -30px
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: -30px
    }
    .hp-room-items {
        margin: 0
    }
    .hp-room-item {
        margin-bottom: 15px
    }
    .hero-text{margin-bottom: 15px;}
    .booking-form{margin: 0;}
    .booking-form li{width: 49%; margin: 0 0.5% 5px;}
}

@media only screen and (max-width:767px) {
	.menu-item{min-height: 100px;}
	.logo {float: left; width: 160px;}
	.menu-item .logo h1 {font-size: 37px;}
	.hero-text {padding-top: 20px;}
	.hero-text h2{font-size:40px; line-height: 25px;}
	.booking-form h3{font-size: 28px;}
	.about-text{padding: 0;}
	.about-text p{font-size: 15px;}
    .testimonial-slider.owl-carousel .owl-nav {
        display: none
    }
    .room-details-item .rd-text .rd-title {
        margin-bottom: 25px
    }
    .room-details-item .rd-text .rd-title h3 {
        float: none;
        margin-bottom: 30px
    }
    .room-details-item .rd-text .rd-title .rdt-right {
        float: none;
        text-align: left
    }
    .footer-section .copyright-option ul li {
        margin-right: 25px
    }
    .blog-details-text .tag-share .tags {
        float: none;
        margin-bottom: 20px
    }
    .blog-details-text .tag-share .social-share {
        float: none
    }
    .about-text .section-title h2 {
        font-size: 30px;
        line-height: 40px
    }
    .hp-room-items {
        margin: 0 -5px
    }
    .hp-room-item {
        margin-bottom: 10px
    }
    .booking-form{margin: 0;}
    .booking-form li{width: 49%; margin: 0 0.5% 5px;}
}
@media only screen and (min-width:600px) and (max-width:767px) {
    .menu-item {min-height: 87px;}
    .top-nav .col-lg-6 {float: left; width: 66%;}
    .top-nav .tn-left li{margin-right: 50px;}
    .top-nav .col-lg-6:last-child {float: right; width: 34%;}
    .canvas-open{top:75px; color: #242424; border: 1px solid #242424;}
    .logo {width: 140px;}
    .parallax{height: auto;}
    .hp-room-items .col-lg-3{padding-right: 60px; padding-left: 60px;}
    .menu-item .nav-menu .mainmenu li {margin-right: 15px;}
    .gallery-part li {width: 32.3%;}
    .gallery-part li img{height: 180px;}
    .booking-form form .check-date, .booking-form form .select-option {float: left; width: 49%; margin: 0 0.5% 10px;}

    .general-information .left{width: 100%; margin-right: 0; padding-right: 0; border-right: none; border-bottom: 1px solid #242424; margin-bottom: 15px; padding-bottom: 15px;}
    .general-information .right{width: 100%;}
    .amenities-part .left li{width: 24%;}
    .amenities-part .left li h3{min-height: 55px;}
    .hero-text{margin-bottom: 15px;}
    .booking-form{margin: 0;}
    .booking-form li{width: 49%; margin: 0 0.5% 5px;}
}
@media only screen and (min-width:480px) and (max-width:599px) {
    .hero-text{margin-bottom: 15px;}
    .booking-form{margin: 0;}
    .booking-form li{width: 49%; margin: 0 0.5% 5px;}
    .menu-item {min-height: 87px;}
    .top-nav .col-lg-6 {float: left; width: 50%;}
    .top-nav .col-lg-6:last-child {float: right; width: auto;}
    .top-nav .tn-left li:last-child{display: none;}
    .canvas-open{top:75px; color: #242424; border: 1px solid #242424;}
	.parallax{height: auto;}
    .logo {width: 140px;}
	.wel-ser{margin-bottom: 30px;}
	.menu-item .nav-menu {display: none;}
	.canvas-open {display: block;}
	.hero-slider img{height: 400px;}
    .hp-room-items .col-lg-3{padding-right: 60px; padding-left: 60px;}
    .hp-room-items .hp-room-item{margin-right: 0;}
    .aboutus-section .container {max-width: 80%;}
    .rooms-part li .left{width: 100%; margin-right: 0; margin-bottom: 10px;}
    .rooms-part li .right{width: 100%; padding-left: 10px;}
    .rooms-part li .right p{min-height: auto;}
    .gallery-part li {width: 49%;}
    .gallery-part li img{height: 180px;}
    .general-information .left{width: 100%; margin-right: 0; padding-right: 0; border-right: none; border-bottom: 1px solid #242424; margin-bottom: 15px; padding-bottom: 15px;}
    .general-information .right{width: 100%;}

    .amenities-part .left li{width: 49%;}
    .amenities-part .left li h3{min-height: 55px;}
    .events-part .left{width: 100%; margin-right: 0;}
    .events-part .right{width: 100%;}
}
@media only screen and (max-width:479px) {
    .menu-item {min-height: 87px;}
    .top-nav .col-lg-6 {float: left; width: 50%;}
    .top-nav .tn-left li{padding: 10px 0 10px; margin-right: 0;}
    .top-nav .tn-left li::after{background: transparent; right: 0;}
    .top-nav .col-lg-6:last-child {float: right; width: 50%;}
    .top-nav .tn-right .bk-btn{padding:12px 7px;}
    .top-nav .tn-left li:last-child{display: none;}
    .canvas-open{top:75px; color: #242424; border: 1px solid #242424;}
    .rooms-part li .left{width: 100%; margin-right: 0; margin-bottom: 10px;}
    .rooms-part li .right{width: 100%; padding-left: 10px;}
    .rooms-part li .right p{min-height: auto;}
    .general-information .left{width: 100%; margin-right: 0; padding-right: 0; border-right: none; border-bottom: 1px solid #242424; margin-bottom: 15px; padding-bottom: 15px;}
    .general-information .right{width: 100%;}
    .hero-text{margin-bottom: 15px;}
    .booking-form{margin: 0;}
    .booking-form li{width: 49%; margin: 0 0.5% 5px;}

    .amenities-part .left li{width: 49%;}
    .amenities-part .left li h3{min-height: 55px;}
	/*.menu-item{min-height: 100px;}*/
	.logo {float: left; width: 140px;}
	.menu-item .logo h1 {font-size: 37px;}
	.hero-text {padding-top: 20px;}
	.hero-text h2{font-size: 26px; line-height: 25px;}
	.booking-form h3{font-size: 28px;}
	.about-text{padding: 0;}
	.about-text p{font-size: 15px;}
	.primary-btn{display: none;}
	.parallax{height: auto;}
	.hp-room-items .hp-room-item{margin-right: 0;}
	.menu-item .nav-menu {display: none;}
	.canvas-open {display: block;}
	.hero-slider img{height: 300px;}
	.wel-ser{margin-bottom: 30px;}
	.wel-ser li{width: 98%;}
	.sticky-container {left: 0px; top: auto; bottom: 0; right: 0; width: 100%; background: #146268; padding-top: 5px; text-align: center;} 
	.sticky li img {float: right; margin-left: 10px; margin-right: 5px;}
	.sticky li:hover {margin-right: 0; margin-left: 0;}
	.sticky li p{display: none;}
	.sticky li {display: inline-block; background: transparent; }
    .gallery-part li {width: 49%;}
    .gallery-part li img{height: 100px;}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a{padding-right: 10px;}
    .events-part .left{width: 100%; margin-right: 0;}
    .events-part .right{width: 100%;}
    .booking-form{padding: 20px 5px 0;}
    .booking-form iframe{height: 320px;}
    .footer-section .copyright-option ul li {
        margin-bottom: 5px
    }
    .video-section {
        padding-top: 80px
    }
    .rd-reviews .review-item .ri-pic,
    .blog-details-text .comment-option .single-comment-item .sc-author {
        float: none;
        margin-bottom: 30px
    }
    .rd-reviews .review-item .ri-text .rating {
        position: relative
    }
    .rd-reviews .review-item .ri-text,
    .blog-details-text .comment-option .single-comment-item.second-comment .sc-text,
    .blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
        padding-left: 0
    }
    .blog-details-text .comment-option .single-comment-item.reply-comment {
        padding-left: 30px
    }
    .rd-reviews .review-item .ri-text:before,
    .blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before,
    .blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
        display: none
    }
    .blog-details-hero {
        padding-top: 70px
    }
    .blog-details-text .bd-pic .bp-item {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px
    }
    .blog-details-text .tag-share .tags a {
        margin-bottom: 6px
    }
    .blog-details-text .comment-option .single-comment-item .sc-text a {
        margin-bottom: 10px
    }
}

.about-text em{ font-size:20px;}
.aboutus-section h3{ margin-bottom:35px; font-size:35px; color: #d80909;}




