/*-------- IMPORTS ---------------*/
@font-face {
    font-family: 'futura';
    src: url('fonts/futura.woff') format('woff');
}
@font-face {
    font-family: 'futura-light';
    src: url('fonts/futura-light.woff') format('woff');
}
@font-face {
    font-family: 'futura-regular';
    src: url('fonts/FuturaRegular.woff') format('woff');
}
@font-face {
    font-family: 'futura-bold';
    src: url('fonts/FuturaBold.woff') format('woff');
}
/*-------- GENERAL ---------------*/

html {
    width: 100%;
    overflow-x: hidden;
}
html.cut-off{
    overflow:hidden;
}
::-moz-selection {
    background-color: #B31F1D;
    color: #FFFFFF;
    ;
}
::selection {
    background-color: #B31F1D;
    color: #FFFFFF;
    ;
}
a, a:hover {
    cursor: pointer;
    cursor: hand;
    color:#6a0a38;
}
a, a:hover {
    transition: all .2s ease 0s;
    cursor: pointer!important;
}

p a:hover, section li a:hover, section ol a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #B31F1D;
}
a:active{
opacity: 0.7;
}
body {
    font-family: 'futura-light', sans-serif !important;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    background-color: #fff;
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    color:#000;
}
hr {
    margin: 20px 0;
    border-top: 1px solid #eee;
    width: 100%;
}
p{
    margin: 1em 0;
    line-height: 1.6em;
}
p a, li a, ol a{
    color:#000;
  text-decoration: underline;
    transition: all .2s;
    -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
.strong, strong {
    display: inline-block;
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 3em;
    line-height: 1em;
    margin: 0 0 1.6em;
    letter-spacing: 0;
}
h2 {
    font-size: 2.5em;
    line-height: 1.1em;
    margin: 0 0 .5em;
}
h3 {
    font-size: 2.2em;
    line-height: 1.2em;
    margin: 0 0 .5em;
}
h4 {
    font-size: 1.9em;
    line-height: 1.4em;
    margin: 0 0 .5em;
    letter-spacing: .5px;
}
h5 {
    font-size: 1.5em;
    line-height: 1.4em;
}
h6 {
    font-size: 1.2em;
    line-height: 1.4em;
}
/*******HOMEPAGE*******/
.section--banner-image__wrapper img {
    width: 100%;
    max-height: 440px;
    height: 100%;
    object-fit: cover;
}
.banner--description.section--banner-description {
    padding-top: 15px;
}
.hp-banner {
    /*min-height: 100vh;*/
    align-items: center;
    flex-wrap: wrap;
    background: #F6F6EA;
    /*border-bottom-color: rgb(69, 72, 87, 0.4);*/
    margin-top: 125px;
}
.banner--custom-content.section--banner-custom-content {
    align-items: end;
    height: 100%;
}
.section--banner-button__wrapper a {
    display: inline-block;
    background: #1A8A8C;
    font-size: 25px;
    font-family: 'futura';
    color: #fff;
    padding: 10px 50px;
    border: 1px solid #1A8A8C;
}
.section--banner-button__wrapper a:hover{
    background: transparent;
    border: 1px solid #1A8A8C;
    color: #1A8A8C;
    text-decoration: none;
}
.section--bd__wrapper {
    padding-bottom: 30px;
}
.section--bd__wrapper p {
    font-family: 'futura';
    font-size: 22px;
    margin: 0;
    color: #454857;
}
.header-pop.open nav{
    display: none;
}
ul#menu-main-menu-1 {
    display: unset;
    text-align: right;
}
header.main-h {
    position: fixed;
}
/*.hp-banner .container {
    padding-top: 130px;
}*/
header.main-h.sticky {
    position: fixed;
}
/*header.mobile--view .col-md-12 {
    justify-content: space-between;
    align-items: center;
    display: flex;
}*/
/*header.main-h.sticky .main--logo__wrapper {
    width: 110px;
}*/
.hp-banner .custom-container-fluid .text-overlap {
    position: absolute;
    bottom: 0;
}
.banner--text-1.section--baner-text-1 h2 {
    background: #B31F1D;
    font-size: 50px;
    color: #fff;
    font-family: 'futura';
    text-align: center;
    display: inline-block;
    padding: 5px 0;
    margin-bottom:25px;
}
.page--banner--title .text-style-1 h2{
    font-size: 50px;
    color: #fff;
    font-family: 'futura';
    text-align: center;
    display: inline-block;
    padding: 5px 0;
    margin-bottom:25px;
}
.page--banner--menu {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
}
.page--banner--menu a {
    font-family: 'futura';
    font-style: normal;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    margin: 5px 10px;
    padding: 0 20px;
    display: inline-block;
  background:#1A8A8C;
}
.page--banner .spbt__wrapper.text-style-1 h2 {
    border-bottom: 1px solid;
}
.page--banner .spbm__wrapper svg {
    display: none;
}
.banner--text-2.section--baner-text-2 h2 {
    background: #79C6CE;
    color: #fff;
    font-size: 70px;
    font-family: 'futura';
    text-align: center;
}
.banner--text-2.section--baner-text-2,
.banner--button.section--banner-button {
    transform: translate(-35px, -5px);
    z-index: 1;
    position: relative;
    min-width: 450px;
}
.banner--text-1.section--baner-text-1 {
    transform: translate(-80px, 10px);
    z-index: 2;
    position: relative;
}
/*.home-our-services .slider--services__row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-our-services .slider--services__each {
    flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    -webkit-flex: 0 0 31%;
    max-width: 31%;
    background: #fff;
    z-index: 1;
    text-align: center;
    padding-bottom: 40px;
}
*/
.slider--services__learn--more--wrapper a {
    display: flex !important;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    max-width: 200px;
    width: 100%;
    /*margin: auto;*/
    background: #1A8A8C;
    border: 1px solid #1A8A8C;
    font-size: 20px;
    font-family: 'futura';
    color: #fff;
    padding: 10px 30px;
    margin-left: 10px;
}
.slider--services__learn--more--wrapper a:hover{
    background: transparent;
    border: 1px solid #1A8A8C;
    text-decoration: none;
    color: #1A8A8C;
}
.slider--services__learn--more--wrapper a:hover svg path {
    fill: #1A8A8C;
}
.slider--services__learn--more--wrapper a svg {
    transition: 0.3s;
}
.slider--services__learn--more--wrapper a:hover svg {
    transform: translate(10px, 0px);
    transition: 0.3s;
}
.home-our-services .slider--services__title--wrapper.font--style__1 h3 {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;

}
.home-our-services .slider--services__title--wrapper.font--style__1 {
    padding: 10px 10px 20px;
}

