/* ************************************************************
******* :: 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 ABOUT AREA CSS

****************************** */

/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Roboto+Slab:wght@300;400;500;600;700;800;900&display=swap');
/* 
font-family: 'Roboto Slab', serif; 
font-family: 'DM Serif Display', serif;
*/

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

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

body {
    font-family: 'Roboto Slab', 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 {
    font-weight: 400;
    color: #183c6c;
    margin-bottom: 0;
    font-family: 'DM Serif Display', serif;
}

h1 {
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #777;
    margin-bottom: 0;
}

a {
    color: #444;
}

a:hover {
    color: #0056b3;
}

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%;
}

/* ******************************
:: 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;
}

.owl-carousel .owl-item img {
    width: auto;
}

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

.owl-dots .owl-dot {
    outline: none;
}


/* ******************************
:: 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: #183c6c;
    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: 7px;
    padding-bottom: 10px;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    /* background: #fff; */
}

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

.navbar-brand img {
    width: 250px;
}

.navbar-dark .navbar-nav .show>.nav-link {
    color: #eba24a;
}

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

.navbar .navbar-nav .nav-link-btn:hover {
    color: #eca755;
    background-color: #183c6c;
}

.navbar .navbar-nav .nav-link-btn:focus {
    color: #eca755;
    background-color: #183c6c;
}

.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-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

/*NAVBAR DARK*/
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

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

.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: #183c6c;
}

[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: #183c6c;
}

.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: #eca755;
}

[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: 14px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: none !important;
    border-radius: 5px;
    margin-top: 12px;
    margin-left: 10px;
}

.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: #183c6c;
}

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.welcome-area {
    background: url(../img/banner/banner_new.jpg) no-repeat center;

    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;

    /* padding-top: 250px; */
}

.welcome-intro h1 {
    font-weight: 500;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 42px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.welcome-intro h2 {
    font-weight: 500;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 42px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.welcome-intro p {
    color: #eca755;
    font-size: 23px;
    line-height: 2;
    letter-spacing: 2px;
}

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

.home-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(47, 0, 1) 35%, rgb(47, 0, 1) 100%);
    opacity: 0.4;
}

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

.form-area {
    /* background-color: #183c6c; */
    position: relative;
    z-index: 11;
    margin-top: -147px;
}

.form-area2 {
    margin-bottom: 0;
}

.form-box {
    display: flex;
    /* justify-content: space-between; */
    height: 120px;
    /* opacity: 0.9; */
}

.form-box input {
    background-color: #ececec;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ececec;
    opacity: 1;
}

.property-box {
    padding: 10px 30px;
    background-color: #fff;
}

.form-btn a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    padding: 0 70px;
    background: #eca755;
    height: 120px;
    transition: all .3s ease;
}

.form-btn a:hover {
    color: #fff;
    background-color: #b96400
}

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

