/* ************************************************************
******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
:: 9.0 FORM BOX AREA CSS
:: 10.0 ROOMS AREA CSS
:: 11.0  ABOUT AREA CSS
:: 12.0  SERVICES AREA CSS
:: 13.0  TESTIMONIAL AREA CSS
:: 14.0 CALLACTION AREA CSS
:: 15.0  FOOTER AREA CSS
:: 16.0  COPYRIGHT AREA CSS
:: 17.0  POPUP AREA 
****************************** */

/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Manrope:wght@200;300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');


/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(bootstrap.min.css);
@import url(et-line.css);
@import url(icofont.min.css);
@import url(all.min.css);
@import url(animate.min.css);
@import url(aos.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777;
}

.main {
    overflow: hidden;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
}

h1 {
    line-height: 1.2;
}

h2 {
    line-height: 1.2;
    color: #183c6c;
    font-size: 55px;
}

h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #183c6c;
}

h4 {
    font-size: 24px;
    color: #193d6f;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #2d3136;
    margin-bottom: 0;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

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

.text-primary {
    color: #2d3136 !important;
}

/* ******************************
:: 4.0 COMMON CSS
****************************** */
.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.op-5 {
    opacity: 0.5;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
}

.avatar-lg {
    height: 5rem;
    width: 5rem;
}

.h-100vh {
    height: 100vh;
}

.pos-abs-top-right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.radius-100 {
    border-radius: 100px !important;
}

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

.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.tooltip>.tooltip-inner {
    background-color: #00cff2;
    padding: 6px;
}

.tooltip-arrow,
.tooltip.top .tooltip-arrow {
    border-top-color: #00cff2;
}

.inner-wrapper {
    min-height: 100vh;
    width: 100%;
}

/*SECTION HEADING*/
.section-heading {
    margin-bottom: 60px;
}

.section-heading>h2 {
    position: relative;
}

.section-heading>h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*HEADINGS*/
.headings span {
    color: #444;
    font-weight: 500;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 1px;
    margin-left: -30px;
}

/*SECTION PADDING*/
.pt_0 {
    padding-top: 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_80 {
    padding: 80px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}

.color-primary {
    color: #007bff;
}

.color-secondary {
    color: #e03737 !important;
}

.viewmore {
    margin-top: 10px;
}

.viewmore a {
    font-size: 28px;
    color: #183c6c;
}

.viewmore a .circle {
    border: 1px solid #eca755;
    padding: 2px 5px;
    border-radius: 50px;
    color: #eca755;
    font-size: 18px;
    margin-left: 17px;
}

/* ******************************
:: 5.0 PRELOADER AREA CSS
****************************** */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff !important;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

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

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

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

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

@media (max-width: 767px) {
    #loader {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }
}

/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
    position: fixed;
    right: 1%;
    bottom: 3%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #eca755;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
}

#scrollUp>i {
    font-size: 24px;
    line-height: 38px;
    display: block;
    color: #fff;
}

#scrollUp svg {
    color: #fff;
    font-size: 18px;
}

#scrollUp:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */


.hero-wrapper .svg-clipped {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    height: 100%;
    z-index: -1;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
}

.navbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar .navbar-nav .nav-link:hover {
    /* color: #fff;
    background-color: #144d5b; */
}

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

.navbar .navbar-nav .nav-link-btn:hover {
    color: #fff;
    background-color: #193d6f;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #7e8085;
}

.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky {
    -webkit-transition: none;
    transition: none;

}

.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: -100px;
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #01081f;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
}

/*NAVBAR DARK*/
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 1.18rem;
    text-shadow: 2px 2px #444;
    text-shadow: 4px 4px 6px rgb(51 51 51 / 50%);
}