.slider--services__title--wrapper.font--style__1 h3 {
    margin: 0;
}
.home-our-services .slider--services__image--wrapper img {
    object-fit: cover;
    max-height: 255px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
section.section.home-our-services {
    background-size: cover;
    background-repeat: no-repeat;
}
/*section.home-our-services {
    background: #F6F6EA;
    background-size: cover;
}*/
/*.hos--title.section--title {
    border-top: 2px solid #45485766;
}*/
.hos--sg-image.section--gallery-image {
    position: relative;
    padding: 10px;
}
.hos--sg-title.section--gallery-title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.section--gt__wrapper.font-style--1 {
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.section--gt__wrapper.font-style--1 h2 {
    opacity: 0;
    transition: 0.3s all ease;
    pointer-events: all;
    cursor: pointer;
}
.hos--sg-image.section--gallery-image:hover h2 {
    transition: 0.3s all ease;
    opacity: 1;
}
.hos--sg-title.section--gallery-title{
    padding: 10px;
}
.hos--title .section--title__wrapper {
    color: #454857;
}
.hos--sg-image.section--gallery-image:hover .section--gt__wrapper {
    background: #1A8A8CB2;
}
.hac-section--content__wrapper {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hbit-section--inner-title__wrapper.font-style {
    background: #B31F1D;
    color: #fff !important;
    max-width: 350px;
    /*margin: auto;*/
    text-align: center;
}
.image--overlap__second-section {
    position: absolute;
    top: -5em;
    border: 0;
}
.home-our-services .image-overlay.logo--image {
    position: absolute;
    bottom: 0;
    max-width: 900px;
    width: 100%;
    right: 0;
    filter: grayscale(1);
    pointer-events: none;
    z-index: -1;
    opacity: 0.08;
}
.mobile--view img.logo-main {
    width: 150px;
}
/*******GLOBAL*******/
.floating--image {
    display: none;
}
.page-id-75 section.partners {
    display: none;
}
.menu--page--font--style h2{
    font-weight: 700;
}
.font-style--1 h2 {
    font-family: 'futura';
    color: #fff;
    font-size: 40px;
}
.font-style h2 {
    font-size: 55px;
    font-family: 'futura';
   /* color: #454857;*/
}
.padding-top-bot--100{
    padding: 100px 0;
}
.padding-top-bot--60{
    padding: 60px 0;
}
.padding-top-bot--50{
    padding: 50px 0;
}
.padding-top-bot--30{
    padding: 30px 0;
}
.padding-top--100{
    padding-top: 100px;
}
.padding-bot--150{
    padding-bottom: 150px;
}
.padding-bot--250{
    padding-bottom: 250px;
}
.padding-bot--100{
    padding-bottom: 100px;
}
.padding-bot--90{
    padding-bottom: 90px;
}
.padding-bot--50{
    padding-bottom: 50px;
}
section.section{
    position: relative;
}
.section--logo__wrapper {
    padding-bottom: 50px;
}
.default-btn a {
    display: inline-block;
    background: #1A8A8C;
    font-size: 25px;
    font-family: 'futura';
    color: #fff;
    padding: 10px 50px;
}
.font-style p {
    font-size: 18px;
}
.font--style a {
    font-family: 'futura-light';
    font-size: 18px;
    /*opacity: 0.5;*/
    color: #fff;
}
.font--style h3 {
    font-family: 'futura-light';
    font-weight: 700;
    font-size: 18px;
}
.custom-container-fluid {
    max-width: 1340px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.dp--flex{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.text-center{
    text-align: center;
}
.flex--50{
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    max-width: 50%;
}
.flex--49{
    flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    max-width: 49%;
}
.flex--45{
    flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    max-width: 45%;
}
.flex--33{
    flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    max-width: 33.33%;
}
/* Hamburger */

#hamburger {
    width: 35px;
    height: 35px;
    position: relative;
    /* margin: 50px auto; */
/*    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
    cursor: pointer;
    /*margin-left: 15px;*/
}

#hamburger span {
display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #353537;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2),#hamburger span:nth-child(3) {
    top: 10px;
}

#hamburger span:nth-child(4) {
    top: 20px;
}

#hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



/* Header */
header.mobile--view{
    display: none;
    position: fixed;
}
body.hidden-scroll {
    overflow: hidden;
    padding-right: 0 !important;
}
header {
    padding:20px 0;
    z-index: 999;
    position: relative;
    background-color: #fff;
    background-position: left top;
    background-size:125px auto;
    background-repeat:no-repeat;
    width: 100%;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}
header .for-scroll{
opacity:0;
position:fixed;
top:-56px;
transition: all .2s;
}
header.scrolled .for-scroll{
opacity:1;
position:fixed;
top:0;
margin-top:0;
}
header .for-scroll nav{
width:100%;
text-align:center;
}
.container.bot-bit.for-scroll.mob-hide {
    background: #fff;
}

/*Navigation on Open */
.header-pop .menu-description, .header-pop nav, .header-pop .social-wrapper, .header-pop .site-contact-info, .header-pop .navigation-bottom-container  {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0.25s;
    -moz-transition: all 0.3s ease-in-out 0.25s;
    -o-transition: all 0.3s ease-in-out 0.25s;
    transition: all 0.3s ease-in-out 0.25s;
}
.header-pop.mob-show{
/*display:none !important;*/
    transform: translate(1024px, 0px);
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    transition: 0.3s;
    padding-bottom: 30px;
}
.header-pop.open {
    visibility: visible !important;
/*    display:block !important;*/
    opacity: 1 !important;
    background: #fff;
    height: auto;
    width: 100%;
    margin-top: 0;
    position: fixed;
    overflow-y:scroll;
    padding-bottom: 30px;
    transform: translate(0px, 0px);
    transition: 0.2s;
    overflow: hidden;
    padding-right: 20px;
}
.header-pop a.cta-header {
    font-size: 1em;opacity:0;
    display:none;
    letter-spacing: 1px;
    color: #fdb912;
    margin: 0 auto;
    font-family: 'futura-light', sans-serif;
    font-weight: bold;
    border: 2px solid #fdb912;
    padding: 5px 15px;
    margin-top: 18px;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
}
.header-pop.open a.cta-header {
    font-size: 1em;
    display:block;
    opacity:1;
    }
.header-pop.open nav {
    opacity:1;
}
.header-pop nav {
    text-align:center;
}
.header-pop nav ul{
list-style:none;
  font-family: 'futura-light', sans-serif;
color:#fff;
padding-top:40px;
padding-left:0;
}

.header-pop nav ul li a{
font-size:1.3em;
color:#000;
}
.menu ul li {
    text-align: right;
}
.menu ul li a{
    text-decoration: none;
}
.header-pop.open .menu-description {
     opacity: 1 !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .1s;
    -moz-transition-delay:.1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
 .menu-description ul{
list-style:none;
padding:0;
}
.menu-description ul li a{
    font-size: 2.4em;
    line-height: 1.4em;
}
.header-pop.open .menu-description ul li a:hover{
opacity:0.5;
}

/* FANCY SCROLL DOWN ============= */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

a.scroll-d {
  position: relative;
}

@keyframes occasional-arrow-bounce {
  0% { transform: translateY(0); }
  79% { transform: translateY(0); }
  80% { transform: translateY(2px); }
  100% { transform: translateY(-4px); }
}

a.scroll-d:after {
    color: white;
    content: '\02193';
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    opacity: 0.5;
    left: 50%;
    margin-left: -10px;
    animation: occasional-arrow-bounce 3s infinite 2s alternate ease-out;
}

.circle-d {
  height: 64px;
  width: 64px;
}

.background-d {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.1);
  transition: all 200ms ease;
}

.foreground-d {
  fill: transparent;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  stroke: #fff;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
  transition: all 800ms ease;
}

a.scroll-d:hover .foreground-d {
  stroke-dashoffset: 0;
  transform: rotate(90deg);
}

@keyframes arrow-bounce {
  0% { transform: translateY(2px); }
  100% { transform: translateY(-4px); }
}

a.scroll-d:hover:after {
  animation: arrow-bounce 0.5s infinite alternate ease-out;
  opacity:1;
  color: #fdb912;
}


/* LATEST NEWS ============= */
.news-li{
text-align:center;
list-style:none;
padding-left:0;
margin-top:30px;
}
.news-li li{
display:inline-block;
padding:0 20px;
    color: #000;
    margin-bottom: 7px;
}
.news-li li.active a{
    color: #fcb813;
    border-bottom: 1px solid #fcb813;
}
section.service-head {
    padding: 8em 0 0;
}
section.service-head h1{
text-align:center;
margin-bottom:0;
}
#Projects .inner{
padding:6em 0;
}
.news-grid{
margin-bottom:30px;
}
.news-grid h3{
    margin: 0;
    letter-spacing: -0.5px;
    font-size: 1.4em;
}
.news-grid .pro-mg {
    height: 180px;
    overflow: hidden;
}
.news-grid .pro-mg img{
object-fit:cover;
width:100%;
height:100%;
position:relative;
}
.news-grid .f-rmore{
color: #fcb813;
    border-bottom: 1px solid #fcb813;
    margin-bottom: 7px;
}
.news-li a{
text-decoration:none;
}

/* LATEST RESEARCH ============= */
.news-grid-2 a{
margin-bottom:30px;
display: block;
    border: 2px solid #6a0d36;
    padding: 20px;
min-height: 118px;
}
.news-grid-2 a:hover{
background: #6a0d36;
border: 2px solid #fcb813;
color: #fcb813;
}
.news-grid-2:hover a{
color: #fcb813 !important;
}
.news-grid-2 h3{
    margin: 0;
    letter-spacing: -0.5px;
    font-size: 1.25em;
}

/* SINGLE NEWS ============= */
section.bot-correct {
    background: #6f103d;
    padding: 6em 0 4em;
    color: #fff;
}

section.bot-correct h1{
text-align:left;
font-size:2.2em;
line-height:1.4em;
margin-bottom:0px;
}
.single #page .inner{
padding:6em 0;
}

