@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    padding-bottom: 40px;
    color: #5a5a5a
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20
}

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px
}

.navbar-wrapper .navbar .container {
    width: auto
}

.carousel {
    height: 100vh;
    margin-bottom: 0
}

.carousel.inner {
    height: 80vh;
    margin-bottom: 0
}

.carousel-caption {
    z-index: 10
}

.carousel .item {
    height: 100vh;
    background-color: #777
}

.carousel.inner .item {
    height: 80vh;
    background-color: #777
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100vh
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center
}

.marketing h2 {
    font-weight: normal
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px
}

.featurette-divider {
    margin: 80px 0
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px
}

@media (min-width: 768px) {
    .navbar-wrapper {
        margin-top: 20px
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0
    }
    .navbar-wrapper .navbar {
        border-radius: 4px
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4
    }
    .featurette-heading {
        font-size: 50px
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel.owl-wrapper,
.owl-carousel.owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: empty 1ms both ease;
    -moz-animation: empty 1ms both ease;
    animation: empty 1ms both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50);
    opacity: 1
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

body {
    overflow-x: hidden
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#wrapper.toggled {
    padding-right: 250px
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99999999999
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px
}

.sidebar-nav {
    position: relative;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-top ul {
    padding: 15px 30px 0;
    list-style: none;
    margin: 20px 0 40px
}

.nav-top li {
    display: inline-block;
    margin-right: 15px
}

.sidebar-nav .dropdown-menu {
    position: relative;
    background: transparent
}

.sidebar-nav .dropdown-menu {
    padding: 0px;
    width: 100%
}

.sidebar-nav .dropdown-menu li a {
    text-align: left !important;
    color: #fff !important;
    margin: 0px;
    font-size: 12px !important;
    padding: 5px 0px 5px;
    margin-bottom: 4px
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    float: left;
    width: 100%
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #d0b169;
    text-transform: uppercase;
    font-size: 15px
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2)
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px
}

.sidebar-nav>.sidebar-brand a {
    color: #999999
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none
}

.nav-v ul.dropdown-menu li a:before {
    display: none !important
}

.nav-v ul.dropdown-menu li a:after {
    display: none !important
}

.nav-v ul.dropdown-menu {
    background: rgba(0, 0, 0, .8);
    border-radius: 0;
    border: none;
    left: -30px;
    top: 120%;
    padding: 0
}

.nav-v ul.dropdown-menu li {
    display: block;
    padding: 0px;
    text-transform: uppercase;
    font-size: 12px
}

.nav-v ul.dropdown-menu li a {
    margin: 0px;
    padding: 15px;
    font-size: 13px;
    letter-spacing: 1px
}

.nav-v ul.dropdown-menu li a {
    color: #d0b169;
    margin: 0px;
    padding: 10px 22px;
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom: 1px solid #5d5951;
    transition: all ease-in-out .5s
}

.nav-v ul.dropdown-menu li:hover a {
    background-color: transparent;
    border-bottom: 1px solid #fff
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0
    }
    #wrapper.toggled {
        padding-left: 250px
    }
    #sidebar-wrapper {
        width: 0
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 250px
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    from,
    11.1%,
    to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInLeft2 {
    from {
        transform: translate3d(-10%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft2 {
    animation-name: slideInLeft2
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInRight2 {
    from {
        transform: translate3d(10%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight2 {
    animation-name: slideInRight2
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideInUp2 {
    0% {
        opacity: .0;
        transform: translate3d(0, 100%, 0)
    }
    20% {
        opacity: .2;
        transform: translate3d(0, 80%, 0)
    }
    40% {
        opacity: .4;
        transform: translate3d(0, 60%, 0)
    }
    60% {
        opacity: .6;
        transform: translate3d(0, 40%, 0)
    }
    80% {
        opacity: .8;
        transform: translate3d(0, 20%, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0%, 0)
    }
}

.slideInUp2 {
    animation-name: slideInUp2
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('../fonts/louis_george_cafe-webfont.eot');
    src: url('../fonts/louis_george_cafe-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/louis_george_cafe-webfont.woff2') format('woff2'), url('../fonts/louis_george_cafe-webfont.woff') format('woff'), url('../fonts/louis_george_cafe-webfont.svg#"Josefin Sans", sans-serif') format('svg'), url('../fonts/Louis_George_Cafe.ttf');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'louis_george_cafbold';
    src: url('../fonts/louis_george_cafe_bold-webfont.eot');
    src: url('../fonts/louis_george_cafe_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/louis_george_cafe_bold-webfont.woff2') format('woff2'), url('../fonts/louis_george_cafe_bold-webfont.woff') format('woff'), url('../fonts/louis_george_cafe_bold-webfont.svg#louis_george_cafbold') format('svg'), url('../fonts/Louis_George_Cafe_Bold.tff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('../fonts/louis_george_cafe_light-webfont.eot');
    src: url('../fonts/louis_george_cafe_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/louis_george_cafe_light-webfont.woff2') format('woff2'), url('../fonts/louis_george_cafe_light-webfont.woff') format('woff'), url('../fonts/louis_george_cafe_light-webfont.svg#louis_george_cafe_lightRg') format('svg'), url('../fonts/Louis_George_Cafe_Light.ttf');
    font-weight: normal;
    font-style: normal
}

p {
    font-family : "Open Sans", serif;;
    font-size: 18px;
    color: #000
}

#menu-toggle {
    position: absolute;
    z-index: 999;
    right: 30px;
    top: 38px
}

.corporate_logo {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    text-align: center;
    top: 38px
}

.slidertext {
    position: absolute;
    bottom: 150px;
    left: 170px
}

.slidertext h2 {
    font-family: 'louis_george_cafbold';
    color: #fff;
    text-transform: uppercase;
    font-size: 50px
}

.slidertext a {
    color: #d0b169;
    font-size: 15px;
    text-transform: uppercase
}

.homeslide .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 5px
}

.homeslide .carousel-indicators .active {
    background-color: #d0b168;
    border: 1px solid #d0b168
}

.hp {
    background: #4e4e4e;
    padding: 35px 0 55px 0;
    text-align: center
}

.hp h3 {
    color: #d0b168;
    text-align: center;
    font-family: 'louis_george_cafbold';
    text-transform: uppercase;
    padding: 10px 0 55px 0;
    font-size: 30px
}

.hp h2 {
    color: #fff;
    font-size: 25px;
    font-family: 'louis_george_cafbold';
    text-transform: uppercase
}

.about {
    padding: 0 0 55px 0
}

.heading {
    font-size: 35px;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    margin: 0;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px
}

.heading span {
    color: #d0b168;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
}

.about p {
    line-height: 30px;
    padding: 20px 0
}

.hotel {
    background: url(../images/hotel.jpg) no-repeat fixed;
    background-size: 100% 100%;
    height: 430px;
    width: 100%
}

.hotel h3 {
    font-size: 35px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    margin: 0
}

.hotel span {
    color: #d0b168;
    font-family: 'louis_george_cafbold'
}

.hotel .box1 {
    width: 50%;
    float: left;
    border-right: 1px solid #fff;
    padding: 35px 100px;
    text-align: right;
    margin: 60px 0
}

.hotel .box2 {
    width: 50%;
    float: left;
    padding: 35px 100px;
    text-align: left;
    margin: 60px 0
}

#owl-demo .item {
    margin: 20px
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto
}

.destinationwrap {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 30px 25px;
    -webkit-box-shadow: 0px 0px 53px -12px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 53px -12px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 53px -12px rgba(0, 0, 0, 0.45)
}

.destinationwrap h2 {
    color: #c9ab64;
    font-family: "Josefin Sans", sans-serif;
}

.destinationwrap h2 span {
    color: #3e3e3e;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 100
}

.destinationwrap p {
    padding: 30px 0;
    line-height: 30px
}

.destinationwrap a {
    font-size: 14px;
    float: right;
    color: #c9ab64
}

.owl-theme .owl-controls .owl-prev {
    background: url(../images/arrow_l.png);
    width: 28px;
    height: 44px;
    position: absolute;
    bottom: 390px;
    left: -40px
}

.owl-theme .owl-controls .owl-next {
    background: url(../images/arrow_r.png);
    width: 28px;
    height: 44px;
    position: absolute;
    bottom: 390px;
    right: -40px
}

.valuewrap {
    padding: 30px 25px;
    width: 40%
}

.valuewrap h2 {
    color: #c9ab64;
    font-family: 'louis_george_cafbold'
}

.valuewrap h2 span {
    color: #000;
    font-family: "Josefin Sans", sans-serif
}

.valuewrap p {
    padding: 30px 0;
    line-height: 30px;
    color: #fff
}

.ourvalues {
    background: url(../images/ourvalues.jpg) no-repeat fixed;
    background-size: 100% 100%;
    height: 430px;
    margin: 80px 0 0px 0;
    width: 100%
}

.ourvalues h3 {
    font-size: 35px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    margin: 0
}

.ourvalues span {
    color: #d0b168;
    font-family: 'louis_george_cafbold'
}

.ourvalues .owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 1
}

.ourvalues .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #d0b168
}

.vision {
    padding: 0 0 55px 0
}

.heading2 {
    font-size: 35px;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    margin: 0;
    margin-top: 50px
}

.heading2 span {
    color: #d0b168;
    font-family: 'louis_george_cafbold'
}

.vision p {
    line-height: 30px;
    padding: 20px 0
}

.teamhome {
    background: url(../images/team.jpg) no-repeat fixed;
    background-size: 100% 100%;
    height: 430px;
    width: 100%
}

.teamhome h3 {
    font-size: 35px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    margin: 0
}

.teamhome span {
    color: #d0b168;
    font-family: 'louis_george_cafbold'
}

.teamwarp {
    background: rgba(0, 0, 0, 0.66);
    padding: 40px;
    width: 80%;
    margin: 71px auto
}

.teamwarp p {
    color: #fff;
    font-size: 16px;
    height: 70px
}

.btn1 {
    background: #d0b168;
    padding: 10px 20px;
    float: left;
    text-transform: uppercase;
    color: #000
}

.btn2 {
    color: #fff;
    float: right
}

.devlop {
    margin: 45px 0
}

.devlop h2 {
    color: #d0b168;
    font-family: 'louis_george_cafbold';
    font-size: 25px
}

.devlop p {
    line-height: 30px
}

.footer {
    background: #414042;
    width: 100%;
    float: left;
    padding: 40px 0
}

.top-links {
    list-style: none;
    padding: 0px
}

.top-links li {
    display: inline-block;
    margin-bottom: 10px
}

.top-links li:last-child {
    border-right: none
}

.top-links li a {
    display: inline-block;
    margin: 2px 7px;
    font-size: 14px;
    text-transform: capitalize;
    color: #d0b168;
    font-weight: 200;
    letter-spacing: 1px
}

.social-li {
    padding: 0px;
    list-style: none
}

.social-li li {
    display: inline-block
}

.social-li li a {
    font-size: 25px;
    color: #000;
    display: inline-block;
    margin: 30px 5px 0;
    color: #fff
}

.copyright p {
    margin: 0px;
    color: #fff
}

.margin-sections {
    padding-bottom: 0px
}

.no-padding {
    padding: 0px
}

.partner-form input {
    width: 100%;
    border: none;
    border-bottom: solid 1px #000
}

.partner-form input[type="submit"] {
    max-width: 170px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d0b168;
    background: transparent;
    padding: 10px;
    margin-bottom: 20px;
    margin: auto;
    border: solid 1px #d0b168;
    display: inline-block
}

.partner-form textarea {
    width: 100%;
    border: none;
    border-bottom: solid 1px #000;
    resize: none;
    margin-top: 25px;
    margin-bottom: 30px;
    height: 80px
}

.partner-form {
    padding: 50px 100px 60px;
    text-align: center
}

.download-pdf ul {
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 70px
}

.download-pdf ul li {
    padding: 0px;
    width: 25%;
    float: left;
    margin: 50px 0 0;
    text-align: center
}

.download-pdf ul li p {
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 0px
}

.team-content {
    padding: 0 30px
}

.team-content h3 {
    color: #d0b168;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 80px;
    margin-bottom: 20px
}

.small-team.team-content h3 {
    color: #d0b168;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 35px;
    margin-bottom: 10px
}

.small-team.team-content p {
    font-size: 14px;
    line-height: 24px
}

.small-team.team-content {
    padding: 0 15px
}

.team-content h3 span {
    color: #010101;
    font-size: 14px
}

.team-content p {
    line-height: 25px
}

.left-arr {
    position: relative
}

.left-arr:before {
    width: 21px;
    height: 50px;
    content: "";
    position: absolute;
    left: -36px;
    top: 50%;
    background: url(../images/arrow-l.png) left top no-repeat
}

.right-arr {
    position: relative
}

.right-arr:before {
    width: 21px;
    height: 50px;
    content: "";
    position: absolute;
    right: -36px;
    top: 50%;
    background: url(../images/arrow-r.png) left top no-repeat
}

.team-main {
    margin: 50px 0 80px
}

.up-events h4 {
    font-size: 21px;
    color: #d0b168;
    margin-top: 35px
}

.about p {
    line-height: 30px;
    padding: 20px 0 0
}

.news-1-main {
    padding: 0 5px
}

.news-sec img {
    width: 100%
}

.news-sec {
    margin: 30px 0
}

.news-content {
    background: #d9bf81
}

.news-content p {
    margin: 0px;
    line-height: 25px;
    font-size: 23px;
    padding: 15px;
    text-transform: uppercase;
    color: #ffff
}

.news-slide {
    padding: 0 5px
}

.news-slide .item {
    position: relative
}

.news-slide .item .slide-content {
    position: absolute
}

.slide-content {
    position: absolute;
    width: 380px;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    color: #fff;
    padding: 50px
}

.slide-content p {
    color: #fff;
    margin-top: 70%;
    font-size: 25px;
    text-transform: uppercase
}

.slide-content a {
    border: solid 1px #d0b168;
    color: #d0b168;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px;
    margin-top: 10px;
    display: inline-block
}

#news-slide .owl-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

#news-slide .item>img {
    width: 100%
}

.events-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none
}

.events-list li {
    padding: 10px 10px;
    border-bottom: solid 1px #bbbbbb;
    display: block;
    color: #d0b168;
    line-height: 25px
}

.events-list li:last-child {
    border-bottom: none
}

.contact-tabs {
    margin: 20px 0
}

.contact-list {
    padding: 0px;
    list-style: none
}

.contact-list li {
    display: block;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase
}

.contact-list li.active a {
    color: #d0b168
}

.contact-list li a {
    display: block;
    text-decoration: none !important;
    padding: 15px;
    text-transform: uppercase;
    border-bottom: solid 1px #cccccc
}

.contact-list li a {
    color: #000000
}

.abouts_h.abouts_h-2.wow.fadeInUp.animated {
    margin-top: 120px;
    padding-left: 30px
}

.service-form .partner-form {
    padding: 0px 0px 60px;
    text-align: center;
    float: left;
    width: 75%
}

.service-form h4 {
    font-size: 20px;
    color: #d0b168;
    text-transform: uppercase
}

.service-form .partner-form input[type="text"],
.service-form .partner-form input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: solid 1px #000;
    margin-top: 25px
}

.service-form h4 {
    font-size: 19 px;
    color: #d0b168;
    text-transform: uppercase;
    margin: 15px 0 0;
    padding: 0 15px
}

.service-form .partner-form input[type="file"] {
    border: none;
    margin-bottom: 20px
}

.contact-form-main {
    float: left;
    position: relative
}

.tab-content.contact-form-main:before {
    height: 100%;
    width: 1px;
    position: absolute;
    left: -8px;
    content: "";
    background: #cccccc
}

.service-form .partner-form p {
    margin: 14px 0 8px;
    text-align: left;
    font-size: 13px
}

.office-box {
    padding: 20px
}

.office-box h3 {
    color: #d0b168;
    text-transform: uppercase
}

.heading-mail {
    position: relative;
    margin: 20px 0 0px
}

.heading-mail:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    content: "";
    width: 66px;
    height: 46px;
    background: url(../images/mail-cont.png) left top no-repeat
}