.prop-box label,
.prop-box2 label {
    color: #183c6c;
    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 ABOUT AREA CSS
****************************** */

.about-area {
    width: 100%;
    position: relative;
    /* height: 752px; */
}

.about-content {
    max-width: 1219px;
    background-color: #183c6c;

    position: relative;
    z-index: 10;
    padding: 120px 100px 105px 155px;
    margin-top: 27px;
}

.about-content h1 {
    color: #fff;
    font-size: 50px;
    padding-bottom: 30px;

}

.about-content h2 {
    color: #fff;
    font-size: 50px;
    padding-bottom: 30px;

}

.about-content p {
    color: #fff;
    line-height: 2;
    font-size: 18px;
    font-weight: 300;
}

.about-image {
    max-width: 1372px;
    /* background-color: #183c6c; */
    margin-top: -629px;
    position: absolute;
    z-index: -2;
    right: 0;
}

.about-button {
    margin-top: 70px;
}

.about-button a {
    color: #fff;
    padding: 25px 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease;
    background-color: #eca755;
    font-size: 23px;
    border-radius: 5px;
}

.about-button a:hover {
    color: #183c6c;
    background-color: #fff;
}

.about-logo {

    width: 220px;
    height: 215px;
    position: relative;
    top: 60px;
    left: 298px;
}


/* ******************************
:: 10.0 SERVICES AREA CSS
****************************** */

.services-wrapper {
    padding: 330px 0 70px 0;
}

.services-wrapper .row {
    padding: 0;
    margin: 0;
}

.services-wrapper .row .col-lg-7 {
    padding: 0;

}

.services-wrapper .services-area {
    background-color: #f9f6f1;
    padding-bottom: 100px;
}

.services-area .main-box {
    position: relative;
    display: flex;
    justify-content: flex-end;

}

.main-box {
    margin-top: -59px;
}

.service-box {
    position: relative;
    padding: 100px 0 0 40px;
}

.service-box ul {
    padding: 30px 30px 0 10px;
}

.service-box ul li {
    padding: 20px 0;
}

.service-box .border-line {
    border-bottom: 0.1em solid #eba24a;
}

.service-box ul li a {
    font-size: 26px;
    color: #183c6c;
    font-weight: 300;
    background: url(../img/service/arrow-shape.png) no-repeat 5px;
    padding-left: 30px;
}

.nav-tabs {
    border-bottom: none;
}

.service-box .service-list .nav {
    display: block;
}

.service-box .service-list h1 {

    color: #183c6c;
    font-size: 45px;
}

.service-box .service-list .service-h4 {

    font-family: 'Roboto Slab', serif;
    color: #eba24a;
    font-size: 22px;
}

.main-box-img1 {
    position: relative;
}

.s-cont {
    position: absolute;
    bottom: 0;
    padding: 0 20px 30px 20px;
}

.s-cont h3 {
    color: #fff;
    font-size: 35px;
}

.s-cont p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}


/* ******************************
:: 10.0 ROOMS&SUITES AREA CSS
****************************** */
.rooms-suites-area {
    padding-bottom: 80px;
    position: relative;
}

.rooms-head {
    text-align: center;
    padding-bottom: 20px;
}

.room-link {
    position: absolute;
    top: 213px;
    right: 0;
    z-index: 12;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.room-link a {
    font-size: 28px;
    color: #183c6c;
    /* background: url(../img/testimonials/link-arrow.png) no-repeat right; 
    padding-right: 50px;*/
    font-weight: 300;
}

.room-link a:hover {
    letter-spacing: 1px;
    transition: all .3s ease;
}

.rooms-suites-area .item {
    height: 700px;
    position: relative;
}

.rooms-suites-area .item img {
    width: 1042px;
    height: 624px;
}

.rooms-suites-area .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.rooms-suites-area .item .cover .header-content {
    font-family: 'Roboto Slab', serif;
    width: 1000px;
    position: absolute;
    padding: 120px 0 56px 56px;
    background: #eba24a;
    right: 0;
    height: 500px;
    bottom: 0;
}

.rooms-suites-area .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    /* border: 9px solid #fff; */
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.rooms-suites-area .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

.rooms-suites-area .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.rooms-suites-area .item .cover .header-content p {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    padding-right: 300px;
    padding-top: 15px;

}

.rooms-suites-area .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.rooms-suites-area .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.rooms-suites-area .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.rooms-suites-area .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.1s;
}

.rooms-suites-area .owl-nav {
    width: 150px;
    /* background-color: #183c6c; */
    position: absolute;
    bottom: 9%;
    left: 0%;
}

.rooms-suites-area .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    /*opacity: 0;
     -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; 
    background: rgba(0, 0, 0, 0.5) !important;*/
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 100px !important;
    border: 1px solid #eba24a !important;
}

.rooms-suites-area .owl-nav .owl-prev span {
    font-size: 50px;
    color: #eba24a;
}

.rooms-suites-area .owl-nav .owl-prev:focus {
    outline: 0;
}

.rooms-suites-area .owl-nav .owl-prev:hover {
    background: #fff !important;
}

.rooms-suites-area .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    /* opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; 
    background: rgba(0, 0, 0, 0.5) !important;*/
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 100px !important;
    border: 1px solid #eba24a !important;
}

.rooms-suites-area .owl-nav .owl-next span {
    font-size: 50px;
    color: #eba24a;
}