/* RELATED POST ============= */

#related-post .inner{
padding: 13em 0 12em;
}
#related-post {
position:relative;
text-align:center;
overflow:hidden;
background-color: #ffe6f3;
-webkit-transition: all 0.2s ease-in-out 0.1s;
 -moz-transition: all 0.2s ease-in-out 0.1s;
 -o-transition: all 0.2s ease-in-out 0.1s;
 transition: all 0.2s ease-in-out 0.1s;
}
#related-post img.back-img{
z-index:0;
opacity:0.08;
position:absolute;
width:100%;
height:100%;
object-fit:cover;
left:0;
top:0;
-webkit-transition: all 0.2s ease-in-out 0.1s;
 -moz-transition: all 0.2s ease-in-out 0.1s;
 -o-transition: all 0.2s ease-in-out 0.1s;
 transition: all 0.2s ease-in-out 0.1s;
}
#related-post:hover{
background:#222;
}
#related-post:hover img.back-img{
opacity:.5;
}
#related-post .n_project{
-webkit-transition: all 0.2s ease-in-out 0.1s;
 -moz-transition: all 0.2s ease-in-out 0.1s;
 -o-transition: all 0.2s ease-in-out 0.1s;
 transition: all 0.2s ease-in-out 0.1s;
 color:#000;
 font-size:1.2em;
}
#related-post:hover .n_project{
color:#fff;
}
#related-post .n_project .center{
padding:0 2em;
opacity: 0.4;
}
#related-post .n_project .center:after{
    width: 1px;
    height: 40px;
    position: absolute;
    top: -8px;
    display: inline-block;
    content: "";
    background: #6a0d36;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
 -moz-transition: all 0.2s ease-in-out 0.1s;
 -o-transition: all 0.2s ease-in-out 0.1s;
 transition: all 0.2s ease-in-out 0.1s;
}
#related-post:hover .center:after{
background:#fff;
}
#related-post .n_project{
color: #6a0d36;
}
#related-post .n_project .title{
  font-family: 'futura-light', sans-serif;