.email-btn {
    padding: 10px 15px;
    display: inline-block;
    margin: 20px 0;
    border: solid 1px #d0b168;
    color: #d0b168
}

.career-input select {
    width: 100%;
    border: solid #e1cd9d 1px;
    padding: 10px;
    margin: 20px 0
}

.career-box {
    width: 100%;
    border: solid #e1cd9d 1px;
    padding: 15px 30px;
    margin-bottom: 20px
}

.career-box a {
    color: #c9ab64;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 10px;
    display: block
}

.career-bot {
    margin: 30px 0 50px;
    padding-top: 30px;
    border-top: 1px solid #e0cb9a
}

.career-bot h3 {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 36px;
    color: #d0b168
}

.career-bot h3 span {
    color: #000
}

.career-box {
    border: solid 1px #d0b168;
    width: 100%;
    float: left
}

.career-header h3 {
    color: #c9ab64;
    font-size: 25px;
    text-transform: uppercase
}

.req {
    width: 100%;
    padding: 0px;
    list-style: none;
    margin-top: 20px
}

.req li {
    border-right: solid 1px #c1c2c2;
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px
}

.req li img {
    transform: translate(0, -3px);
    margin-right: 2px
}

.career-header {
    border-bottom: solid 1px #d8d8d8;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.career-header a {
    margin-top: 30px;
    width: 200px;
    display: inline-block;
    text-align: center
}

