
body.openMenu { overflow-y: hidden; position: fixed; }

/* Header_Start */
  /* .home .logo_wrapper a { pointer-events: none;} */
  header { width: 100%; z-index: 9999; position: fixed; width: 100%; top: 0; padding: 25px 0; -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; background: transparent;}
  .logo_wrapper { position: fixed; margin: auto; left: 0; right: 0; text-align: center; display: flex; align-items: center; justify-content: center; }
  .logo_wrapper a { background-image: none; border-bottom: 0 !important; display: inline-block; height: 100%; }
  .logo_wrapper img { width: 100%; display: inline-block; left: 0; right: 0; margin: 0; vertical-align: middle; }
/* Header_End */

/* burgurMenu_Start */
  #burgurMenu { display: none; width: 28px; height: 23px;  position: absolute; transform: rotate(0deg); transition: all .5s ease-in-out; cursor: pointer;
     z-index: 9; right: 0px; top: 0; bottom: 0; margin: auto;}
  #burgurMenu span { position: fixed;  height: 3px; width: 27px; background: #6896B2; opacity: 1; right: 0px; transform: rotate(0deg);
      transition: all .3s ease-in-out;}
  #burgurMenu span:nth-child(1) { top: 2px; }
  #burgurMenu span:nth-child(2) { top: 10px;}
  #burgurMenu span:nth-child(3) { top: 18px;}
  #burgurMenu.active { -webkit-transform: rotate(90deg); transform: rotate(90deg);  margin-top: 0px;}
  #burgurMenu.active span { background: #ffffff;}
  #burgurMenu.active span:nth-child(1) { left: 0;}
  #burgurMenu.active span:nth-child(2) { left: 0;}
  #burgurMenu.active span:nth-child(3) { left: 0;}
  /* #burgurMenu.active span { background: #ffffff; -webkit-transform: rotate(45deg); transform: rotate(45deg);  margin-top: 0px;}
  #burgurMenu.active span:nth-child(1) { -webkit-transform: rotate(-45deg);  transform: rotate(-45deg);  margin-top: 10px;}
  #burgurMenu.active span:nth-child(2) { top: 12px;}
  #burgurMenu.active span:nth-child(3) { -webkit-transform: scale(0);  transform: scale(0);} */

/* burgurMenu_Start */

/* burgurMenu li Menu delay*/
  nav.active ul li{-webkit-animation-name: bounceInRight; animation-name: bounceInRight; -webkit-animation-duration: .2s; animation-duration: .2s;
    -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: .2s}

  nav.active ul li:first-child {-webkit-animation-duration: 0.60s;animation-duration: 0.60s}
  nav.active ul li:nth-child(2) {-webkit-animation-duration: 0.70s; animation-duration: 0.70s}
  nav.active ul li:nth-child(3) {-webkit-animation-duration: 0.80s; animation-duration: 0.80s}
  nav.active ul li:nth-child(4) {-webkit-animation-duration: 0.90s; animation-duration: 0.90s}
  nav.active ul li:nth-child(5) {-webkit-animation-duration: 1.00s; animation-duration: 1.00s}
  nav.active ul li:nth-child(6) {-webkit-animation-duration: 1.10s; animation-duration: 1.10s}

/* burgurMenu li Menu delay */
.navMenubar { width: 100%;}
.navMenubar .menu-menu-container { width: 100%; }
ul#menu-menu { display: block; padding: 0; width: 100%; text-align: right; max-width: 1280px; padding: 0 25px; margin: 0 auto;}
.mainNavmenu li:first-child a, .mainNavmenu li:nth-child(2) a { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.mainNavmenu li:last-child a, .mainNavmenu li:nth-child(3) a { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.mainNavmenu li:first-child, .mainNavmenu li:nth-child(2) { float: left; }
.mainNavmenu li { list-style: none; margin: 7px; padding: 0px; vertical-align: top; display: inline-block; max-width: 18%; width: 100%;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.mainNavmenu li a { text-transform: uppercase; font-size: 16px; text-transform: none; padding: 45px 5px 20px; font-family: 'larsseitbold';
      letter-spacing: 2.2px; background-image: none; justify-content: center; align-items: center;
     -webkit-transition: color .5s cubic-bezier(.16,.84,.44,1);
     -moz-transition: color .5s cubic-bezier(.16, .84, .44, 1);
     -o-transition: color .5s cubic-bezier(.16, .84, .44, 1);
     transition: color .5s cubic-bezier(.16, .84, .44, 1);
      width: 100%; text-align: center; font-weight: normal; border-bottom: 0; display: flex;
}
.mainNavmenu li a:hover { border-bottom: 0; color: #FF2D20; }
.mainNavmenu li a.active { color: #FF2D20; pointer-events: none; }
.home-tab_DataTO_enquiry_tab .mainNavmenu li a.active { color: #ffffff !important;}
.home-tab_DataTO_enquiry_tab .mainNavmenu li a:hover { color: #ffffff !important; }
.mainNavmenu li a.active.closeFloorPlan { pointer-events: visible;}
li.closeFloorPlan, .mainNavmenu li.closeFloorPlan a.active { cursor: pointer !important; }
.menuColor a[rel="enquiry_tab"] { pointer-events: none; }