font-size:1.1em;
}
.one-pad{
margin: 0 2em 8em!important;
}
.two-pad{
margin: 8em 2em 8em!important;
}


/* Footer */
footer {
    background-position: right top;
    background-repeat: no-repeat;
    padding: 5em 0 3em;
    position: relative;
    z-index: 1;
    background: #B31F1D;
}
footer i.fab.fa-facebook-square,
footer i.fab.fa-instagram{
    font-size: 25px;
    padding: 0 10px;
}
footer a:hover{
opacity:0.5;
}
footer h3 {
    color:#fff;
    margin:0px;
}
footer p{
color:#fff;
}
footer .section--social-icon__wrapper {
    padding-bottom: 30px;
}
footer .section--custom-tex__wrapper {
    padding: 30px 0;
}
footer .section--private-policy__wrapper.font--style a {
    font-style: normal;
    font-family: 'futura-light';
}
footer .section--private-policy__wrapper.font--style {
    font-size: 18px;
    font-style: normal;
    color: #fff;
    font-family: 'futura-light';
}
.footer--mobile--view{
    display: none;
}
/*-------- BAR PAGE ---------------*/
.page-banner {
    min-height: 500px;
    height: 100%;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 125px;
}
.hbi-section--image__wrapper{
        z-index: 1 !important;
        position: relative !important;
    }
.page--bar__second--content .smc--wrapper,
.page--drink__second--content .smc--wrapper,
.page--about__second--content .smc--wrapper{
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
    z-index: 1;
    position: relative;
}
.smi__wrapper img {
    width: 100%;
}
.page--about__second--content .smc--wrapper{
    padding-bottom: unset;
}
.section-menupage--image,
.section--menupage--inner--content{
    flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    max-width: 48%;
}
.page--menu {
    padding: 100px 0;
    background-size: cover;
}
.page--menu .image--overlay__1 {

}
.floating--image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.image--overlay__ {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    pointer-events: none;
}
.drink--second__section .image--overlay__{
    transform: translate(0px, 140px);
}
.image--overlay__1 {
    align-items: flex-start;
    justify-content: flex-end;
}
.image--overlay__2 {
    align-items: center;
    justify-content: flex-start;
}
.drink--second__section .image--overlay__1 {
    align-items: flex-start;
    justify-content: flex-start;
}
.drink--second__section .image--overlay__2 {
    align-items: center;
    justify-content: flex-end;
}
.drink--second__section .image--overlay__3{
    transform: translate(0px, 0px) !important;
}
.image--overlay__3 {
    align-items: flex-end;
    justify-content: flex-end;
}