.req li:last-child {
    border-right: none
}

.career-content {
    float: left;
    width: 100%;
    padding: 10px 15px 30px
}

.back a {
    color: #000;
    display: inline-block;
    margin: 20px 0
}

.career-content ul {
    padding: 0 15px
}

.career-content h3 {
    color: #d0b168;
    font-weight: 400;
    text-transform: uppercase
}

.career-content ul li {
    line-height: 24px
}

.inner-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 99;
    background: rgba(0, 0, 0, .7)
}

.inner-header ul {
    list-style: none;
    padding: 0px;
    margin-top: 25px
}

.inner-header ul li {
    display: inline-block;
    padding: 6px
}

.inner-header ul li a {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    transition: all ease-in-out .5s;
    letter-spacing: 1px
}

.inner-header ul li a:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #d0b169;
    transition: all ease-in-out .3s
}

.inner-header ul li a:after {
    position: absolute;
    content: "";
    right: 50%;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #d0b169;
    transition: all ease-in-out .3s
}

.inner-header ul li a:hover {
    text-decoration: none
}

.inner-header ul li a:hover:after,
.inner-header ul li a:hover:before {
    width: 50%
}

.inner-header ul li.active a:after,
.inner-header ul li.active a:before {
    width: 50%
}

.booking {
    width: 1000px;
    padding: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
}