.rooms-suites-area .owl-nav .owl-next:focus {
    outline: 0;
}

.rooms-suites-area .owl-nav .owl-next:hover {
    background: #fff !important;
}

.rooms-suites-area:hover .owl-prev {
    /* left: 0px;
    opacity: 1; */
}

.rooms-suites-area:hover .owl-next {
    /* right: 0px;
    opacity: 1; */
}




/* ******************************
:: 12.0 TESTIMONIALS AREA CSS
****************************** */
.testi-area {
    /* padding-bottom: 50px; */

}


.single-testi {
    position: relative;
    padding: 50px 160px 80px 80px;
    background: #f9f6f1;
    max-width: 750px;
}

.testi-quote {
    position: absolute;
    left: 10px;
    top: 99px;
}

.testi-text {
    padding-left: 50px;
    padding-top: 50px;
}

.testi-text p {
    font-size: 20px;
    line-height: 35px;
    color: #353637;
}

.testi-name {
    margin-top: 20px;
    padding-left: 50px;
}

.testi-name h2 {
    font-family: 'Poppins', sans-serif;
    color: #183c6c;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 4px;
}

.testi-name span {
    font-family: 'Poppins', sans-serif;
    color: #183c6c;
    font-size: 21px;
    font-weight: 300;
}

.testi-photo {
    position: absolute;
    top: 60%;
    right: -82%;
    transform: translate(-50%, -50%);
}


.testi-head h1 {
    color: #195a62;
    line-height: 1;
    font-size: 75px;
    letter-spacing: 2px;
    font-weight: 600;
}

/* New testi css */

.single-client-testi {
    position: relative;
    width: 100%;
}

.single-box {
    background: #f9f6f1;
    position: relative;
    padding: 50px 160px 80px 80px;
    margin-top: 69px;
}

.client-pic img {
    margin-top: -100px;
    margin-left: 100px;
}

.owl-dots {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-top: 12px;
    padding-bottom: 50px;
}

.owl-dots button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #ded7cd !important;
}

.owl-dots button.active {
    background-color: #eba24a !important;
}

.testi-box-slider .owl-nav [class*=owl-]:hover {
    background-color: #195a62;
}

.owl-dots button:last-child {
    margin-right: 0;
}

.owl-dots button span {
    font-size: 35px;
    color: #c9d6d8;
}

/* ******************************
:: 12.0 FOOTER AREA CSS
****************************** */
.footer-area {
    background-color: #183c6c;
}

.foot-div-1 {
    background-color: #eba24a;
    margin-top: -50px;
    padding: 50px 0;
}

.foot-div-1 h2 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: 300 !important;
    line-height: 1.2;
    padding: 0 50px;

}

.foot-div-1 a {
    color: #fff;
}

.foot-social ul li a:hover {
    color: #eba24a;
}

.foot-email a:hover {
    color: #eba24a;
}

.foot-phone {
    position: relative;
    color: #f7f4ec;
    padding: 10px 0;
}

.foot-phone:before {
    position: absolute;
    content: "";
    background-color: #fff;
    right: 14%;
    height: 2px;
    width: 30%;
    top: 50%;
}

.foot-phone:after {
    position: absolute;
    content: "";
    background-color: #fff;
    left: 14%;
    height: 2px;
    width: 30%;
    top: 50%;
}

.copy-right a img {
    max-width: 100px;
}

.book-now {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
}

.book-now a {
    background-color: #183c6c;
    color: #fff;
    padding: 20px 100px;
    font-size: 23px;
    font-weight: 300;
    transition: all .3s ease;
}

.book-now a:hover {
    background-color: #001e47;
}

.foot-div-2 {
    padding: 70px 0 0 50px;
}

.foot-contact {
    /* display: flex; */
    padding: 50px 0 0;
}

.foot-social ul {
    display: flex;
}

.foot-social ul li {

    padding-right: 20px;
    font-size: 28px;

}

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

.foot-contact .sub-head {
    color: #f9c78c;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 10px;
}

.foot-email {
    padding-top: 40px;

}

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

.copyright {
    padding: 30px 0 50px 30px;
}