.image--overlay__ img {
    width: 150px;
}
.image--overlay__3 img {
    width: 300px;
}
.smt__wrapper.menu--page--font--style {
    padding-bottom: 30px;
}
.image--second--content.section--image img{
    width: 100%;
    height: auto;
}
.food--second--content .section--content__wrapper,
.food--third--content .section--content__wrapper {
    justify-content: space-between;
    align-items: center;
}
.sic__wrapper,
.image--third--content.section--image {
    padding-left: 3em;
}
.image--second--content.section--image,
.inner--second--content.section--inner--content,
.inner--third--content.section--inner--content,
.image--third--content.section--image {
    flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    max-width: 49%;
}
.section--title__wrapper {
    padding-bottom: 30px;
}
section.section.food-third.padding-top-bot--100 {
    background: #F6F6EA;
}
.food-third .sic__wrapper {
    padding-left: unset;
}
.food-third .section--image__wrapper {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.food-third .section--image__wrapper img {
    width: 100%;
}
.function-banner .spbt__wrapper.text-style-1 h2 {
    border: unset;
    text-align: unset;
    padding: unset;
}
.fit-section--inner-title__wrapper.font-style {
    background: #B31F1D;
    color: #fff !important;
    max-width: 350px;
    width: 100%;
    text-align: center;
}
.fit-section-second--inner-title__wrapper.font-style {
    background: #B31F1D;
    color: #fff !important;
    max-width: 460px;
    width: 100%;
    text-align: center;
}
.function-enquiry--form.section--enquiry--form {
    padding-left: 3em;
}
.form-enquiry .enquiry-title h2 {
    font-size: 25px;
    font-family: 'futura';
    margin: 0;
}
.form-enquiry .enquiry-title {
    padding-bottom: 30px;
}
.wpcf7 form.sent .wpcf7-response-output {
    line-height: 1.2em;
    border: 1px solid;
    border-color: unset;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    left: 0;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-family: 'futura';
    padding: 50px;
    color: #B31F1D;
    border: 1px solid;
    border-color: #B31F1D !important;
    background: #efffef;
}
.function-enquiry--form__wrapper {
    background: #fff;
    padding: 50px;
    position: absolute;
    top: 110px;
    transform: translate(0, -350px);
    min-width: 600px;
    width: 100%;
    /*position: relative;*/
}
.form-enquiry input[type=text],
.form-enquiry input[type=email],
.form-enquiry input[type=tel],
.form-enquiry input[type=number],
.form-enquiry select,
.form-enquiry input[type=date],
.form-enquiry textarea {
    background: rgb(39, 62, 71, 0.1);
    border: 0;
    font-family: 'futura-light';
    font-size: 18px;
}
.form-enquiry input[type=text]:focus,
.form-enquiry input[type=email]:focus,
.form-enquiry input[type=tel]:focus,
.form-enquiry input[type=number]:focus,
.form-enquiry input[type=date]:focus,
.form-enquiry select:focus,
.form-enquiry textarea:focus{
    border-bottom: 0px;
    background: rgb(26, 138, 140, 0.5);
}
.form-enquiry textarea {
    resize: none;
    height: 120px;
}
.form-enquiry label{
    font-family: 'futura-light';
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
    margin: 0;
}
.form-enquiry input[type=submit] {
    font-size: 25px;
    font-family: 'futura';
    margin: 0;
    background: #1A8A8C;
    border: none;
    padding: 15px 100px;
    font-weight: 100;
    border: 1px solid #1A8A8C;
    box-shadow: 5px 5px 0px 0px rgba(69,72,87,0.75);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(69,72,87,0.75);
    -moz-box-shadow: 5px 5px 0px 0px rgba(69,72,87,0.75);
}
.form-enquiry input[type=submit]:hover{
    border: 1px solid #1A8A8C;
    background: transparent;
}
.form-enquiry .input-first-name,
.form-enquiry .input-your-email,
.form-enquiry .input-your-number,
.form-enquiry .input-your-message {
    padding-bottom: 10px;
}
.form-enquiry .input-submit {
    padding-top: 40px;
}
.form-enquiry::-webkit-input-placeholder {
        color:    #2f1440;
        opacity:  .8;
}
.form-enquiry:-moz-placeholder {
     color:    #2f1440;
     opacity:  .8;
}
.form-enquiry::-moz-placeholder {
     color:    #2f1440;
     opacity:  .8;
}
.form-enquiry:-ms-input-placeholder {
     color:    #2f1440;
     opacity:  .8;
}
.form-enquiry::-ms-input-placeholder {
     color:    #2f1440;
     opacity:  .8;
}
/*-------- ABOUT PAGE ---------------*/
section.section.about-banner .page--banner .spbt__wrapper.text-style-1 h2 {
    border-bottom: unset;
}
.about--second__section {
    background: #F6F6EA;
}
.about--third--content i.fas.fa-caret-left,
.about--third--content i.fas.fa-caret-right {
    background: #1A8A8C;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 2px solid #1A8A8C;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
}
.about--third--content.section--content {
    height: 100%;
}
.content--button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.spbm__wrapper a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
}
.about--third--content .prev--action,
.about--third--content .next--action {
    background: #1A8A8C;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 2px solid #1A8A8C;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    margin: 0 10px;
}
.slider--about__each {
    position: relative;
}
.about--slider__inner-content {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    align-items: center;
    height: 100%;
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.about--slider__inner-content:hover,
.slider--about__each.slick-current .about--slider__inner-content {
    background: rgb(0, 0, 0, 0.5);
    opacity: 1;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.slider--about__each {
    padding-right: 30px;
}
.slider--about__category {
    position: absolute;
    top: 1em;
    right: 1em;
}
.slider--about__category--wrapper {
    font-family: 'futura-regular';
    font-style: normal;
    color: #fff;
}
h3.name--venue {
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: -5px;
}
.slider--about__explore--wrapper a {
      font-family: 'futura-light', sans-serif;
    font-style: normal;
    color: #fff;
    font-size: 24px;
    padding: 10px;
}
.slider--about__explore--wrapper a:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
    transition: .3s;
}

.slider--about__explore--wrapper {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.slider--about .slick-list {
    overflow: unset;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.about--third__section {
    overflow: hidden;
}
.slider--about {
    position: relative;

}
.slider--about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5000px;
    width: 5000px;
    background: #fff;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    z-index: 1;
}
.slider--about__container {
    padding-top: 50px !important;
}

/*-------- CONTACT FORMS ---------------*/
::-webkit-input-placeholder {
        color:    #2f1440;
        opacity:  .8;
}
:-moz-placeholder {
     color:    #2f1440;
     opacity:  .8;
}
::-moz-placeholder {
     color:    #2f1440;
     opacity:  .8;
}
:-ms-input-placeholder {
     color:    #2f1440;
     opacity:  .8;
}
::-ms-input-placeholder {
     color:    #2f1440;
     opacity:  .8;
}
/* Button */
input[type=submit] {
font-size: .8em;
    letter-spacing: 1px;
    color: #fff;
    background: #6a0b37;
      font-family: 'futura-light', sans-serif;
    font-weight: bold;
    border: 2px solid #6a0b37;
    padding: 16px 35px;
    display: block;
    margin: 23px auto 0;
    display: inline-block;
    text-transform: uppercase;
}
input[type=submit]:active{
    outline:none;
    border:2px solid #6a0b37;
}
input[type=submit]:hover {
    background-color: transparent;
    color: #4f9fa1;
}
input[type=text],input[type=tel],input[type=email],input[type=date],input[type=number] {
width:100%;
padding:10px 10px;
margin:0 0 10px;
background:#fff;
box-shadow:none;
border-top:none;
border-left:none;
border-right:none;
border-bottom: 3px solid #d2d2e2;
font-size:.9em;
border-radius: 0px;
font-family: 'futura', sans-serif;}
textarea{
    width: 100%;
    padding: 10px 10px;
    margin: 10px 0;
    background: #fff;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #d2d2e2;
    height: 70px;
    margin-top: 10px;
    font-size: .9em;
    font-family: 'futura-light', sans-serif;
    }
input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=date]:focus,textarea:focus,{
    border-bottom: 3px solid #6a0d36;
    outline: none;
    background: #fcebf4;
}
select {
  -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    width: 100%;
    padding: 10px 5px;
    margin: 5px 0 0;
    border-radius: 0px;
    height: 40px;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #fff;
    border-bottom: 3px solid #d2d2e2;
    display: block;
      font-family: 'futura-light', sans-serif;
    font-size: .9em;
    color: #584367;
    overflow: hidden;
    position: relative;
}

.input-booking-type select {
	width:100% !important;
	padding:10px 10px !important;
	margin:0 0 10px !important;
}


/* MOBILE CSS FOR DESKTOP */
.mob-show{
display:none !important;
}
/* menu */
.main--menu{
    justify-content: space-between;
    align-items: center;
}

.main-menu--list__wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}
header.main-h .main--logo__wrapper img {
    height: auto;
    width:160px;
}
header.main-h.sticky .main--logo__wrapper img,
header.mobile--view.sticky .main--logo__wrapper img {
    width: 100px;
    height: auto;
    transition: all 0.2s;
}
.menu-main-menu-container ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    min-width: 700px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.menu-main-menu-container ul li {
    list-style: none;
    text-decoration: none;
}
.menu-main-menu-container ul li a {
    text-decoration: none;
    font-family: 'futura', sans-serif;
    font-size: 23px;
    color: #454857;
    display: inline-block;
    position: relative;
}