.booking.fixed {
    position: sticky;
    /* z-index: 999; */
    height: 75px;
    border-bottom: 1px solid #000;
    width: fit-content;
    margin: 0 auto;
}

.booking.fixed label {
    display: none
}

.booking.fixed .booking-col li input[type="submit"] {
    margin-top: 0px
}

.booking-col {
    padding: 0px 25px;
    list-style: none;
    width: 100%
}

.booking-col label {
    display: block;
    font-weight: 400
}

.heading-2 {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 60%;
    border-bottom: 2px solid #d0b168;
    padding-bottom: 10px
}

.dine-wrap {
    text-align: center
}

.dine-wrap h2 {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    color: #000
}

.dine-wrap p {
    margin: 0;
    padding: 0px
}

.dine-wrap a {
    margin: 10px 0;
    display: block
}

.room-overview.owl-theme .owl-controls .owl-prev:after {
    content: "View all rooms";
    width: 195px;
    position: absolute;
    margin-top: -8px;
    font-size: 15px;
    text-transform: uppercase;
    color: #dec895;
    letter-spacing: 1px
}

.room-overview.owl-theme .owl-controls .owl-prev {
    background: url(../images/arrow_l.png);
    width: 28px;
    height: 44px;
    position: relative;
    bottom: 0;
    left: 0
}

.room-overview.owl-theme .owl-controls .owl-next {
    background: url(../images/arrow_r.png);
    width: 28px;
    height: 44px;
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 160px
}

.room-overview {
    margin-top: 100px
}

.room-overview a {
    color: #d0b168
}

.room-overview .owl-controls {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0)
}

.exp-main {
    padding: 0 10px
}

.exp-main img {
    width: 100%
}

.exp-overview {
    margin-top: 40px
}

.exp-main h2 {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
    color: #c58a00;
    border-bottom: solid 1px #c58a00;
    display: inline-block;
    float: left;
    padding-right: 50px;
    padding-bottom: 9px;
    letter-spacing: 1px
}

.exp-main a {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #000
}

.overview-dine {
    margin: 60px 0 0;
    background: #d0b168
}

.d-cnt-overview {
    padding-left: 40px
}

.d-cnt-overview .heading {
    border-bottom: solid 1px #fff
}

.d-cnt-overview .heading span {
    color: #fff
}

.d-cnt-overview p {
    line-height: 25px
}

#owl-offer {
    margin-top: 50px
}

.offers {
    width: 80%;
    margin: 0 10%
}

.offer-main {
    position: relative;
    padding: 0
}

.offer-main img {
    width: 100%
}

.offer-main {
    position: relative
}

.offer-wrapper {
    width: 95%;
    margin: auto;
    max-width: 600px;
    min-width: 290px;
    border: 1px solid #ddd;
    margin-top: 0px;
    box-shadow: 0px 0px 5px 0px #ddd
}

.offer-wrapper ul {
    padding: 0;
    list-style-type: none
}

.offer-cont {
    padding: 10px 20px;
    color: #000
}

.slide-property .carousel-inner {
    margin-top: -20px !important
}

.offer-cont h2 {
    color: #d0b168;
    font-weight: 200;
    font-size: 28px
}

.offer-cont h2 span {
    font-weight: 200;
    display: inline-block;
    padding: 5px 30px 5px 0;
    border-bottom: solid 1px #d0b168;
    width: 100%
}

.offer-cont a {
    background: #d0b168;
    padding: 5px 20px;
    font-size: 12px;
    margin-top: 2px;
    color: #fff;
    display: inline-block
}

.testi-main {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 30px 0 0
}

.author img {
    margin-bottom: 10px;
    margin-top: 20px
}

.booking-col li {
    width: 16.8%;
    float: left;
    padding: 0 10px
}

.booking-col li:last-child {
    width: 16%;
    float: left;
    padding: 0 10px
}

.booking-col li input {
    font-size: 16px;
    width: 100%;
    padding: 5px;
    background-color: transparent;
    border: solid 1px #d0b169
}

.booking-col li input::-webkit-input-placeholder {
    color: #adadad
}

.booking-col li input::-moz-placeholder {
    color: #adadad
}

.booking-col li input:-ms-input-placeholder {
    color: #adadad
}

.booking-col li input:-moz-placeholder {
    color: #adadad
}

.booking-col li input[type="submit"] {
    width: 100%;
    float: left;
    margin-top: 10px
}

.booking-col {
    width: 100%;
    float: left;
    padding: 5px 8px 0
}

.booking-col select {
    font-size: 16px;
    width: 100%;
    padding: 7px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: #d0b169 solid 1px;
    height: 33px;
    padding-left: 28px;
    background: url(../images/dr-down.png) right 8px top 10px no-repeat;
    background-size: 18px
}

.booking-col li input[type="submit"] {
    width: 100%;
    float: left;
    margin-top: 26px;
    background: #d0b169;
    border: none;
    padding: 7px;
    color: #fff;
    text-transform: uppercase
}

.slide-property .slidertext {
    position: absolute;
    bottom: 210px;
    left: 170px
}

.slide-property {
    height: 100vh
}

.slide-property .carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100vh
}

.slide-property.item {
    height: 100vh
}

.datepicker_in input {
    background: url(../images/calender-form.jpg)left center no-repeat;
    padding-left: 28px !important
}

.guests {
    position: relative
}

.guests:before {
    position: absolute;
    content: "";
    top: 34px;
    left: 15px;
    width: 20px;
    height: 25px;
    background: url(../images/guest.jpg) left top no-repeat
}

.location {
    position: relative
}

.location:before {
    position: absolute;
    content: "";
    top: 34px;
    left: 15px;
    width: 20px;
    height: 25px;
    background: url(../images/location.jpg) left top no-repeat
}

.form-footer {
    margin: auto;
    width: 800px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px
}

.form-footer li {
    width: 38%;
    display: inline-block;
    padding: 10px;
    display: inline-block
}

.form-footer li:last-child {
    width: 25%;
    display: inline-block;
    padding: 10px
}

.form-footer li input {
    width: 100%;
    background: #f0f0f0;
    float: left;
    border: none;
    padding: 10px;
    font-size: 14px
}

.form-footer li input[type="submit"] {
    width: 100%;
    background: #d0b168;
    color: #fff;
    letter-spacing: 1px;
    float: left;
    border: none;
    padding: 10px;
    font-size: 14px
}

#owl-event {
    margin: 30px 0
}

