header {
    z-index: 999;
    left: 0;
    background-color: #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    width: 100%;
    position: fixed;
    top: 0;
}

header .header__logo-normal {
    display: block;
}
header .header__logo-sticky {
    display: none;
}
header .header__logo {
    max-width: 100%;
    height: auto;
}
header .header_closebtn  {
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    color: #333;
    position: absolute;
    right: 25px;
    top: 15px;
    display: none;
}
header .hamburger {
    display: none;
}
header nav {
 display: block;    

}
header .header__logo_panel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
    background-color: #faf8f5;
    display: none;
    border-bottom: 1px solid #ededed;

}
header .header__logo_panel p {
    color: #000;
    width: 365px;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 5px;
    height: 34px;
}
header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
header nav ul li {
    font-weight: 600;
    margin-left: 25px;
    display: inline-block;
}
header nav ul li:first-child {
    margin-left: 0;
}

header .header__link {
    position: relative;
    text-decoration: none;
    color: #333;
}
header a.header__link::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #24262d;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform .3s;
}
header .header__btn {
    border: none;
    color: #fff;
    background: #729f39;
    outline: 0;
    cursor: pointer;
    display: inline-flex;
    padding: 14px 25px;
    font-weight: 600;
    transition: .3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
}
    

.hero__banner .hero__banner-wrapper {
    text-align: left;
    height: 100%;
}

.hero__banner-opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.hero__banner.full-height {
    height: 100vh;
}
.hero__banner-slide-animated {
    color: #fff;
}
.hamburger {
    position: relative;
    top: 8px;
    padding: 0;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger .hamburger__container{
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger .hamburger__inner, .hamburger .hamburger__inner::after, .hamburger .hamburger__inner::before {
    width: 24px;
    height: 2px;
    background-color: #333;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.hamburger .hamburger__inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
header.header__fixed.sticky {
    transition: .3s ease-in-out;
    border-bottom: 1px solid #d9e1e6;
    background-color: #fff;
    color: #333;
    padding: 0;
}
header.header__fixed.sticky .header__link {
    color: #333;
}

header .closebt, header .hamburger,
header .logo_sticky, header.header__fixed.sticky .header__logo-normal {

}

.hamburger .hamburger__inner::after, .hamburger .hamburger__inner::before {
    content: "";
    display: block;
}
.hamburger .hamburger__inner::before {
    top: -8px;
}


@media (max-width: 767px) {
    .hero__banner.full-height {
        height: 87vh;
    }
}

@media only screen and (max-width: 991px) {
    .hero__banner.full-height, .hero__banner.medium-height, .hero__banner.small-height {
        min-height: 600px;
    }
    header .hamburger, header .header_closebtn {
        display: block;
    }
    .header__main-menu #mainNav {
        padding: 30px;
    }
    .header__main-menu #mainNav ul li {
        display: block;
        margin: 0;
    }
    .header__main-menu #mainNav ul li a {
        display: block;
        text-transform: uppercase;
        padding: .35rem .65rem !important;
        margin: 0 0 10px;
    }
    .header__main-menu #mainNav ul li a.header__btn {
        padding: 10px !important;
        text-align: center;
        color: #fff;
    }
    .header__main-menu #mainNav ul {
        text-align: left;
    }
    .header__main-menu #mainNav {
        padding: 30px;
    }
    .header__main-menu.show {
        transform: translateX(0);
    }
    .header__main-menu {
    overflow-y: scroll;
    transform: translateX(102%);
    top: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    -webkit-transition: .4s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: .4s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    }
    header.sticky .hamburger .hamburger__inner, header.sticky  .hamburger .hamburger__inner::after, header.sticky .hamburger .hamburger__inner::before {
        background-color: #333;
    }
}

.map {
    padding: 50px 20px;
}
.map .map__phone-element a span em {
    color: #333;
    display: block;
    font-style: inherit;
    text-transform: uppercase;
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
}
.map .map__phone-element a span {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}
.map .map__phone-element a i {
    margin-right: 15px;
    font-size: 1.6rem;
    color: #729f39;
}
.map .map__phone-element a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.map .map__social {
    margin-top: 20px !important;
}
.map .map__social ul {
    display: block;
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
.map .map__social ul li {
    margin: 0 5px;
    display: inline-block;
}
.map .map__social ul li a {
    display: block;
    color: #333;
    opacity: .7;
}
.map .map__social ul li a i {
    font-size: 1.3125rem;
}
.map .map__phone-element.no_borders {
    padding-top: 5px;
    border-top: none;
}

.map .map__inner-container {
    animation-name: slideInUp; 
    animation-duration: 600ms; 
    animation-timing-function: ease; 
    animation-delay: 0ms; 
    animation-direction: normal; 
    animation-fill-mode: both;
}

.amenities {
    padding: 50px 20px;
}
.amenities__title {
    font-weight: 700;
    font-size: 2.375rem;
    margin-bottom: 15px;
}
.amenities__heading, .amenities_facilities {
animation-name: slideInUp; 
animation-duration: 600ms; 
animation-timing-function: ease; 
animation-delay: 100ms; 
animation-direction: normal; 
animation-fill-mode: both;
}

.amenities_facilities {
    font-size: 3.875rem;
    color: #729f39;
    text-align: center;
}
.amenities_facilities h3 {
    font-size: 1.3125rem;
    color: #333;
}
.amenities_facilities p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}

.copy {
    color: #fff;
    padding: 25px 0;
    background-color: #1f2127;
    font-size: .8125rem;
    text-align: center;
}

#enquire__form {
    height: 0px;
    width: 80px;
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#enquire__form a {
    display: block;
    background: #729f39;
    height: 52px;
    padding-top: 07px;
    width: 160px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #978667;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    font-weight: 500;
    margin-bottom: 3px;
}

.btn-primary {
    background-color: #729f39;
}

    