.navbar-dark .btn-outline {
    color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #7e8085;
    text-shadow: none;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn {
    color: #fff;
    margin-top: 15px;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn:hover {
    color: #fff !important;
    background-color: #144d5b;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #144d5b;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn.current-menu-item {
    color: #fff;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA;
}

.nav-link-btn {
    background: #eca755;
    padding: 8px 32px !important;
    font-size: 16px !important;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    text-shadow: none !important;
    border-radius: 5px;
    margin-top: 12px;
    margin-left: 10px;
    font-weight: 500;
}

.navbar-brand {
    padding-top: .65rem;
}

.mega-menu.blog-menu {
    width: 270px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

@media(min-width: 992px) {
    .dropdown:hover .mega-menu {
        display: block;
        -webkit-animation: dropdownAnimation 0.3s ease-in-out;
        animation: dropdownAnimation 0.3s ease-in-out;
    }
}

@-webkit-keyframes dropdownAnimation {
    0% {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px);
        visibility: hidden;
        opacity: 0;
    }

    100% {

        visibility: visible;
        opacity: 1;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes dropdownAnimation {
    0% {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px);
        visibility: hidden;
        opacity: 0;
    }

    100% {

        visibility: visible;
        opacity: 1;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}

.single-menu li a {
    transition: all .3s ease;
}

.single-menu li:hover a {
    color: #fff;
    background-color: #eca755;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 1.1rem;
    padding: 0 .6rem;
    letter-spacing: 1px;
    font-weight: 500;
}

/* @media(min-width: 1281px){
    .navbar-dark .navbar-nav .nav-link{
        font-size: 1.18rem;
    }
} */


.nav-link-btn {
    padding: 10px 40px !important;
    font-size: 16px !important;
    margin-top: 10px;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn {
    margin-top: 20px;
}

.welcome-intro h1 {
    font-size: 65px;
}

.navbar-brand img {
    height: 63px;
    width: 100%
}

.navbar-sticky-on .navbar-brand-sticky {
    height: 63px;
    width: 100%;
}

.navbar-brand-footer img {
    max-width: none;
}

.navbar-dark .navbar-brand {
    padding: 20px 0;
}

.navbar .navbar-nav .nav-link {
    padding-top: 1.2rem;
    padding-bottom: 1.875rem;
}

.navbar-sticky-on .navbar-nav .nav-link {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.welcome-area {
    background-image: url(../img/banner/slider.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 950px;
}

.welcome-intro h1 {
    color: #D2D5DA;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
}

.welcome-intro p {
    color: rgb(218 151 71);
    padding-top: 10px;
    text-align: center;
    line-height: 2 !important;
    font-size: 27px;
}

.welcome-intro>h3 {
    font-size: 30px;
}

.homepage-1 .welcome-thumb {
    max-width: 250px;
    padding-top: 70px;
}

.welcome-area .video-icon {
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.play-btn {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
}

.btn-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

.play-icon {
    font-size: 22px;
    color: #1c144e;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes grow {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes grow {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.play-animation {
    -webkit-animation: grow 3s infinite;
    animation: grow 3s infinite;
}

.animation-short {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.homepage-1 .video-icon {
    display: grid;
}

.homepage-1 .video-icon .play-btn {
    background-color: #0056b3;
}

.homepage-1 .video-icon .btn-circle {
    background-color: rgba(0, 86, 179, 0.2);
}

.homepage-1 .video-icon .play-icon {
    color: #fff;
}

/* ******************************
:: 9.0 FORM BOX AREA CSS
****************************** */

.form-area {
    margin-top: -215px;
    margin-bottom: 40px;
}

.form-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #010306d6;
    height: 152px;
    opacity: 0.9;
}

.property-box {
    padding-left: 30px;
}

.form-btn {
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: #eca755;
    height: 45px;
    opacity: 0.9;
    margin-top: 32px;
    margin-right: 30px;
    width: 200px;
    justify-content: center;

}

.form-btn:hover {
    color: #fff;
    background-color: #193d6f;
}

.form-btn a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-btn a img {
    margin-top: -2px;
}

.prop-box label,
.prop-box2 label {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.date_icon {
    background: rgba(255, 255, 255) url(../img/calendar.svg) no-repeat center right 15px;
    background-size: 18px;
    padding-right: 50px;
    border: 0px;
    color: #595959;
    outline: none;
    width: 100%;
    padding: 0 15px;
    cursor: pointer;
}

.form-control {
    height: calc(2em + 0.75rem + 2px);
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
}

/* ******************************
:: 10.0 ROOMS AREA CSS
****************************** */
.rooms-area {
    padding: 100px 0;
}

.rooms-area h2 {
    color: #183c6c;
    font-size: 50px;
}

.rooms-area p {

    margin: 0 auto;
    line-height: 44px;
    max-width: 680px;
    color: #191919;
    font-size: 20px;
    margin-bottom: 55px;
}


.rooms-block {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rooms-block .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    flex: 0 0 32.33%;
}

.rooms-block .image-box {
    position: relative;
    overflow: hidden;
}

.rooms-block .lower-box {
    position: absolute;
    margin: 38px 35px 40px;
    margin-left: 35px;
    z-index: 100;
    top: 30px;
    background-color: #193d6f;
    margin-left: -100px;
    width: 228px;
    padding: 30px;
}


.rooms-block .lower-box .text {
    margin-bottom: 25px;
}

.rooms-block .lower-box h4 {
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
}

.rooms-block .lower-box .text p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.rooms-block .link-box a {
    transition: all .3s ease;
}

.rooms-slider.owl-carousel .owl-nav {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -95px;

}

.rooms-slider.owl-carousel .owl-nav [class*=owl-] {
    color: #eba24a;
    border: 1px solid #eba24a;
    font-size: 18px;
    margin: 5px;
    padding: 10px 13px !important;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 50px;
}

.rooms-slider.owl-carousel .owl-nav [class*=owl-]:hover {
    background: #eba24a;
    border: 1px solid #eba24a;
    color: #fff;
    transition: all .3s ease;
}

.rooms-slider.owl-carousel .owl-nav [class*=owl-]:focus {
    outline: none;
}


/* ******************************
:: 11.0  ABOUT AREA CSS
****************************** */
.about-area {
    padding: 80px 0 120px;
    background-color: #193d6f;
}

.about-div {
    background-color: #fff;
    padding: 50px;
    display: flex;

}

.about-col-1 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.about-col-1 img {
    padding-top: 20px;
    margin-bottom: -100px;

}

.about-col-2 {
    padding: 0;
}

.about-readmore {
    position: absolute;
    right: 10%;
    bottom: 0;
    margin-bottom: -100px;
}

.about-readmore a {
    padding: 20px 50px;
    background-color: #eca755;
    color: #fff;
    font-size: 18px;
}

.rooms-area h2 {
    padding-bottom: 72px;
}

.attraction-area {
    background-color: #fff;
}

.book p {

    padding-bottom: 15px;
}

.book {
    padding-top: 100px;
}

.border-line a {
    font-weight: 700;
    font-size: 23px;
    color: #282828;
}

/* ******************************
:: 12.0  SERVICES AREA CSS
****************************** */

.service-area {
    background-color: #f3f3f5;
    padding: 90px 0;
}

.service-area h3 {
    font-size: 40px;
}

.service-card img {
    width: 100%;
}


.service-card .ser-card-cont {
    background-color: #f3f3f5;
    padding: 30px 30px 50px 90px;
}

.service-card .ser-card-cont p {
    padding-top: 10px;
}

.service-div {
    align-items: center;
}

/* ******************************
:: 13.0  TESTIMONIAL AREA CSS
****************************** */

.testimonial-area {
    padding: 50px 0;
    background-color: #eca755;
    position: relative;
}

.testimonial-block {
    margin: 0 25px;
}

.testimonial-block .image-box {
    padding-left: 30px;
}

.testimonial-block .image-box img {
    width: 120px !important;
    height: 120px;
}

.testimonial-block .inner-box {
    background-color: #fff;
    padding: 100px 40px 40px;
    margin-top: -80px;
}

.testimonial-block .inner-box .text p {
    font-size: 16px !important;
    max-width: 350px;
}

.testimonial-block .inner-box {
    min-height: 424px;
}

.testi-box-slider .owl-dots {
    padding-top: 20px;
    text-align: center;
}

.testi-box-slider .owl-dots button {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-right: 10px;
    outline: 0;
}

.testi-box-slider .owl-dots button.active {
    background: #193d6f !important;
}

blockquote {

    font-size: 1.4em;
    margin: 20px auto;
    font-style: normal;
    color: #dde2e9;
    padding: 1px;
    line-height: 1.6;
    position: relative;
}

blockquote::before {
    font-size: 200px;
    font-family: Arial;
    content: "\201C";
    color: #dde2e9;
    position: absolute;
    top: -170px;
    right: 0;
}

/* .testi-name {
    margin-top: 20px;
} */

.testi-name h2 {
    color: #183c6c;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 4px;
}

.testi-name span {
    color: #183c6c;
    font-size: 14px;
    font-weight: 400;
}

.testi-name h5 {
    font-size: 18px;
    color: #183c6c;
    font-weight: 600;
}


/* ******************************
:: 14.0 CALLACTION AREA CSS
****************************** */
.callaction-area {
    padding: 120px 0;
    background: rgba(255, 255, 255) url(../img/call-action/call-action-bg.png) no-repeat 300px 0;
    position: relative;
}

.callaction-inner {
    max-width: 700px;
}

.callaction-inner p {
    margin-bottom: 50px;
    text-align: center;
    font-size: 32px;
    line-height: 45px;
}

.callaction-btns-div {
    display: flex;
    justify-content: space-between;
}

.h-callaction-btn a {
    padding: 20px 35px;
    background-color: #193d6f;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.h-callaction-btn a:hover {
    background-color: #000;
    color: #fff;
}

.h-requestcall-btn a {
    background-color: #eca755;
}

.h-callaction-btn span {
    padding-right: 10px;
}

.h-callactions-btn {
    text-align: center;
}

.h-callactions-btn a {
    padding: 20px 60px;
    background-color: #193d6f;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
}

.h-callactions-btn a:hover {
    background-color: #000;
    color: #fff;
}

.h-callactions-btn span {
    padding-right: 10px;
}

/* ******************************
:: 15.0  FOOTER AREA CSS
****************************** */
.footer-area {
    padding: 80px 0 50px;
    background-color: #183c6c;
    position: relative;
}

.footer-area h4 {
    color: #f9c78c;
    font-size: 18px;
    padding-bottom: 10px;
}

.footer-area h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}

.footer-area .footer-logo {
    padding-bottom: 50px;
}

.footer-area .foot-social ul {
    display: flex
}

.footer-area .foot-social ul li {
    padding-right: 20px;
    font-size: 28px;
}

.footer-area .foot-social ul li a {
    color: #fff;
}

.footer-area .foot-email a {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
}

/* ******************************
:: 16.0  COPYRIGHT AREA CSS
******************************/

.copyright {
    background: #163661;
    padding: 20px;
}

.copyright p {
    color: #9ea7b4;
    font-size: 16px;
    font-weight: 500;
}

.copyright img {
    max-width: 120px;
}

/* ******************************
:: 17.0  POPUP AREA 
****************************** */
.modal-dialog {
    margin-top: 100px;
    max-width: 694px !important;
    z-index: 99999;
}

.order-model .modal-dialog {
    max-width: 894px !important;
}

.modal.fade .modal-dialog {
    top: 48%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-content {
    border-radius: 0px;
    overflow: hidden;
    padding-bottom: 50px;
}

.modal-header {
    border-bottom: none;
}

.download-close {
    float: right;
    background: #eca755;
    border-radius: 45px;
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    z-index: 99999;
    position: absolute;
    right: -6px;
    top: -8px;
    padding: 2px 0;
}

.download-close span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 16px;
}

#letter5 {
    text-align: center;
}

.letter_inner .heading {
    margin-bottom: 0px;
}

.heading h2 {
    font-size: 35px;
    line-height: 24px;
    color: #193d6f;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.heading h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, #eca755 0%, transparent 100%);
    z-index: 99;
}

#letter6 .tab-content,
#letter5 .tab-content {
    padding: 0 50px;
}

.order-model form {
    display: block;
}

.order-model label {
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    color: #999;
    line-height: 24px;
    position: absolute;
    left: 34px;
    top: -12px;
    background: #fff;
    padding: 0 8px;
    z-index: 99;
}

#letter5 select,
#letter5 input {
    margin-bottom: 15px;
    position: relative;
    color: #193d6f;
    resize: none;
    font-weight: 300;
    border: 0.5px solid #ccc;
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 9;
    box-shadow: none;
    cursor: pointer;
}

#letter5 input:focus {
    outline: none !important;
    border: 0.5px solid #eca755;
    color: #193d6f;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.order-model .datepicker {
    position: relative;
}

.popup-btn input[type=submit] {
    background: #eca755;
    width: auto !important;
    color: #fff !important;
    padding: 5px 50px !important;
    border-radius: 5px !important;
    transition: all .3s;
}

.popup-btn a {
    background: #eca755;
    color: #fff;
    padding: 12px 50px;
    border-radius: 5px;
    transition: all .3s;
}

.popup-btn a:hover {
    background-color: #193d6f;
    color: #fff;
}

.popup-btn {
    margin-top: 20px;
}

.geeks img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

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

#tyModal .modal-content {
    background-color: #eca755;
}

.ty-modal-body h2 {
    font-weight: 500;
    font-size: 1.8em;
    text-transform: uppercase;
    padding: 20px 0;
    color: #193d6f;
}

.check-done {
    font-size: 50px;
    color: #193d6f;
}

.modal-header .close {
    padding: 0.8rem 1rem;
    margin: -1.5rem -1.5rem -1rem auto;
    background-color: #fff;
    border-radius: 50px;
    outline: 0;
}

.close {
    font-size: 1.5rem !important;
}

/* ******************************
:: 10.0 ABOUT AREA CSS
****************************** */
.homepage-2 {
    background-color: #fff;
}

.about-page {
    padding-top: 95px;
    padding-bottom: 90px;
}

.about-page h3 {
    color: #193d6f;
    font-weight: 700;
    padding-bottom: 30px;
}

/* .vision p{
    padding-top: 20px;
    max-width: 357px;
    line-height: 32px;
} */
.vision {
    margin-bottom: 125px;
}

.vision-box h3 {
    color: #fff;
    padding-bottom: 10px;
}

.vision-box p {
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    max-width: 400px;
}

.vision-box {
    float: left;
    width: 30%;
    color: #fff;
    z-index: 2;
    margin-top: 48px;


    padding-right: 0;
}

.right {
    width: 70%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-inner {
    position: absolute;
    z-index: 1;
    height: 400px;
    background-color: #193d6f;
    padding: 60px 45px;
    text-align: left;
}

.vision-img img {

    height: 500px;

}

.grp-companies {

    background-color: #f6f7f8;
    padding-bottom: 50px;
}

.grp-companies img {
    opacity: 0.3;
    width: 50%;
}

.hotel_details h3 {
    margin-top: 50px;
    font-weight: 700;
    color: #193d6f;
}

.hotel_details p {
    padding: 30px;
}

.about_content p {
    color: #383838;
    line-height: 32px;
    min-width: 950px;
    padding-bottom: 15px;
}

.breadcrumb-area {
    background-image: url(../img/about/banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
}

.breadcrumb-area-hotels .overlay {
    background-color: #071e488c;
}

.in-ban-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #001d53;
    opacity: 0.6;
}

.bread-box {
    height: 450px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-left: 20px;
}

.bread-head h1 {
    color: #fff;
    font-size: 60px;

}

.bread-head p {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
}

.bread-head h1 {
    color: #D2D5DA;
    padding-bottom: 4px;
    font-weight: 500;
}

/* .bread-head h1{
    color: #183c6c;
    font-size: 5.5em;
} */

.bread-head span,
.bread-head span a {
    color: #D2D5DA;
    font-size: 22px;
    font-weight: 500;
}

.bread-head span {
    color: #d09145 !important;
}


.overlay {

    background-color: #071e486b;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.about-section {
    padding: 80px;
    background-color: whitesmoke;
}

.about-section h6 {
    color: #01081f;
    font-weight: 500;
}

.about-section h1 {
    font-weight: 600;
}

.about-section span {

    font-size: 50px;
    color: #183c6c;
    font-weight: 700;
}

.about-section p {
    line-height: 38px;
    max-width: 500px;
}

.abt_img {
    width: 400px;
    height: 300px;

}

.abt_img1 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 150px;

}

.abt_img img {

    height: 100%;
}

.book_text {
    color: #ffffff38;
}

/* 
<!--bg-image--!> */

.bg_img {
    background-image: url(../img/about/abt_attractions.png);
    min-height: 600px;
    background-repeat: no-repeat;
    background-position-x: 44%;
}

.attraction-area {
    margin-top: 100px;
    margin-bottom: 100px;
}

.attractions {
    background-color: #00000087;
    padding: 109px 72px;
}

.text_attractions h3 {
    padding-bottom: 15px;
}

.attractions h3 {
    color: #fff;
    padding-top: 30px;
}

.abt_banner {
    background-image: url(../img/about/banner5.jpg);
    min-height: 200px;
    background-repeat: no-repeat;
}

.abt_banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #001d53;
    opacity: 0.6;
}

.abt_banner p {
    color: #183c6c;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 19px;
    line-height: 32px;
}

.abt_ph a {
    color: #282828;
}

.attraction-slider .owl-nav,
.attraction-slider .owl-nav {
    /* margin-top: 50px; */

}

.attraction-slider .icofont-thin-left:before,
.attraction-slider .icofont-thin-right:before {
    width: 40px;
    height: 40px;
    color: #fff;
    padding-top: 20px;
    font-size: 31px;
    margin-top: 20px;
}

.attractions p {
    max-width: 323px;
    font-weight: 200;
    color: #ffffffd4;
    font-size: 19px;
}

.fact-section {
    background-image: url(../img/about/pic3.jpg);
    padding: 60px 0;

    background-repeat: no-repeat;

    background-attachment: fixed;
    background-position: center;
    background-size: cover;

}

.fact-overlay {

    background-color: #0000008a;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.lower-text {
    max-width: 800px;
    color: #dddee1;
    font-size: 19px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 38px;
}

.counter {
    color: #ef972d;
    font-size: 60px;
    font-weight: 700;
}

.counter span,
.text {
    margin-top: 10px;
    font-size: 15px;
    color: #dddee1;
}

.sec-title h3 {
    color: #fff;
}

.fact-inner h4 {
    color: #fff;
}

.fact-count span {
    color: #ef972d;
    font-size: 40px;
}


/* <!--choose us--!> */

.section-head {
    margin-bottom: 60px;
}

.section-head h4 {
    position: relative;
    padding: 0;
    color: #eba654;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-head h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #eba654;
    position: absolute;
    left: 0px;
    bottom: -19px;
    right: 0;
    margin: 0 auto;
}

.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #183c6c;
}

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #f91942;
}