.events-box {
    width: 100%;
    float: left;
    position: relative
}

.event-box-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    background: rgba(0, 0, 0, .5);
    width: 500px;
    border: solid 15px rgba(255, 255, 255, .5);
    color: #fff
}

.event-box-content h4 {
    font-size: 26px;
    color: #FFF;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 30px
}

.event-box-content p {
    color: #fff
}

.event-box-content a {
    background: #d0b168;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 14px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px
}

.faci-heading h3 {
    font-size: 60px;
    letter-spacing: 1px;
    color: #d1b168;
    margin-bottom: 80px;
    margin-top: 50px;
    text-transform: uppercase;
    padding: 0% 15px
}

.faci-heading h3 span {
    font-size: 15px;
    color: #000000;
    display: block
}

.faci-content p {
    font-size: 15px;
    color: #000000;
    display: block;
    padding: 10%;
    text-align: justify
}

.faci-heading img,
.faci-content img {
    width: 100%
}

.louge-img {
    width: 100%;
    float: left
}

.louge-content {
    min-height: 550px;
    padding: 40px 0 0;
    position: relative
}

.louge-content h4 {
    font-size: 24px;
    text-align: left;
    color: #000;
    margin-top: 50px;
    margin-left: 0px;
    text-transform: uppercase
}

.bot-cnt>a {
    background: transparent;
    padding: 10px 15px;
    margin-top: 20px;
    display: inline-block;
    color: #000;
    border: solid 1px #d0b169;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all ease-in-out .5s;
    text-decoration: none
}

.bot-cnt>a:hover {
    background: #000;
    text-decoration: none;
    color: #d0b169;
    border: solid 1px #000;
    font-size: 13px;
    letter-spacing: 1px
}

.timing {
    margin-top: 30px;
    font-weight: 600
}

.bot-cnt {
    border: solid 2px #d0b169;
    bottom: 0px;
    text-align: justify;
    position: absolute;
    left: -30%;
    width: 130%;
    background: #fff;
    padding: 60px;
    box-shadow: 1px 1px 1px #838383
}

.bot-cnt p {
    line-height: 22px
}

.Lounge-main {
    margin-top: 50px
}

.dine-row {
    background: #d0b168;
    width: 100%;
    float: left;
    margin-top: 40px;
    display: flex;
    align-items: center
}

.dine-img {
    padding: 0px
}

.dine-img img {
    padding: 0px;
    width: 100%
}

.dine-main {
    position: relative;
    top: 50%
}

.dine-cont {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    float: left
}

.dine-cont>h4 {
    display: inline-block;
    padding: 20px 50px 10px 0px;
    color: #fff;
    border-bottom: solid 1px #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 21px;
    letter-spacing: 1px;
    margin-top: 0px;
    padding-top: 0px
}

.dine-cont>p {
    font-size: 14px;
    color: #000;
    margin-bottom: 30px;
    text-align: justify
}

.dine-cont ul {
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left
}

.dine-cont ul li {
    display: inline-block;
    width: 33%;
    float: left;
    color: #000
}

.dine-cont ul li h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400
}

.dine-cont ul li p {
    font-size: 12px
}

.dine-cont>a {
    border: solid 1px #fff;
    transition: all ease-in-out .5s;
    padding: 8px 30px;
    text-decoration: none;
    margin-top: 40px;
    display: inline-block;
    color: #000;
    letter-spacing: 1px
}

.dine-cont>a:hover {
    background: #000
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 72px;
    height: 4px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: #d0b168
}

.dine-cont>a:hover {
    background: #000;
    color: #d0b168;
    border-color: #000
}

.stay-content {
    color: #d0b169;
    font-size: 23px;
    margin-bottom: 15px;
    letter-spacing: 1px
}

.stay-content {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center
}

.stay-content h4 {
    color: #d0b169;
    font-size: 23px
}

.stay-slide-main {
    width: 100%
}

.stay-slide img {
    width: 100%
}

.stay-btns {
    width: 100%;
    float: left;
    text-align: center
}

.b-now {
    width: 180px;
    text-align: center;
    display: inline-block;
    padding: 8px;
    background: #d0b168;
    margin: 10px;
    height: 35px;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px
}

.b-feat {
    width: 180px;
    text-align: center;
    display: inline-block;
    padding: 8px;
    background: transparent;
    border: solid 1px #d0b168;
    margin: 10px;
    height: 35px;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px
}

.brand-content {
    padding: 4% 10%
}

.brand-content h4 {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 2px #d0b169;
    text-transform: uppercase;
    font-size: 24px;
    padding-right: 50px;
    line-height: 27px;
    font-weight: 600
}

.brand-content h4 span {
    color: #d0b169
}

.brand-content p {
    color: #000;
    line-height: 22px;
    text-align: justify
}

.about-values {
    margin-top: 50px
}

.about-values .item {
    position: relative
}

.value-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 50px;
    text-align: center
}

.value-content h4 {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 200
}

.value-content h4 span {
    color: #d0b168
}

.value-content h5 {
    margin-top: 70px;
    font-size: 20px;
    color: #d0b168;
    letter-spacing: 1px
}

.value-content p {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 26px
}

.about-values .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px
}

.ceo-content {
    width: 800px;
    margin: 200px auto 0;
    background: rgba(0, 0, 0, .8);
    padding: 30px 30px
}

.abt-content {
    padding: 20px 20px
}

.abt-content h4 {
    color: #d0b168;
    font-size: 20px;
    letter-spacing: 1px
}

.abt-content p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 1px
}

.abt-content a {
    background: #d0b168;
    padding: 5px 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 40px;
    color: #000
}

header .menu-toggle-v {
    position: relative
}

header .menu-toggle-v#menu-toggle {
    position: relative;
    left: 0;
    top: 0
}

.header-v {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    width: 100%;
    padding: 10px
}

.nav-v {
    display: inline-block;
    list-style: none
}

.nav-v li {
    display: inline-block
}

.h-nav li a{
    font-family: "Josefin Sans", sans-serif;
}

.nav-v li a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 5px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all ease-in-out .4s
}

.nav-v>li a:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #d0b169;
    transition: all ease-in-out .3s
}

.nav-v>li a:after {
    position: absolute;
    content: "";
    right: 50%;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #d0b169;
    transition: all ease-in-out .3s
}

.nav-v>li a:hover:before {
    width: 50%
}

.nav-v>li a:hover:after {
    width: 50%
}