.menu-main-menu-container ul li a::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #B31F1D;
    transition: 0.2s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 0 50%;
}
.menu-main-menu-container ul li a:hover{
    color: #B31F1D;
}
.menu-main-menu-container ul li a:hover::before {
    transform: scale3d(1,1,1);
    transition: 0.2s transform ease;
}
.inline--title {

    width: auto;
    text-align: center;
    display: inline-block;
}
.inline--title h2 {
    display: inline-block;
    margin-bottom: 0px;
    background: #B31F1D;
    color: #fff !important;
    font-family: 'futura';
    font-size: 55px;
    padding: 5px 1em;
}
.partners {
    background: #b31f1d;
}
.partners--each img {
    margin: auto;
}
/*.partners .slick-track
{
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

.partners .slick-slide a
{
    height: 100% !important;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}*/
.partners--each.slick-slide a {
    border: 1px solid #fff;
    height: 100%;
    min-height: 150px;
    display: flex;
}
.partners--each a {
    display: inline-block;
    padding: 2em 2em;
}
footer .section--hours-list__wrapper p {

    font-family: 'futura-light';
}
footer a:hover {
    color: #fff;
}

.footer--content {
    flex-wrap: wrap;
}
/* Media Query */

@media screen and (max-width: 1680px) {
    .container {
        width: 95%;
    }
}
@media screen and (max-width: 1640px) {

}

