/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1757485770
Updated: 2025-09-10 06:29:30
*/

.mobile_main_nav.sidenav li a.nav-link{
    padding:10px 0;
    font-size:20px;
    color: #ffffff;
}
.mobile_main_nav.sidenav li a.nav-link:hover {
    color: #A07C08;
}
header.elementor-location-header{
    display:none;
}
.menu_button{
    margin:0;
}
.menu_button img{
    width: 31px;
}
header#header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}
body.menujs {
    width: 100%;
    height: 100%;
}
header#header li a{
    font-size:18px;
    text-transform:uppercase;
    color:#000;
}
header#header .logo img{
   max-width:100%;
   width: 100px;
}
#perspective {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: auto;
}
body.modalview #perspective {
    position: fixed;
    perspective: 1500px;
    overflow: hidden;
}
body.menujs #perspective {
    overflow: hidden;
}
#wrapper {
    float: left;
    width: 100%;
    background: #fff;
    transform-origin: 50% 50% 50%;
    transition: background-color 0.4s, transform 0.4s;
    transition-timing-function: ease;
    position: relative;
    left: 0;
    min-height: 100%;
    padding-top: 0 !important;
}
#close_mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#close_mobile_menu.open, body.js_nav #close_mobile_menu {
    z-index: 99;
}
body.modalview #wrapper {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
}
body.menujs #wrapper {
    transform: translateZ(0) translateX(10%) rotateY(-50deg);
}
body.reversemenujs #wrapper {
    transform: translateZ(0) translatey(0%) rotatex(1deg);
}
body .mobile_menu_wrapper {
    left: -10px;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transform: translate(-400px,0);
    -moz-transform: translate(-400px,0);
    transform: translate(-400px,0);
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-overflow-scrolling: touch;
    width: 400px;
    padding: 90px;
    box-sizing: border-box;
    background: #111;
    position: fixed;
    top: 0;
    height: 100%;
    color: #999;
}
body.menujs .mobile_menu_wrapper{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0,0);
    transform: translate(0, 0);
    -o-transform: translate(0,0);
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    left: 0;
    z-index: 99;
}
.mobile_menu_content {
    display: table;
    width: 100%;
    height: 100%;
}
.mobile_menu_wrapper .mobile_menu_content>div {
    width: 100%;
    max-height: 100%;
    overflow: auto;
    display: table-cell;
    vertical-align: middle;
}
.mobile_main_nav, #sub_menu {
    margin-top: 40px;
    margin-bottom: 40px;
    list-style: none;
    overflow: hidden;
    width: 100%;
}
header .mobile-logo{
    display:none !important;
}
header .mobile-logo  img{
    width:90px;
}
header#mobile-header-view{
    display:none;
}
/* hamburger menu*/
.overlay{
    text-align:center;
    padding: 20px;
}
.overlay ul {
    left: 0;
    padding:0;
    margin:0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    text-align: left;
}
.overlay ul li {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.overlay ul li a{
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-size: 20px;
    font-weight: 800;
    color: #000;
    padding: 20px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
} 
.overlay ul ul{
    padding:0;
    margin-top:0;
}
.overlay ul .menu-item-has-children>a {
    font-weight: 700;
    background-color: rgba(0,0,0,.03);
}
.container.overlay-open::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
}
.hamburger{
    z-index: 1200;
    outline:none !important;
    cursor:pointer;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before{
    background-color:#f7598c !important;
}
.overlay-contentpush {
    background: #fff !important;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    transition: transform 0.5s, visibility 0s 0.5s;
    z-index: 100;
}
.overlay-contentpush.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: transform 0.3s;
    padding-top: 140px;
}
.hamburger{
    right:0;
    top:0px;
    display: none;
    padding: 0 15px;
}
.overflow{
    overflow:hidden !important;
}
.overflow .logo {
    z-index: 2000;
}
body.overflow .hamburger{
    position: absolute;
    z-index: 2000;
}
.hamburger{
    display: none !important;
}
.overlay ul .sub-menu{
    display: none;
}
.hamburger{
    background:none !important;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before{
    background:#000 !important;
}
body.overflow #mobile-header-view .logo img{
    width: 110px !important;
}
body header .menu-left-menu-container, body header .menu-right-menu-container{
    display: block
}

.fixed-header {
	box-shadow: 0 -6px 10px 5px #0000005e;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%; 
	height: 100px;
	z-index: 200;
	background:#fff;
	animation: slideDown 0.35s ease-out;
}
header#header .navbar{
	border-bottom: #d5d5d5 solid 1px;
    padding: 10px 0;
    background: #fff;
}
header#header .d-lg-flex{
	padding:0
}
.btn-booknow{
	 font-weight: 600;
    text-decoration: none;
    padding: 15px 32px;
    transition: all 450ms;
    text-align: center;
    border: 1px solid #8b3126;
    background-color: #8b3126;
    color: #fff !important;
    margin:0 25px 0 0;
    text-decoration: none !important;
}
.btn-booknow:hover{
      background-color: #662219;
}
header#header .fixed-header .logo img{
	width:100px
}

header#header .fixed-header .logo-main{
	display:block !important
}
header#header #navbarsExample11 .hamburger {
    display: block !important;
    position: relative;
    background:#fff;
}
header#header  .fixed-header  .hamburger {
    margin: 0;
    margin-top: 5px;
}
header#header  .fixed-header .hamburger-inner,header#header .fixed-header  .hamburger-inner:after,header#header .fixed-header .hamburger-inner:before{
    background-color: #000 !important
}
header#header .hamburger-inner,header#header  .hamburger-inner:after,header#header .hamburger-inner:before{
    background-color: #000 !important
}
.arrow-elem{
  position: absolute !important;
    bottom: 20px;
  }
.banners-arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}

.banners-arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 2px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.banners-arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.banners-arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.banners-arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}
  
@media screen and (max-width: 1192px) {
    header#header li a{
        font-size:15px;
    }
}
@media screen and (max-width: 800px) {
      header .hamburger {
        top: 22px !important;
    }
    .my-element h1,
    .my-element h1 > div{
        font-size:25px !important;
    }
    .my-element h1 > div{
        margin-left:0 !important;
    }
}
@media screen and (max-width: 990px) {
    header#mobile-header-view{
        display:block;
        height:80px;
    }
    header .hamburger{
        display: block !important;
        position:absolute;
        top: 18px;
        right:0;
        padding:6px;
    }
    header .mobile-logo{
        display:block !important;
    }
    header#header{
        background:#fff;
    }
    header#header.mobile-header{
        display:none;
    }
}