.nav-v li.active a:before {
    width: 50%
}

.nav-v li.active a:after {
    width: 50%
}

.vnav-right {
    margin-top: 20px
}

.vivid-content {
    position: relative;
    background: #e1e1e1;
    padding: 40px 20px 70px;
    width: 100%;
    text-align: center
}

.vivid-content h4 {
    font-size: 19px;
    text-transform: uppercase;
    color: #d0b168;
    margin: 10px 0 12px
}

.vivid-content p {
    font-size: 14px;
    margin: 0px
}

.vivid-content span {
    font-size: 12px;
    display: block;
    font-weight: 600;
    margin: 8px
}

.ex-vivid {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.ex-vivid p {
    font-size: 14px;
    margin: 0px;
    width: 50%;
    float: left;
    padding: 6px;
    background: #fff
}

.ex-vivid a {
    width: 50%;
    float: left;
    padding: 5px;
    background: #b49753;
    color: #fff;
    letter-spacing: 2px
}

.vivid-n .item {
    position: relative;
    padding: 5px
}

.sub-offer {
    margin-top: 50px
}

.bed-bg-content {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase
}

.bed-bg-content h3 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px
}

.bed-bg-content a {
    background: #b49753;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px
}

.benifits {
    padding: 0;
    list-style: none
}

.benifits li {
    display: inline-block;
    width: 33%;
    float: left;
    margin-bottom: 20px
}

.benifits li img {
    margin-right: 10px
}

.benifit-form {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 50px
}

.benifit-form label {
    text-align: left;
    width: 205px;
    font-weight: 500;
    margin: 10px;
    font-size: 12px;
    display: inline-block
}

.benifit-form input {
    width: 100%;
    border: none;
    border-bottom: solid 1px #000;
    margin-top: 5px
}

.benifit-form input[type="submit"] {
    width: 100px;
    background: #d0b168;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    padding: 10px;
    font-size: 14px
}

.brands {
    height: 380px;
    margin: 15px 0;
    text-align: justify;
    padding: 0 10px
}

.brands-main .col-xs-12.col-sm-6.first {
    border-right: solid 1px #cdae66
}

.brands a {
    display: inline-block;
    background: #d0b168;
    padding: 10px 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px
}

.modal-dialog {
    margin-top: 15px
}

.modal-backdrop {
    background: #000 url("../../assets/img/purpleModalOverlay2.jpg");
    opacity: 0.7 !important
}

.modal-header {
    border: none;
    vertical-align: middle
}

.modal-content {
    background: #fff;
    color: #e0bb62;
    border: none
}

.modal-header h4 {
    color: #d4a500;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: lighter;
    text-align: center;
    padding-top: 5px
}

.modal-header .close {
    color: #d4a500;
    opacity: 1;
    text-shadow: none;
    cursor: pointer !important;
    position: absolute;
    font-size: 31px;
    right: 15px;
    z-index: 999999
}

.modal-content {
    border: none;
    color: #d4a500;
    padding: 0px 20px
}

.modal-footer {
    border: none
}

.form-control-dark {
    background: transparent !important;
    border: none !important;
    border-radius: 0px;
    border-bottom: dotted 1px #d4a500 !important;
    padding: 0px 10px;
    color: #000 !important;
    font-weight: 100;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important
}

select.form-control-dark option {
    background: #007682;
    color: #ffffff
}

.form-control-dark::-webkit-input-placeholder {
    color: #000
}

.form-control-dark::-moz-placeholder {
    color: #000
}

.form-control-dark:-ms-input-placeholder {
    color: #000
}

.form-control-dark:-moz-placeholder {
    color: #000
}

.form-control-dark-error {
    border-bottom: dotted 1px #f00 !important
}

.input {
    width: 100%
}

.input input {
    width: 100%;
    padding: 8px 15px
}

.textarea {
    width: 100%;
    margin-top: 13px
}

.textarea textarea {
    width: 100%;
    padding: 8px 15px;
    height: 80px
}

#btnBookTableSubmit {
    background: #b5832c;
    border: none;
    color: #fff;
    padding: 5px 17px;
    text-transform: uppercase;
    letter-spacing: 4px
}

.nav-mob {
    display: none
}

.book-mobile {
    display: none
}

.book-trigger {
    display: none
}