@media screen and (max-width:1366px) {
    header .burger-menu-wrapper {
        width: 300px !important;
    }
}

@media (min-width:768px) and (max-width:1366px) {

}

@media (min-width: 1200px) {
      .container {
        max-width: 100%;
        width:100%;
        padding:0 5.5em;
    }
}

@media screen and (min-width:1024px) {

}

@media screen and (max-width:1024px) {
    .function-enquiry--form__wrapper{
        min-width: unset;
    }
	.enquiry-form-row {
		margin-bottom: 0 !important;
	}
    header.main-h{
        display: none;
    }
    header.mobile--view{
        display: block;
    }
    .logo {
        width: 140px;
    }
    .function-enquiry--form.section--enquiry--form{
        padding-left: unset;
    }
    .header-pop.open nav{
    display: block;
    }
    .mob-show{
        display:block !important;
    }
    .mob-hide{
        display:none !important;
    }
    .banner--text-1.section--baner-text-1 {
        transform: translate(-10px, 10px);
    }
    .banner--text-2.section--baner-text-2,
    .banner--button.section--banner-button {
        transform: translate(0px, -5px);
    }
    .slider--services__image--wrapper img {
        max-height: 213px !important;
        height: 100%;
    }
    .main-menu--list__wrapper {
        display: none;
    }

}
@media screen and (max-width:980px) {

}


@media screen and (min-width:992px) {
    .desktop-view-flex {
        display: flex !important;
    }
    .mobile-view {
        display: none !important;
    }
    .mobile-view-flex {
        display: none !important;
    }
}
@media screen and (max-width:991px) {
    .function--second__section .col-md-6 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        max-width: 100%;
    }
    .function-enquiry--form__wrapper{
        transform: unset;
        position: unset;
        min-width: unset;
    }
        .home-about--inner-content.section--inner-content {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        max-width: 100%;
    }
    .home-about--image.section--image {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        max-width: 100%;
        padding: 50px 0;
        z-index: 1;
    }
    .hbi-section--image__wrapper img {
    width: 100%;
    }

    .mobile-view {
        display: block !important;
    }
    .mobile-view-flex  {
        display: flex !important;
    }

}
@media screen and (min-width:768px) {

}

@media screen and (max-width:768px) {
    .banner--text-1.section--baner-text-1 {
    transform: translate(0px, 10px);
    z-index: 2;
    position: relative;
    }
    .image--overlap__second-section {
        top: -2em;
    }
    .header-pop.open nav{
    display: block;
    }
    .title--second--content.section--title {
        padding-top: 50px;
    }
    .sic__wrapper, .image--third--content.section--image {
        padding-left: unset;
    }
    .food--second--content .section--content__wrapper,
    .food--third--content .section--content__wrapper {
        flex-wrap: wrap;
    }
    .image--second--content.section--image,
    .inner--second--content.section--inner--content,
    .inner--third--content.section--inner--content,
    .image--third--content.section--image {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
    }
    .page--drink__second--content .smc--wrapper {
        flex-wrap: wrap;
    }
    .smic__wrapper {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    .bar--second--section.section--menu--description,
    .bar--second--section.section--menu--titl {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
    }
    .bar--second--section.section--menu--description {
        order: 2;
    }
    .bar--second--section.section--menu--title {
        order: 1;
    }
        .page--bar__second--content .smi__wrapper img {
    width: 100%;
    }
    .page--bar__second--content .smc--wrapper {
    flex-wrap: wrap;
    }
    .content--button {
    justify-content: left;
    }
    .page--about__second--content .smc--wrapper {
        padding-bottom: unset;
        flex-wrap: wrap;
    }
    .section-menupage--image,
    .section--menupage--inner--content{
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        max-width: 100%;
    }
    .section-menupage--image{
        order: 2;
    }
    .section--menupage--inner--content{
        order: 1;
    }
    .banner--text-2.section--baner-text-2 h2 {
    padding: 5px 15px;
    }
    .banner--description.section--banner-description {
        padding-top: 15px;
    }
    .home-about,
    .hbid-section--inner-description__wrapper {
        padding-bottom: unset;
    }
    .footer--mobile--view{
        display: block;
        order: 4;
        padding-top: 50px;
        text-align: center;
    }
    .footer--desktop--view {
        display: none;

    }
    .hp-banner .col-md-4 {
        order: 2;
        padding-top: 30px;
    }
    .hp-banner .col-md-8,
    .hp-banner .col-md-4 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        max-width: 100%;
    }
    .home-about--image.section--image.flex--45 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        max-width: 100%;
    }
    .hbi-section--image__wrapper img {
        width: 100%;
        order: 2;
    }
    .hbi-section--image__wrapper{
        padding-bottom: 30px;
    }