.copyright ul {
    display: flex;
}

.copyright ul li {
    padding-left: 10px;
}

.copyright a {
    color: #fff;
    font-size: 17px;
    padding: 10px 10px 0 0px;
}

.copyright p {
    color: #9ea7b4;
    font-size: 15px;
    font-weight: 300;
    border-top: 1px solid #4c6c96;
    margin-top: 20px;
}

.foot-social ul li a:hover,
.foot-email a:hover,
.copyright a:hover {
    -khtml-opacity: .50;
    -moz-opacity: .50;
    -ms-filter: ”alpha(opacity=50)”;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity: .50;
    transition: all .3s ease;
}


/* ******************************
:: 17.0 ABOUT PAGE 
****************************** */
.in-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
    opacity: 0.5;
}

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

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

.bread-head {
    padding: 0 20px;
    /* background-color: rgba(255, 255, 255, 0.5); */
}

.bread-head h1 {
    color: #fff;
    font-size: 4.2em;
}

.bread-head h2 {
    color: #fff;
    font-size: 4.2em;
}

.bread-head span {
    color: #fff;
    font-size: 20px;
}

.bread-head span a {
    color: #eba24b;
}

.bread-head span a:hover {
    color: #eba24b;
}

.about-welcome {
    background-color: #fff;
    padding: 50px 0;
}

.about-hotels {
    padding: 50px 0;
}

.about-welcome .tp-head {
    color: #eca755;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
}

.welcome-head h1 {
    color: #183c6c;
    font-size: 3.5em;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 60px;
}

.welcome-head h2 {
    color: #183c6c;
    font-size: 3.5em;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 60px;
}

.about-para p {
    line-height: 30px;
    color: #2e2e2e;
    font-size: 20px;

}

.about-para p:first-child {
    margin-bottom: 20px;
}

.countbox-inner {
    background-color: #183c6c;
    padding: 70px 85px;
    margin-left: 100px;
    position: relative;
    z-index: 2;
}