@media (max-width:767px) {

    .m-logo{
        width: 100%;
    }
    .value-content ul {
        padding: 0;
        width: 320px !important;
        margin: 19px auto !important;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 24px;
        display: flex
    }
    .about-values img {
        width: 100%
    }
    .dine-row {
        height: auto !important;
        display: block
    }
    .book-trigger {
        position: fixed;
        bottom: 0;
        background: #d0b169;
        width: 100%;
        padding: 9px;
        text-align: center;
        text-transform: uppercase;
        z-index: 999;
        color: #fff;
        letter-spacing: 2px;
        display: block
    }
    .booking {
        position: relative;
        bottom: 0;
        width: 100%;
        padding-top: 0px
    }
    .booking span {
        position: relative;
        bottom: 0;
        width: 100%;
        padding-top: 0px
    }
    .close-book span {
        background: #d0b169;
        width: 30px;
        display: inline-block;
        height: 30px;
        border-radius: 50%;
        padding: 5px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        margin-bottom: 6px
    }
    .form-footer {
        width: 100%
    }
    #owl-event .owl-next {
        right: 0px
    }
    .inner-header {
        padding: 0px;
        padding-top: 10px
    }
    .homeslide .carousel-indicators li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #fff;
        margin: 5px
    }
    .events-box>img {
        width: 100%
    }
    .event-box-content {
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        height: 232px;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        border: solid 5px rgba(255, 255, 255, .5);
        color: #fff;
        padding: 10px
    }
    .slide-property .slidertext {
        position: absolute;
        bottom: 40px;
        left: 10px
    }
    .slidertext h2 {
        font-family: 'louis_george_cafbold';
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        margin-bottom: 3px
    }
    .room-overview .owl-controls {
        position: absolute;
        top: -50px;
        transform: translate(0, 0);
        text-align: center;
        margin: auto;
        left: 0;
        right: 0
    }
    .room-overview.owl-theme .owl-controls .owl-prev {
        background: url(../images/arrow_l.png);
        width: 15px;
        background-size: 20px;
        height: 34px;
        position: relative;
        bottom: 0;
        left: 0
    }
    .room-overview.owl-theme .owl-controls .owl-next {
        background: url(../images/arrow_r.png);
        width: 15px;
        background-size: 20px;
        height: 34px;
        position: relative;
        bottom: 0;
        left: 0;
        margin-left: 160px
    }
    .dine-wrap h2 {
        margin-top: 20px
    }
    #owl-demo .item {
        margin: 0
    }
    .owl-theme .owl-controls .owl-next {
        background: url(../images/arrow_r.png);
        width: 28px;
        height: 44px;
        position: absolute;
        bottom: 70%;
        right: 10px
    }
    .owl-theme .owl-controls .owl-prev {
        background: url(../images/arrow_l.png);
        width: 28px;
        height: 44px;
        position: absolute;
        bottom: 70%;
        left: 10px
    }
    .heading {
        font-size: 22px;
        margin-top: 0px
    }
    .d-cnt-overview {
        padding-left: 0
    }
    .offer-cont h2 {
        margin: 5px 0;
        font-size: 14px
    }
    .offer-cont a {
        font-size: 11px;
        padding: 5px 12px
    }
    .form-footer li {
        width: 57%;
        display: inline-block;
        padding: 0px
    }
    .form-footer li:last-child {
        width: 32%;
        display: inline-block;
        padding: 0px
    }
    .brand-img img {
        width: 100%
    }
    .brand-content {
        padding: 10px
    }
    .b-now {
        width: 160px;
        font-size: 14px;
        margin-top: 20px
    }
    .b-feat {
        width: 160px;
        font-size: 14px;
        margin-top: 10px
    }
    .dine-cont-main {
        height: auto !important
    }
    .dine-cont {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        padding: 20px 5px
    }
    .dine-cont>a {
        padding: 8px 30px;
        margin-top: 20px;
        display: inline-block;
        color: #000;
        margin-bottom: 20px
    }
    .louge-img img {
        width: 100%
    }
    .bot-cnt {
        width: 100%;
        background: #fff;
        padding: 10px
    }
    .louge-content {
        min-height: auto;
        padding: 20px 0 0
    }
    .bot-cnt {
        bottom: 0px;
        text-align: justify;
        position: relative;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 15px
    }
    .louge-content h4 {
        margin-top: 0px
    }
    .faci-heading h3 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 0px;
        padding: 0% 0%;
        text-align: center
    }
    .faci-content p {
        font-size: 15px;
        color: #000000;
        display: block;
        padding: 5% 15px;
        text-align: justify
    }
    .nav-mob {
        position: fixed;
        top: 0;
        z-index: 999999;
        right: -100%;
        border-left: solid 2px #5b5a5c;
        background: #414042;
        bottom: 0;
        text-align: left;
        padding: 0px;
        width: 250px;
        transition: all ease-in-out 1s
    }
    .nav-mob.slide {
        right: 0%
    }
    .ceo-content {
        width: 100%;
        margin: 0 auto 0;
        background: rgba(0, 0, 0, .8);
        padding: 10px 10px
    }
    .value-content {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        padding: 0 !important;
        text-align: center !important;
        transform: translate(0%, 0%) !important;
        left: 0 !important
    }
    .value-content h4 {
        font-size: 15px;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 1px;
        font-weight: 200;
        margin: 20px
    }
    .ceo-mss img {
        width: 100%
    }
    #myCarousel.slide-property {
        height: 40vh;
        margin-top: 90px
    }
    #myCarousel.slide-property .item {
        height: 40vh
    }
    #myCarousel.slide-property .item img {
        height: 40vh;
        position: relative;
        object-fit: cover
    }
    .nav-mob {
        display: block
    }
    .nav-mob ul {
        padding: 0px;
        float: left;
        width: 100%;
        margin: 0px;
        list-style: none;
        text-align: left
    }
    .nav-mob ul li {
        text-align: left
    }
    .nav-mob ul li a {
        float: left;
        text-align: center;
        display: block;
        width: 100%;
        padding: 5px 0;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 200
    }
    .close-x {
        background: #d0b169;
        padding: 13px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 10px
    }
    .close-menu {
        padding: 5px 10px;
        width: 30px;
        height: 30px;
        background: #000;
        border-radius: 50%;
        display: inline-block;
        margin-right: 7px
    }
    .book-mobile {
        position: fixed;
        bottom: 0;
        z-index: 99999;
        left: 0;
        width: 100%
    }
    .booking-col li {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin-bottom: 7px
    }
    .booking-col li:last-child {
        width: 100%
    }
    .booking-col li:last-child input {
        margin-top: 10px
    }
    .close-book {
        padding: 10px 30px 0;
        background: #fff;
        font-size: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .offers {
        margin: 0;
        width: unset
    }
    .booking_main input {
        background: none !important
    }
    .brand-img img {
        width: 100%
    }
    .ceo-mss>img {
        width: 100%
    }
    .ceo-content {
        width: 100%;
        margin: 80px auto 0;
        background: rgba(0, 0, 0, .8);
        padding: 5px 10px 13px;
        font-size: 12px
    }
    .value-content p {
        font-size: 13px;
        color: #fff;
        line-height: 21px
    }
    .heading-2 {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 10px;
        width: 100%;
        border-bottom: none;
        padding-bottom: 10px
    }
    .heading-2 span {
        color: #d0b168;
        font-weight: 600;
        font-family: "Josefin Sans", sans-serif;
        margin: 0px
    }
    .heading-2 span h2 {
        font-size: 36px;
        margin: 0;
        font-weight: 600
    }
    .b-story-contentb-story-content {
        text-align: center
    }
    .inner-header .container {
        margin: 0px
    }
    .inner-header ul li {
        padding: 3px
    }
    .inner-header ul li a {
        font-size: 11px;
        letter-spacing: 0px
    }
    .dine-cont {
        padding: 0px
    }
    .dine-cont>h4 {
        padding: 0px 0px 10px 0px;
        margin-bottom: 10px;
        font-size: 16px
    }
    .dine-cont>p {
        font-size: 14px;
        margin-bottom: 10px
    }
    .dine-cont>a {
        padding: 5px 15px;
        margin-top: 10px;
        display: inline-block
    }
    .faci-heading h3 {
        font-size: 20px;
        letter-spacing: 1px;
        color: #d1b168;
        margin-bottom: 15px;
        margin-top: 20px;
        text-transform: uppercase;
        padding: 0% 5%
    }
    .faci-content p {
        padding: 5%
    }
    .form-footer {
        width: 650px
    }
    #myCarousel.slide-property {
        height: 50vh
    }
    #myCarousel.slide-property .item {
        height: 50vh
    }
    #myCarousel.slide-property .item img {
        height: 50vh
    }
    .event-box-content {
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        padding: 12px;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        border: solid 2px rgba(255, 255, 255, .5);
        color: #fff;
        min-height: 270px
    }
    .events-box img {
        width: 100%
    }
    .booking {
        width: 94%
    }
    .booking-col li {
        padding: 0 4px
    }
    .booking-col li input[type="submit"] {
        font-size: 10px
    }
    .booking-col li input {
        font-size: 16px;
        width: 100%;
        font-size: 10px;
        padding: 7px
    }
}