.item {
    background: #fff;
    height: 350px;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);


    /* border:5px solid rgba(0, 0, 0, 0.07); */
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item1 {

    height: 350px;
    text-align: left;
    /* padding: 30px 25px; */
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);


    /* border:5px solid rgba(0, 0, 0, 0.07); */
    /* margin-bottom: 30px; */
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

/* .item1:hover{
    border: 5px solid rgb(19 10 92 / 16%); 
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s; 
} */
.item:hover {
    border: 5px solid rgb(19 10 92 / 16%);
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
    color: rgb(47, 47, 47);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #f91942;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}

.item .feature_box_col_one {

    color: #eca755;
}

.item .feature_box_col_two {

    color: #eca755;
}

.item .feature_box_col_three {

    color: #eca755;
}

.item .feature_box_col_four {

    color: #eca755;
}

.item .feature_box_col_five {

    color: #eca755;
}

.item .feature_box_col_six {

    color: #eca755;
}

.item p {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}

.item h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
}

.item h4 {
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.skills {
    padding-top: 0px;
}

.skills .prog-item {
    margin-bottom: 25px;
}

.skills .prog-item:last-child {
    margin-bottom: 0;
}

.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    position: relative;
}

.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}


/* ******************************
:: 17.0  OUR-HOTELS AREA 
****************************** */