.countbox-inner .count {
    border-bottom: 2px solid #fff;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.count h1,
.count span {
    color: #fff;
    padding: 10px 0;
    font-size: 2.5rem;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.count h2,
.count span {
    color: #fff;
    padding: 10px 0;
    font-size: 2.5rem;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.countbox-inner .count-border-none {
    border-bottom: none;
}

.about-img {
    margin-top: -100px;
    z-index: 1;
    position: relative;
}

.whychoose-head {
    margin-bottom: 50px;
}

.whychoose-head h1 {
    color: #183c6c;
    font-size: 3.5em;
    line-height: 1;
    margin-bottom: 30px;
}

.whychoose-head h2 {
    color: #183c6c;
    font-size: 3.5em;
    line-height: 1;
    margin-bottom: 30px;
}

.whychoose-head p {
    color: #2e2e2e;
    font-size: 18px;
    line-height: 30px;
}

.choose-box {
    height: 420px;
    position: relative;
    display: block;
    padding: 40px 50px;
    background: #ffffff;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
    min-height: 348px;
}

.choose-box .head {
    margin-bottom: 20px;
}

.choose-box .head.head-dine {
    margin-top: 30px;
    margin-bottom: 30px;
}

.choose-box .head h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #144d5b;
}

.choose-box .head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #144d5b;
}

.choose-box .para p {
    color: #2e2e2e;
    font-size: 18px;
    line-height: 30px;
}

.choose-box .icon {
    margin-bottom: 18px;
}

.circles {
    position: absolute;
    width: 180px;
    height: 180px;
    left: 290px;
    top: 200px;
}

.circles .c-1 {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #edf0f5;
    opacity: 0.50;
    border-radius: 50%;
}

.circles .c-2 {
    position: absolute;
    left: 183px;
    top: -30px;
    width: 120px;
    height: 120px;
    background: #edf0f5;
    opacity: 0.50;
    border-radius: 50%;
    z-index: 1;
}

.book-area2 {
    padding: 50px 0;
}

.book-area2 .book-inner {
    background-image: url(../img/about/book-nw.jpg);
}

.book-area2 .book-inner .bk-nw {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.book-area2 .book-inner .bk-nw a {
    font-size: 22px;
    text-transform: uppercase;
    background: #fff;
    color: #144d5b;
    padding: 25px 60px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.book-area2 .book-inner .bk-nw a:hover {
    color: #ffffff;
    background-color: #195a62;
}

/* ******************************
:: 27.0 ABOUT HOTELS PAGE
****************************** */
.breadcrumb-area-hotels {
    background-image: url(../img/banner/banner2.jpg);
}

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

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

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

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

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

.hotels-head-blogmore 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;
}

.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;
}

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

/* ******************************
:: 19.0  FACILITIES PAGE 
****************************** */
.breadcrumb-area-facility {
    background-image: url(../img/banner/banner2.jpg);
}

.welcome-head2 h1 {
    margin-bottom: 30px;
}

.about-para2 {
    max-width: 1062px;
    margin: 0 auto;
}

.facility-box {
    padding: 100px 0 0;
}

.fac-img {
    margin-bottom: 30px;
    position: relative;
}

.fac-img img {
    position: relative;
    z-index: 11;
}

.right-line {
    position: absolute;
    background-image: url(../img/facilities/left-side.png);
    width: 634px;
    height: 330px;
    left: -380px;
    top: 200px;
    z-index: 10;
    background-repeat: no-repeat;
}

.left-line {
    position: absolute;
    background-image: url(../img/facilities/ride-side.png);
    width: 634px;
    height: 330px;
    right: -380px;
    top: 200px;
    background-repeat: no-repeat;
    z-index: 10;
}

.facility-box h2 {
    margin-bottom: 20px;
    color: #183c6c;
}

.facility-box p {
    color: #040406;
    font-size: 16px;
    max-width: 1010px;
    margin: 0 auto;
}

.facility-box .bold-p {
    color: black;
    text-decoration: underline;
}

.comp-fac {
    background-color: #183c6c;
    padding: 35px;
}

.fac-aminities {
    background-color: #144d5b;
    padding: 35px;
    margin-bottom: 40px;
}

.compli-fac-other {
    margin-top: 80px;
}

.comp-fac h2,
.fac-aminities h2 {
    font-size: 30px;
    color: #ffeddb;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
}

.comp-fac h2::before,
.fac-aminities h2::before {
    position: absolute;
    content: "";
    background-color: #ffeddb;
    height: 2px;
    width: 10%;
    left: 0;
    bottom: -10px;
}

.comp-fac p,
.fac-aminities p {
    color: #ffeddb;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.comp-fac p:hover,
.fac-aminities p:hover {
    color: #FACE7F;
}

.fac-other {
    padding-left: 35px;
}

.fac-other h2 {
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    color: #144d5b;
}

.fac-other h2::before {
    position: absolute;
    content: "";
    background-color: #144d5b;
    height: 2px;
    width: 10%;
    left: 0;
    bottom: -10px;
}

.fac-other p {
    color: #144d5b;
    font-size: 16px;
    letter-spacing: 1px;
}

/* ******************************
:: 21.0  RESERVATION PAGE 
****************************** */
.breadcrumb-area-reserv {
    background-image: url(../img/banner/banner2.jpg);
}

.reserv-area {
    padding: 50px 0;
}

.reserv-title {
    margin-bottom: 65px;
}

.reserv-title h2 {
    margin-bottom: 15px;
    font-size: 45px;
}

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

.square-pattern {
    position: absolute;
    z-index: 9;
    background-image: url(../img/reservation/element.png);
    height: 150px;
    width: 150px;
    right: -10px;
    bottom: 0;
}

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

.dotted-pattern-6 {
    position: absolute;
    width: 340px;
    height: 322px;
    display: block;
    background: url(../img/reservation/6.png) center center no-repeat;
    right: -180px;
    top: 80px;
    animation-name: ScaleMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.tri-pattern-5 {
    position: absolute;
    width: 285px;
    height: 294px;
    display: block;
    background: url(../img/reservation/tri-5.png) center center no-repeat;
    right: 25px;
    top: 200px;
    animation-name: rotateMe;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* ******************************
:: 18.0  ROOMS PAGE 
****************************** */
.breadcrumb-area-desti {
    background-image: url(../img/banner/banner2.jpg);
}

.desti-area {
    background-color: #fff;
    position: relative;
    padding: 250px 0 150px;
}

.desti-img {
    position: relative;
}

.content-box {
    position: relative;
    max-width: 560px;
    float: right;
    margin-top: -224px;
    padding-right: 135px;
}

.content-inner {
    padding: 55px 35px;
    background-color: #183c6c;
    text-align: center;
}

.content-inner h2 {
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 30px;
}

.content-inner p {
    color: #fff;
    font-size: 16px;
}

.circles-2 {
    position: absolute;
    width: 180px;
    height: 180px;
    left: -70px;
    top: -100px;
}

.circles-2 .c-1 {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #dbdbe9;
    opacity: 0.50;
    border-radius: 50%;
}

.circles-2 .c-2 {
    position: absolute;
    left: -110px;
    top: -50px;
    width: 100px;
    height: 100px;
    background: #dbdbe9;
    opacity: 0.50;
    border-radius: 50%;
    z-index: 1;
}

.desti-box,
.desti-box2 {
    position: relative;
}

/* .desti-box::before{
    position: absolute;
    content: "";
    background-image: url(../img/destination/side-image.png);
    right: 0;
    height: 100%;
    width: 20px;
} */

.dest-main {
    margin-bottom: 200px;
}

.dest-main:last-child {
    margin-bottom: 0;
}

/* .desti-box2::before{
    position: absolute;
    content: "";
    background-image: url(../img/destination/side-image.png);
    left: 0;
    height: 550px;
    width: 20px;
} */

.desti-img2 img {
    float: right;
}

.content-box2 {
    float: left;
    padding-left: 135px;
    padding-right: 0;
}

.circles-3 {
    position: absolute;
    width: 180px;
    height: 180px;
    right: -100px;
    top: -80px;
}

.circles-3 .c-1 {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #dbdbe9;
    opacity: 0.50;
    border-radius: 50%;
}

.circles-3 .c-2 {
    position: absolute;
    left: 180px;
    top: 130px;
    width: 100px;
    height: 100px;
    background: #dbdbe9;
    opacity: 0.50;
    border-radius: 50%;
    z-index: 1;
}

.compliment-area {
    background-image: url(../img/destination/compliment.jpg);
    background-position: center;
    background-size: cover;
    /* height: 800px; */
    position: relative;
    padding: 50px 0;
}

.compliment-box {
    display: flex;
    background: rgba(24, 60, 108, 0.5);
    opacity: 0.9;
    flex-direction: column;
    justify-content: center;
    max-width: 580px;
    /* top: 50%;
    left: 50%;
    position: absolute; */
    /* transform: translate(-50%, -50%); */
    padding: 80px;
}

.compliment-box h2 {
    color: #eeeeee;
    margin-bottom: 35px;
    font-size: 35px;
    line-height: 1;
}

.compliment-box ul li {
    margin-bottom: 8px;
}

.compliment-box ul li:last-child {
    margin-top: 20px;
}

.compliment-box ul li{
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

.compliment-box ul li a {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
}


.compliment-box ul li a:hover {
    color: #ffd200;
}

.compliment-box ul li:last-child a {
    color: #ffd200;
    text-transform: uppercase;
    ;
}

.compliment-box ul li:last-child a:hover {
    color: #fff;
    text-decoration: underline;
}

.compliment-box ul li:last-child a svg {
    margin-left: 5px;
}

.compliment-box ul li span{
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
}

@media(max-width: 991px) {
    .desti-area {
        padding-top: 150px !important;
    }

    .content-box {
        margin-top: -122px;
    }

    .dest-main {
        margin-bottom: 120px;
    }

    .desti-box::before,
    .desti-box2::before {
        display: none;
    }
}

@media(max-width: 575px) {
    .content-box {
        margin-top: -35px;
        padding-right: 25px;
    }

    .content-inner {
        padding: 25px;
    }

    .content-inner h2 {
        font-size: 28px;
    }

    .content-box2 {
        padding-left: 25px;
        padding-right: 0;
    }

    .compliment-box {
        padding: 50px;
    }

    .compliment-box h2 {
        font-size: 35px;
    }

    .compliment-box ul li a {
        font-size: 18px;
    }

    /* .compliment-area {
        height: 520px;
    } */
}


/* ******************************
:: 20.0  GALLERY PAGE 
****************************** */


.gallery-area {
    padding: 100px 0 150px;
}

.gallery-block {
    margin-bottom: 35px;
    position: relative;
}

.gallery-block .inner-box {
    position: relative;
    display: flex;
    justify-content: center;
}

.gallery-block .gallery-img {
    position: relative;
}

.gallery-block .gallery-img img {
    position: relative;
    width: 350px;
    display: block;
    box-shadow: 0 4px 8px rgb(0 0 0 / 32%);
    height: 320px;
}

.gallery-overlay {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    top: 20px;
    z-index: 2;
    opacity: 0;
    display: block;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.gallery-overlay:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(34, 58, 102, 0.60);
}

.gallery-block .inner-box:hover .gallery-img .gallery-overlay:before {
    opacity: .8;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.gallery-block .gallery-img .gallery-overlay:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(34, 58, 102, 0.60);
}

.gallery-block .inner-box:hover .gallery-img .gallery-overlay:after {
    opacity: .8;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.gallery-block .inner-box:hover .gallery-img .gallery-overlay {
    opacity: 1;
}

.gallery-block .gallery-img .gallery-overlay .plus {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.gallery-block .gallery-img .gallery-overlay .plus:hover {
    color: #1cba9f;
}

.gallery-overlay .gallery-overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
    padding: 10px 20px;
    vertical-align: middle;
}

.overlay-content {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.overlay-content h3 {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    z-index: 1;
    font-weight: 500;
    line-height: 1.3em;
    font-size: 22px;
}

.overlay-content h3 a {
    position: relative;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.overlay-content svg {
    font-size: 25px !important;
}

.overlay-content h3 a:hover {
    color: #1cba9f;
}


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

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

.contact-area {
    padding: 50px 0;
}

.contact-box {
    padding: 0 0 50px 0;
}

.map-area {
    padding: 0 0 50px 0;
}

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

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

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

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

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

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

.adr-box p a:hover {
    color: #144d5b;
    text-decoration: underline;
}

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

.write-area-head h1 {
    font-size: 3em;
    margin-bottom: 30px;
}

.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-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: #144d5b;
    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  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;
    transition: all .3s ease;
}

.download-close:hover {
    background: #144d5b;
}

.download-close span {
    font-size: 16px;
    color: #fff;
    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 a {
    background: #eca755;
    color: #fff;
    padding: 12px 50px;
    border-radius: 5px;
    transition: all .3s;

}

.popup-btn a:hover {
    background-color: #144d5b;
    color: #fff;
}

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

.popup-btn input[type=submit]:hover {
    background-color: #144d5b;
    color: #fff !important;
}

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

#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;
}


/* ******************************
:: 21.0  DESTINATION SLIDER
****************************** */
.destinations-area {

    padding: 70px 0;
}

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

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

.destinations-area h3 {
    font-weight: 500;
    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: 31px;
    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: 14px;
    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;
}


/* ******************************
::  ATTRACTIONS AREA CSS
****************************** */


.destini-section {
    position: relative;
    padding: 100px 0 140px;
    /* background: #edf0f5; */
}

.dotted-pattern2 {
    right: -180px;
    bottom: 200px;
    position: absolute;
    width: 340px;
    height: 322px;
    display: block;
    background: url(../img/about/6.png) center center no-repeat;
}

.tri-pattern {
    position: absolute;
    width: 285px;
    height: 294px;
    display: block;
    background: url(../img/about/tri-5.png) center center no-repeat;
    right: 30px;
    bottom: 10px;
    animation-name: rotateMe;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

.destini-head {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.destini-head h2 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
}

.destini-section .h-container {
    position: relative;
    display: block;
}

.destini-section .h-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d0d0d0;
}

.destini-block {
    position: relative;
    margin-top: 30px;
}

.destini-block:first-child {
    margin-top: 0;
}

.destini-block .content-col {
    position: relative;
}

.destini-block .content-col .inner {
    position: relative;
    display: block;
    padding-right: 110px;
}

.destini-block .image-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.destini-block .image-box::before {
    content: '';
    position: absolute;
    left: -95px;
    top: -70px;
    width: 226px;
    height: 226px;
    display: block;
    background: url(../img/about/13.png) center center no-repeat;
}

.destini-block .image-box::after {
    content: '';
    position: absolute;
    right: -131.5px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: #1b1c1e;
    border-radius: 50%;
}

.destini-block .image-box .image {
    position: relative;
    display: block;
    box-shadow: 0px 25px 30px 0px rgb(0 0 0 / 15%);
}

.destini-block .image-box .image img {
    position: relative;
    display: block;
    width: 100%;
}

.destini-block h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.destini-block .lower-box .text {
    position: relative;
    line-height: 1.7em;
    color: #858990;
    margin: 0 0 15px;
}

.destini-block.alternate .content-col {
    order: 12;
}

.destini-block.alternate .empty-col {
    order: 0;
}

.destini-block.alternate .image-box::before {
    left: auto;
    top: -75px;
    right: -70px;
}

.destini-block.alternate .image-box::after {
    right: auto;
    left: -131.5px;
}

.destini-block.alternate .content-col .inner {
    padding-left: 110px;
    padding-right: 0;
}

.destini-block .lower-box {
    padding: 0;
    background: transparent;
    box-shadow: none;
}




.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;
}

.facilitie_amin_space_bottom{
    padding-bottom: 50px;
}

.facilitie_amin_space_top{
    padding-top: 50px;
}

.facilitie_amin ul{
    list-style: circle !important;
    list-style-type: circle !important;
    margin-left: 10px;
    color: #2e2e2e;
    font-size: 20px;
}

.facilitie_amin li{
    list-style: circle !important;
    list-style-type: circle !important;
    margin-left: 10px;
    color: #2e2e2e;
    font-size: 20px;
}

.blog_block{
    background-color: #f5f5f5;
}

.blog_block_inner{
    background-color: #ffffff;
}

.blog_imgblock{
    width: 100%;
}

.blog_footer{
    padding-bottom: 80px;
}

.blog_content{
    padding-left: 5px;
    padding-right: 20px;
}

.blog_content h2{
    font-size: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.blog_content p{
    padding-bottom: 30px;
}

.btn_blog{
    background: #eca755;
    padding: 8px 30px !important;
    font-size: 17px !important;
    text-transform: uppercase;
    text-shadow: none !important;
}

.btn_blog:hover{
    background: #183c6c;
    color: #eca755;
}

.blog_desktop{
    display: block;
}

.blog_mobile{
    display: none;
}

.blogmore_imgblock{
    width: 100%;
    text-align: center;
}

.blogmore_content{
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 20px;
}

.blogmore_content p{
    font-size: 20px;
    padding-bottom: 20px;
    color: #5a5a5a;
}

.seo-area{
    padding: 50px;
    background-color: #e4e4e4;
    padding-bottom: 100px;
}

.scroll-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
    
  }
  
  .scroll-box:hover {
    overflow-y: scroll;
  }

  .seo-area li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
    }

/* ******************************
:: 28.0 Thankyou PAGE
****************************** */
.thank-you{
    padding: 80px 0;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-thanks h1{
    font-size: 6.25rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    color: #1a1a1a;
}

.text-content .fa-check{
    line-height: 1;
    color: #24b663;
    font-size: 9.75rem;
}

.text-content p{
    font-size: 18px;
    line-height: 30px;
    max-width: 750px;
    margin: 0 auto;
}

.thankyou-btns{
    margin-top: 30px;
}

.thankyou-btns a{
    border: 2px solid #9b1b44;
    padding: 10px 30px;
    transition: all .3s ease;
    font-size: 16px;
    color: #9b1b44;
}

.thankyou-btns a:hover{
    background-color: #9b1b44;
    color: #fff;
}