 @import url(bootstrap.min.css);
 @import url(classy-nav.css);
 @import url(owl.carousel.css);
 @import url(animate.css);
 @import url(magnific-popup.css);
 @import url(font-awesome.css);
 @import url(nice-select.css);
 @import url(travel-icon.css);
 @import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,500,800&display=swap&subset=thai');
 /* FOR THAI */
 @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,500&display=swap&subset=latin-ext');
 /* FOR ENG */
 @import url('https://fonts.googleapis.com/css?family=Sriracha&display=swap&subset=thai');

 @font-face {
     font-family: 'FuturaLT-Book';
     src: url("../../fonts/FuturaLT-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/FuturaLT-Book.woff") format("woff"), url("../../fonts/FuturaLT-Book.ttf") format("truetype"), url("../../fonts/FuturaLT-Book.svg#FuturaLT-Book") format("svg");
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: "handwrite";
     src: url('../../fonts/handwrite.eot');
     src: url('../../fonts/handwrite.eot?#iefix') format('embedded-opentype'), url('../../fonts/handwrite.woff2') format('woff2'), url('../../fonts/handwrite.woff') format('woff'), url('../../fonts/handwrite.svg#handwrite') format('svg');
     font-weight: normal;
     font-style: normal;
 }

 * {
     margin: 0;
     padding: 0;
 }

 body {
     font-family: 'Prompt', sans-serif !important;
     font-size: 14px;
     overflow-x: hidden;
     font-style: normal !important;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: #333399;
     line-height: 1.3;
     font-weight: 400;
     font-family: 'Prompt', sans-serif;
 }

 p {
     color: #7d7d7d;
     font-size: 14px;
     line-height: 2.1;
     font-weight: 400;
 }

 a,
 a:hover,
 a:focus {
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
     text-decoration: none;
     outline: 0 solid transparent;
     color: #141414;
     font-weight: 400;
     font-size: 14px;
 }

 ul,
 ol {
     margin: 0;
 }

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

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

 /* :: 3.1.0 Spacing */
 .mt-15 {
     margin-top: 15px !important;
 }

 .mt-30 {
     margin-top: 30px !important;
 }

 .mt-50 {
     margin-top: 50px !important;
 }

 .mt-70 {
     margin-top: 70px !important;
 }

 .mt-100 {
     margin-top: 100px !important;
 }

 .mb-15 {
     margin-bottom: 15px !important;
 }

 .mb-30 {
     margin-bottom: 30px !important;
 }

 .mb-50 {
     margin-bottom: 50px !important;
 }

 .mb-70 {
     margin-bottom: 70px !important;
 }

 .mb-100 {
     margin-bottom: 100px !important;
 }

 .ml-15 {
     margin-left: 15px !important;
 }

 .ml-30 {
     margin-left: 30px !important;
 }

 .ml-50 {
     margin-left: 50px !important;
 }

 .mr-15 {
     margin-right: 15px !important;
 }

 .mr-30 {
     margin-right: 30px !important;
 }

 .mr-50 {
     margin-right: 50px !important;
 }

 /* :: 3.2.0 Height */
 .height-400 {
     height: 400px !important;
 }

 .height-500 {
     height: 500px !important;
 }

 .height-600 {
     height: 600px !important;
 }

 .height-500 {
     height: 500px !important;
 }

 .height-800 {
     height: 800px !important;
 }

 /* :: 3.3.0 Section Padding */
 .section-padding-100 {
     padding-top: 100px;
     padding-bottom: 100px;
 }

 .section-padding-100-0 {
     padding-top: 100px;
     padding-bottom: 0;
 }

 .section-padding-0-100 {
     padding-top: 0;
     padding-bottom: 100px;
 }

 .section-padding-100-70 {
     padding-top: 100px;
     padding-bottom: 70px;
 }

 /* :: 3.4.0 Section Heading */
 .section-heading {
     position: relative;
     z-index: 1;
     margin-bottom: 60px;
 }

 .section-heading .line- {
     width: 90px;
     height: 2px;
     background-color: #333399;
     display: block;
     margin-bottom: 40px;
 }

 .section-heading h2 {
     font-size: 48px;
     color: #333399;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .section-heading h2 {
         font-size: 40px;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .section-heading h2 {
         font-size: 36px;
     }
 }

 @media only screen and (max-width: 767px) {
     .section-heading h2 {
         font-size: 24px;
     }
 }

 .section-heading p {
     margin-bottom: 0;
 }

 .section-heading.text-center .line- {
     margin: 0 auto 40px;
 }

 .section-heading.white h2,
 .section-heading.white p {
     color: #ffffff;
 }

 /* :: 3.5.0 Preloader CSS */
 .preloader {
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 9999;
 }

 .preloader .cssload-container {
     display: block;
 }

 .preloader .cssload-loading i {
     width: 20px;
     height: 20px;
     margin: 10px;
     display: inline-block;
     border-radius: 50%;
     background: #333399;
 }

 .preloader .cssload-loading i:first-child {
     opacity: 0;
     animation: cssload-loading-ani2 0.58s linear infinite;
     -o-animation: cssload-loading-ani2 0.58s linear infinite;
     -ms-animation: cssload-loading-ani2 0.58s linear infinite;
     -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
     -moz-animation: cssload-loading-ani2 0.58s linear infinite;
     transform: translate(-19px);
     -o-transform: translate(-19px);
     -ms-transform: translate(-19px);
     -webkit-transform: translate(-19px);
     -moz-transform: translate(-19px);
 }

 .preloader .cssload-loading i:nth-child(2),
 .preloader .cssload-loading i:nth-child(3) {
     animation: cssload-loading-ani3 0.58s linear infinite;
     -o-animation: cssload-loading-ani3 0.58s linear infinite;
     -ms-animation: cssload-loading-ani3 0.58s linear infinite;
     -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
     -moz-animation: cssload-loading-ani3 0.58s linear infinite;
 }

 .preloader .cssload-loading i:last-child {
     animation: cssload-loading-ani1 0.58s linear infinite;
     -o-animation: cssload-loading-ani1 0.58s linear infinite;
     -ms-animation: cssload-loading-ani1 0.58s linear infinite;
     -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
     -moz-animation: cssload-loading-ani1 0.58s linear infinite;
 }

 @keyframes cssload-loading-ani1 {
     100% {
         transform: translate(39px);
         opacity: 0;
     }
 }

 @-o-keyframes cssload-loading-ani1 {
     100% {
         -o-transform: translate(39px);
         opacity: 0;
     }
 }

 @-ms-keyframes cssload-loading-ani1 {
     100% {
         -ms-transform: translate(39px);
         opacity: 0;
     }
 }

 @-webkit-keyframes cssload-loading-ani1 {
     100% {
         -webkit-transform: translate(39px);
         opacity: 0;
     }
 }

 @-moz-keyframes cssload-loading-ani1 {
     100% {
         -moz-transform: translate(39px);
         opacity: 0;
     }
 }

 @keyframes cssload-loading-ani2 {
     100% {
         transform: translate(19px);
         opacity: 1;
     }
 }

 @-o-keyframes cssload-loading-ani2 {
     100% {
         -o-transform: translate(19px);
         opacity: 1;
     }
 }

 @-ms-keyframes cssload-loading-ani2 {
     100% {
         -ms-transform: translate(19px);
         opacity: 1;
     }
 }

 @-webkit-keyframes cssload-loading-ani2 {
     100% {
         -webkit-transform: translate(19px);
         opacity: 1;
     }
 }

 @-moz-keyframes cssload-loading-ani2 {
     100% {
         -moz-transform: translate(19px);
         opacity: 1;
     }
 }

 @keyframes cssload-loading-ani3 {
     100% {
         transform: translate(19px);
     }
 }

 @-o-keyframes cssload-loading-ani3 {
     100% {
         -o-transform: translate(19px);
     }
 }

 @-ms-keyframes cssload-loading-ani3 {
     100% {
         -ms-transform: translate(19px);
     }
 }

 @-webkit-keyframes cssload-loading-ani3 {
     100% {
         -webkit-transform: translate(19px);
     }
 }

 @-moz-keyframes cssload-loading-ani3 {
     100% {
         -moz-transform: translate(19px);
     }
 }

 /* :: 3.6.0 Miscellaneous */
 .bg-img {
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .bg-white {
     background-color: #ffffff !important;
 }

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

 .bg-transparent {
     background-color: transparent !important;
 }

 .font-bold {
     font-weight: 500;
 }

 .font-light {
     font-weight: 300;
 }

 .bg-overlay {
     position: relative;
     z-index: 2;
     background-position: center center;
     background-size: cover;
 }

 .bg-overlay::after {
     background-color: rgba(0, 0, 0, 0.63);
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
 }

 .bg-fixed {
     background-attachment: fixed !important;
 }

 /* :: 3.7.0 ScrollUp */
 #scrollUp {
     background-color: #333399;
     border-radius: 0;
     bottom: 50px;
     box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
     color: #ffffff;
     font-size: 24px;
     height: 40px;
     line-height: 40px;
     right: 50px;
     text-align: center;
     width: 40px;
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
 }

 #scrollUp:hover,
 #scrollUp:focus {
     background-color: #333399;
 }

 .palatin-btn {
     background-color: #333399;
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
     position: relative;
     z-index: 1;
     display: inline-block;
     min-width: 123px;
     height: 53px;
     color: #ffffff;
     border: none;
     border-radius: 0;
     padding: 0 20px;
     font-size: 16px;
     line-height: 53px;
     text-transform: capitalize;
 }

 .palatin-btn:hover,
 .palatin-btn:focus {
     font-size: 16px;
     background-color: #333399;
     color: #ffffff;
 }

 @media(max-width: 992px) {
     .breakpoint-on .classynav>ul>li>a {
         border-bottom: none !important;
     }

     .breakpoint-on .classynav {
         padding: 70px 20px
     }

     .menu-btn {
         margin: 0 !important;
         width: 100%;
         border: none !important;
     }

     .palatin-btn {
         display: inline;
         width: 100%;
         text-align: left;
         border: none !important;
     }
 }

 .palatin-btn.btn-2 {
     background-color: #333399;
     color: #ffffff;
 }

 .palatin-btn.btn-2:hover,
 .palatin-btn.btn-2:focus {
     font-size: 16px;
     background-color: #333399;
     color: #ffffff;
 }

 .palatin-btn.btn-3 {
     background-color: #ffffff;
     color: #333399;
     border: 2px solid #333399;
     height: 49px;
     line-height: 48px;
 }

 .palatin-btn.btn-3:hover,
 .palatin-btn.btn-3:focus {
     font-size: 16px;
     background-color: #333399;
     color: #ffffff;
 }

 /* :: 4.0 Header Area CSS */
 .header-area {
     position: absolute;
     z-index: 100;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 1000;
 }

 .header-area .palatin-main-menu {
     position: relative;
     width: 100%;
     /* background-color: rgba(0, 0, 0, 0.3); */
     /*border-bottom: 2px solid rgba(203, 134, 112, 0.63); */
 }

 .header-area .palatin-main-menu .classy-nav-container {
     background-color: transparent;
 }

 .header-area .palatin-main-menu .classy-navbar {
     -webkit-transition-duration: 300ms;
     transition-duration: 300ms;
     background-color: transparent;
     height: 150px;
     padding: 0;
 }

 @media only screen and (max-width: 767px) {
     .header-area .palatin-main-menu .classy-navbar {
         height: 70px;
     }
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .header-area .palatin-main-menu .classy-navbar .nav-brand {
         max-width: 140px;
     }
 }

 .classynav ul li a {
     display: inline-block
 }

 @media only screen and (max-width: 767px) {
     .header-area .palatin-main-menu .classy-navbar .nav-brand {
         max-width: 140px;
     }
 }

 .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
     text-transform: uppercase;
     color: #333;
     font-size: 14px;
     letter-spacing: 1px;
     background-color: transparent;
     padding-bottom: 3px;
 }

 @media only screen and (max-width: 991px) {
     .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
         color: #FFF;
     }
 }

 .header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover,
 .header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
     /*  background-color: #333399; */
     border-bottom: 5px solid #333399;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
         font-size: 14px;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
         /*   background-color: #333399; */
     }
 }

 @media only screen and (max-width: 767px) {
     .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
         /*   background-color: #333399; */
         width: 90%;
         color: #FFF
     }
 }

 .header-area .palatin-main-menu .classy-navbar .classynav ul li.active a {
     /*    background-color: #333399; */
 }

 .header-area .palatin-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
 .header-area .palatin-main-menu .classy-navbar .classynav ul li.has-down>a::after {
     color: #FFF;
 }

 .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
     color: #333399;
     width: 100%
 }

 .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a:hover {
     background-color: #333399 !important;
     color: #FFF !important;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
         padding: 0 20px;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
         color: #ffffff;
     }
 }

 @media only screen and (max-width: 767px) {
     .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
         color: #ffffff;
     }
 }

 .header-area .palatin-main-menu .classy-navbar .menu-btn {
     margin-left: 100px;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .header-area .palatin-main-menu .classy-navbar .menu-btn {
         margin-left: 30px;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header-area .palatin-main-menu .classy-navbar .menu-btn {
         margin-left: 30px;
         border: 2px solid #ffffff;
         margin-top: 30px;
         display: inline-block;
     }
 }

 @media only screen and (max-width: 767px) {
     .header-area .palatin-main-menu .classy-navbar .menu-btn {
         margin-left: 30px;
         border: 2px solid #ffffff;
         margin-top: 30px;
         display: inline-block;
     }
 }

 .header-area .palatin-main-menu .classy-navbar .menu-btn a {
     color: #ffffff;
     font-size: 16px;
 }

 .header-area .is-sticky .palatin-main-menu li a {
     color: #FFF !important
 }

 .header-area .is-sticky .palatin-main-menu li.active>a {
     color: #0099ff !important
 }

 .header-area .is-sticky .palatin-main-menu {
     position: fixed;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 9999;
     background-color: rgba(0, 0, 0, .8);
     box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.3);
 }

 .header-area .is-sticky .palatin-main-menu a::after {
     color: #FFF !important:;
 }

 .breakpoint-off .classynav ul li:hover .dropdown a {
     color: #333 !important
 }

 .header-area .is-sticky .palatin-main-menu .classy-navbar {
     height: 90px;
 }

 @media only screen and (max-width: 767px) {
     .header-area .is-sticky .palatin-main-menu .classy-navbar {
         height: 70px;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .breakpoint-on .classy-navbar .classy-menu {
         background-color: #333;
     }
 }

 @media only screen and (max-width: 767px) {
     .breakpoint-on .classy-navbar .classy-menu {
         background-color: #333;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .classynav ul li .megamenu .single-mega.cn-col-4 {
         padding: 0;
     }
 }

 @media only screen and (max-width: 767px) {
     .classynav ul li .megamenu .single-mega.cn-col-4 {
         padding: 0;
     }
 }

 .classycloseIcon .cross-wrap span {
     background: #ffffff;
 }

 /* :: 5.0 Hero Area CSS */
 .hero-slides {
     position: relative;
     z-index: 1;
 }

 .hero-slides .owl-dots {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     position: absolute;
     bottom: 30px;
     left: 4%;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .hero-slides .owl-dots {
         left: 1%;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .hero-slides .owl-dots {
         left: 5px;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: reverse;
         -ms-flex-direction: column;
         flex-direction: column;
     }
 }

 @media only screen and (max-width: 767px) {
     .hero-slides .owl-dots {
         bottom: 100px;
     }
 }

 .hero-slides .owl-dots .owl-dot {
     -webkit-transition-duration: 300ms;
     transition-duration: 300ms;
     border: 2px solid transparent;
     background-color: transparent;
     display: block;
     padding: 3px 5px;
     color: #ffffff;
     font-size: 14px;
 }

 .hero-slides .owl-dots .owl-dot.active,
 .hero-slides .owl-dots .owl-dot:hover,
 .hero-slides .owl-dots .owl-dot:focus {
     color: #ffffff;
     background-color: #1b3f4c;
     border: 2px solid #333399;
     box-shadow: none;
 }

 .single-hero-slide {
     width: 100%;
     height: 70vh !important;
     position: relative;
     z-index: 1;
     /*      overflow: hidden; */
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .single-hero-slide {
         height: 800px;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .single-hero-slide {
         height: 750px;
     }
 }

 @media only screen and (max-width: 767px) {
     .single-hero-slide {
         height: 750px;
     }
 }

 .single-hero-slide .slide-img {
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: -10;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .single-hero-slide .hero-slides-content {
         padding: 40px 20px;
         width: 100%
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .single-hero-slide .hero-slides-content {
         /*  padding: 30px 20px; */
     }
 }

 @media only screen and (max-width: 767px) {
     .single-hero-slide .hero-slides-content {
         padding: 20px;
     }
 }

 .hero-slides-content {
     position: absolute !important;
     top: 35%;
     transform: translateY(-50%);
     z-index: 1;
     text-align: center;
     width: 100%;
 }

 .handwrite2 {
     font-family: 'Sriracha', cursive !important
 }

 #meeting h1,
 #wedding h1 {
     font-family: 'Sriracha', cursive;
     font-size: 40px;
     margin: 40px 0;
     color: #333399
 }

 #meeting h4 {
     color: #333399;
     font-weight: 500
 }

 #meeting .spacer2 {
     padding: 10px;
 }

 .blogside h3 {
     font-weight: 500 !important;
     font-size: 30px
 }

 .blogside h1.en {
     font-weight: 800 !important;
     font-size: 30px !important;
     margin: 0 !important
 }

 .single-hero-slide .hero-slides-content h2 {
     /*     font-family: "handwrite" ; */
     font-family: 'Sriracha', cursive;
     font-size: 50px;
     color: #FFF;
     font-weight: normal;
     color: #333399 !important;
     margin: 0
 }

 .pad20 {
     padding: 20px !important
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .single-hero-slide .hero-slides-content h2 {
         /*          font-size: 48px; */
     }

 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .single-hero-slide .hero-slides-content h2 {
         /*          font-size: 36px; */
     }
 }

 @media only screen and (max-width: 767px) {
     .single-hero-slide .hero-slides-content h2 {
         font-size: 45px;
     }
 }

 .hero-slides-content p {
     font-size: 22px;
     color: #333;
     /*   text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.8) */
 }

 .hero-slides .owl-item.active .single-hero-slide .slide-img {
     -webkit-animation: slide 20s linear infinite;
     animation: slide 20s linear infinite;
 }

 @-webkit-keyframes slide {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
     }

     50% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
     }

     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 @keyframes slide {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
     }

     50% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
     }

     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 /* :: 6.0 Book Now Area CSS */
 .book-now-area {
     position: relative;
     z-index: 100;
     margin-bottom: 15px;
 }

 .book-now-form {
     position: relative;
     z-index: 1;
     top: -87px;
 }

 .book-now-form form {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -ms-grid-row-align: center;
     align-items: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     width: 100%;
 }

 .book-now-form form .form-group,
 .book-now-form form button {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -ms-grid-row-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 20%;
     flex: 0 0 20%;
     max-width: 20%;
     width: 20%;
     height: 174px;
     background-color: #333399;
     border-left: 2px solid #333399;
     border-top: 2px solid #333399;
     border-bottom: 2px solid #333399;
     margin-bottom: 0;
     padding: 0 30px;
 }

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

     .book-now-form form .form-group,
     .book-now-form form button {
         padding: 0 20px;
     }
 }

 @media only screen and (max-width: 767px) {

     .book-now-form form .form-group,
     .book-now-form form button {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
         width: 100%;
         height: 100px;
         border-bottom: 0 solid transparent;
         border-right: 2px solid #333399;
     }
 }

 .book-now-form form .form-group label {
     color: #333399;
     display: block;
     font-size: 14px;
     width: 100%;
 }

 .book-now-form form button {
     border-right: 2px solid #333399;
     font-size: 16px;
     background-color: #333399;
     text-transform: uppercase;
     color: #ffffff;
     cursor: pointer;
     -webkit-transition-duration: 300ms;
     transition-duration: 300ms;
     padding: 0;
 }

 .book-now-form form button:hover,
 .book-now-form form button:focus {
     outline: none;
     background-color: #333399;
 }

 .book-now-form form .form-control:focus {
     box-shadow: none;
 }

 .book-now-form .nice-select {
     background-color: transparent;
     border-radius: 0;
     border: none;
     font-size: 14px;
     height: auto;
     line-height: 1;
     padding-left: 0;
     padding-right: 30px;
     padding-top: 0;
     padding-bottom: 0;
     width: 100%;
     color: #ffffff;
 }

 .book-now-form .nice-select::after {
     border-bottom: 1px solid #ffffff;
     border-right: 1px solid #ffffff;
     height: 10px;
     margin-top: -4px;
     width: 10px;
 }

 .book-now-form .nice-select .list {
     background-color: #ffffff;
     border-radius: 0;
     margin-top: 2px;
     box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
     width: 100%;
 }

 .book-now-form .nice-select .current {
     font-size: 24px;
     line-height: 1;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .book-now-form .nice-select .current {
         font-size: 18px;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .book-now-form .nice-select .current {
         font-size: 14px;
     }
 }

 @media only screen and (max-width: 767px) {
     .book-now-form .nice-select .current {
         font-size: 18px;
     }
 }

 .book-now-form .nice-select .option {
     font-size: 20px;
     color: #333399;
     width: 100%;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .book-now-form .nice-select .option {
         font-size: 16px;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .book-now-form .nice-select .option {
         font-size: 13px;
     }
 }

 @media only screen and (max-width: 767px) {
     .book-now-form .nice-select .option {
         font-size: 16px;
     }
 }

 /* :: 7.0 About Us Area CSS */
 .about-thumbnail {
     position: relative;
     z-index: 1;
 }

 .about-thumbnail.homepage .first-img {
     position: relative;
     width: 50%;
     margin-left: auto;
     box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
 }

 .about-thumbnail.homepage .second-img {
     position: relative;
     z-index: 1;
     width: 55%;
     margin-top: -50%;
     box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
 }

 .about-thumbnail.homepage .third-img {
     position: relative;
     z-index: 1;
     margin: 0 auto;
     width: 45%;
     margin-top: -30%;
     box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
 }

 .about-key-text {
     position: relative;
     z-index: 1;
     margin-top: 35px;
 }

 .about-key-text h6 {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -ms-grid-row-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 20px;
     font-size: 16px;
 }

 .about-key-text h6 span {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 30px;
     flex: 0 0 30px;
     max-width: 30px;
     width: 30px;
     margin-right: 15px;
     height: 30px;
     text-align: center;
     font-size: 12px;
     background-color: #333399;
     border-radius: 50%;
     line-height: 30px;
     color: #ffffff;
 }

 /* :: 8.0 Pool Area CSS */
 .pool-content {
     position: relative;
     z-index: 1;
     width: 100%;
     padding: 70px 50px;
     border: 2px solid #333399;
     background-color: rgba(0, 0, 0, 0.63);
 }

 @media only screen and (max-width: 767px) {
     .pool-content {
         padding: 50px 20px;
     }
 }

 .pool-content .pool-feature {
     position: relative;
     z-index: 1;
     text-align: center;
 }

 @media only screen and (max-width: 767px) {
     .pool-content .pool-feature {
         margin-top: 30px;
     }
 }

 .pool-content .pool-feature i {
     font-size: 70px;
     color: #333399;
     margin-bottom: 15px;
     display: block;
 }

 .pool-content .pool-feature p {
     color: #ffffff;
     font-size: 14px;
     margin-bottom: 0;
 }

 /* :: 9.0 Rooms Area CSS */
 .single-rooms-area {
     position: relative;
     z-index: 10;
     width: 100%;
     height: 515px;
     margin-bottom: 100px;
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
 }

 .single-rooms-area .bg-thumbnail {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 10;
 }

 .single-rooms-area .price-from {
     position: absolute;
     z-index: 20;
     top: -19px;
     left: 50%;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     padding: 10px 15px;
     background-color: #181818;
     border: 2px solid #333399;
     display: inline-block;
     margin-bottom: 0;
     line-height: 1;
     color: #ffffff;
     font-size: 14px;
 }

 .single-rooms-area .rooms-text {
     position: absolute;
     z-index: 30;
     background-color: rgba(0, 0, 0, 0.63);
     padding: 30px 30px 40px;
     left: 20px;
     right: 20px;
     bottom: 20px;
     width: calc(100% - 40px);
     border: 2px solid #333399;
     text-align: center;
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
 }

 .single-rooms-area .rooms-text .line {
     width: 90px;
     height: 2px;
     background-color: #333399;
     display: block;
     margin: 0 auto 20px;
 }

 .single-rooms-area .rooms-text h4 {
     color: #ffffff;
 }

 @media only screen and (max-width: 767px) {
     .single-rooms-area .rooms-text h4 {
         font-size: 20px;
     }
 }

 .single-rooms-area .rooms-text p {
     color: #ffffff;
     margin-bottom: 0;
 }

 .single-rooms-area .book-room-btn {
     position: absolute;
     bottom: -15px;
     left: 50%;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     z-index: 50;
 }

 .single-rooms-area:hover .rooms-text,
 .single-rooms-area:focus .rooms-text {
     background-color: #000;
 }

 .pagination-area {
     position: relative;
     z-index: 1;
     text-align: center;
 }

 .pagination-area .pagination {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
 }

 .pagination-area .pagination .page-item .page-link {
     border: 2px solid transparent;
     background-color: transparent;
     display: block;
     padding: 5px;
     margin-right: 10px;
     color: #181818;
     font-size: 14px;
 }

 .pagination-area .pagination .page-item .page-link:hover,
 .pagination-area .pagination .page-item .page-link:focus {
     color: #ffffff;
     background-color: #616161;
     border: 2px solid #333399;
     box-shadow: none;
 }

 .pagination-area .pagination .page-item:first-child .page-link {
     margin-left: 0;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
 }

 .pagination-area .pagination .page-item:last-child .page-link {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
 }

 .pagination-area .pagination .page-item.active .page-link {
     color: #ffffff;
     background-color: #616161;
     border: 2px solid #333399;
 }

 /* :: 10.0 Services Area CSS */
 .services-intro {
     position: relative;
     z-index: 1;
 }

 .services-intro .single-cool-fact {
     width: 100%;
 }

 .core-features-area {
     position: relative;
     z-index: 10;
 }

 .core-features-area .single-core-feature {
     position: relative;
     z-index: 1;
     width: 100%;
     height: 514px;
 }

 .core-features-area .single-core-feature .bg-thumbnail {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 5;
 }

 .core-features-area .single-core-feature .feature-content {
     width: 70%;
     text-align: center;
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 50;
     background-color: rgba(255, 255, 255, 0.85);
     border: 2px solid #333399;
     padding: 30px;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 @media only screen and (max-width: 767px) {
     .core-features-area .single-core-feature .feature-content {
         width: 85%;
     }
 }

 .core-features-area .single-core-feature .feature-content i {
     font-size: 60px;
     color: #333399;
     margin-bottom: 30px;
     display: block;
 }

 .core-features-area .single-core-feature .feature-content h3 {
     font-size: 30px;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .core-features-area .single-core-feature .feature-content h3 {
         font-size: 24px;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .core-features-area .single-core-feature .feature-content h3 {
         font-size: 24px;
     }
 }

 @media only screen and (max-width: 767px) {
     .core-features-area .single-core-feature .feature-content h3 {
         font-size: 24px;
     }
 }

 .core-features-area .single-core-feature .feature-content p {
     margin-bottom: 0;
 }

 .single-service-area {
     position: relative;
     z-index: 1;
 }

 .single-service-area i {
     display: block;
     margin-bottom: 30px;
     color: #333399;
     font-size: 60px;
 }

 .single-service-area h4 {
     font-size: 30px;
     margin-bottom: 25px;
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
 }

 @media only screen and (max-width: 767px) {
     .single-service-area h4 {
         font-size: 24px;
     }
 }

 .single-service-area p {
     margin-bottom: 0;
 }

 .our-milestones {
     position: relative;
     z-index: 1;
 }

 .our-milestones .single-cool-fact {
     background-color: rgba(0, 0, 0, 0.63);
 }

 /* :: 11.0 Our Hotel Area CSS */
 .single-hotel-info {
     position: relative;
     z-index: 1;
 }

 .single-hotel-info .hotel-info-text {
     position: relative;
     z-index: 1;
     margin-bottom: 45px;
 }

 .single-hotel-info .hotel-info-text h6 {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -ms-grid-row-align: center;
     align-items: center;
     margin-bottom: 15px;
     font-size: 16px;
 }

 .single-hotel-info .hotel-info-text h6 span {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 30px;
     flex: 0 0 30px;
     max-width: 30px;
     width: 30px;
     margin-right: 15px;
     height: 30px;
     text-align: center;
     font-size: 12px;
     background-color: #333399;
     border-radius: 50%;
     line-height: 30px;
     color: #ffffff;
 }

 /* :: 12.0 Testimonial Area CSS */
 .testimonial-content {
     position: relative;
     z-index: 1;
     border: 2px solid #333399;
     background-color: #ffffff;
     padding: 100px;
     width: 100%;
 }

 @media only screen and (max-width: 767px) {
     .testimonial-content {
         padding: 30px;
     }
 }

 .testimonial-content .single-testimonial {
     position: relative;
     z-index: 1;
     text-align: center;
 }

 .testimonial-content .single-testimonial p {
     font-size: 16px;
     color: #7d7d7d;
     /*font-style: italic;*/
 }

 @media only screen and (max-width: 767px) {
     .testimonial-content .single-testimonial p {
         font-size: 14px;
     }
 }

 .testimonial-content .single-testimonial h6 {
     margin-top: 55px;
     margin-bottom: 60px;
 }

 .testimonial-content .single-testimonial h6 span {
     color: #333399;
 }

 @media only screen and (max-width: 767px) {
     .testimonial-content .single-testimonial h6 {
         margin-top: 25px;
         margin-bottom: 30px;
     }
 }

 .testimonial-content .single-testimonial img {
     width: auto !important;
     margin: 0 auto;
 }

 /* :: 13.0 Footer Area CSS */
 .footer-area {
     position: relative;
     z-index: 1;
     background: url("../../images/footerbg.jpg") #000 no-repeat;
     background-size: cover;
     padding-bottom: 40px;
 }

 .footer-area .footer-widget-area p {
     color: #cccccc;
     font-size: 16px;
     margin-bottom: 0;
 }

 .footer-area .footer-widget-area .widget-title {
     padding-top: 15px;
     color: #ffffff;
     font-weight: 400;
 }

 .footer-area .footer-widget-area .subscribe-form {
     position: relative;
     z-index: 1;
 }

 .footer-area .footer-widget-area .subscribe-form input {
     width: 100%;
     height: 46px;
     background-color: transparent;
     border: 2px solid #333399;
     padding: 0 15px;
     color: #ffffff;
 }

 .footer-area .footer-widget-area .subscribe-form button {
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
     width: 100%;
     height: 46px;
     border: none;
     font-size: 16px;
     margin-top: 15px;
     color: #ffffff;
     cursor: pointer;
     background-color: #333399;
 }

 .footer-area .footer-widget-area .subscribe-form button:hover,
 .footer-area .footer-widget-area .subscribe-form button:focus {
     background-color: #333399;
 }

 .footer-area {
     position: relative;
 }

 .footer-area .copywrite-text h4 {
     font-size: 15px;
     color: #FFF;
     text-align: left;
 }

 @media(max-width: 766px) {
     .footer-area .copywrite-text h4 {
         text-align: center;
         width: 100%
     }
 }

 .btnalign {
     position: relative;
 }

 .btnalign a {
     position: absolute;
     bottom: 0
 }

 p.uppercase {
     text-transform: uppercase;
     letter-spacing: 1px;
     font-size: 13px !important;
     padding: 5px 0
 }

 .wtext {
     color: #FFF;
     font-size: 13px;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 .wshadow {
     background: rgba(255, 255, 255, .3);
     padding: 5px
 }

 #blog {
     background: url('../../images/lineartbg.png') no-repeat right top #DADADA;
     padding: 120px 0;
     background-size: 40%
 }

 .blog {
     background-color: #FFFF;
     margin: 0 0 30px 0;
     border: 1px solid #dadada;
 }

 .ico-blog {
     width: 40px !important;
     margin: 0 10px 0 0
 }

 .Instagram {
     padding: 30px;
     background-color: #FFFF;
     margin: 0 0 30px 0;
 }

 .Instagram h2 {
     display: inline-block;
     font-size: 20px;
     margin-left: 10px;
     vertical-align: baseline
 }

 .img-crop {
     width: 100%;
     position: relative;
     overflow: hidden;
 }

 .img-crop img {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     height: 100%;
     width: auto;
     max-width: none;
 }

 @media(max-width: 992px) {
     .img-crop {
         width: 100%;
         height: 300px;
         position: relative;
         overflow: hidden;
     }

     .img-crop img {
         position: absolute;
         top: 0;
         left: 0;
         transform: translate(0, 0);
         width: 100%;
         height: auto
     }
 }

 .mt20 {
     margin: 20px 0 0 0;
 }

 .m20 {
     margin: 20px 0;
 }

 .btn-fullw {
     min-width: 100% !important;
     width: 100% !important;
     display: block
 }

 .spacer2 {
     padding: 30px 40px;
 }

 .spacer p {
     font-size: 14px;
     margin: 10px 0;
     font-family: 'Prompt', sans-serif;
 }

 .btn-blue,
 .btn-blue:hover {
     text-align: center;
     padding: 10px 20px;
     background: #333399;
     border: 1px solid #333399;
     color: #FFF;
     margin: 20px 0;
     cursor: pointer;
     transition: all ease-in-out .5s;
     font-size: 16px;
     display: block;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis
 }

 .btn-blue:hover {
     background: #FFF;
     border: 1px solid #333399;
     color: #333399;
 }

 .spacer2 h2 {
     font-size: 22px;
     color: #333;
     text-shadow: none;
     font-weight: 500
 }

 .spacer2 .repoint {
     font-size: 12px;
     line-height: 2em;
     text-transform: uppercase;
     font-weight: 500
 }

 .spacer2 .repoint span {
     width: 20px;
     height: 20px;
     border-radius: 100%;
     background-color: #EAEAEA;
     display: block;
     float: left;
     margin: 1px;
 }

 .spacer2 .repoint span.active {
     background-color: #333399
 }

 .spacer2 .repoint span:last-child {
     margin-right: 10px;
 }

 .repoint {
     width: 100%;
     padding: 5px 0;
     display: inline-block;
 }

 .nopad {
     padding: 0 !important;
 }

 .blog h1,
 .blog h2,
 .blog h3,
 .blog h4 {
     color: #333 !important
 }

 .swaper {
     padding: 20px 0;
 }

 .blog h3 {
     font-size: 25px;
     font-weight: 500;
     margin: 20px 0 0 0;


 }

 #blog h1 {
     font-size: 50px;
     font-weight: 500;
     margin: 20px 0 0 0;
     font-family: 'Sriracha', cursive;

 }

 .blog p {
     color: #333
 }

 .blog h4 {
     font-size: 16px;
 }

 /* :: 14.0 Breadcumb Area CSS */
 .breadcumb-area {
     position: relative;
     z-index: 10;
     width: 100%;
     height: 475px;
 }

 .btn-booknow a {
     background-color: #333399 !important;
     padding: 0px 20px !important;
     display: block !important;
     color: #FFF !important;
 }

 .btn-roomtype {
     width: 100%;
     max-width: 220px
 }

 .btn-roomtype a {
     background-color: #333399;
     padding: 10px 20px;
     display: block;
     color: #FFF;
     text-transform: uppercase;
     font-size: 18px;
     text-align: center;
 }

 @media only screen and (max-width: 767px) {
     .breadcumb-area {
         height: 340px;
     }
 }

 .breadcumb-area .bradcumbContent {
     margin-top: 70px;
 }

 @media only screen and (max-width: 767px) {
     .breadcumb-area .bradcumbContent {
         margin-top: 0;
     }
 }

 .breadcumb-area .bradcumbContent h2 {
     font-size: 48px;
     color: #ffffff;
     margin-bottom: 0;
     padding: 5px 30px;
     border: 2px solid #333399;
     background-color: rgba(0, 0, 0, 0.63);
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .breadcumb-area .bradcumbContent h2 {
         font-size: 36px;
     }
 }

 @media only screen and (max-width: 767px) {
     .breadcumb-area .bradcumbContent h2 {
         font-size: 30px;
     }
 }

 /* :: 15.0 Blog Area CSS */
 .single-blog-post {
     position: relative;
     z-index: 10;
 }

 .single-blog-post .blog-post-thumb {
     position: relative;
     z-index: 1;
 }

 .single-blog-post .post-content {
     position: relative;
     z-index: 1;
     width: 80%;
     border: 2px solid #333399;
     padding: 50px 40px 30px;
     left: 10%;
     text-align: center;
     margin-top: -145px;
     background-color: #ffffff;
 }

 @media only screen and (max-width: 767px) {
     .single-blog-post .post-content {
         width: 90%;
         left: 5%;
         margin-top: -25px;
         padding: 40px 30px 20px;
     }
 }

 .single-blog-post .post-content .post-date {
     position: absolute;
     left: 50%;
     top: -26.5px;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
 }

 .single-blog-post .post-content .post-title {
     font-size: 30px;
     display: block;
     margin-bottom: 10px;
 }

 .single-blog-post .post-content .post-title:hover,
 .single-blog-post .post-content .post-title:focus {
     color: #333399;
 }

 @media only screen and (max-width: 767px) {
     .single-blog-post .post-content .post-title {
         font-size: 20px;
         margin-bottom: 15px;
     }
 }

 .single-blog-post .post-content .post-meta {
     position: relative;
     z-index: 1;
     margin-bottom: 30px;
 }

 .single-blog-post .post-content .post-meta a {
     font-size: 12px;
     color: #333399;
     position: relative;
     z-index: 2;
 }

 .single-blog-post .post-content .post-meta a:first-child {
     margin-right: 30px;
 }

 .single-blog-post .post-content .post-meta a:first-child::after {
     position: absolute;
     top: -2px;
     right: -18px;
     content: '|';
     z-index: 10;
 }

 /* :: 16.0 Contact Area CSS */
 .contact-area {
     position: relative;
     z-index: 1;
 }

 .contact-area .home-map-area {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
     width: 50%;
     height: 685px;
 }

 @media only screen and (max-width: 767px) {
     .contact-area .home-map-area {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
         width: 100%;
         height: 450px;
     }
 }

 .contact-area .home-map-area iframe {
     width: 100%;
     height: 100%;
     border: none;
 }

 .contact-area .contact-info {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
     width: 50%;
     padding: 0 8%;
 }

 @media only screen and (max-width: 767px) {
     .contact-area .contact-info {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
         width: 100%;
         padding: 50px 30px;
     }
 }

 .contact-area .contact-info h4,
 .contact-area .contact-info h5 {
     margin-bottom: 15px;
 }

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

     .contact-area .contact-info h4,
     .contact-area .contact-info h5 {
         font-size: 16px;
     }
 }

 @media only screen and (max-width: 767px) {

     .contact-area .contact-info h4,
     .contact-area .contact-info h5 {
         font-size: 16px;
     }
 }

 .contact-area .contact-info .social-info a {
     display: inline-block;
     margin-right: 15px;
 }

 .contact-area .contact-info .social-info a:hover,
 .contact-area .contact-info .social-info a:focus {
     color: #333399;
 }

 .single-contact-information {
     position: relative;
     z-index: 1;
 }

 .single-contact-information .section-text {
     position: relative;
     z-index: 1;
     margin-bottom: 40px;
 }

 .single-contact-information .section-text h3 {
     font-weight: 400;
     font-size: 30px;
     margin-bottom: 10px;
 }

 .single-contact-information .section-text p {
     margin-bottom: 0;
 }

 .single-contact-information .contact-content {
     position: relative;
     z-index: 1;
     margin-bottom: 20px;
 }

 .single-contact-information .contact-content:last-child {
     margin-bottom: 0;
 }

 .single-contact-information .contact-content p {
     font-size: 15px;
     color: #7d7d7d;
     margin-bottom: 0;
 }

 .single-contact-information .contact-content p:first-child {
     font-size: 18px;
     color: #333399;
     margin-bottom: 0;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 90px;
     flex: 0 0 90px;
     max-width: 90px;
     width: 90px;
 }

 .map-area {
     position: relative;
     z-index: 2;
 }

 .map-area iframe {
     width: 100%;
     height: 515px;
     border: none;
     margin-bottom: 0;
 }

 @media only screen and (max-width: 767px) {
     .map-area iframe {
         height: 300px;
     }
 }

 .contact-form-area {
     position: relative;
     z-index: 1;
 }

 .contact-form-area form {
     position: relative;
     z-index: 1;
 }

 .contact-form-area form input,
 .contact-form-area form textarea {
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
     border: none;
     border-bottom: 2px solid #c9c9c9;
     margin-bottom: 30px;
     font-size: 12px;
     /*font-style: italic;*/
     color: #7d7d7d;
     border-radius: 0;
     width: 100%;
     height: 52px;
 }

 .contact-form-area form input:focus,
 .contact-form-area form textarea:focus {
     border-color: #333399;
     box-shadow: none;
 }

 .contact-form-area form textarea {
     height: 180px;
 }

 /* :: 17.0 Skills Area CSS */
 .single-skils-area {
     position: relative;
     z-index: 1;
     text-align: center;
 }

 .single-skils-area .circle {
     position: relative;
     z-index: 10;
     margin-bottom: 15px;
 }

 .single-skils-area .skills-text {
     position: absolute;
     top: 50%;
     left: 50%;
     text-align: center;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .single-skils-area .skills-text span {
     font-size: 48px;
     color: #232323;
 }

 .single-skils-area .skills-text p {
     margin-bottom: 0;
     line-height: 1;
     font-size: 14px;
     color: #232323;
 }

 /* :: 18.0 Elements Area CSS */
 .elements-title h2 {
     font-size: 48px;
     margin-bottom: 20px;
 }

 @media only screen and (max-width: 767px) {
     .elements-title h2 {
         font-size: 24px;
     }
 }

 .single-icon {
     position: relative;
     z-index: 1;
     padding: 50px 30px;
     border: 2px solid #333399;
     text-align: center;
 }

 .single-icon i {
     color: #333399;
     font-size: 70px;
     display: block;
     margin-bottom: 30px;
 }

 .single-icon span {
     font-size: 16px;
 }

 /* :: 18.1.0 Single Cool Facts CSS */
 .single-cool-fact {
     position: relative;
     z-index: 1;
     width: 200px;
     padding: 35px 15px;
     border: 2px solid #333399;
     text-align: center;
     background-color: #333399;
     margin: 0 auto;
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
 }

 .single-cool-fact .scf-text i {
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
     display: block;
     font-size: 70px;
     margin-bottom: 10px;
     color: #333399;
 }

 .single-cool-fact .scf-text h2 {
     font-size: 48px;
     margin-bottom: 5px;
     color: #ffffff;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .single-cool-fact .scf-text h2 {
         font-size: 48px;
     }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .single-cool-fact .scf-text h2 {
         font-size: 36px;
     }
 }

 @media only screen and (max-width: 767px) {
     .single-cool-fact .scf-text h2 {
         font-size: 30px;
     }
 }

 .single-cool-fact .scf-text p {
     font-size: 14px;
     margin-bottom: 0;
     color: #ffffff;
     line-height: 1;
 }

 .single-cool-fact:hover,
 .single-cool-fact:focus {
     background-color: #333399;
 }

 .single-cool-fact:hover .scf-text i,
 .single-cool-fact:focus .scf-text i {
     color: #ffffff;
 }

 /* :: 18.2.0 Accordians Area CSS */
 .single-accordion.panel {
     background-color: #ffffff;
     border: 0 solid transparent;
     border-radius: 4px;
     box-shadow: 0 0 0 transparent;
     margin-bottom: 15px;
 }

 .single-accordion:last-of-type {
     margin-bottom: 0;
 }

 .single-accordion h6 {
     margin-bottom: 0;
 }

 .single-accordion h6 a {
     background-color: #333399;
     border-radius: 0;
     border: 2px solid #333399;
     color: #ffffff;
     display: block;
     margin: 0;
     padding: 20px 70px 20px 30px;
     position: relative;
     font-size: 14px;
     text-transform: capitalize;
 }

 .single-accordion h6 a span {
     background: transparent;
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
     font-size: 10px;
     position: absolute;
     right: 0;
     text-align: center;
     top: 0;
     width: 58px;
     height: 100%;
     color: #ffffff;
     line-height: 58px;
 }

 .single-accordion h6 a span.accor-open {
     opacity: 0;
 }

 .single-accordion h6 a.collapsed {
     -webkit-transition-duration: 500ms;
     transition-duration: 500ms;
     background-color: #ffffff;
     color: #7d7d7d;
     border: 2px solid #333399;
 }

 .single-accordion h6 a.collapsed span {
     color: #7d7d7d;
 }

 .single-accordion h6 a.collapsed span.accor-close {
     opacity: 0;
 }

 .single-accordion h6 a.collapsed span.accor-open {
     opacity: 1;
 }

 .single-accordion .accordion-content {
     border-top: 0 solid transparent;
     box-shadow: none;
     padding: 30px 15px 5px;
 }

 .single-accordion .accordion-content p {
     margin-bottom: 0;
 }

 /* :: 18.3.0 Tabs Area CSS */
 .palatin-tabs-content {
     position: relative;
     z-index: 1;
 }

 .palatin-tabs-content .nav-tabs {
     border-bottom: none;
     margin-bottom: 30px;
 }

 .palatin-tabs-content .nav-tabs .nav-link {
     background-color: #ffffff;
     border: 2px solid #333399;
     padding: 0 20px;
     height: 58px;
     line-height: 58px;
     color: #7d7d7d;
     margin: 0 2px;
     border-radius: 0;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .palatin-tabs-content .nav-tabs .nav-link {
         padding: 0 15px;
     }
 }

 @media only screen and (max-width: 767px) {
     .palatin-tabs-content .nav-tabs .nav-link {
         padding: 0 15px;
         font-size: 12px;
         margin-bottom: 15px;
     }
 }

 @media only screen and (min-width: 480px) and (max-width: 767px) {
     .palatin-tabs-content .nav-tabs .nav-link {
         padding: 0 15px;
     }
 }

 .palatin-tabs-content .nav-tabs .nav-link.active {
     background-color: #333399;
     color: #ffffff;
 }

 .palatin-tabs-content .palatin-tab-text p {
     margin-bottom: 0;
 }

 .palatin-tabs-content .tab-content h6 {
     font-size: 18px;
 }

 /* custom */

 .classy-navbar .nav-brand img {
     width: 120px;
 }

 @media(max-width: 992px) {
     .classy-navbar .nav-brand img {
         padding: 10px;
     }
 }

 .waterbg1 {
     background: url('../../images/waterbg1.png') no-repeat 0 50%;
     background-size: 100% 100%;
 }

 .waterbg2 {
     background: url('../../images/waterbg2.png') no-repeat 50% 0;
     background-size: 100% 100%;
 }

 .facilities {
     padding: 150px 0 80px 0;
     /* background: url('../../images/bgSection.jpg') repeat-x; */
 }

 .colorgray {
     color: #333 !important
 }

 #sms {
     font-size: 18px
 }

 #sms:before {
     content: '\f10d';
     font-family: 'FontAwesome';
     margin: 0 20px;
     font-size: 40px;
     color: #CCC
 }

 .roomtype {
     padding: 80px 0;
     background: #FFF;
 }

 .roomtype h1 {
     font-family: 'Sriracha', cursive;
     font-weight: 500
 }

 .sideline {
     padding: 0 0 0 50px
 }

 .sideline h2 {
     border-left: 8px solid #333399;
     padding-left: 20px;
     width: 60%;
 }

 .sideline p {
     width: 60%;
 }

 @media(max-width: 766px) {
     .sideline h2 {
         width: 100%;
     }

     .sideline p {
         width: 100%;
     }
 }

 .footerslide {
     position: absolute;
     bottom: -300px;
 }

 footer .swaper {
     padding: 100px 0 0 0;
 }

 footer .swaper h3,
 footer .swaper h3 a {
     color: #FFF;

     font-size: 14px;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 footer .swaper h2 {
     color: #FFF;
     font-weight: 500;
     display: inline;
     font-size: 22px;
     text-transform: uppercase;
     margin-left: 20px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis
 }

 footer .swaper li {
     line-height: 2em;
 }

 footer .swaper li a {
     color: #FFF;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 footer .swaper p {
     font-family: 'Prompt', sans-serif;
     color: #FFF;
     font-size: 16px;
     font-weight: normal
 }

 .maskimg {
     mask-mode: alpha;
     mask-repeat: no-repeat;
     mask-size: 100% 100%;
     mask-position: center;
     -webkit-mask-mode: alpha;
     -webkit-mask-repeat: no-repeat;
     -webkit-mask-size: 100% 100%;
     -webkit-mask-position: center;
     width: 100%;
     height: 100%;
     display: block;
 }

 /* 
 .maskbig {
     mask-mode: alpha;
     mask-repeat: repeat-x;
     mask-size: cover;
     mask-position: bottom;
     -webkit-mask-mode: alpha;
     -webkit-mask-repeat: repeat-x;
     -webkit-mask-size: cover;
     -webkit-mask-position: bottom;
     width: 100%;
     height: 50vh;
     mask-image: url('../../images/bigbrush2.svg');
     -webkit-mask-image: url('../../images/bigbrush2.svg');
     -o-mask-image: url('../../images/bigbrush2.svg');
     -moz-mask-image: url('../../images/bigbrush2.svg');

 }
 */

 .maskbig {
     mask-mode: alpha;
     mask-repeat: no-repeat;
     mask-size: cover;
     mask-position: bottom;
     -webkit-mask-mode: alpha;
     -webkit-mask-repeat: no-repeat;
     -webkit-mask-size: cover;
     -webkit-mask-position: bottom;
     width: 100%;
     height: 50vh;
     mask-image: url('../../images/bigbrush2.svg');
     -webkit-mask-image: url('../../images/bigbrush2.svg');
     -o-mask-image: url('../../images/bigbrush2.svg');
     -moz-mask-image: url('../../images/bigbrush2.svg');
 }

 section {
     min-height: 50vh;
     padding: 80px 0;
 }

 .mask-img1 {
     mask-image: url('../../images/bmask1.svg');
     -webkit-mask-image: url('../../images/bmask1.svg');
     -o-mask-image: url('images/bmask1.svg');
     -moz-mask-image: url('images/bmask1.svg');
 }

 .mask-img2 {
     mask-image: url('../../images/bmask2.svg');
     -webkit-mask-image: url('../../images/bmask2.svg');
     -o-mask-image: url('../../images/bmask2.svg');
     -moz-mask-image: url('../../images/bmask2.svg');
 }

 .mask-img3 {
     mask-image: url('../../images/bmask3.svg');
     -webkit-mask-image: url('../../images/bmask3.svg');
     -o-mask-image: url('../../images/bmask3.svg');
     -moz-mask-image: url('../../images/bmask3.svg');
 }

 .cutleft {
     margin-left: -100px;
     margin-bottom: 30px
 }

 .handwrite {
     font-family: "handwrite" !important;

 }

 h2 {
     color: #333399;
     font-weight: 500;
 }

 p {
     font-size: 18px;
     line-height: 1.5em;
 }

 .hero-area {
     top: 0;
     padding: 0 !important;
 }

 .classy-nav-container {
     white-space: nowrap;
 }

 .topsection {
     position: relative;
     margin: 0;
     padding: 0;
     z-index: 9
 }

 .topsection .overlay {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, .6);
     z-index: 1;
 }

 .topsection .maskbig img {
     width: 100%;
     z-index: -1;
     position: absolute;
     top: 0
 }

 @media(max-width: 992px) {
     .topsection .maskbig img {
         width: 100% !important;
         height: 100% !important;
         z-index: -1;
         position: absolute;
         top: 0 !important;
     }

     .breakpoint-on .classy-navbar .classy-menu {
         overflow-y: auto
     }
 }

 .topsection .swaper {
     position: absolute;
     top: 40%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 2
 }

 .topsection .swaper h2 {
     color: #333399;
     font-size: 60px;
     font-weight: normal;
     padding: 0;
     margin: 0;
     text-align: center;
 }

 .topsection .swaper h3 {
     color: #333399;
     padding: 0;
     margin: 0;
     text-align: center;
     font-weight: lighter;
     font-size: 25px;
     letter-spacing: 1px;
     text-transform: none;
 }

 .breakpoint-off .classynav ul li .dropdown {
     width: auto;
 }

 .headline {
     margin: 20px;
     color: white;
     font-size: 40px;
     text-align: center;
 }

 .topsection .swaper h2 {
     text-transform: capitalize !important;
 }

 @media(max-width: 992px) {
     .topsection .swaper h2 {
         font-size: 50px !important
     }
 }

 .icoflag {
     width: 32px;
 }

 .breakpoint-off .classynav ul li .dropdown {
     padding: 0;
 }

 #mapbg {
     width: 100vw;
     position: relative;
 }

 .img-spot {
     width: 250px;
     height: 250px;
     position: absolute
 }

 .img-spot2 {
     width: 400px !important;
     height: auto !important;
     position: absolute;
     margin-top: -100px
 }

 .img-spot img {
     width: 100% !important;
     height: 100% !important
 }

 @media(min-width: 1900px) {
     .img-spot {
         width: 350px;
         height: 350px
     }
 }

 .clipvideo {
     display: block;
     margin: 0;
     padding: 0;
     width: 100%;
     min-height: 400px;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }

 .clipvideo span {
     background: rgba(0, 0, 0, .5);
     position: absolute;
     width: 100%;
     height: 100%
 }

 .clipvideo i {
     position: absolute;
     top: 50%;
     left: 50%;
     font-size: 50px;
     transform: translate(-50%, -50%);
     display: block;
     color: #FFF
 }

 .mt50 {
     margin-top: 50px
 }

 .mt40 {
     margin-top: 40px
 }

 .mt30 {
     margin-top: 30px
 }

 .mt20 {
     margin-top: 20px
 }

 @media(max-width: 992px) {
     #map-river {
         overflow-x: hidden
     }

     .img-spot {
         width: 120px;
         height: 120px
     }

     .img-spot2 {
         width: 250px !important;
         height: 250px !important;
         margin: 50px 0 0 -20px;
     }
 }

 .btn-book,
 .btn-book:hover {
     background: #333399;
     padding: 12px 35px;
     margin: 20px 0;
     font-size: 22px;
     color: #fff;
     letter-spacing: 1px;
     text-align: center;
     text-decoration: none;
     border: 0;
     outline: 0;
     display: inline-block;
     -webkit-transform: skew(-21deg);
     transform: skew(-21deg);
     cursor: pointer;
     z-index: 999;
 }

 .btn-book>div {
     -webkit-transform: skew(21deg);
     transform: skew(21deg);
 }

 .btn-ig,
 .btn-ig:hover {
     background: #333399;
     padding: 12px 35px;
     margin: 20px 0;
     font-size: 22px;
     color: #fff;
     letter-spacing: 1px;
     text-align: center;
     text-decoration: none;
     border: 0;
     outline: 0;
     display: inline-block;
     transform: none;
     cursor: pointer;
     z-index: 999;
 }

 #gallerycontent {
     padding: 100px 0;
 }

 #gallerycontent h3 {
     color: #333;
     font-size: 30px;
 }

 #gallerycontent i {
     font-weight: 800
 }

 .m50 {
     margin: 50px 0;
     clear: both;
 }

 #booknow {
     margin: 0;
     padding: 0;
     height: 50vh;
     background: url('../../images/watercolor/facility.jpg') no-repeat;
     background-size: cover;
     background-attachment: fixed;
     overflow: hidden;
     position: relative;
     text-align: center;
 }

 #booknow .overlay {
     background-color: rgba(0, 0, 0, .6);
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
 }

 #booknow .centerbox {
     position: absolute;
     padding: 20px;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     height: auto
 }

 #booknow h3 {
     max-width: 480px;
     text-align: center;
     margin: 0 auto;
     font-weight: 300;
 }

 #booknow h1,
 #booknow h3 {
     color: #FFF
 }

 #booknow h1 {
     font-weight: 800;
     font-size: 40px;
     font-family: 'Sriracha', cursive;

 }

 .overpallax {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 1;
     background: rgba(0, 0, 0, .5)
 }

 .overpallax>div {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     padding: 40px;
 }

 .mt50 {
     margin-top: 50px;
 }

 ul.listtravel {
     margin: 20px 0
 }

 .listtravel li {
     margin: 20px 0;
     background: #dadada;
 }

 img.thumb {
     width: 30%;
     margin-right: 10px;
 }

 ul.subcategory {
     width: 100%;
     display: inline-block;
     text-align: center;
     list-style: none;
     margin: 80px 0;
 }

 ul.subcategory li {
     display: inline-block;
     margin: 0 20px;
 }

 ul.subcategory li a {
     font-weight: 500;
     font-size: 16px
 }

 ul.subcategory li a.active,
 ul.subcategory li a:hover,
 ul.subcategory li a:focus {
     border-bottom: 5px solid #333399;
     color: #333399;
     transition: none !important;
 }

 .breadcrumb {
     margin: 0;
     padding: 10px 0 0 0;
     width: 100%;
     background: none;
 }

 .breadcrumb>li {
     display: inline-block !important;
     text-transform: uppercase
 }

 .breadcrumb>li+li:before {
     content: " | ";
 }

 .breadcrumb-item {
     color: #000;
     font-weight: 400;
     line-height: 2em;
     /*      overflow: hidden; */
     text-overflow: ellipsis;
     white-space: nowrap;
     text-transform: uppercase;
 }

 .blogname {
     font-size: 20px;
     text-align: center;
 }

 .roundcrop {
     border-radius: 100%;
     width: 100px;
     height: 100px;
     overflow: hidden;
     margin: 0 auto;
     border: 5px solid #DADADA;
 }

 .travel {
     background: #FFF;
     margin: 10px;
     overflow: hidden;
 }

 .custom-select {
     width: 100%;
 }

 #bookingzone {
     width: 100vw;
     height: 60vh;
     position: relative;
     margin: 0;
     padding: 0;
     text-align: center;
 }

 #bookingzone .crop {
     width: 100vw;
     height: 60vh;
     position: relative;
     margin: 0;
     padding: 0;
     overflow: hidden;
     text-align: center;
 }

 #bookingzone .parallax {
     height: auto;
     width: 100%
 }

 @media(max-width: 992px) {

     #bookingzone,
     #bookingzone .crop {
         height: 100vh;
         width: 100%;
         margin: 0;
         padding: 0;
     }

     #bookingzone .parallax {
         width: auto;
         height: 100%
     }
 }

 #bookingzone .overlay {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.5);
 }

 #bookingzone .centerblock {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .centerblock h1,
 .centerblock h2,
 .centerblock h3,
 .centerblock h4,
 .centerblock p,
 .centerblock li {
     color: #FFF
 }

 .centerblock hr {
     width: 10%;
     margin: 0 auto;
     border-top: 5px solid #333399;
     margin: 30px auto
 }

 .centerblock h1 {
     font-size: 40px;
     font-weight: 500
 }

 .centerblock h3 {
     font-size: 18px;
     font-weight: 300
 }

 .form-control {
     background: url('../../images/svg/down.svg') no-repeat 95% 50% transparent !important;
     border: 1px solid rgba(255, 255, 255, .6) !important;
     border-radius: 0 !important;
     color: #FFF;
     padding: 20px 10px;
     position: relative;
 }

 .nice-select {
     border-radius: 0;
     width: 100%;
     background: transparent;
     color: #FFF
 }

 .nice-select .list {
     background: #FFF;
     border-radius: 0;
 }

 .nice-select .option {
     color: #333;
 }

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

 .nice-select .option:hover,
 .nice-select .option.focus,
 .nice-select .option.selected.focus {
     background: #EAEAEA;
     color: #333
 }

 .centerblock ::-webkit-input-placeholder {
     color: #FFF
 }

 .centerblock :-ms-input-placeholder {
     color: #FFF
 }

 .centerblock ::placeholder {
     color: #FFF
 }

 #bookbg {
     background: url('../../images/watercolor/room2.jpg') no-repeat 50% 50%;
     background-size: cover;
     position: relative;
     width: 100%;
     min-height: 400px;
 }

 #bookbg .swap {
     padding: 20px;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 100%
 }

 #bookbg .overlay {
     background: rgba(0, 0, 0, .5);
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
 }

 .remarks {
     position: absolute;
     bottom: 10px;
     top: auto;
     width: 100%;
     text-align: center;
     display: block;
     color: #FFF;
     font: normal
 }

 input[readonly]::placeholder {
     color: #FFF
 }

 #promotionbg {
     padding: 0;
     margin: 0
 }

 #promotionbg h3 {
     font-family: 'Sriracha', cursive;
     color: #333399
 }

 .over {
     width: 100px;
     height: 100px;
     border: 1px solid #FFF;
     border-radius: 100%;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 .over i {
     margin-left: 5px
 }

 .mt100 {
     margin-top: 100px !important
 }

 ul.relatelisted li a {
     padding: 20px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     width: 100%;
     border-bottom: 1px solid #EAEAEA;
     display: block;
     font-size: 18px
 }

 ul.relatelisted li a:hover {
     background: rgba(0, 0, 0, .1)
 }

 ul.relatelisted li a h3 {
     font-size: 18px;
     margin: 10px 0 0 0;
 }

 ul.relatelisted li a p {
     font-size: 14px;
     display: block;
     margin: 0
 }

 img.imgbullet {
     height: 80px;
     width: 80px;
     display: table;
     margin: 0 10px 0 0;
     float: left;
     border: 3px solid #FFF;
 }

 .form-control[disabled],
 .form-control[readonly],
 fieldset[disabled] .form-control {
     color: #FFF !important;
 }

 .p10 {
     padding: 10px !important;
 }

 .p20 {
     padding: 20px !important;
 }

 .p30 {
     padding: 30px !important;
 }

 .p40 {
     padding: 40px !important;
 }

 .p50 {
     padding: 50px !important;
 }

 .p60 {
     padding: 60px !important;
 }

 .p70 {
     padding: 70px !important;
 }

 .p80 {
     padding: 80px !important;
 }

 .p90 {
     padding: 90px !important;
 }

 .p100 {
     padding: 100px !important;
 }

 .padh20 {
     padding: 0 20px !important;
 }

 .ph20 {
     padding: 0 20px !important;
 }

 .ph30 {
     padding: 0 30px !important;
 }

 .ph40 {
     padding: 0 50px !important;
 }

 .ph50 {
     padding: 0 50px !important;
 }

 .ph60 {
     padding: 0 60px !important;
 }

 .ph70 {
     padding: 0 70px !important;
 }

 .ph80 {
     padding: 0 80px !important;
 }

 .ph90 {
     padding: 0 90px !important;
 }

 .ph100 {
     padding: 0 100px !important;
 }

 .pv20 {
     padding: 20px 0 !important;
 }

 .pv30 {
     padding: 30px 0 !important;
 }

 .pv40 {
     padding: 50px 0 !important;
 }

 .pv50 {
     padding: 50px 0 !important;
 }

 .pv60 {
     padding: 60px 0 !important;
 }

 .pv70 {
     padding: 70px 0 !important;
 }

 .pv80 {
     padding: 80px 0 !important;
 }

 .pv90 {
     padding: 90px 0 !important;
 }

 .pv100 {
     padding: 100px 0 !important;
 }

 .lgbg {
     background-color: #EAEAEA !important;
     width: auto;
     height: 100%;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     position: relative;
 }

 .textcenterbox {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
 }

 @media(max-width: 1200px) {
     .textcenterbox {
         position: relative;
         top: 0;
         transform: none;
     }
 }

 .btnskew a {
     background: #333399;
     padding: 12px 30px;
     margin: 10px 0;
     font-size: 18px;
     color: #fff;
     letter-spacing: 1px;
     text-align: center;
     text-decoration: none;
     border: 0;
     outline: 0;
     display: inline-block;
     -webkit-transform: skew(-21deg);
     transform: skew(-21deg);
     cursor: pointer;
     z-index: 999;
 }

 .btnskew a>span {
     display: inline-block;
     -webkit-transform: skew(21deg);
     transform: skew(21deg);
 }

 .sqCrop {
     width: 100%;
     height: 100%;
     overflow: hidden;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     position: relative;
 }

 .sqCrop img {
     width: 100%;
     height: auto;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 @media(max-width: 992px) {
     .sqCrop img {
         position: relative;
         width: 100%;
         height: auto;
         transform: none;
         top: 0;
         left: 0;
     }
 }

 .btn-request {
     background-color: #333399 !important;
     padding: 10px !important;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     color: #FFF !important
 }

 .btn-request a {
     color: #FFF !important
 }

 .callnow h1 {
     font-size: 20px !important;
     font-weight: 500 !important
 }

 .callnow h1:before {
     content: '\f098';
     font-family: FontAwesome;
     margin-right: 10px;
 }

 .bgbrush {
     background: url('../../images/bgbrush.png') no-repeat bottom right;
     width: 100%;
     height: auto
 }

 .wall {
     width: 100%;
     height: auto;
     border: 1px solid #EAEAEA;
     margin-bottom: 20px;
     padding-bottom: 20px;
     background: rgba(255, 255, 255, .9);
 }

 .wall h4 {
     font-size: 25px !important;
 }

 .blogside small {
     color: #333;
     width: 100%;
     padding: 10px;
     display: inline-block;
     font-size: 18px;
     border-radius: 20px;
 }

 .bloger {
     padding: 0 20px;
 }

 .roomname {
     border-bottom: 1px solid #EAEAEA;
     /*      background: rgb(0, 153, 255);
     background: -moz-linear-gradient(90deg, rgba(0, 153, 255, 0.5606617647058824) 0%, rgba(0, 153, 255, 1) 77%);
     background: -webkit-linear-gradient(90deg, rgba(0, 153, 255, 0.5606617647058824) 0%, rgba(0, 153, 255, 1) 77%);
     background: linear-gradient(90deg, rgba(0, 153, 255, 0.5606617647058824) 0%, rgba(0, 153, 255, 1) 77%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333399", endColorstr="#333399", GradientType=1); */
     width: 100%;
     height: 100%;
 }

 .roomname h4,
 .roomname p {
     margin: 0;
     padding: 0;
 }

 .wall p {
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
 }

 .icoroom {
     width: 40px;
     margin: 20px auto 0 auto
 }

 .centerbox {
     position: relative;
     width: 100%;
     height: 100%
 }

 .centerbox .btn-request {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .mainicon {
     display: inline;
     float: left;
     margin: 0 20px 0 0;
     width: 100px;
     height: 100px;
     vertical-align: middle;
 }

 .mainicon img {
     width: 100%;
     height: 100%;
     padding: 10px;
 }

 .package li {
     padding: 10px 0;
 }

 .package img {
     width: 100%
 }

 .slogan {
     font-style: italic
 }

 .slogan:before {
     content: "\f10d";
     font-family: FontAwesome;
     margin: 0 20px;
     color: #DADADA;
     vertical-align: super;
     font-size: 40px
 }

 .slogan:after {
     content: "\f10e";
     font-family: FontAwesome;
     margin: 0 20px;
     color: #DADADA;
     vertical-align: sub;
     font-size: 40px
 }

 .btn-primary {
     background-color: #333399 !important;
 }

 .icon {
     width: 250px !important;
     margin: 0 auto
 }


 /* Fixed */
 @media(max-width: 480px) {
     .topsection .swaper {
         top: 50%;
     }

     .swape {
         height: auto !important
     }

     .bookspace {
         padding: 20px;
     }

     .topsection {
         margin-top: 70px
     }

     .topsection .swaper h2 {
         white-space: normal !important;
         line-height: 1em;
     }

     .overtherainbow {
         overflow: auto !important;
         background: rgba(35, 35, 35, 1) !important;
     }

     .swape {
         background: none !important;
     }

     #scrollUp {
         bottom: 20px;
         right: 20px;
         line-height: 2em;
         width: 50px !important;
         height: 50px !important
     }

     .swape.swape2 {
         width: 100% !important;
         min-height: 100% !important;
         height: 100% !important;
         padding: 40px !important;
     }
 }
.swape.swape2 h2 {
    color: #FFF !important;
    margin: 0;
}