.owl-controls .owl-next,
.owl-controls .owl-prev {
    color: transparent !important
}

.offer-cont ul li {
    line-height: 25px
}

@media (min-width:220px) and (max-width:767px) {
    .room-overview.owl-theme .owl-controls .owl-prev:after {
        margin-top: -14px
    }
    a.mobile_phone_icon {
        color: #fff;
        position: absolute;
        right: 80px;
        top: 43px;
        z-index: 999;
        font-size: 26px;
        display: none
    }
    .media-box img.media-box-img {
        width: 100%
    }
    @media(max-width:600px) {
        a.mobile_phone_icon {
            display: inline-block !Important
        }
        .heading span {
            margin-top: 10px;
            display: inline-block
        }
        .input input {
            font-weight: bold
        }
        .textarea textarea {
            font-weight: bold
        }
        .home-slidersss {
            margin-top: 82px !Important
        }
    }
    input[type=number] {
        -moz-appearance: textfield
    }
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }
    input[type=number]:hover {
        -moz-appearance: textfield
    }
    .position-relative {
        position: relative !important
    }
    span.error {
        position: absolute;
        left: 5px;
        top: 50px;
        color: red;
        font-size: 12px;
        width: 200px;
        padding-left: 10px;
        text-align: left
    }
    input.invalid {
        border-bottom-color: #ff7b7b
    }
    .modal span.error {
        position: absolute;
        left: 5px;
        top: 35px;
        color: red;
        font-size: 12px;
        width: 200px;
        padding-left: 10px;
        text-align: left
    }
    .booking-col span.error {
        bottom: -15px;
        top: unset
    }
    .booking-col li {
        position: relative
    }
    .slide-property,
    .slide-property .item {
        height: 100vh
    }
    .slide-property .carousel-inner>.item>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 100vh
    }
    #close {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 30px;
        color: #fff;
        opacity: 1;
        z-index: 999
    }
    .home-slider {
        margin-top: -22px
    }
    .Touchpoints li {
        display: inline-block;
        margin: 0 45px 20px 0
    }
    .Touchpoints ul {
        text-align: center;
        margin-top: 30px
    }
    .container-fluid.Touchpoints {
        padding: 0;
        background: #f1f1f1
    }
    ul.brands-all {
        margin: 0;
        padding: 0;
        text-align: center
    }
    ul.brands-all li {
        display: inline-block;
        padding: 10px;
        color: #000;
        box-shadow: 5px 6px 6px 6px #e6e6e6
    }
    ul.brands-all li a {
        display: block;
        padding: 10px;
        color: #d0b169;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }
    ul.brands-all li a img {
        width: 140px;
        display: block;
        margin-bottom: 8px
    }
    @media (max-width:768px) {
        .brands-alls {
            padding: 30px 0 0
        }
        .Touchpoints li,
        .Touchpoints ul {
            margin: 0;
            padding: 0
        }
        .container-fluid.Touchpoints {
            padding: 20px 15px;
            margin: 15px 0
        }
        .Touchpoints li img {
            width: 100px;
            padding: 10px
        }
        ul.brands-all li a img {
            width: 100px;
        }
    }
    .video_cntr {
        position: relative;
        background: #000;
        top: 0;
        bottom: 0
    }
    .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .8
    }
    .iframe_video {
        overflow: hidden
    }
    .video_cntr {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%
    }
    .owl-theme .owl-controls .owl-next,
    .owl-theme .owl-controls .owl-prev {
        bottom: 50%
    }
    .slide-property,
    .slide-property .item {
        height: 100vh
    }
    .slide-property .carousel-inner>.item>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 100vh
    }
    #close {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 30px;
        color: #fff;
        opacity: 1;
        z-index: 999
    }
    .home-slider {
        margin-top: -22px
    }
    .Touchpoints li {
        display: inline-block;
        margin: 0 45px 20px 0
    }
    .Touchpoints ul {
        text-align: center;
        margin-top: 30px
    }
    .container-fluid.Touchpoints {
        padding: 0;
        background: #f1f1f1
    }
    ul.brands-all {
        margin: 0;
        padding: 0;
        text-align: center
    }
    ul.brands-all li {
        display: inline-block;
        padding: 10px;
        color: #000;
        box-shadow: 5px 6px 6px 6px #e6e6e6
    }
    ul.brands-all li a {
        display: block;
        padding: 10px;
        color: #d0b169;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }
    ul.brands-all li a img {
        width: 140px;
        display: block;
        margin-bottom: 8px;
    }
    @media (max-width:768px) {
        .brands-alls {
            padding: 30px 0 0;
        }
        .Touchpoints li,
        .Touchpoints ul {
            margin: 0;
            padding: 0;
        }
        .container-fluid.Touchpoints {
            padding: 20px 15px;
            margin: 15px 0;
        }
        .Touchpoints li img {
            width: 100px;
            padding: 10px;
        }
        ul.brands-all li a img {
            width: 100px;
        }
    }
    .video_cntr {
        position: relative;
        background: #000;
        top: 0;
        bottom: 0;
    }
    .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .8;
    }
    .iframe_video {
        overflow: hidden;
    }
    .video_cntr {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    .owl-theme .owl-controls .owl-next,
    .owl-theme .owl-controls .owl-prev {
        bottom: 50%;
    }
    #menu-toggle {
        position: fixed;
        z-index: 9999999999;
        left: 30px;
        top: 31px;
    }
    .covid-19-20 a {
        color: #fff;
        font-size: 16px;
        font-family: "Josefin Sans", sans-serif;
    }
    .covid-19-20 {
        position: fixed;
        top: 5px;
        z-index: 999;
        color: #ccc;
        right: 52px;
    }

}