@charset "UTF-8";

/*
Theme Name: Hotel Shivay International
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/


.swiper-slide-inner, a , .swiper-slide-inner img, .site-logo, .logo img, .site-logo, .stickyLogo{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-button-container{display: none;}
.main-menu {display: flex;justify-content: space-between;align-items: center;}
.logo {max-width: 255px;margin-top: 16px;position: absolute;left: 0;right: 0;margin: 0 auto;top: 0;z-index: 1;text-align: center;-ms-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.logo img{height: auto;max-width: 100%;}
header{background: #951919;position: fixed;width: 100%;z-index: 1000;top: 0;}
.newClass .menu-wrapper li a, .newClass .custom-menu-class ul li a{padding: 20px 0 !important}
.newClass .site-logo { 
    
    margin-top: -257px;}
    /* .newClass .logo img { scale: 1.1;}  */
.menu-wrapper li a, .custom-menu-class ul li a {padding: 38px 0 !important;font-family: 'DM Sans';font-style: normal;font-weight: 500;font-size: 16px;line-height: 21px;color: #FFFFFF;position: relative;text-decoration: none;display: inline-block;-ms-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.main-menu ul{list-style: none;padding: 0;margin: 0;}
.main-menu ul{display: flex;}
.main-menu ul li {margin: 0;padding: 0 35px;}
.main-menu ul li a:before {content: "";position: absolute;height: 2px;width: 100%;bottom: 25px;background: #ffffff;opacity: 0;-webkit-transition: all ease 0.5s;transition: all ease 0.5s;}
.main-menu ul li a:hover:before {opacity: 1;}
.newClass .main-menu ul li a:before, .newClass .menu-wrapper li a:before{bottom: 16px;}


.menu-toggle {background-color: #b6aeac;border: none;padding: 0;width: 40px;height: 40px;border-radius: 100%;position: absolute;right: 20px;display: none;top: 15px;}
.menu-toggle span {margin: 3px auto 4px;padding: 0;display: block;position: absolute;left: 0;top: 10px;right: 0;background: #fff;border-radius: 13px;height: 2px;-webkit-transition: all ease 0.5s;transition: all ease 0.5s;width: 22px;}
.menu-toggle.toggle {background-color: #fff;}
.menu-toggle span:nth-child(2) {top: 17px;}
.menu-toggle span:last-child {top: 24px;margin-bottom: 0;}
.menu-toggle.toggle span {background-color: #b6aeac;-webkit-transition: all 0.2s linear;transition: all 0.2s linear;}
.menu-toggle.toggle span:nth-child(1) {-webkit-transform: rotate(45deg);transform: rotate(45deg);top: 18px;}
.menu-toggle.toggle span:nth-child(2) {opacity: 0;visibility: hidden;}
.menu-toggle.toggle span:nth-child(3) {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);top: 18px;}
.menu-arrow {display: block;height: 30px;width: 30px;position: absolute;right: 0;text-align: center;display: flex;align-items: center;justify-content: center; -ms-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out; opacity: 0;}
.menu-arrow:before {content: "";border: solid black;border-width: 0 2px 2px 0;display: inline-block;padding: 6px;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.menu-arrow.active{transform:  rotate(-180deg); }
.innaer-banner img {max-width: 100% !important;}
.inner-banner-title .elementor-heading-title {position: absolute;margin: -346px auto 0;display: flex;flex-direction: column;align-items: center;left: 0;right: 0;color: #fff;font-family: 'Poppins' !important;font-style: normal;font-weight: 800 !important;font-size: 32px;line-height: 48px;text-transform: uppercase;color: #951919 !important;width: 350px;padding: 20px;background: rgba(255, 255, 255, 0.6);}
.inner-banner-title .elementor-heading-title span{font-family: 'DM Sans';font-style: normal;font-weight: 400;font-size: 16px;line-height: 21px;color: #951919;position: relative;}
.inner-banner-title .elementor-heading-title span:before {content: "";position: absolute;height: 3px;width: 40px;background: #951919;top: 9px;left: -60px;}
.inner-banner-title .elementor-heading-title span:after {content: "";position: absolute;height: 3px;width: 40px;background: #951919;top: 9px;right: -60px;}
.contact-bl{margin-top: -140px;}
.contact-form .form-title{font-family: 'DM Sans';font-style: normal;font-weight: 700;font-size: 27px;line-height: 35px;color: #2C2219;}
.contact-form .form-title-w{font-family: 'DM Sans';font-style: normal;font-weight: 700;font-size: 27px;line-height: 35px;color: #2C2219;}

.wpcf7-form label{font-family: 'Poppins';font-style: normal;font-weight: 400;font-size: 16px;line-height: 24px;color: #A3A3A3;width: 100%}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea{background: #E9E9E9;
border: 1px solid #C9C9C9;
border-radius: 10px;}
div.wpforms-container-full .wpforms-form .wpforms-field {padding: 15px 0;}div.wpforms-container-full .wpforms-form button[type=submit] {background: #951919;border: 1px solid #FFFFFF;border-radius: 8px;padding: 10px 35px;color: #fff;font-family: 'DM Sans';font-style: normal;font-weight: 500;font-size: 16px;line-height: 21px;/* identical to box height */color: #FFFFFF;}
.contact-address p{font-family: 'Poppins';font-style: normal;font-weight: 400;font-size: 20px;line-height: 29px;/* or 145% */color: #FFFFFF;}
.contact-address .elementor-heading-title {font-family: 'DM Sans' !important;font-style: normal;font-weight: 700 !important;font-size: 27px;line-height: 35px;color: #FFFFFF !important;}
.contact-address p img{margin-right: 10px;}
.testimonial-heading h2 {font-family: 'Poppins' !important;font-style: normal;font-weight: 700 !important;font-size: 46px;line-height: 58px;color: #0C1825 !important;display: flex;flex-direction: column;}
.testimonial-heading h2 span{font-family: 'DM Sans';font-style: normal;font-weight: 700;font-size: 28px;line-height: 36px;color: #0C1825; position: relative}
.testimonial-heading h2 span:before{content: "";position: absolute;height: 3px;width: 40px;background: #0C1825;top:15px;left: -60px;}
.testimonials-container .e-swiper-container {border-radius: 0px 0px 0px 82px;}
.testimonila-thumb{position: absolute;right: -90px;z-index: 1;top: 60px;}
.testimonials-container .elementor-heading-title {font-family: 'Poppins' !important;font-style: normal;font-weight: 700 !important;font-size: 30px;line-height: 58px;color: #FFFFFF !important;}
.testimonials-container .elementor-testimonial__text {font-family: 'DM Sans' !important;font-style: normal !important;font-weight: 400 !important;font-size: 20px !important;line-height: 29px !important;color: #FFFFFF !important;}
.testimonials-container .elementor-testimonial__name {font-family: 'Poppins' !important;font-style: normal;font-weight: 700 !important;font-size: 20px;line-height: 30px;color: #FFFFFF !important;}

.testimonials-container .elementor-testimonial__title {font-family: 'Poppins' !important;font-style: normal;font-weight: 400 !important;font-size: 24px;line-height: 30px;color: #FFFFFF !important;}
.swiper-pagination-bullet {width: 50px;height: 5px;display: inline-block;border-radius: 0;background: #000;opacity:1 ;}
.swiper-pagination-bullet-active {background: #7E0D0D;}
.section-title h2 {font-family: 'Poppins' !important;font-style: normal;font-weight: 700 !important;font-size: 32px;line-height: 7px;text-align: center;color: #0C1825 !important; max-width: 360px; margin: 0 auto;line-height: 40px;padding-bottom: 15px;}
.section-title h2:before {content: "";position: absolute;width: 250px;height: 2px;background: #951919;bottom: 20px;right: 0;left: 0;margin: 0 auto;}
.service-fs-bl .elementor-element-populated {background: #FBFBFB;border: 1px solid #ABABAB;padding: 30px !important;margin: 0 15px 25px;align-content: space-evenly;}
.service-fs-bl .elementor-element-populated h2{font-family: 'Poppins';font-style: normal;font-weight: 500;font-size: 16px;line-height: 33px;text-transform: capitalize;color: #353535;}

.sr-col:hover, .service-fs-bl .elementor-element-populated:hover{background: #313030;border: 1px solid #DBDBDB;}
.sr-col:hover svg path, .service-fs-bl .elementor-element-populated:hover svg path{fill:#ffffff;}
.sr-col:hover h3, .service-fs-bl .elementor-element-populated:hover h2{color: #ffffff !important}
.service-fs-bl .elementor-element-populated:hover svg circle{ fill: #ffffff;}
.sr-col {background: #FBFBFB;border: 1px solid #ABABAB;padding: 15px 0 !important;margin: 0 5px;align-content: space-evenly;width: 135px !important;}
.sr-col h3{font-family: 'Poppins';font-style: normal;font-weight: 500;font-size: 14px;line-height: 21px;text-transform: capitalize;color: #353535 !important;}
.block-title h2 {font-family: 'Poppins' !important;font-style: normal;font-weight: 700 !important;font-size: 36px;line-height: 40px;color: #0C1825 !important;}
.sub-title h5{font-family: 'DM Sans';font-style: normal;font-weight: 700;font-size: 27px;line-height: 35px;color: #0C1825 !important;position: relative;margin-left: 50px;}
.sub-title h5:before{content: "";position: absolute;height: 3px;width: 40px;background: #0C1825;top: 15px;left: -60px;}
.main-banner .elementor-heading-title{margin: -300px auto 0;}
.service-slider .swiper-pagination-bullet {width: 15px;height: 15px;display: inline-block;border-radius: 100%;background: #ffffff;opacity: 1;background: #D9D9D9;}
.service-slider .swiper-pagination-bullet-active{width: 20px;height: 20px;background: #40494D;}
.service-slider .swiper-pagination-bullets {color: #fff;cursor: default;display: flex;align-items: center;justify-content: center;}
.service-slider .swiper-slide-inner {width: 200px;height: 200px;background: #FBFBFB;border: 1px solid #DBDBDB;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.service-slider .swiper-slide-inner:hover{border: 1px solid #313030; background: #313030;}
.service-slider .swiper-pagination{bottom: -20px !important}
.lux-col {background: #313030;position: absolute !important;bottom: -70px;right: -30px;width: 292px !important;padding: 20px;}

/**/
.service-col{width: 100%;margin: 0 auto;display: flex;flex-direction: row;justify-content: space-between;}
.service-feature-bl {height:528px;margin: 0;display: flex;}
.service-header{background: #B11D1D; padding: 20px;position: relative;width: 78px;border-left: 1px solid #cfc7b3}
.service-bl{display: none;padding: 20px;width: 100%; padding: 0;position: relative;height: 100%}
.service-feature-bl.active{display: block;}
.service-feature-bl.active .service-bl{display: block}
.service-feature-bl.active .service-header{display: none}
.read-more {background: #F2F2F2;position: absolute;bottom: 0;right: 100px;display: inline-block;padding: 10px 8px;text-decoration: none;font-family: 'DM Sans';font-style: normal;font-weight: 700;font-size: 16px;/* line-height: 82px; */color: #0E12B8;width: 140px;}
.service-bl .ser-col {display: flex;}
.service-bl .number {font-family: 'DM Sans';font-style: normal;font-weight: 500;font-size: 62px;line-height: 50px;color: #FFFFFF;position: absolute;border-bottom: 2px solid;padding-bottom: 20px;}
.service-header h2 {transform: rotate(180deg);display: inline-block;position: absolute;left: 0;top: 90px;margin: 0;writing-mode: vertical-lr;right: 0;margin: 0 auto;display: flex;align-items: center;font-family: 'Poppins';font-style: normal;font-weight: 500;font-size: 24px;line-height: 36px;text-transform: capitalize;color: #FFFFFF;}
.service-header span {font-style: normal;font-weight: 500;font-size: 30px;line-height: 20px;color: #ffffff;display: inline-block;position: absolute;bottom: 30px;}

.deluxe-slider:before {content: "";background: #ffeab6;height: 420px;width: 100%;position: absolute;}

.service-content {margin-left: 50px;padding-top: 10px;color: #fff;position: absolute;top: -38px;background: rgb(177 29 29 / 50%);padding: 10px;}
.service-content .heading {font-family: 'Poppins';font-style: normal;font-weight: 500;font-size: 40px;line-height: 58px;display: flex;align-items: center;text-transform: uppercase;color: #FFFFFF;display: inline-block;}

.deluxe-slider .elementor-heading-title{font-family: 'DM Sans' !important;font-style: normal;font-weight: 700 !important;font-size: 28px;line-height: 36px;color: #0C1825!important; margin-bottom: 45px;}
.deluxe-slider .elementor-heading-title:before{content: "";background: #0C1825;height: 2px;width: 100px;position: absolute;left: 0;bottom: 30px;}
.elementor-pagination-position-outside .elementor-swiper-button { border-radius: 50%;text-align: center;height: 40px;width: 40px;background:#B11D1D;display: flex;justify-content: center;color: #fff;align-items: center}
.elementor-swiper-button-next {right: auto;margin-left: 45px;}
.elementor-pagination-position-outside .elementor-swiper-button {position: absolute;left: -400px;bottom: -100px;top: auto;top: auto !important;}
.food-slider .swiper-pagination-bullets{display: none}
.food-slider .elementor-image-carousel-caption {font-family: 'DM Sans';font-style: normal;font-weight: 700;font-size: 24px;line-height: 31px;color: #FFFFFF;position: absolute;bottom: 30px;left: 0;right: 0;margin: 0 auto;}
.caption-img:before {content: "";background: #951919;position: absolute;bottom: 0;height: 200px;width: 100%;left: 0;z-index: -1;}
.testimonial-col{overflow: hidden}
.wpcf7-form .wpcf7-text{background: #E9E9E9;border: 1px solid #C9C9C9;border-radius: 10px;height: 50px; padding:15px;width: 100%}
.wpcf7-form .wpcf7-textarea{height: 120px;background: #E9E9E9;border: 1px solid #C9C9C9;border-radius: 10px; padding:15px;width: 100%}
.wpcf7-submit{background: #951919;border: 2px solid #951919;border-radius: 8px;padding: 8px 30px; color: #fff;}
.wpcf7-submit:Hover{background:transparent;border-color: #951919;color: #951919}
.roompicture-nav .slide {display: flex;align-items: center;}
.roompicture-for .room-details {width: calc(100% - 500px);margin-left: 40px;}
.room-info-container{display: flex;margin-bottom:5px;}
.roomSlider .slick-arrow {background: #951919;border: 0;text-indent: -9999px;height: 30px;width: 30px;position: absolute;top: calc(100% - 60px);left: calc(100% - 500px);z-index: 1;}
.roomSlider .slick-next{margin-left: 40px}
.roomSlider .slick-arrow:before {content: "";border: solid white;border-width: 0 2px 2px 0;display: inline-block;padding: 5px;position: absolute;left: 11px;transform: rotate(135deg);top: 8px;}
.roomSlider .slick-next:before{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);left: 5px;}
.roomSlider .btn{ color: #FFFFFF;background-color: #951919;border-style: solid;border-width: 2px 2px 2px 2px;border-color: #951919;border-radius: 8px 8px 8px 8px;}
.roompicture-nav{padding: 20px 25px;background: #F2F2F2;}
.roompicture-nav .slide h3 {font-family: 'Poppins';font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;color: #0C1825;margin: 0 10px;}
.service-feature-bl{cursor: pointer;}
.service-feature-bl img{height: 528px !important; width: 783px !important; opacity: 0}
.service-feature-bl.active img{opacity: 1}
.home-page-search .mphb_sc_search-form p {float: left;margin-bottom: 0px;}
.home-page-search .mphb-required-fields-tip {display: none;}
.home-page-search .mphb_sc_search-wrapper{padding: 14px;background:#951919;float: left;width: 100%;margin-top: -140px;}
.home-page-search .mphb_sc_search-form p label {font-weight: bold;color: #ffffff;}
.home-page-search input[type=email], .home-page-search input[type=password], .home-page-search input[type=search], .home-page-search input[type=tel], input[type=text], .home-page-search textarea {padding: 6px 12px;width: 90%;font-size: 16px;outline: none}
.home-page-search .mphb_sc_search-form p select, .mphb-rooms-quantity{background-color: #fff;border: 1px solid #e3e3e3;background: #ffffff url(images/selectbox-arrow.png) right center no-repeat;-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 12px 14px 12px 20px;font-size: 12px;line-height: 14px;color: #252525;border-radius: 0!important;font-weight: 700;min-width: 240px;max-width: 100%;display: block;margin-right: 20px; outline: none;}
.home-page-search .button{background-color: #ffffff;border: 0; border-radius: 8px 8px 8px 8px;font-size: 15px;padding: 8px 12px;color: #951919;}
.home-page-search .mphb_sc_search-submit-button-wrapper {width: 10%;margin-top: 24px;}
.booking-result{background: #f7f7f7;}
.booking-result .booking-container{background: #ffffff; padding: 30px 20px;}
.booking-banner .elementor-widget:not(:last-child){margin: 0;}
.mphb-room-type-images {width: 50%;margin-right: 20px;float: left;position: relative;}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button{float: right;clear: right;background-color: #951919;border-radius: 8px 8px 8px 8px;border: 0;color: #fff;font-weight: 600;padding: 6px 15px;}
.mphb-button, .mphb-view-details-button{background-color: #951919;border-radius: 8px 8px 8px 8px;border: 0;color: #fff;font-weight: 600;padding: 6px 15px;}
.master-holder h2 {font-size: 30px;color: #404040;font-weight: 600;text-transform: uppercase;}
.mphb-room-type-title a, .mphb-room-type-details-title{font-family: 'DM Sans';font-style: normal;font-weight: 700;font-size: 27px;line-height: 35px;color: #0C1825 !important;position: relative;}
ul.mphb-loop-room-type-attributes li {list-style: none;line-height: 30px;}
.mphb-flexslider ul.slides img {box-sizing: border-box;display: inline-block !important;margin-top: 0px !important;padding-top: 0px !important;max-height: 400px;}
.mphb-flexslider .gallery-item img{max-height: 100px;}
.mphb-attribute-title {font-family: 'DM Sans';font-style: normal;font-weight: 500;font-size: 18px;line-height: 25px;color: #0C1825;}
.mphb-room-type-facilities a{color: #0C1825;}
.mphb-regular-price strong{font-family: 'DM Sans';}
.mphb-recommendation-item a{color: #0C1825;}
.mphb-recommendation-total-title, .mphb-price{font-weight: 700;font-size: 22px;}


footer{background: #1e1e1e;}
.footer-nav{padding: 20px 0}
.footer-nav ul {display: flex}
.footer-nav ul li{padding: 0 15px}
footer ul{padding: 0;margin: 0;list-style: none}
footer ul li a{font-style: normal;font-weight: 400;font-size: 15px;line-height: 24px;color: #FFFDFD;text-decoration: none;}
footer ul li a:hover{text-decoration: none; color: #e99191}
footer h6{color: #ffffff;}
.btn.btn-link{color: #3abac3}
.btn.btn-link:hover{color: #ffffff}
.social-icon{padding: 0}
.social-icon li{display: inline-block; margin: 0 5px}
.social-icon li a{font-size: 22px}
footer h2{color: #ffffff;font-style: normal;font-weight: 700;font-size: 20px;line-height: 30px;color: #FFFDFD;}
.footer-ph{padding: 20px 0;}
.footer-ph a{font-size: 20px; text-decoration: none;color: #fff;}
.footer-ph svg{margin-right: 15px;}
.footer-ph svg path{fill:#ffffff;}
.footer-logo img{max-width: 200px;}
footer p {font-weight: 400;font-size: 16px;line-height: 24px;color: #FFFDFD;}
.newslatter-bottom {display: flex;}
.newslatter-bottom .btn-link {font-style: normal;font-weight: 400;font-size: 15px;line-height: 22px;color: #FFFFFF;border: 1px solid #B11D1D;border-radius: 10px;padding: 10px 15px;border-radius: 10px;margin-left: 15px;text-transform: capitalize;text-decoration: none;color: #ffffff;background: #B11D1D;}
.newslatter-bottom .btn-link:hover {background: transparent;color: #B11D1D;}
.f-logo {margin-top: -122px;}
.innaer-banner.elementor-widget.elementor-widget-image .elementor-widget-container img {
  margin-top: 97px;
}
/*.food_menu_hover .elementor-widget-container {
  display: none;
}
.elementor-element.elementor-element-bfc0633.elementor-widget.elementor-widget-text-editor {
  position: absolute;
}

.elementor-widget-text-editor .elementor-widget-container {
  padding: 79px 50px 79px 50px;
  margin: 10px 30px 10px 10px;
  border: dashed #fff;
}
.elementor-widget-wrap.elementor-element-populated:hover .elementor-widget-container {
  display: block;
  background-image: linear-gradient(180deg, #C24866C4 0%, #C24866C2 100%);
}*/

.elementor-element.food_menu_hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    background: transparent !important;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 9;
}
.elementor-top-column:hover .food_menu_hover {
    opacity: 1;
    visibility: visible;
}
.food_menu_hover .elementor-widget-container {
    position: relative;
    z-index: 2;
}
.food_menu_image{
	position:relative;
}
.food_menu_image:after {
    position: absolute;
    content: '';
    /* background-color: transparent; */
    background-image: linear-gradient(180deg, #951919 0%, #951919 100%);
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.food_menu_image:before {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border: 2px dashed #fff;
    z-index: 2;
} 
.elementor-top-column:hover .food_menu_image:before,
.elementor-top-column:hover .food_menu_image:after {
    opacity: 0.7;
    visibility: visible;
}
.food_menu_hover .elementor-widget-container p {
    margin-bottom: 0;
}
.food_menu_hover .elementor-widget-container p a {
    background-color: #ffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #951919;
}
.food_menu_hover .elementor-widget-container p.close_line {
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}
.food_menu_hover .elementor-widget-container p.close_line:before,
.food_menu_hover .elementor-widget-container p.close_line:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.food_menu_hover .elementor-widget-container p.close_line:after {
    right: 0;
}
.food_menu_hover .elementor-widget-container p.close_line:before{
	left:0;
}
@media screen and (max-width:767px){
  .food_menu_image {
    max-width: 494px;
    margin: auto;
}
}
form.mphb_sc_checkout-form {
    max-width: 1140px;
    margin: 20px auto;
    width: 100%;
	padding: 30px 20px;
}
.mphb-booking-details.mphb-checkout-section h3.mphb-booking-details-title {
    font-size: 20px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
}
p.mphb-check-out-date,
p.mphb-check-in-date {
    font-size: 16px;
    color: #282828;
    line-height: 1.66em;
    margin-bottom: 20px;
}
p.mphb-check-out-date time strong,
p.mphb-check-in-date time strong {
    color: #951919;
}
h3.mphb-room-number {
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}
p.mphb-room-type-title, p.mphb-room-type-title a {
    font-size: 16px;
    color: #282828;
    line-height: 1.66em;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 400;
}
p.mphb-room-type-title a:hover{
	color: #951919;
}
p.mphb-adults-chooser, p.mphb-children-chooser {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #282828;
    line-height: 1.66em;
}
p.mphb-adults-chooser label, p.mphb-children-chooser label {
    display: block;
    color: #282828;
    line-height: 1.66em;
    vertical-align: baseline;
    font-size: 100%;
}
select.mphb_sc_checkout-guests-chooser.mphb_checkout-guests-chooser {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 14px 12px 20px;
    font-size: 12px;
    line-height: 14px;
    color: #252525;
    border-radius: 0!important;
    font-weight: 700;
    min-width: 240px;
    max-width: 100%;
    display: block;
    font-size: 16px !important;
    outline: none;
}
p.mphb-guest-name-wrapper {
    margin-bottom: 20px;
}
p.mphb-guest-name-wrapper label {
    font-size: 16px;
    color: #282828;
    line-height: 1.66em;
    display: block;
    width: 100%;
    float: left;
}
p.mphb-guest-name-wrapper input[type="text"] {
    padding: 10px 12px;
    width: 90%;
    font-size: 16px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
    color: #767676;
}
h4.mphb-services-details-title {
    font-size: 22px;
    color: #951919;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 9px;
    line-height: 1.3em;
}
label.mphb-checkbox-label {
    font-size: 16px;
    color: #282828;
    font-weight: 400;
}
label.mphb-checkbox-label span.mphb-price {
    font-size: 16px;
    color: #282828;
    font-weight: 400;
}
label.mphb-checkbox-label .mphb_sc_checkout-service {
    margin-right: 5px;
}
h4.mphb-price-breakdown-title {
    font-size: 22px;
    color: #951919;
    font-weight: 600;
    text-transform: uppercase;
}
table.mphb-price-breakdown {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
table.mphb-price-breakdown tr th,
table.mphb-price-breakdown tr td {
    text-align: center;
    padding: 12px;
    font-size: 16px;
    color: #282828;
    font-weight: 400;
    line-height: 1.66em;
}
a.mphb-price-breakdown-accommodation.mphb-price-breakdown-expand {
    outline: 0 none;
    text-decoration: none;
    color: #2e2e2e;
}
a.mphb-price-breakdown-accommodation.mphb-price-breakdown-expand:hover {
    color: #951919;
}
td.mphb-table-price-column span.mphb-price {
    font-size: 16px;
    font-weight: 400;
}
th.mphb-table-price-column span.mphb-price {
    font-size: 16px;
    color: #282828;
}
table.mphb-price-breakdown tr th {
    text-align: center;
    padding: 18px 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
h3.mphb-customer-details-title {
    font-size: 20px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
}
section#mphb-customer-details p.mphb-required-fields-tip {
    width: 100%;
}
section#mphb-customer-details p {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #282828;
    line-height: 1.66em;
}
section#mphb-customer-details input {
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
    color: #767676;
    padding: 12px 12px;
    width: 90%;
    font-size: 16px;
    height: 45px;
}
section#mphb-customer-details p label {
    margin-bottom: 2px;
}
section#mphb-customer-details select {
    border: 1px solid #e3e3e3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 14px 12px 20px;
    font-size: 16px;
    line-height: 14px;
    color: #252525;
    border-radius: 0!important;
    font-weight: 700;
    min-width: 240px;
    max-width: 90%;
    display: block;
    outline: none;
}
section#mphb-customer-details p textarea#mphb_note {
    padding: 12px 12px;
    width: 90%;
    font-size: 16px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
    color: #767676;
    vertical-align: top;
}
.mphb-checkout-section {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 30px !important;
}
h3.mphb-gateway-chooser-title {
    clear: both;
    font-size: 20px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
p.mphb-total-price {
    font-size: 16px;
    color: #282828;
    line-height: 1.66em;
    clear: both;
	margin-bottom: 20px;
}
.mphb-checkout-section p {
    font-size: 16px;
    line-height: 1.66em;
}
p.mphb_sc_checkout-submit-wrapper input.button {
    margin: 0;
    border: none!important;
    outline: 0!important;
    font-size: 13px;
    line-height: 13px!important;
    padding: 12px 15px!important;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    background-color: #252525;
    color: #fff;
}
p.mphb-total-price span.mphb-price {
    font-size: 16px;
    color: #951919;
}

@media screen and (max-width:575px){
p.mphb-adults-chooser, p.mphb-children-chooser {
    width: 100%;
}
}
@media screen and (max-width:480px){
section#mphb-customer-details p {
    width: 100%;
}
section#mphb-customer-details p textarea#mphb_note,
section#mphb-customer-details select,
section#mphb-customer-details input{
  width:100%;
  max-width: 100%;
}
	
}


.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 .entry-content {
    max-width: 1140px;
    margin: 70px auto;
	margin-top: 10px;
    padding: 30px 20px;
    background: #fff;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 .entry-content #gallery-1 .gallery-item {
    width: 20% !important;
    float: left;
    margin-top: 10px;
    text-align: center;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 .entry-content #gallery-1 .gallery-item img {
    max-width: 84% !important;
    height: auto !important;
    border: 2px solid #cfcfcf;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 .entry-content #gallery-1 .gallery-item img {
    max-width: 84% !important;
    height: auto !important;
    border: 2px solid #cfcfcf;
    width: auto !important;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 .mphb-room-type-gallery-wrapper.mphb-single-room-type-gallery-wrapper {
    width: 100%;
    float: left;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 h2.mphb-details-title {
    font-size: 22px;
    margin-top: 20px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    clear: both;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 ul.mphb-single-room-type-attributes {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
	margin-bottom: 1em;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 ul.mphb-single-room-type-attributes li {
    margin-left: 0.85em;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 ul.mphb-single-room-type-attributes span {
    font-size: 16px;
    line-height: 30px;
    color: #282828;
    font-weight: 400;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 li.mphb-room-type-facilities {
    float: left;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 span.mphb-attribute-title.mphb-facilities-title {
    font-weight: 600;
    width: 100%;
    font-size: 20px;
    float: left;
    line-height: 30px;
}

.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 li.mphb-room-type-facilities span.mphb-attribute-value {
    width: 100%;
    float: left;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 li.mphb-room-type-facilities span.mphb-attribute-value span {
    float: left;
    width: 50%;
	padding-left: 21px;
    position:relative;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 li.mphb-room-type-facilities span.mphb-attribute-value span a{
	text-decoration:none;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 li.mphb-room-type-facilities span.mphb-attribute-value span a:hover {
    color: #951919;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 li.mphb-room-type-facilities span.mphb-attribute-value span:after {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background: #282828;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 li.mphb-room-type-facilities span.mphb-attribute-value span:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    width: 5px;
    height: 8px;
    z-index: 3;
    transform: rotate(45deg);
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 .mphb-regular-price strong {
    color:#951919;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 1.66em;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 p.mphb-regular-price span.mphb-price {
    font-weight: 600;
    font-size: 16px;
    color: #282828;
    line-height: 1.66em;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 p.mphb-regular-price span.mphb-price-period {
    font-size: 20px !important;
    border-bottom: 1px dashed;
    cursor: help;
    font-weight: 400;
    color: #282828;
    line-height: 1.66em;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 .mphb-calendar.mphb-datepick.inlinePicker.is-datepick {
    clear: both;
    margin-bottom: 20px;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 h2.mphb-calendar-title {
    margin-top: 20px;
    float: left;
    width: 100%;
    font-size: 20px;
    clear: both;
    display: inline-block;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 h2.mphb-reservation-form-title {
    margin-top: 20px;
    float: left;
    width: 100%;
    clear: both;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 p.mphb-required-fields-tip {
    clear: both;
    font-size: 16px;
    font-weight: 400;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 p.mphb-check-in-date-wrapper, p.mphb-check-out-date-wrapper {
    width: 50%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #282828;
    line-height: 1.66em;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 p.mphb-check-out-date-wrapper input, .mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 p.mphb-check-in-date-wrapper input {
    padding: 6px 12px;
    width: 90%;
    color: #767676;
    font-size: 16px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 p.mphb-reserve-btn-wrapper input.mphb-reserve-btn.button {
    margin: 0;
    border: none!important;
    outline: 0!important;
    font-size: 13px;
    line-height: 13px!important;
    padding: 12px 15px!important;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    background-color: #252525;
    color: #fff;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 nav.navigation.post-navigation .nav-next a {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
nav.navigation.post-navigation .nav-next a {
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background-color: #951919;
    padding: 16px 20px;
    border-radius: 30px;
    max-width: 240px;
    margin: auto;
    margin-bottom: 40px;
    text-transform: capitalize;
}
nav.navigation.post-navigation .nav-next a p {
    margin-bottom: 0;
}
.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 .innaer-banner.elementor-widget.elementor-widget-image .elementor-widget-container img{
	margin-top:0;
}
.mphb_room_type_facility-attached-bathroom.mphb_room_type_facility-doctor-on-call.mphb_room_type_facility-dressing-area.mphb_room_type_facility-in-room-dining-service header.entry-header.alignwide {
    position: unset;
    background: transparent;
    max-width: 1140px;
    margin-top: 120px;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
	height: auto !important;
}
.mphb_room_type_facility-attached-bathroom.mphb_room_type_facility-doctor-on-call.mphb_room_type_facility-dressing-area.mphb_room_type_facility-in-room-dining-service header.entry-header.alignwide h1 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 42px;
}
@media screen and (max-width:767px){
	.mphb_room_type_facility-attached-bathroom.mphb_room_type_facility-doctor-on-call.mphb_room_type_facility-dressing-area.mphb_room_type_facility-in-room-dining-service header.entry-header.alignwide {
    margin-top: 80px;
}
}
@media screen and (max-width:480px){
	.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 li.mphb-room-type-facilities span.mphb-attribute-value span {
    width: 100%;
}
	.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 p.mphb-check-in-date-wrapper, p.mphb-check-out-date-wrapper {
    width: 100%;
}
	.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 p.mphb-check-out-date-wrapper input, .mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 p.mphb-check-in-date-wrapper input {
    width: 100%;
}
	.mphb_room_type_facility-smoking-rooms.mphb_room_type_facility-tea-coffee-maker.mphb-room-type-adults-1.mphb-room-type-children-1 .mphb-calendar.mphb-datepick.inlinePicker.is-datepick .datepick.datepick-multi {
    width: 217px !important;
}
	.inner-banner-title.elementor-widget.elementor-widget-heading{
  position: absolute;
  top: 125px;
  padding: 0px 20px;
}
}


.best-service-slider a, .best-service-slider a .elementor-image-carousel-caption { color: #000 ;}
.best-service-slider .swiper-slide-inner:hover .elementor-image-carousel-caption { color: #fff;}
.best-service-slider .swiper-slide-inner:hover img{filter: brightness(0) invert(1);}


.events-page .elementor-heading-title{ font-size: 30px;}
.Leftsliderimg::before { width: 100%; height: 200px; background: #951919; display: block; content: ""; left: -131px;}
.LeftsliderimgRight:before { width: 100%; height: 200px; background: #951919; display: block; content: ""; bottom: 118px; right: -51px; position: absolute; z-index: -1;}
.footer2Outer { padding-bottom: 50px;}
.footer2Outer, .footer2Outer a  { color: #fff; text-decoration: none !important;}

.textRight { text-align: right;}
.homepageBanner { margin: 0 !important}
.best-service-slider { padding: 70px 0 ;}
.BookBtnNew { position: absolute; right: 20px; bottom: 139px; z-index: 500; text-align: right !important;}
.takeAtour { position: absolute; right: 160px; bottom: 80px; z-index: 600; text-align: right !important;}
.rightbtnbook { left: 160px; text-align: left !important; z-index: 700;}
.rightbtnTake {left: 20px; text-align: left !important;}
 .elementor-element.roomPrices { font-size: 16px !important;}
 .roomPrices  .elementor-widget-container { display: flex; gap: 20px;}
.roomPrices  .elementor-widget-container p { border:solid 1px #dddddd; display: table; padding: 10px 15px !important; }

/* .newClass .site-branding, .stickyLogo { display: none;} */
.newClass .site-branding {}
.site-branding { padding-top: 20px;}
.stickyLogo { margin: -97px 0 0 0;}
.newClass .stickyLogo { margin: 0 ; display: block;}
.stickyLogo img { height: 61px;}

.event-col  .innerClm .elementor-element-populated { border: none !important;}

.eventtext{ height: 145px;}