.hotels-head {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.hotels-head h1 {
    font-size: 50px;
    color: #183c6c;
    margin-bottom: 12px;
}

.hotels-head h3 {
    margin-top: 20px;
}

.hotels-head p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 50px;
}

.hotel-block {
    margin-bottom: 35px;
}

.hotel-block .inner-box {
    position: relative;
    display: block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
}

.inner-box .text img {
    position: absolute;
    top: 80px;
    float: right;
    text-align: right;
    width: 51px;
    height: 42px;
    right: 80px;
}

.hotel-block .image-box {
    position: relative;
    display: block;
    background: #171b27;
    height: 370px;
}

.hotel-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    transition: all 500ms ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hotel-block .image-layer1 {
    background-image: url(../img/about/hotels/kannur.jpg);
}

.hotel-block .image-layer2 {
    background-image: url(../img/about/hotels/chakkarakkal.jpg);
}

.hotel-block .image-layer3 {
    background-image: url(../img/about/hotels/payyanur.jpg);
}

.hotel-block .image-layer4 {
    background-image: url(../img/about/hotels/iritty.jpg);
}

.hotel-block .image-layer5 {
    background-image: url(../img/about/hotels/peravoor.jpg);
}

.hotel-block .image-layer6 {
    background-image: url(../img/about/hotels/kannur2.jpg);
}