.others--section {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
    text-align: unset !important;
}
.footer--content {
    justify-content: space-around;
}
.contact--section {
    order: 2;
}
.others--section {
    order: 1;
}
.hours--section {
    order: 3;
}
.section--logo__wrapper {
    padding-bottom: 30px;
}
footer{
    padding: 7em 0;
}

}
@media screen and (max-width:767px) {
	.page--banner--menu {
    display: block;
    display: block;
    display: -ms-flexbox;
    justify-content: center;
}
    .slider--services__each {
    padding: 0px 0px !important;
}
    .banner--text-1.section--baner-text-1 {
        transform: translate(0px, 15px);
        z-index: 2;
        position: relative;
    }
    .banner--text-2.section--baner-text-2,
    .banner--button.section--banner-button{
        transform: unset;
    }
.others--section,
.contact--section,
.hours--section {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
    text-align: unset !important;
}

}
@media screen and (min-width:600px) and (max-width: 980px) {

}
@media screen and (max-width:600px) {
    .main--logo__wrapper {
        width: 100%;
        max-width: 100px !important;
    }
/*    .banner--text-2.section--baner-text-2,
    .banner--button.section--banner-button {
        transform: translate(-10px, -5px);
        flex-wrap: wrap;
    }*/
    .banner--text-2.section--baner-text-2,
    .banner--button.section--banner-button{
        min-width: unset;
    }
}
@media screen and (max-width:525px) {

}
@media screen and (max-width:480px) {
    .section--banner-image__wrapper img{
        max-height: 240px;
    }

}
@media screen and (max-width:400px) {

}
@media screen and (max-width:414px) {

}
@media screen and (max-width:320px) {
    .image--overlap__second-section {
    top: -1.5em;
    }

}


/*menu css*/
.mobile--view .icon-1, .icon-2, .icon-3 {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 32px;
  height: 3px;
  background-color: black;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.mobile--view .icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
}
.mobile--view .icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}
.mobile--view .hamburger-icon {
    position: relative;
    height: 60px;
    width: 60px;
    /* top: 10%; */
    /* left: 3%; */
    right: 0;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.2);
}
.mobile--view .hamburger-icon:hover {
  transform: scale(1.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.mobile--view .icon-1.a {
  transform: rotate(40deg);
}
.mobile--view .icon-3.b {
  transform: rotate(-40deg);
}
.mobile--view .icon-2.c {
  opacity: 0;
}
.mobile--view .clear {
  clear: both;
}
@keyframes slideIn {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 50%;
    opacity: 1;
  }
}
.mobile--view nav {
  padding-top: 1em;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    /* min-height: 300px; */
    height: 100%;
   /* width: 0%;*/
    z-index: 10;
    opacity: 1;
    /* transform: translate(0px, 120px); */
    /*transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
    -ms-transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
    -webkit-transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);*/
    transition-delay: 100ms;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}
.mobile--view nav.with--delay {
    display: block;
}
.mobile--view .menu {
  transform:translateX(-110%);
   transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
    -ms-transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
    -webkit-transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
}
.mobile--view nav.show .menu {
  transform:translateX(0%);
  transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
    -ms-transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
    -webkit-transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
}
.mobile--view nav ul {
margin: 0;
    /* position: absolute; */
    top: 0;
    /* right: 3%; */
    display: block !important;
    min-width: unset !important;
    text-align: right;
}
.mobile--view nav ul li {
  list-style: none;
  font-size: 24px;
  color: #fff;
  line-height: 2.2;
  text-transform: uppercase;
}
.mobile--view {

}
.mobile--view nav.show {
  width: 100%;
  opacity: 1;
}
.mobile--view .dark-blue {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    /* min-height: 300px; */
    height: 100%;
    width: 0%;
    /* transform: translate(0px, 120px); */
    transition: all 500ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
    transition-delay: 50ms;
    z-index: 5;
    opacity: 1;
}
.mobile--view .dark-blue.slide {
  width: 100%;
  opacity: 1;
}
.mobile--view .custom-container-fluid .col-md-12 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.menu-main-menu-container ul {
  min-width: unset !important;
}
.mobile--view nav .menu-main-menu-container {
      position: relative;
    z-index: 111;
}
html.disable--scroll {
  overflow: hidden;
}
.menu-main-menu-container ul li {
  margin: 0em 2em;
}
@media screen and (max-width: 1024px) {
  .mobile--view nav ul li {
    margin:0em;
  }
}
@keyframes shotup {
  0% {
    transform: translateY(-300%);
    opacity: 0;
  }
  90% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

/* Make a Booking Enquiry - Form */

.enquiry-form-row {
	margin-bottom: 120px;
}

.form-enquiry .input-name,
.form-enquiry .input-number,
.form-enquiry .input-email,
.form-enquiry .input-booking-type
 {
	padding-bottom: 10px;
}