.cap-box {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    max-width: 350px;
    opacity: 1;
    transition: all 500ms ease 200ms;
}

.cap-inner {
    position: relative;
    display: block;
    padding: 18px 20px 18px 40px;
    background: #ffffff;
}

.cap-inner::before {
    content: '';
    position: absolute;
    right: 0;
    top: -15px;
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
}

.cap-inner span {
    position: relative;
    display: block;
    line-height: 24px;
    color: #1b1c1e;
    text-transform: uppercase;
    font-weight: 500;
}

.cap-inner h5 {
    position: relative;
    display: block;
    margin: 0;
    color: #144d5b;
    font-size: 32px
}

.hover-box {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    max-width: 450px;
    opacity: 0;
    -webkit-transform: translateY(-102%);
    -ms-transform: translateY(-102%);
    transform: translateY(-102%);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.hover-box .hover-inner {
    position: relative;
    display: block;
    padding: 35px 40px 40px 40px;
    background: #ffffff;
    height: 100%;
}

.hover-inner h4 {
    margin-bottom: 15px;
    font-size: 25px
}

.hover-box .text {
    position: relative;
    display: block;
    color: #555555;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 40px;
}

.hover-box .link-box {
    position: relative;
    display: block;
}

.hover-box .link-box a {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 40px;
    background: #183c6c;
    border-radius: 0px;
    outline: 1px solid transparent;
    z-index: 1;
    border: 1px solid #183c6c;
}

.hover-box .link-box a:hover {
    background-color: #fff;
    color: #183c6c;
    border: 1px solid #183c6c;
}

.hotel-block:hover .hover-box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease 200ms;
}

.hotels-head h3 {
    font-size: 25px;
    color: #183c6c;
    margin-bottom: 12px;
}



/* ******************************
:: 19.0  FACILITIES PAGE 
****************************** */

.breadcrumb-area-facilities {
    background-image: url(../img/facilities/banner.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
}

.fac-main-head {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 70px;
    text-align: center;
}

.fac-main-head h2 {
    font-size: 55px;
    font-weight: 600;
    color: #183c6c;
    margin-bottom: 10px;
}

.fac-main-head p {
    font-size: 17px;
}

.room-inner {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.room-post {
    height: auto;
    position: relative;
    overflow: hidden;
    width: 50%;
}

.room-post img {
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.room-content {
    width: 50%;
}

.room-content-inner {
    padding: 50px 50px;
}

.room-content-inner .title h3 {
    font-size: 35px;
    font-weight: 600;
}

.room-content-inner .room-description {
    margin-top: 35px;
}

.room-content-inner .room-description p {
    font-size: 17px;
    color: #2d3136;
}

.room-content-inner .room-booking {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d7d7d7;
}

.room-content-inner .room-booking a {
    background-color: #183c6c;
    color: #fff;
    padding: 12px 35px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease;
}

.room-content-inner .room-booking a:hover {
    background-color: #eca755;
}


/* ******************************
:: 19.0  RESERVATION PAGE 
****************************** */

.breadcrumb-area-reservation {
    background-image: url(../img/banner/banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
}

.reserv-head {
    text-align: center;

}

.reserve-box {
    margin: 0 auto;
}

.reserv-head h1 {
    margin-bottom: 20px;
    color: #183c6c;

    font-size: 55px;
    font-weight: 600;
}

.reserv-apply-area {
    padding: 50px 50px;
    margin-top: 50px;
    box-shadow: 0px 8px 30px #97a1b224;
    border-radius: 8px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.reserv-apply-area input,
.reserv-apply-area textarea {
    background-color: #f7f7f7;
    border: 0;
    border-bottom: 1px solid #D9DDE4;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    height: 52px;
    margin-bottom: 37px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #97A1B2;
}

.reserv-apply-area textarea {
    height: 180px;
}

.btn-submit {
    text-align: center;
    text-align: center;
    background: #183c6c;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s;
}

.btn-submit:hover {
    background: #eca755;
}

.form-border .dropdown-toggle {
    width: 100%;
    height: 50px;
    /* border: 1px solid #d9d5d5;
    border-radius: 6px; */
    background-color: #f7f7f7;
    border-bottom: 1px solid #D9DDE4;
    border-radius: 0px;

}

.reserv-apply-area .dropdown-toggle {
    color: #6c7588;
    /* font-weight: 200; */
    font-family: 'Poppins'
}

.reserv-apply-area .dropdown-menu.show {
    width: 93%;
}

/* ******************************
:: 19.0  ROOMS PAGE 
****************************** */

.breadcrumb-area-rooms {
    background-image: url(../img/rooms/banner.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
}

/* <!--effects--!> */
.menu,
.nav-icon span {
    transition: all .3s ease-in-out
}

.menu .nav-menu li a,
.nav-menu li a {
    line-height: 56px
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.effectTab-header .caption,
.effectTab-header .title {
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #555;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase
}

.effectTab-header .title {
    font-size: 36px;
    font-family: Oswald, sans-serif
}

.effectTab-header .caption {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif
}

.column-1,
.column-10,
.column-11,
.column-12,
.column-2,
.column-3,
.column-4,
.column-5,
.column-7,
.column-8,
.column-9 {
    float: left;
    padding: 15px
}

.effectTab-header .title::after,
.effectTab-header .title::before {
    position: absolute;
    background: linear-gradient(to right, #ed6ea0 0, #ec8c69 100%);
    content: ""
}

.effectTab-header .title::before {
    left: 0;
    width: 156%;
    height: 3px;
    margin-left: -28%;
    bottom: -1.5px
}

.effectTab-header .title::after {
    left: 50%;
    width: 25px;
    height: 25px;
    bottom: -26px;
    margin: 0 0 0 -10px;
    -webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
    clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0)
}

body {
    background-color: #F5F5F5;
}

.column-1 {
    width: 8.333333333333333%
}

.column-2 {
    width: 16.66666666666667%
}

.column-3 {
    width: 25%
}

.column-4 {
    width: 33.33333333333333%
}

.column-5 {
    width: 41.66666666666667%
}

.column-6 {
    width: 50%;
    float: left;
    padding: 15px
}

.column-7 {
    width: 58.33333333333333%
}

.column-8 {
    width: 66.66666666666667%
}

.column-9 {
    width: 75%
}

.column-10 {
    width: 83.33333333333333%
}

.column-11 {
    width: 91.66666666666667%
}

.column-12,
.wrapper-full {
    width: 100%
}

.nav-icon,
.navigation {
    float: right
}

.custom-row::after {
    content: "";
    display: table;
    clear: both
}

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

.header {
    background-color: #485666;
    padding: 8px 0;
    position: static;
    z-index: 2000
}

.header h1 {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 2.2rem;
    padding-left: 40px
}

.rotate {
    position: absolute;
    transform: rotate(-20deg);
    left: 0;
    font-size: 2.8rem;
    top: 5px
}

.ex_padd {
    padding-top: 170px !important
}

.nav-icon-container {
    display: block
}

.nav-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    z-index: 100
}

.nav-icon span {
    width: 60%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%)
}

.nav-icon-1 {
    top: 30%
}

.nav-icon-2 {
    top: 50%
}

.nav-icon-3 {
    top: 70%
}

.nav-icon.active .nav-icon-1 {
    top: 50%;
    transform: rotate(45deg);
    left: 22%
}

.nav-icon.active .nav-icon-3 {
    top: 50%;
    transform: rotate(-45deg);
    left: 22%
}

.nav-icon.active .nav-icon-2 {
    width: 0
}

.nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

.nav-menu li {
    list-style: none;
    position: relative
}

.nav-menu li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px
}

.nav-menu li:after,
.nav-menu li:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: rgba(255, 255, 255, .2);
    bottom: 0;
    width: 0;
    transition: all .3s ease-in-out
}

.nav-menu li:before {
    left: 0
}

.nav-menu li:after {
    right: 0
}

.nav-menu li:hover:after,
.nav-menu li:hover:before {
    width: 50%
}

.nav-menu li.active:after,
.nav-menu li.active:before {
    background-color: rgba(0, 128, 128, 1)
}

.menu {
    width: 200px;
    background-color: #0B466C;
    text-align: center;
    padding: 40px;
    position: fixed;
    top: 96px;
    right: -200px;
    overflow: scroll;
    height: calc(100% - 96px);
    z-index: 1000
}

.menu.active {
    right: 0
}

.menu .nav-menu {
    flex-direction: column;
    width: 150px
}

.menu .nav-menu li {
    margin: 10px 0;
    width: 80%
}

.box-tab {
    margin: 10px 0
}

.effect {
    margin: auto;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
    background-color: #fff;
    border: 5px solid #f5f5f5
}

.tab-container {
    padding: 50px 0
}

.tab-head {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

.tab .effect {
    position: relative;
    overflow: hidden;
    max-height: 240px;
    max-width: 350px;
    background: #3085a3;
    text-align: center;
    cursor: pointer
}

.grid-width3,
.grid-width6 {
    max-height: 270px !important;
    max-width: 530px !important
}

.grid-width8 {
    max-width: 700px !important
}

.tab .effect img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: .8
}

.tab .effect .tab-text {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tab-text h2 {
    color: #fff;
    margin: 0;
    font-size: 1.5rem
}

.tab-text p {
    color: #fff;
    margin: 0;
    font-size: 1rem
}

.hide {
    display: none
}

@media (max-width:575px) {

    .column-xs-1,
    .column-xs-10,
    .column-xs-11,
    .column-xs-12,
    .column-xs-2,
    .column-xs-3,
    .column-xs-4,
    .column-xs-5,
    .column-xs-7,
    .column-xs-8,
    .column-xs-9 {
        float: left;
        padding: 15px
    }

    .column-xs-1 {
        width: 8.333333333333333%
    }

    .column-xs-2 {
        width: 16.66666666666667%
    }

    .column-xs-3 {
        width: 25%
    }

    .column-xs-4 {
        width: 33.33333333333333%
    }

    .column-xs-5 {
        width: 41.66666666666667%
    }

    .column-xs-6 {
        width: 50%;
        float: left;
        padding: 15px
    }

    .column-xs-7 {
        width: 58.33333333333333%
    }

    .column-xs-8 {
        width: 66.66666666666667%
    }

    .column-xs-9 {
        width: 75%
    }

    .column-xs-10 {
        width: 83.33333333333333%
    }

    .column-xs-11 {
        width: 91.66666666666667%
    }

    .column-xs-12 {
        width: 100%
    }

    .hide-xs {
        display: none
    }

    .effectTab-header .title::before {
        width: 125%;
        left: 15%
    }

    .tab-container {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (min-width:576px) and (max-width:767px) {

    .column-sm-1,
    .column-sm-10,
    .column-sm-11,
    .column-sm-12,
    .column-sm-2,
    .column-sm-3,
    .column-sm-4,
    .column-sm-5,
    .column-sm-7,
    .column-sm-8,
    .column-sm-9 {
        float: left;
        padding: 15px
    }

    .column-sm-1 {
        width: 8.333333333333333%
    }

    .column-sm-2 {
        width: 16.66666666666667%
    }

    .column-sm-3 {
        width: 25%
    }

    .column-sm-4 {
        width: 33.33333333333333%
    }

    .column-sm-5 {
        width: 41.66666666666667%
    }

    .column-sm-6 {
        width: 50%;
        float: left;
        padding: 15px
    }

    .column-sm-7 {
        width: 58.33333333333333%
    }

    .column-sm-8 {
        width: 66.66666666666667%
    }

    .column-sm-9 {
        width: 75%
    }

    .column-sm-10 {
        width: 83.33333333333333%
    }

    .column-sm-11 {
        width: 91.66666666666667%
    }

    .column-sm-12 {
        width: 100%
    }

    .hide-sm {
        display: none
    }

    .visible-sm {
        display: block
    }

    .tab-container {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (max-width:1000px) {
    .header h1 {
        padding-left: 70px
    }

    .rotate {
        left: 30px
    }

    @media (min-width:768px) and (max-width:991px) {

        .column-md-1,
        .column-md-10,
        .column-md-11,
        .column-md-12,
        .column-md-2,
        .column-md-3,
        .column-md-4,
        .column-md-5,
        .column-md-7,
        .column-md-8,
        .column-md-9 {
            float: left;
            padding: 15px
        }

        .column-md-1 {
            width: 8.333333333333333%
        }

        .column-md-2 {
            width: 16.66666666666667%
        }

        .column-md-3 {
            width: 25%
        }

        .column-md-4 {
            width: 33.33333333333333%
        }

        .column-md-5 {
            width: 41.66666666666667%
        }

        .column-md-6 {
            width: 50%;
            float: left;
            padding: 15px
        }

        .column-md-7 {
            width: 58.33333333333333%
        }

        .column-md-8 {
            width: 66.66666666666667%
        }

        .column-md-9 {
            width: 75%
        }

        .column-md-10 {
            width: 83.33333333333333%
        }

        .column-md-11 {
            width: 91.66666666666667%
        }

        .column-md-12 {
            width: 100%
        }

        .hide-md {
            display: none
        }

        .visible-md {
            display: block
        }
    }
}

.effect.effect-six {
    background-color: #3498db
}

.effect.effect-six h2 {
    text-align: left
}

.effect.effect-six img {
    transition: all .35s;
    transform: translate3d(0, 0, 0) scale(1.05);
    -webkit-transition: all .35s;
    -webkit-transform: translate3d(0, 0, 0) scale(1.05)
}

.effect.effect-six:hover img {
    opacity: .4;
    transform: translate3d(-50px, 0, 0) scale(1);
    -webkit-transform: translate3d(-50px, 0, 0) scale(1)
}

.effect.effect-six .icons-block {
    z-index: 1000;
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 15px
}

.effect.effect-six .icons-block .social-icon-1,
.effect.effect-six .icons-block .social-icon-2,
.effect.effect-six .icons-block .social-icon-3 {
    transition: all .5s ease-in-out;
    opacity: 0
}

.effect.effect-six:hover .social-icon-1 {
    opacity: 1;
    transition-delay: .3s;
    transition-duration: .5s
}

.effect.effect-six:hover .social-icon-2 {
    opacity: 1;
    transition-delay: .4s;
    transition-duration: .5s
}

.effect.effect-six:hover .social-icon-3 {
    opacity: 1;
    transition-delay: .5s;
    transition-duration: .5s
}

.effect.effect-six .icons-block i {
    color: rgba(255, 255, 255, 1);
    padding-left: 10px;
    font-size: 1.3rem
}

.effect.effect-six p {
    max-width: 130px;
    padding: 0 10px;
    margin: 30px;
    text-align: right;
    font-size: .9rem;
    line-height: 1.1;
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 3px solid #fff;
    opacity: 0;
    transition: all .35s;
    font-family: Poppins
}

.effect.effect-six:hover p {
    opacity: 1
}

.effect.effect-six .tab-text:before {
    background-color: rgba(255, 255, 255, .4);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    transition: all .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    -webkit-transition: all .6s
}

.effect.effect-six:hover .tab-text:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0)
}







.grid {
    display: block;
    margin: 0 auto;
    width: 95%;
    padding-left: 0;
    font-size: 0;
    text-align: center;
    background: none;
}

.grid figure {
    margin: 0.1em;

    height: 292px;
    width: 300px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Common style */
.grid figure img {
    position: relative;
    display: block;
    opacity: 0.8;
    height: 300px;
}

@media (max-width: 1260px) {
    .grid figure img {
        height: 270px;
    }
}

.grid figure figcaption {
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figcaption h2 {

    word-spacing: -0.15em;
    font-weight: 300;

}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    /* margin: 1em; */
}

.grid figure h2 span {
    font-weight: 700;
    color: #183c6c;
    margin-right: 7px;
}

figure.effect-steve {
    z-index: auto;

}

figure.effect-steve:before {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
    opacity: 0;
}

figure.effect-steve figcaption {
    z-index: 1;
}

figure.effect-steve img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve h2,
figure.effect-steve p {
    background: #ffff;
    color: #2d434e;
}

figure.effect-steve h2 {
    font-size: 22px;
    position: absolute;
    padding: 0.25em;
    bottom: 26px;
    width: 100%;
}

figure.effect-steve p {
    margin-top: 1em;
    padding: 0.5em;
    font-weight: 800;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 2.5s;
}

figure.effect-steve:hover:before {
    opacity: 1;
}

figure.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve:hover h2:before {
    opacity: 0;
}

figure.effect-steve:hover p {
    opacity: 1;
}

.grid figure,
figcaption,
img {
    z-index: 0;
}

.fig .grid figure figcaption h2 {
    padding: 10px 0;
    font-size: 24px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.grid figcaption p {
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 40%;
    color: #2a2828;
    width: 100%;

}

/* .grid figcaption p .rate{
      color: #979797;
  } */
figure:hover h2 {
    background: #f1f1f1;
    transition: transform 0.35s;
    transform: translateY(-2.5em);
}

h1.slogan {
    text-align: center;
    background-color: #2d434e;
    font-weight: 100;
    margin: 0;
    padding: 20px;
}

.price_room {
    color: rgb(247 137 2);
    margin-left: 8px;
}


/* <!--footer--!> */

.footer-area .foot-social ul li a:hover {
    color: rgb(236 167 85);
}

.footer-area .foot-email a:hover {
    color: rgb(236 167 85);
}

.callus a {
    color: #fff;
}

.callus a:hover {
    color: rgb(236 167 85);
}


/* ******************************
:: 20.0  CONTACT PAGE 
****************************** */

.breadcrumb-area-contact {
    background-image: url(../img/banner/contact.jpg);
}

.breadcrumb-area-contact .overlay {
    background-color: #071e489e;
}

.adr-box {
    padding: 20px;
    border-right: 1px solid #ddd;
}

.adr-box.border-right-none {
    border-right: none;
}

.adr-box .logo {
    background: #183c6c;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 12px;
}

.adr-box .logo:hover {
    background: #000;
}

.adr-box .logo svg {
    color: #fff;
    font-size: 20px;
}

.adr-box h3 {
    font-size: 25px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #4c4c4c;
}

.adr-box a {
    color: #565656;
    text-decoration: none;
}

.adr-box p {
    font-size: 16px;
    color: #144d5b;

    height: 90px;
}

.adr-box p a:hover {
    color: #c5720f;

}

.write-area {
    padding-top: 10px;
}

.write-area-head h1 {
    font-size: 2.4em;
    margin-bottom: 30px;
    color: #626262;
}

.form-group {
    margin-bottom: 1rem;
}

.contact-box .form-control {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-box .form-control {

    border: none;
}

.contact-box .form-group textarea {
    height: 200px;
    padding: 15px;
}

.btn-submit {
    text-align: center;
    text-align: center;
    background: #183c6c;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s;
}

.btn-submit:hover {
    background-color: #000;
    color: #fff;
    letter-spacing: 3px;
}

.map-area {
    padding-top: 0;
}

.map-area .map {
    height: 450px;
    filter: grayscale(1);
    width: 100%;
}

.map-area .map iframe {
    width: 100%;
}

/* ******************************
:: 21.0  DESTINATION SLIDER
****************************** */
.destinations-area {
    padding: 0;
}

.destinations-area .container-fluid {
    padding: 0 !important;
}

.desti-header {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.destinations-area h3 {
    font-weight: 700;
    font-size: 50px;
}

.single-desti-slide {
    /* height: 100vh;
    width: 100vw; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    padding: 80px 0;
    min-height: 450px;

}

.single-desti-slide span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.single-desti-slide h2 {
    color: #fff;
    font-size: 38px;
    text-align: center;
}

.single-desti-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.single-desti-slide p {
    color: #fff;
    font-size: 18px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.single-desti-slide a {
    color: #000;
    background: #fff;
    padding: 10px 45px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.3s;
}

.single-desti-slide a:hover {
    color: #fff;
    background: #000;
}


.cont_link_box {
    z-index: 100;
    position: fixed;
    right: 15px;
    top: 80%;
    transform: translateY(-50%);
    width: 50px;
    display: inline-block;
}

.callnow_inte {
    margin-bottom: 10px;
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0057d9;
    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;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgb(218 88 0 / 10%);
    box-shadow: 0 5px 12px 0 rgb(218 88 0 / 10%);
}

.whatsapp_inte {
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #2ab03f;
    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;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgb(218 88 0 / 10%);
    box-shadow: 0 5px 12px 0 rgb(218 88 0 / 10%);
}

.callnow_inte:hover,
.whatsapp_inte:hover {
    color: #fff;
}