@font-face {
    font-family: 'Lobster-Regular';
    src: url('../fonts/Lobster-Regular.eot');
    src: url('../fonts/Lobster-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lobster-Regular.woff2') format('woff2'),
        url('../fonts/Lobster-Regular.woff') format('woff'),
        url('../fonts/Lobster-Regular.ttf') format('truetype'),
        url('../fonts/Lobster-Regular.svg#Lobster-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-BoldItalic.eot');
    src: url('../fonts/GoogleSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/GoogleSans-BoldItalic.woff') format('woff'),
        url('../fonts/GoogleSans-BoldItalic.ttf') format('truetype'),
        url('../fonts/GoogleSans-BoldItalic.svg#GoogleSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Medium.eot');
    src: url('../fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Medium.woff2') format('woff2'),
        url('../fonts/GoogleSans-Medium.woff') format('woff'),
        url('../fonts/GoogleSans-Medium.ttf') format('truetype'),
        url('../fonts/GoogleSans-Medium.svg#GoogleSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-MediumItalic.eot');
    src: url('../fonts/GoogleSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/GoogleSans-MediumItalic.woff') format('woff'),
        url('../fonts/GoogleSans-MediumItalic.ttf') format('truetype'),
        url('../fonts/GoogleSans-MediumItalic.svg#GoogleSans-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Regular.eot');
    src: url('../fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Regular.woff2') format('woff2'),
        url('../fonts/GoogleSans-Regular.woff') format('woff'),
        url('../fonts/GoogleSans-Regular.ttf') format('truetype'),
        url('../fonts/GoogleSans-Regular.svg#GoogleSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Italic.eot');
    src: url('../fonts/GoogleSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Italic.woff2') format('woff2'),
        url('../fonts/GoogleSans-Italic.woff') format('woff'),
        url('../fonts/GoogleSans-Italic.ttf') format('truetype'),
        url('../fonts/GoogleSans-Italic.svg#GoogleSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Bold.eot');
    src: url('../fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Bold.woff2') format('woff2'),
        url('../fonts/GoogleSans-Bold.woff') format('woff'),
        url('../fonts/GoogleSans-Bold.ttf') format('truetype'),
        url('../fonts/GoogleSans-Bold.svg#GoogleSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/BarlowCondensed-Regular.eot');
    src: url('../fonts/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BarlowCondensed-Regular.woff2') format('woff2'),
        url('../fonts/BarlowCondensed-Regular.woff') format('woff'),
        url('../fonts/BarlowCondensed-Regular.ttf') format('truetype'),
        url('../fonts/BarlowCondensed-Regular.svg#BarlowCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Google Sans';
    overflow-x: hidden;
}

body.dark-version {
    background: #000000;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
    position: relative;
}

* {
    outline: none;
}

.container {
    max-width: 1280px;
}

@media (min-width: 2000px) {
    .container {
        width: 1280px;
        max-width: 100%;
    }
}

#mask {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000;
    top: 0;
    left: 0
}

body.dark-version .navbar li .dropdown-item {
    color: #ffffff !important;
}

body.dark-version .dropdown-item:focus,
body.dark-version .dropdown-item:hover {
    background: #ff7200 !important;
}

.material-icon .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: material-rotate-all 1s linear infinite
}

.material-icon .spinner .left-side,
.material-icon .spinner .right-side {
    animation: material-fade-in-first 1.2s linear infinite alternate
}

.material-icon .spinner.color-2 .left-side,
.material-icon .spinner.color-2 .right-side {
    animation: material-fade-in-second 1.2s linear infinite alternate
}

.material-icon .left-side,
.material-icon .right-side {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}

.material-icon .left-side {
    left: 0
}

.material-icon .right-side {
    right: 0
}

.material-icon .bar {
    border-color: #ff7200;
    width: 100%;
    height: 100%;
    border-radius: 12.5rem 0 0 12.5rem;
    border: 6px solid #ff7200;
    position: relative
}

.material-icon .bar:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #ff7200;
    position: absolute;
    border-radius: 0.375rem
}

.material-icon .right-side .bar {
    border-radius: 0 12.5rem 12.5rem 0;
    border-left: none;
    -webkit-transform: rotate(-10deg);
    -webkit-transform-origin: left center;
    transform: rotate(-10deg);
    transform-origin: left center;
    animation: material-rotate-right .75s linear infinite alternate
}

.material-icon .right-side .bar:after {
    bottom: -0.375rem;
    left: -0.1875rem
}

.material-icon .left-side .bar {
    border-right: none;
    transform: rotate(10deg);
    transform-origin: right center;
    animation: material-rotate-left .75s linear infinite alternate
}

.material-icon .left-side .bar:after {
    bottom: -0.375rem;
    right: -0.1875rem
}

@keyframes material-rotate-left {
    to {
        transform: rotate(30deg)
    }

    0% {
        transform: rotate(175deg)
    }
}

@keyframes material-rotate-right {
    0% {
        transform: rotate(-175deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

@keyframes material-rotate-all {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes material-fade-in-first {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes material-fade-in-second {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.material-icon {
    top: 50%;
    height: 65px;
    width: 65px;
    position: relative;
    margin: -2rem auto 0;
    display: block
}

#slider1 h2 {
    font-family: Lobster-Regular;
    line-height: 12.5rem;
    font-size: 2.8438rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.53;
    letter-spacing: normal;
    text-align: center;
    color: #f9f9f9;
    padding: 0 0.625rem;
}

#slider1 h2 span {
    color: #ff7200;
    font-size: 4.375rem;
}

#slider1 p.title {
    font-family: Google Sans;
    font-size: 5.2813rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.72;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#slider1 p.description {
    font-family: Google Sans;
    font-size: 1.2813rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.51;
    letter-spacing: normal;
    text-align: center;
    color: #f9f9f9;
}

#slider1 .text {
    font-family: Google Sans;
    font-size: 1.3438rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e8d8d;
}

#slider1 .tp-revslider-slidesli .tp-mask-wrap {
    height: 300px;
    padding-top: 0.625rem;
}

#slider1 a.bt-orange:hover {
    border: solid 1px #ffffff;
    background: transparent;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

#slider1 a.bt-orange {
    font-family: Google Sans;
    border: solid 1px #ff7200;
    background-color: #ff7200;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-stretch: normal;
    font-size: 0.9688rem;
    text-align: center;
    line-height: 0.75rem;
    padding: 1.5625rem 3.75rem;
    transition: all 0.5s ease !important;
    margin: 0 2.25rem;
    float: none;
}

a.bt-default:hover {
    border: solid 1px #ff7200;
    background: #ff7200;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

a.bt-orange.center {
    display: table;
    margin: auto;
    float: none;
    margin-top: 3.125rem;
}

a.bt-default {
    font-family: Google Sans;
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-stretch: normal;
    font-size: 0.9688rem;
    text-align: center;
    line-height: 0.75rem;
    padding: 1.5625rem 3.75rem;
    transition: all 0.5s ease !important;
}

a.bt-orange:hover,
a.bt-orange:active,
a.bt-orange:focus,
button.bt-orange:hover,
button.bt-orange:active,
button.bt-orange:focus {
    border: solid 1px #ff7200;
    background: #ff7200;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

a.bt-orange,
button.bt-orange {
    font-family: Google Sans;
    border: solid 1px #ff7200;
    background-color: #ff7200;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    font-stretch: normal;
    font-size: 0.9688rem;
    text-align: center;
    line-height: 0.75rem;
    padding: 1.5rem 1.9375rem;
    transition: all 0.5s ease !important;
    cursor: pointer;
    text-decoration: none !important;
}

.design-slider a.bt-orange {
    padding: 1.5rem 2.5625rem;
}

body.dark-version a.bt-orange,
body.dark-version #slider1 a.bt-orange,
body.dark-version a.bt-default:hover,
body.dark-version .loadmore.min span {
    background: #1ea022;
    border: 1px solid #1ea022;
}

body.dark-version #slider1 a.bt-orange:hover {
    background: transparent;
    border: 1px solid #ffffff;
}

body.dark-version a.bt-orange.bt-menu-reserve {
    background: #ff7200;
    border: 1px solid #ff7200;
}

.overlayer-fixed.fixed-small a.bt-orange.bt-menu-reserve:hover {
    border: 1px solid #ff7200;
    background: transparent;
    color: #ff7200;

}

a.bt-orange.bt-menu-reserve:hover,
body.dark-version a.bt-orange.bt-menu-reserve:hover,
body.dark-version .overlayer-fixed.fixed-small a.bt-orange.bt-menu-reserve:hover {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

a.bt-orange.left,
button.bt-orange.left {
    float: left;
}

a.bt-orange span,
button.bt-orange span {
    left: 0.625rem;
    position: relative;
}

a.bt-orange span.left0,
button.bt-orange span.left0 {
    left: 0;
}

a.bt-orange span img,
.loadmore span img,
.booking-form label span img,
button.bt-orange span img {
    overflow: hidden;
    height: 13px;
    filter: invert(100%) sepia(0%) saturate(7480%) hue-rotate(7deg) brightness(113%) contrast(96%);
    top: -1px
}

a.bt-orange:hover span,
button.bt-orange:hover span {
    animation-duration: 1s;
    animation-name: btArrow;
    animation-iteration-count: infinite;
}

.featured-carrusel a.bt-orange:hover span,
.featured-carrusel button.bt-orange:hover span {
    animation: none;
}

a.bt-orange.featured {
    padding: 0 2.6875rem;
    background: #ce9852;
    border: 1px solid #ce9852;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

a.bt-orange.bt-menu-reserve {
    padding: 1.125rem 1.5625rem;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 0.9375rem;
    margin-right: 1.5625rem;
}

.section.menu a.bt-orange.featured:hover {
    border: solid 1px #ff7200;
    background-color: #ff7200;
}

#slider1 .btns-box {
    text-align: center !important;
}

#slider1 .tparrows {
    cursor: pointer;
    background: transparent;
    width: 59px;
    height: 59px;
    position: absolute;
    display: block;
    z-index: 1000;
    margin-top: -6.25rem;
}

/*----------------- basics end -------------------*/


/*----------------- navbar start -------------------*/
.navbar {
    font-family: Google Sans, sans-serif;
    list-style: none;
    margin: 0.3125rem 0;
    padding: 0;
    transition: margin .5s ease;
    display: block;
}

.navbar li {
    display: inline-block;
    margin: 0 0.75rem
}

.navbar li .dropdown-item,
.navbar li .nav-link {
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: 0.0125rem;
    transition: all .5s ease;
    position: relative;
    text-transform: uppercase;
    font-family: 'Google Sans';
    padding: 0.5rem 0.4375rem;
}

.navbar li .dropdown-item {
    color: #0e0e0f;
}

@media (max-width:991.98px) {

    .navbar li .dropdown-item,
    .navbar li .nav-link {
        text-align: center;
        color: #0e0e0f;
    }
}


.navbar li .dropdown-item:hover,
body.dark-version .navbar li .dropdown-item:hover,
.navbar li .nav-link.active,
.navbar li .nav-link:hover {
    color: #ff7200 !important;
}

.navbar li .dropdown-item.active {
    color: #ffffff
}

.navbar li .dropdown-item.active,
.navbar li .dropdown-item:active {
    background-color: #ff7200;
    color: #ffffff
}

.navbar li .nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    background-color: #ff7200 !important;
    transition: width .5s ease
}

@media (max-width:991.98px) {
    .navbar li .nav-link:before {
        left: 50%;
        margin-left: -0.625rem
    }
}

.navbar li .nav-link.active,
.navbar li .nav-link:hover {
    color: #ff7200
}

.navbar li .nav-link.active:before,
.navbar li .nav-link:hover:before {
    width: 100%
}

@media (min-width:992px) {
    .navbar li:last-child .nav-link {
        margin-right: 0
    }

    .navbar li:first-child .nav-link {
        margin-left: 0
    }
}

.navbar li {
    display: inline-block;
    margin: 0 0.25rem;
}

.contact-address>ul {
    padding-left: 0;
}

li.nav-social {
    margin-left: 0;
    list-style: none;
}

li.nav-social ul {
    margin: 0;
    padding: 0
}

li.nav-social ul li {
    padding: 0 1.25rem 0 0;
    min-width: 20px;
    list-style: none;
    display: inline-block;
    font-size: 1.25rem;
}

li.nav-social ul li a {
    color: #000;
}

li.nav-social ul li a:hover {
    color: #ff7200;
}

li.nav-social ul .nav-link {
    width: 100%;
    text-align: center;
    padding: 0
}

li.nav-social ul .nav-link:before {
    display: none
}

.vmenu .navbar {
    padding: 0
}

.vmenu .navbar>.container {
    padding: 0;
    display: block
}

.vmenu .navbar .navbar-brand {
    position: relative;
    top: 0;
    padding: 0
}

.vmenu .navbar .navbar-brand:before {
    display: none
}

.vmenu .navbar .navbar-nav {
    display: block;
    margin-top: 3.75rem
}

.vmenu .navbar .navbar-nav .nav-link {
    padding: 0;
    margin: 2.4375rem 0;
    font-size: 0.875rem;
    letter-spacing: 0.1625rem;
    font-weight: 400
}

.vmenu .navbar .navbar-nav .nav-link:before {
    bottom: -2px
}

.vmenu .navbar .navbar-collapse {
    display: block !important
}

.lightmenu .navbar li .nav-link,
.lightmenu .navbar li .nav-link.active,
.lightmenu .navbar li .nav-link:hover {
    color: #fff
}

.navbar-toggler:focus {
    outline: 0
}

.navbar-toggler-icon {
    background-image: url(../img/demo/icons/hamburguer.svg)
}

.hambuger {
    margin-left: 2.0625rem !important;
}

.onlyresponsive {
    display: none !important;
}

.onlydesktop {
    display: block !important;
}

.justify-content-center {
    margin: auto;
}

.dropdown-icon {
    position: absolute;
    overflow: hidden;
    float: left;
    margin: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background .2s;
    width: 40px;
    height: 17px;
    font-size: 1rem;
    z-index: 1;
    padding: 0;
    top: -0.3125rem;
    background-color: transparent
}

@media (min-width:768px) {
    .dropdown-icon {
        padding: 0;
        top: 0.5rem;
        right: 0
    }
}

@media screen and (min-width:40em) {
    .dropdown-icon {
        font-size: 1.25rem
    }
}

@media screen and (min-width:64em) {
    .dropdown-icon {
        font-size: 1.25rem
    }
}

.dropdown-icon:focus {
    outline: none
}

.dropdown-icon span {
    display: block;
    position: relative;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    height: 2px
}

.dropdown-icon span:after,
.dropdown-icon span:before {
    position: relative;
    display: block;
    left: 0;
    width: 100%;
    background-color: #fff;
    content: "";
    height: 2px
}

.bodypadding {
    padding-top: 9.375rem;
}

header.overlayer-fixed.bodypadding {
    background: #ffffff;
}

.bt-orange.bt-reserve-slider {
    margin-top: 0.625rem;
}

body.bodypadding header.overlayer-fixed .navbar li .dropdown-item,
body.bodypadding header.overlayer-fixed .navbar li .nav-link {
    color: #0e0e0f;
}

body.dark-version.bodypadding header.overlayer-fixed .navbar li .dropdown-item,
body.dark-version.bodypadding header.overlayer-fixed .navbar li .nav-link {
    color: #ffffff;
}

body.bodypadding header.overlayer-fixed .navbar li .dropdown-item:hover,
body.bodypadding header.overlayer-fixed .navbar li .nav-link:hover,
body.bodypadding header.overlayer-fixed .navbar li .nav-link.active {
    color: #ff7200 !important;
}

body.dark-version .dropdown-menu.show {
    background: #000000;
}

body.bodypadding header.overlayer-fixed a.mr-3 {
    color: #0e0e0f !important;
}

body.dark-version.bodypadding header.overlayer-fixed a.mr-3 {
    color: #ffffff !important;
}

body.bodypadding header.overlayer-fixed a.mr-3:hover {
    color: #ff7200 !important;
}


.header.overlayer-fixed.fixed-small .dropdown-icon span,
.header.overlayer-fixed.fixed-small .dropdown-icon span:after,
.header.overlayer-fixed.fixed-small .dropdown-icon span:before,
.design-page .header.overlayer-fixed .dropdown-icon span,
.design-page .header.overlayer-fixed .dropdown-icon span:after,
.design-page .header.overlayer-fixed .dropdown-icon span:before,
.bodypadding .dropdown-icon span,
.bodypadding .dropdown-icon span:after,
.bodypadding .dropdown-icon span:before {
    background-color: #0e0e0f
}

body.dark-version.design-page .header.overlayer-fixed .dropdown-icon span,
body.dark-version.design-page .header.overlayer-fixed .dropdown-icon span:after,
body.dark-version.design-page .header.overlayer-fixed .dropdown-icon span:before {
    background: #ffffff;
}

a.mr-3 {
    color: #ffffff !important;
}

a.mr-3:hover {
    color: #ff7200 !important;
}

.header.overlayer-fixed.fixed-small .fab {
    color: #0e0e0f !important;
}

body.dark-version .header.overlayer-fixed.fixed-small .fab {
    color: #ffffff !important;
}

body.dark-version .header.overlayer-fixed a.mr-3:hover {
    color: #ff7200;
}

.design-page .header.overlayer-fixed {
    background: transparent;
}

.design-page .header.overlayer-fixed .navbar-brand {
    display: none;
}

.design-page .header.overlayer-fixed .navbar-brand.black {
    display: block;
}

body.dark-versionl.design-page .header.overlayer-fixed .navbar-brand {
    display: block;
}

body.dark-version.design-page .header.overlayer-fixed .navbar-brand.black {
    display: none;
}

.dropdown-icon.invert span,
.dropdown-icon.invert span:after,
.dropdown-icon.invert span:before {
    background-color: #0e0e0f
}

.dropdown-icon span:before {
    bottom: 0.4375rem
}

.dropdown-icon span:after {
    top: 0.3125rem;
    width: 30px;
    margin-left: 0.625rem;
}

.dropdown-icon--animate {
    background-color: transparent
}

.dropdown-icon--animate span,
.dropdown-icon--animate span:after,
.dropdown-icon--animate span:before {
    transition: background 0s .2s
}

.dropdown-icon--animate span:after,
.dropdown-icon--animate span:before {
    transition-duration: .2s, .2s;
    transition-delay: .2s, 0s
}

.dropdown-icon--animate span:before {
    transition-property: top, transform
}

.dropdown-icon--animate span:after {
    transition-property: bottom, transform
}

.dropdown-icon--animate.is-active {
    background-color: transparent
}

.dropdown-icon--animate.is-active span {
    background: none
}

.dropdown-icon--animate.is-active span:after,
.dropdown-icon--animate.is-active span:before {
    background-color: #0e0e0f
}

.dropdown-icon--animate.is-active span:before {
    top: 0.1875rem;
    transform: rotate(45deg)
}

.dropdown-icon--animate.is-active span:after {
    bottom: 0;
    transform: rotate(-45deg)
}

.dropdown-icon--animate.is-active span:after,
.dropdown-icon--animate.is-active span:before {
    transition-delay: 0s, .2s
}

.header {
    max-width: 100%;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0);
    position: relative;
}


.header.fullwidth {
    width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.header.fullwidth .container-fluid {
    width: 100%
}

.mt150 {
    margin-top: 9.375rem;
}

.btns-social-slider {
    display: block;
    clear: both;
    margin-top: 10rem;
}

.btns-social-slider .navbar li:first-child {
    margin-left: 0;
}

.btns-social-slider a.mr-3 {
    color: #0e0e0f !important;
    border: 2px solid #0e0e0f;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 50%;
    display: block;
    margin-right: 0 !important;
}

.btns-social-slider a.mr-3:hover {
    color: #ff7200 !important;
    border: 2px solid #ff7200;
}

body.dark-version .btns-social-slider a.mr-3 {
    color: #ffffff !important;
    border: 2px solid #ffffff;
}

body.dark-version .btns-social-slider a.mr-3:hover {
    color: #ff7200 !important;
    border: 2px solid #ff7200;
}

.align-middle {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.align-bottom {
    position: absolute;
    width: 100%;
    bottom: 0.625rem;
    margin-top: -6.25rem;
}

.header.overlayer {
    position: absolute;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    top: 0;
}

.header.overflow {
    transition: top .5s ease;
    position: fixed;
    top: -6.875rem;
    background-color: #fff
}

.header.overflow.fixed {
    top: 0
}

.header.overlayer-fixed {
    position: absolute;
    z-index: 3;
    padding-top: 1.875rem;
    width: 100%;
    top: 0;
}

.header.overlayer-fixed>.row {
    max-width: 1280px;
    margin: 0 auto;
}

.header.overlayer-fixed.fullwidth>.row {
    max-width: 95%;
    margin: 0 auto;
}

.header.overlayer-fixed.fixed-small {
    background-color: #fff;
    padding-bottom: 0.625rem;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
    width: 100%;
    position: fixed;
    padding-top: 0.625rem;
    top: 0;
    left: 0;
}

.header.overlayer-fixed.fixed-small>.row {
    max-width: 1280px;
    margin: 0 auto;

}

.header.overlayer-fixed.fixed-small .justify-content-between {
    padding: 0.9375rem 0 !important;
}

.header.overlayer-fixed.fixed-small .nav-link {
    color: #0e0e0f;
}

.header.overlayer-fixed.fixed-small .navbar li .nav-link.active,
.header.overlayer-fixed.fixed-small .navbar li .nav-link:hover {
    color: #ff7200
}

.header.overlayer-fixed.fixed-small .navbar {
    margin-top: 0;
}

.header.overlayer-fixed.fixed-small .nav-link {
    padding-top: 0
}

.header.overlayer-fixed.fixed-small .navbar-brand {
    width: auto
}

.vmenu .header {
    padding: 3.4375rem 3.625rem
}

li.nav-item.dropdown.show .dropdown-menu {
    padding: .5rem 0.625rem;
}

.navbar-brand {
    width: auto;
    margin: 0;
    padding: 0;
    transition: width .5s ease
}

.overlayer-fixed .navbar-brand {
    display: block;
}

.overlayer-fixed .navbar-brand.black {
    display: none;
}

.overlayer-fixed.fixed-small .navbar-brand {
    display: none;
}

.overlayer-fixed.fixed-small .navbar-brand.black {
    display: block;
}

body.bodypadding .overlayer-fixed .navbar-brand {
    display: none;
}

body.bodypadding .overlayer-fixed .navbar-brand.black {
    display: block;
}

body.dark-version.bodypadding .overlayer-fixed .navbar-brand {
    display: block;
}

body.dark-version.bodypadding .overlayer-fixed .navbar-brand.black {
    display: none;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-toggler-right {
    top: 1.25rem
}

@media (max-width:991.98px) {
    .navbar-toggleable-md>.container {
        width: 100%
    }
}


/*----------------- navbar end -------------------*/


/*----------------- overlay start -------------------*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 2.5rem
}

.overlay .trigger-overlay {
    cursor: pointer;
    padding: 0.625rem;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 1.25rem;
    top: 1.25rem;
    z-index: 1;
    background-image: url(../img/demo/icons/close.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

@media (min-width:2000px) {
    .overlay .trigger-overlay {
        right: 3.375rem;
        top: 3.375rem
    }
}

.overlay-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9)
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 3.375rem;
    transform: translateY(-50%)
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative
}

.overlay ul li {
    display: block;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1), opacity 1s cubic-bezier(.19, 1, .22, 1);
    transform: translate3d(0, 100px, 0) scale(.95);
    opacity: 0 !important
}

.overlay ul li:first-child {
    transition-delay: 0s
}

.overlay ul li:nth-child(2) {
    transition-delay: .1s
}

.overlay ul li:nth-child(3) {
    transition-delay: .2s
}

.overlay ul li:nth-child(4) {
    transition-delay: .3s
}

.overlay ul li:nth-child(5) {
    transition-delay: .4s
}

.overlay ul li:nth-child(6) {
    transition-delay: .5s
}

.overlay ul li:nth-child(7) {
    transition-delay: .6s
}

.overlay ul li:nth-child(8) {
    transition-delay: .7s
}

.overlay ul li:nth-child(9) {
    transition-delay: .8s
}

.overlay ul li:nth-child(10) {
    transition-delay: .9s
}

.overlay ul li a {
    display: inline-block;
    transition: color .5s;
    font-size: 3.75rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: -3px;
    text-align: center;
    color: #fff
}

.overlay ul li a:before {
    content: "";
    width: 0;
    height: 4px;
    background-color: #ff7200;
    display: inline-block;
    position: relative;
    top: -1rem;
    left: 2.6875rem;
    margin-right: 3.75rem;
    transition: width .5s
}

.overlay ul li.current a:before,
.overlay ul li:hover a:before {
    width: 90px
}

.overlay ul li.current a {
    color: #fff
}

.overlay ul li.current a:before {
    background-color: #ff7200
}

.overlay ul li a:focus,
.overlay ul li a:hover {
    border-bottom: none;
    text-decoration: none
}

/* Submenu inside overlay */
.overlay ul li.dropdown ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.overlay ul li.dropdown ul li {
    width: 100%;
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
}
.overlay ul li.dropdown ul li a {
    font-size: 1.875rem;
    letter-spacing: 0;
    padding: 0.625rem 0;
    display: block;
    width: 100%;
}
.overlay ul li.dropdown ul li a:before {
    display: none !important;
}

.overlay-hugeinc,
.overlay-hugeinc.close {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 3
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    padding: 0
}

.overlay-hugeinc.open ul li {
    transform: translateZ(0) scale(1);
    opacity: 1 !important
}

/*----------------- overlay end -------------------*/


.uranus.tp-bullets {
    visibility: visible !important;
    opacity: 1 !important;
    top: 50%;
    transform: translateY(-50%);
    left: 99% !important;
    width: 11px !important;
}

.uranus .tp-bullet {
    width: 6px !important;
    height: 6px !important;
    display: block;
    position: relative;
    margin-bottom: 0.3125rem;
}

.uranus .tp-bullet:after {
    display: none !important
}

.uranus .tp-bullet.selected {
    width: 12px !important;
    height: 12px !important;
    opacity: 1;
    left: -0.1875rem !important;
}


.slick-arrow {
    position: absolute;
    top: -7.5rem;
    right: 0;
    width: 52px;
    height: 52px;
    border: none;
    margin-right: 1.25rem;
}

.testimonials-content .slick-arrow {
    right: auto;
    left: 0;
}

.testimonials-content .slick-arrow.slick-next {
    left: 3.1875rem;
}


.slick-arrow.bottom {
    top: auto;
    bottom: -5rem;
    margin-right: 0.625rem;
}

.slick-arrow.bottom.mr20 {
    margin-right: 1.25rem;
}

.slick-arrow.bottom.mr0 {
    margin-right: 0;
    bottom: -8.75rem;
}

.testimonials-content .slick-arrow.bottom.mr0 {
    bottom: -5rem;
}

.slide-home .slick-arrow.bottom {
    bottom: 0.3125rem;
    width: 100px;
    height: 100px;
    z-index: 2;
    right: -6.8125rem;
}

.slide-home .slick-arrow.bottom.slick-prev {
    right: -0.625rem;
}

.content-designslider {
    margin-left: -0.9375rem;
}

.slick-list,
.slick-slide {
    outline: none !important;
}

.navbar li.hambuger {
    position: relative;
    right: 0;
}

.slick-arrow.slick-next {
    background: url(../img/demo/slick/bt-arrow-gray.svg) no-repeat center #e2dede;
    background-size: 8px 13px;
}

.slick-arrow.slick-prev {
    right: 3.25rem;
    background: url(../img/demo/slick/bt-arrow-gray.svg) no-repeat center #f0f0f0;
    transform: rotate(180deg);
    background-size: 8px 13px;
}

.slick-slide {
    padding-right: 1px;
}

.slider-home .slick-slide {
    padding-right: 0;
}

.slick-arrow.slick-next:hover,
.slick-arrow.slick-prev:hover {
    background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center #191b1b;
    background-size: 8px 13px;
}

.slick-arrow.slick-prev.light:hover {
    background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center #f0f0f0;
    background-size: 8px 13px;
}

.slick-arrow.slick-next.light:hover {
    background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center #e2dede;
    background-size: 8px 13px;
}

.slick-arrow.slick-next.dark {
    background: url(../img/demo/slick/bt-arrow-gray.svg) no-repeat center #e2dede;
    background-size: 8px 13px;
}

.slick-arrow.slick-prev.dark {
    right: 3.25rem;
    background: url(../img/demo/slick/bt-arrow-gray.svg) no-repeat center #f0f0f0;
    transform: rotate(180deg);
    background-size: 8px 13px;
}

.slick-arrow.slick-prev.dark:hover {
    background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center #f0f0f0;
    background-size: 8px 13px;
}

.slick-arrow.slick-next.dark:hover {
    background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center #e2dede;
    background-size: 8px 13px;
}

.testimonials-content .slick-arrow.slick-next,
body.dark-version .slick-arrow.slick-next {
    background: url(../img/demo/slick/bt-arrow-white.svg) no-repeat center #252727;
    background-size: 8px 13px;
}

.testimonials-content .slick-arrow.slick-prev,
body.dark-version .slick-arrow.slick-prev {
    right: 3.25rem;
    background: url(../img/demo/slick/bt-arrow-white.svg) no-repeat center #2f3131;
    transform: rotate(180deg);
    background-size: 8px 13px;
}

.testimonials-content .slick-arrow.slick-prev:hover,
body.dark-version .slick-arrow.slick-prev:hover {
    background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center #2f3131;
    background-size: 8px 13px;
}

.testimonials-content .slick-arrow.slick-next:hover,
body.dark-version .slick-arrow.slick-next:hover {
    background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center #252727;
    background-size: 8px 13px;
}

.slick-dots {
    position: absolute;
    bottom: -3.75rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: -1;
}

.section.testimonials .slick-dots {
    z-index: 1
}

.section.menu .slick-dots {
    bottom: -4.625rem;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0.3125rem;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ddd9d9;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ff7200;
    border-radius: 50%;
    opacity: 1;
}


a.scroll-down {
    padding-top: 3.75rem;
    position: absolute;
    bottom: 3.75rem;
    left: 50%;
    transform: translateX(-50%);
}

a.scroll-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -0.9375rem;
    border: 2px solid #fff;
    border-radius: 3.125rem;
    box-sizing: border-box;
}

a.scroll-down span::before {
    position: absolute;
    top: 0.625rem;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -0.1875rem;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.equalHW {
    flex: 1;
}

.alignCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alignVCenter {
    display: flex;
    align-items: center;
}

.voffset-10 {
    margin-bottom: 0.625rem;
    width: 100%;
}

.voffset-15 {
    margin-bottom: 0.9375rem;
    width: 100%;
}

.voffset-20 {
    margin-bottom: 1.25rem;
    width: 100%;
}

.voffset-30 {
    margin-bottom: 1.875rem;
    width: 100%;
}

.voffset-40 {
    margin-bottom: 2.5rem;
    width: 100%;
}

.voffset-45 {
    margin-bottom: 2.8125rem;
    width: 100%;
}

.voffset-50 {
    margin-bottom: 3.125rem;
    width: 100%;
}

.voffset-60 {
    margin-bottom: 3.75rem;
    width: 100%;
}

.voffset-70 {
    margin-bottom: 4.375rem;
    width: 100%;
}

.voffset-80 {
    margin-bottom: 5rem;
    width: 100%;
}

.voffset-90 {
    margin-bottom: 5.625rem;
    width: 100%;
}

.voffset-100 {
    margin-bottom: 6.25rem;
    width: 100%;
}

.voffset-110 {
    margin-bottom: 6.875rem;
    width: 100%;
}

.voffset-120 {
    margin-bottom: 7.5rem;
    width: 100%;
}

.voffset-130 {
    margin-bottom: 8.125rem;
    width: 100%;
}

.voffset-131 {
    margin-bottom: 6.25rem;
    width: 100%;
}

.voffset-131.bg {
    padding-bottom: 8.1875rem;
    width: 100%;
    background: #ffffff;
    margin-bottom: 0;
}

.voffset-140 {
    margin-bottom: 8.75rem;
    width: 100%;
}

.voffset-150 {
    margin-bottom: 9.375rem;
    width: 100%;
}

.voffset-160 {
    margin-bottom: 10rem;
    width: 100%;
}

.voffset-170 {
    margin-bottom: 10.625rem;
    width: 100%;
}

.voffset-180 {
    margin-bottom: 11.25rem;
    width: 100%;
}

.voffset-190 {
    margin-bottom: 11.875rem;
    width: 100%;
}

.voffset-200 {
    margin-bottom: 12.5rem;
    width: 100%;
}

.voffset-210 {
    margin-bottom: 13.125rem;
    width: 100%;
}

.voffset-220 {
    margin-bottom: 13.75rem;
    width: 100%;
}

.voffset-230 {
    margin-bottom: 14.375rem;
    width: 100%;
}

.voffset-240 {
    margin-bottom: 15rem;
    width: 100%;
}

.voffset-250 {
    margin-bottom: 15.625rem;
    width: 100%;
}

.voffset-260 {
    margin-bottom: 16.25rem;
    width: 100%;
}

.voffset-270 {
    margin-bottom: 16.875rem;
    width: 100%;
}

.voffset-280 {
    margin-bottom: 17.5rem;
    width: 100%;
}

.voffset-290 {
    margin-bottom: 18.125rem;
    width: 100%;
}

.voffset-300 {
    margin-bottom: 18.75rem;
    width: 100%;
}

.voffset-310 {
    margin-bottom: 19.375rem;
    width: 100%;
}

.voffset-320 {
    margin-bottom: 20rem;
    width: 100%;
}

.voffset-330 {
    margin-bottom: 20.625rem;
    width: 100%;
}

.voffset-340 {
    margin-bottom: 21.25rem;
    width: 100%;
}

h4 {
    font-family: Google Sans;
    font-size: 3.7188rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #191b1b;
}

h4.white {
    color: #ffffff;
}

body.dark-version h4 {
    color: #ffffff;
}

body.dark-version h4.small {
    color: #ff7200;
}

body.dark-version h4.small.light {
    color: #cfa670;
}

body.dark-version h4.small:after {
    color: #302d34;
}

h4.center {
    text-align: center;
}

h4.right {
    text-align: right;
}

h4.small.center {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

h4.small.noline:before {
    content: none;
}

h4.small.right {
    text-align: right;
    padding-left: 0;
    padding-right: 0.3125rem;
}

h4.small.light {
    color: #cfa670;
}

h4.small.medium {
    color: #ce9852;
}

h4.small {
    font-family: Barlow;
    font-size: 1.8438rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: condensed;
    letter-spacing: normal;
    text-align: left;
    color: #ff7200;
    position: relative;
    margin-bottom: 1.25rem;
    padding-left: 0.3125rem;
    padding-right: 0;
}

h4.small:before {
    content: "";
    position: absolute;
    width: 400%;
    background: #3a3342;
    top: 1.1875rem;
    right: 101.5%;
    height: 1px;
}

h4.small.center.noline:before {
    content: none;
}

h4.small.white:before {
    background: #ffffff;
}

h4.small.center:before {
    content: "";
    position: absolute;
    width: 5%;
    background: #3a3342;
    top: 2.625rem;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
}

body.dark-version h4.small:before {
    background: #888888 !important;
}

h4.small.right:before {
    content: "";
    position: absolute;
    width: 400%;
    background: #ffffff;
    top: 1.125rem;
    left: 103%;
    height: 1px;
}


.contentslide {
    width: 100%;
}

.aboutimage {
    text-align: center;
    position: relative;
    width: 960px;
    position: absolute;
    left: 50%;
    margin-left: -3.75rem;
    max-width: 960px;

}

.col-auto {
    padding: 0;
    padding-top: 0.9375rem;
}

.header.overlayer-fixed.fixed-small .col-auto {
    padding-top: 0.3125rem;
}

.contentslide .sliderslide {
    width: 33%;
    display: inline-block;
    margin: 0 1rem;
    margin-bottom: 1.875rem;
    max-width: 100%;
    margin: 0 0.3125rem;
    padding-bottom: 0.9375rem;
}

.contentslide .sliderslide-content {
    padding: 2.5rem 1.25rem 1.25rem;
    border: 1px solid #e2e3e7;
}

.contentslide .sliderslide-content.specialities {
    padding: 3.125rem 4.6875rem 3.125rem 1.875rem;
}

.contentslide .sliderslide-content.specialities h4 {
    font-size: 1.5rem;
    font-weight: 900;
}

.contentslide .sliderslide-content.specialities p {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    max-width: 100%;

}

.contentslide .sliderslide-content img {
    filter: invert(56%) sepia(42%) saturate(5504%) hue-rotate(360deg) brightness(101%) contrast(106%);
    width: 70px;
    min-height: 80px;
}

.dark-version .contentslide .sliderslide-content img {
    filter: invert(49%) sepia(74%) saturate(7236%) hue-rotate(116deg) brightness(109%) contrast(77%);
    min-height: 80px;
}

.dark-version.pattern-version .contentslide .sliderslide-content.specialities img {
    filter: invert(56%) sepia(42%) saturate(5504%) hue-rotate(360deg) brightness(101%) contrast(106%);
    width: 70px;
    min-height: 80px;
}

.dark-version.pattern-version .contentslide .sliderslide-content.specialities:hover img {
    filter: invert(100%) sepia(0%) saturate(7480%) hue-rotate(7deg) brightness(113%) contrast(96%);
    width: 70px;
    min-height: 80px;
}

.contentslide .sliderslide-content:hover {
    background-color: #ff7200;
}

.dark-version .contentslide .sliderslide-content:hover,
.dark-version.pattern-version .contentslide .sliderslide-content:hover {
    background-color: #1ea022 !important;
}

.contentslide .sliderslide-content:hover img {
    filter: invert(100%) sepia(0%) saturate(7480%) hue-rotate(7deg) brightness(113%) contrast(96%);
}

.contentslide .sliderslide-content:hover p {
    color: #ffffff;
}

.contentslide .sliderslide-content h4 {
    color: #191b1b;
    font-family: Google Sans;
    font-size: 1.25rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: condensed;

    letter-spacing: normal;
    text-align: left;
    position: relative;
}

.contentslide .sliderslide-content.center h4 {
    text-align: center;
}

.contentslide .sliderslide-content:hover h4 {
    color: #ffffff;

}

.contentslide .sliderslide-content p {
    color: #807b7b;
    font-family: Google Sans;
    font-size: 0.9375rem;
    max-width: 260px;
}

.contentslide .sliderslide-content.center p {
    text-align: center;
    max-width: 100%;
}

.contentslide .sliderslide-content.center {
    padding: 0;
    text-align: center;
}

.vertical-dots {
    right: -3.125rem;
    list-style: none;
    display: block;
    position: absolute;
    top: 40%;
    margin-top: -0.625rem;
    text-align: right;
}

.vertical-dots li {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.vertical-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ddd9d9;
    border-radius: 50%;
}

.vertical-dots li.slick-active {
    margin: 0.3125rem 0 0.3125rem -2px;
}

.vertical-dots li.slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ff7200;
    border-radius: 50%;
    opacity: 1;

}

.contentslide .sliderslide-content img.nofilter {
    filter: none;
    width: 100%;
}

.slick-list,
.slick-slide {
    outline: none !important;
}

.slider-home {
    padding: 0 !important;
}

.slider-home .contentslide .sliderslide {
    margin: 0;
    padding: 0;
}

.slider-home .contentslide .sliderslide img {
    width: 100%;
}

.fullimage {
    min-height: 590px;
    background-size: cover;
}

.history-content {
    background: #191b1b;
    padding-right: 0;
    height: 100%;
    padding-left: 5.3125rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

body.dark-version .header.overlayer-fixed.fixed-small {
    background: #000000;
}

body.dark-version .overlayer-fixed.fixed-small .navbar-brand {
    display: block;
}

body.dark-version .overlayer-fixed.fixed-small .navbar-brand.black {
    display: none;
}

body.dark-version .history-content,
body.dark-version .testimonials-content {
    background: #100e0f;
}

body.dark-version.pattern-version .history-content,
body.dark-version .testimonials-content {
    background: #1a1a1c;
}

body.dark-version .testimonials-content p.customer {
    color: #1ea022;
}

.history-image {
    background: url(../img/demo/history/img-home-history.jpg) no-repeat top center #191b1b;
    background-size: cover;
    height: 100%;
}

body.dark-version .history-image {
    background: url(../img/demo/dark-version/history/img-home-history.jpg) no-repeat top center #191b1b;
    background-size: cover;
    height: 100%;
}

body.dark-version footer,
body.dark-version footer .copyright {
    background: #000000;
}

.padding0 {
    padding: 0 !important;
}

.history-content .info {
    max-width: 580px;
    padding-left: 6.25rem
}

.testimonials-content {
    background: #191b1b;
    padding-right: 0;
    height: 100%;
    padding-left: 5.3125rem;
    padding-top: 6.25rem;
    padding-bottom: 15.3125rem;
}

.testimonials-image {
    background: url(../img/demo/testimonials/testimonials.jpg) no-repeat center #191b1b;
    background-size: cover;
    height: 100%;
}

body.dark-version .testimonials-image {
    background: url(../img/demo/testimonials/testimonials.jpg) no-repeat center #191b1b;
    background-size: cover;
    height: 100%;
}

.all-testimonials {
    margin-right: 1px;
}

.testimonials-image img {
    width: 70%;
    vertical-align: middle;
    margin: auto;
}

.testimonials-content .info {
    max-width: 580px;
    padding-left: 6.25rem
}

.section.menu .featured-button {
    display: inline-block;
}

.featured-image img {
    max-width: 100%;
}

.featured-info {
    background: rgba(249, 246, 246, 0.85);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.featured-text {
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 1.375rem;
    flex-grow: 1;
}

.featured-text p {
    margin-top: -0.625rem;
    margin-bottom: 0;
    font-size: 1.0938rem;
    color: #3a3342;
    font-weight: 500;
    padding-bottom: 0.3125rem;
}

/*.btns-social-slider:before{
    content: "";
    position: absolute;
    width: 400%;
    background: #3a3342;
    top: 2px;
    right:101.5%;
    height: 1px; 
}*/
.design-slider p {
    font-size: 1.0625rem;
    line-height: 1.875rem;
    margin-bottom: 0;
    max-width: 80%;
    color: #8e8b8b;
}


ul.star-vote li,
.section.menu ul.star-vote {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.section.menu ul.star-vote li {
    position: relative;
    top: 0.5rem;
}

.section.menu ul.star-vote li img {
    width: 21px;
    height: 21px;
    filter: invert(56%) sepia(42%) saturate(5504%) hue-rotate(360deg) brightness(101%) contrast(106%);
}


.section.menu ul.star-vote li.disabled img {

    filter: grayscale(100%);
}

.section.menu .featured-text span {
    padding-left: 0.3125rem;
    font-size: 1.2188rem;
    color: #888888;
    font-weight: 500;
    position: relative;
    top: 0.3125rem;
}

ul.filters {
    margin-top: 3.125rem;
    text-align: center;
}

ul.filters li {
    text-transform: uppercase;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 3.125rem;
    font-size: 1.4375rem;
    color: #3a3342;
}

.featured-text span {
    padding-left: 0.3125rem;
    font-size: 1.2188rem;
    color: #888888;
    font-weight: 500;
    position: relative;
    top: 0.3125rem;
}

.section.booking {
    background: url(../img/demo/booking/bg-booking.jpg) no-repeat center;
    background-size: cover;
}

body.dark-version .section.booking {
    background: url(../img/demo/dark-version/booking/bg-booking.jpg) no-repeat center;
    background-size: cover;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: #eaeaea;
    opacity: 1;
    font-weight: 500;
    font-family: 'Google Sans';
    text-transform: none;
}

.booking-form .form-control:-ms-input-placeholder {
    color: #eaeaea;
    opacity: 1;
    font-weight: 500;
    font-family: 'Google Sans';
    text-transform: none;
}

.booking-form .form-control::placeholder {
    color: #eaeaea;
    opacity: 1;
    font-weight: 500;
    font-family: 'Google Sans';
    text-transform: none;
}

.form-control::placeholder {
    color: #ffffff;
    opacity: 1;
    font-weight: 600;
    font-family: 'Google Sans';
    font-size: 0.9688rem;
    text-transform: none;
}


.booking-form#newsform .form-control::-webkit-input-placeholder {
    color: #eaeaea;
    opacity: 1;
    font-weight: 500;
    font-family: 'Google Sans';
    font-size: 0.9688rem;
    text-transform: none;
}

.booking-form#newsform .form-control:-ms-input-placeholder {
    color: #eaeaea;
    opacity: 1;
    font-weight: 500;
    font-family: 'Google Sans';
    font-size: 0.9688rem;
    text-transform: none;
}

.booking-form#newsform .form-control::placeholder {
    color: #eaeaea;
    opacity: 1;
    font-weight: 500;
    font-family: 'Google Sans';
    font-size: 0.9688rem;
    text-transform: none;
}

.form-control {
    width: 100%;
    border: none;
    background-color: transparent;
    border-radius: 0;
    height: 50px;
    font-weight: 100;
    padding: 0.9375rem 0 2.875rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    text-transform: none;
    letter-spacing: 0.1187rem;
    border-bottom: 1px solid #ddd;
}


.form-control:focus,
.form-control:active {
    border-color: #ff7200 !important;
    background-color: transparent;
    outline: none;
}

.contact-form {
    padding-right: 0;
    width: 100%;
}

.contact-form label {
    margin-top: 1.875rem;
    color: #ffffff;
}

.contact-form textarea.form-control,
.contact-form input.form-control {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #ffffff;
    height: auto;
    padding: 0.625rem 0;
    height: 100px;
}

.contact-form .btn {
    margin-top: 1.5rem;
    background-color: transparent
}

.contact-form .btn:hover {
    background-color: #ff7200
}

.btn:hover {
    color: #ffffff;
}

.booking-form {
    max-width: 50%;
}

footer .logo {
    max-width: 220px;
}

footer {
    background: linear-gradient(145deg, #2a2d30 0%, #151718 40%, #0c0d0e 100%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15), 0 -10px 30px rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: -1;
    width: 100%;
    bottom: 1px;
    display: none;
}

footer h4 {
    font-family: 'Google Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #cda85e;
}

footer p,
footer p a {
    font-family: 'Google Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

footer .copyright {
    text-align: center;
    padding: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .copyright p {
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    min-width: 100%;
}

footer p span {
    display: inline-block;
    width: 49%;
}

footer .col-footer-3 {
    padding-right: 0;
    ;
}

footer .col-footer-2 {
    padding: 0 1.5625rem;
}

footer p span.margintop {
    margin-top: 1.25rem;
}

.col-footer-1 {
    display: inline-block;
    max-width: 360px;
}

.col-footer-2 {
    display: inline-block;
    min-width: 280px;
    max-width: 280px;
    margin-left: 3.125rem;
}

.col-footer-3 {
    display: inline-block;
    margin-left: 3.125rem;
}

.booking-form input,
.booking-form input:active,
.booking-form input:focus,
.booking-form input:hover {
    border: 1px solid #eaeaea;
    padding: 1.25rem 1.875rem;
    height: auto;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 500;
    text-align: left;
    max-height: 56px;
    text-transform: uppercase;
}

.booking-form label {
    font-family: Barlow;
    font-size: 1.8438rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: condensed;

    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    width: 100%;
}

.booking-form label span {
    float: right;
    transform: rotate(90deg);
}

.section.grid-portfolio .container-fluid {
    padding: 0;
}

.booking-form#newsform {
    max-width: 100%;
    position: relative;
    margin-top: 0.9375rem;
}

.booking-form#newsform .form-group {
    padding: 0;
    display: flex;
    align-items: stretch;
}

.booking-form#newsform input {
    font-size: 0.9688rem;
    display: block;
    width: 100%;
    border-right: none;
    padding: 0.9375rem 1rem;
    border-radius: 4px 0 0 4px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    margin: 0;
}

.booking-form#newsform label {
    display: none;
}

.booking-form#newsform button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: auto;
    padding: 0;
    margin: 0;
    position: static;
    border-radius: 0 4px 4px 0;
    background-color: #cda85e;
    border: 1px solid #cda85e;
    cursor: pointer;
}

.booking-form#newsform button img {
    width: 10px !important;
    height: auto;
}

.form-control:focus,
.form-control:active {
    border-color: #ff7200 !important;
    background-color: transparent;
    outline: none;
}


.section.ppal-menu:before {
    content: "";
    background: url(../img/demo/menu/bg-menu-home-left.png) no-repeat;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    width: 291px;
    height: 770px;
}

body.dark-version .section.ppal-menu:before {
    background: url(../img/demo/dark-version/menu/bg-menu-home-left.png) no-repeat;
}

body.dark-version .section.ppal-menu:after {
    background: url(../img/demo/dark-version/menu/bg-menu-home-right.png) no-repeat;
}

.section.ppal-menu:after {
    content: "";
    background: url(../img/demo/menu/bg-menu-home-right.png) no-repeat;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
    width: 308px;
    height: 626px;
}

ul.menu-price,
ul.menu-price li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #232323;
    font-size: 1.0313rem;
    font-weight: bold;
}

ul.menu-price {
    margin-left: 0.3125rem;
}

ul.menu-price li {
    padding-bottom: 1.875rem;
}

ul.menu-price li:last-child {
    padding-bottom: 0;
}

.col-lg-4.padding030 {
    padding: 0 1.875rem;
}

ul.menu-price li p span {
    float: right;
    color: #ce9852;
}

ul.menu-price li p {
    margin-bottom: 0;
    color: #232323;
    font-weight: bold;
    font-size: 1.0313rem;
    line-height: inherit;
}

ul.menu-price li p.ingredients {
    font-size: 0.875rem;
    color: #9c9c9c;
    font-weight: 500;
    margin-bottom: 0.9375rem;
    margin-top: 0.625rem;
}

.history-content p {
    font-family: Google Sans;
    font-size: 1.125rem;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    max-width: 520px;
    line-height: 2.0625rem;
}

.testimonials-content p {
    font-family: Google Sans;
    font-size: 1.125rem;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    max-width: 500px;
    float: left;
    line-height: 2.0625rem;
}

.testimonials-content p.customer {
    font-size: 1.5625rem;
    font-weight: bold;
    line-height: 0.48;
    letter-spacing: normal;
    text-align: left;
    color: #ff7200;
    padding-top: 1.25rem;
    width: 100%;
}

@keyframes btArrow {
    from {
        left: 0.625rem;
        opacity: 1;
    }

    to {
        left: 1.25rem;
        opacity: 0;
    }
}

@keyframes btArrowSingle {
    from {
        left: 0;
        opacity: 1;
    }

    to {
        left: 0.625rem;
        opacity: 0;
    }
}

.container-col {
    max-width: 600px;
    padding: 1.25rem;
    padding-left: 0;
}

.fulltext .info p {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 2.625rem;
    letter-spacing: 0.0313rem;
}

.fulltext .info p b {
    color: #fff;
    font-weight: 600;
}

.fulltext .info .btn-primary {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    padding: 1.0625rem 2.625rem;
}

.fulltext .info .btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0e0e0f !important;
}

.slick-arrow.bottom.mr20 {
    bottom: -5.9375rem;
}

.section.menu {
    padding-bottom: 5.9375rem;
}

.section.menu .section.grid-portfolio .container-fluid {
    padding: 2.5rem 0;
    padding-bottom: 0;
}

.section.menu .container-fluid .col-lg-3 {
    padding: 0 1.25rem;
    max-width: 460px;
}

.section.menu .container-fluid {
    max-width: 1520px;
}

.section.menu.gallery .container-fluid {
    max-width: 100%;
}

.contentslide {
    width: 100%;
}

.section.menu.gallery .container-fluid {
    max-width: 100%;
}

.grid-portfolio {
    background-color: transparent
}

.grid-gallery-container {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.grid-gallery {
    width: 100%;
    padding-top: 0.5rem;
    overflow: hidden;
}

.grid-item {
    float: left;
    position: relative;
    padding: 0.9375rem;
    padding: 0.625rem 1.25rem;
    overflow: hidden;
    width: 100%;
}

.grid-item a {
    display: block;
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -1.25rem;
    left: -1.25rem
}

@media (min-width:768px) {
    .grid-item {
        padding: 0;
        width: 50%
    }

    .columns-3 .grid-item {
        width: 33.33%
    }

    .columns-4 .grid-item {
        width: 25%
    }

    .columns-5 .grid-item {
        width: 20%
    }
}

.grid-item img {
    width: 100%;
    max-width: none;
    position: relative;
    transition: all 1s ease;
    margin-top: 0;
    left: 0;
}

.grid-item:hover img {
    width: 110%;
    max-width: none;
    position: relative;
    left: -5%;
    margin-top: -5%;
}

.grid-gallery-more-items {
    display: none
}

.grid-item__rollover {
    position: absolute;
    color: #fff;
    opacity: 0;
    transition: opacity .5s ease;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 6, 10, .4);
    text-align: left !important;
}

.grid-item__rollover.pr {
    position: absolute;
    color: #fff;
    opacity: 0;
    transition: opacity .5s ease;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    box-sizing: border-box;
}

.grid-item__rollover .containertext,
.grid-item__rollover a>div {
    transition: all .5s ease;
    width: 100%;
    bottom: 1.1875rem;
    padding: 0 2.875rem;
    position: absolute
}

.grid-item__rollover a {
    display: block
}

.grid-item__rollover a span.ico-search {
    display: table;
    margin: auto;
    width: 38px;
    height: 40px;
    background-size: cover;
    background: url(../img/demo/masonry/search.svg) no-repeat;
    filter: invert(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.grid-item__rollover a,
.grid-item__rollover a:hover {
    text-decoration: none
}

.grid-item__rollover .titleinfo {
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -.6px;
    color: #fff;
    font-family: Google Sans, sans-serif
}

.grid-item__rollover .tagsinfo {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -.8px;
    line-height: 1.4375rem
}

.grid-item:hover .grid-item__rollover {
    opacity: 1
}

.grid-item:hover .grid-item__rollover .containertext,
.grid-item:hover .grid-item__rollover a>div {
    transform: translateY(-50%)
}

.rev_slider_wrapper {
    overflow: hidden !important;
    width: 100% !important;
    left: 0 !important
}

.loadmore {
    font-family: Google Sans, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #0e0e0f;
    margin-bottom: 0;
}

.loadmore span {
    margin: 1.25rem 0;
    cursor: pointer;
    font-family: Google Sans;
    border: solid 1px #ff7200;
    background-color: #ff7200;
    color: #ffffff;
    text-transform: none;
    border-radius: 0;
    font-size: 0.9688rem;
    padding: 1.5rem 2.25rem;
    margin-bottom: 0;
}

.loadmore span span {
    padding: 0;
    margin: 0;
    border: none;
    width: auto;
    left: 0.625rem;
    position: relative;
    color: #ffffff;
}

.loadmore span:hover span {
    animation-duration: 1s;
    animation-name: btArrow;
    animation-iteration-count: infinite;
}

#section-teamSection {
    background: #ffffff;
}

body.dark-version #section-teamSection {
    background: transparent;
}

@media (min-width:992px) {
    .loadmore span {
        margin: 7.5rem 0 7.5rem;
        padding: 1.375rem 2.9375rem
    }

    .loadmore.min span {
        margin: 6.25rem 0 6.875rem;
        margin-bottom: 0;
        color: #ffffff;
    }
}

.filters {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Google Sans, sans-serif;
    font-weight: 600;
    color: #0e0e0f;
    font-size: 0.9375rem;
    line-height: 2.06;
    letter-spacing: 0.025rem;
    position: relative;
    top: 0
}

.filters li {
    display: inline-block;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    margin: 0 0.625rem;
    font-family: Barlow;
    font-size: 1.4375rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #3a3342;
}

ul.filters li:last-child {
    margin-right: 0;
}

.filters li:before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    background-color: #ff7200;
    transition: width .5s ease
}

.filters li.is-checked,
.filters li:hover {
    color: #ff7200
}

#map,
.filters li.is-checked:before,
.filters li:hover:before {
    width: 100%
}

.copyright {
    background-color: #191b1b;
    text-align: center;
}

body.dark-version .contentslide.slide-specialities .sliderslide-content,
body.dark-version .contentslide.slide-team .sliderslide-content {
    background: #100e0f;
    border: 1px solid #100e0f;
}

body.dark-version.pattern-version .contentslide.slide-specialities .sliderslide-content,
body.dark-version.pattern-version .contentslide.slide-team .sliderslide-content {
    background: #1a1a1c;
    border: 1px solid #1a1a1c;
}

body.dark-version .contentslide.slide-specialities .sliderslide-content:hover,
body.dark-version .contentslide.slide-team .sliderslide-content:hover {
    background: #1ea022;
    border: 1px solid #1ea022;
}

body.dark-version.pattern-version .contentslide.slide-specialities .sliderslide-content:hover,
body.dark-version.pattern-version .contentslide.slide-team .sliderslide-content:hover {
    background: #ff7200 !important;
    border: 1px solid #ff7200 !important;
}

body.dark-version .voffset-131.bg {
    background: #000000;
}

body.dark-version footer h4 {
    color: #ff7200;
}

body.dark-version .booking-form#newsform button {
    background: #ff7200;
    border: 1px solid #ff7200;
}

body.dark-version .contentslide.slide-specialities h4,
body.dark-version .header.overlayer-fixed.fixed-small .nav-link {
    color: #ffffff;
}

body.dark-version .featured-info {
    background: #100e0f;
}

body.dark-version.pattern-version .featured-info {
    background: #1a1a1c;
}

body.dark-version.pattern-version,
body.dark-version.pattern-version footer,
body.dark-version.pattern-version footer .copyright,
body.dark-version.pattern-version .voffset-131.bg,
body.dark-version.pattern-version .header.fixed-small {
    background: url("../img/demo/dark-version/particles/pattern.jpg") repeat;
}

body.dark-version .contentslide.slide-team .sliderslide-content h4,
body.dark-version .featured-text p,
body.dark-version ul.menu-price li p {
    color: #ffffff;
}

body.dark-version ul.menu-price li p.ingredients {
    color: #9c9c9c;
}

body.dark-version ul.filters li {
    color: #ffffff;
}

body.dark-version .filters li.is-checked,
body.dark-version .filters li:hover {
    color: #ff7200;
}

body.dark-version #mask {
    background: #000000;
}

.overlay-video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
}

.home-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: url(../img/demo/video/video_placeholder.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.section.ppal-menu.nobg:after,
.section.ppal-menu.nobg:before {
    content: none;
}

a.mr-3 {
    position: relative;
    top: -1.25rem;
}

.dark-version .design-slider p {
    color: #ffffff;
}

.single-slider .tp-bullets {
    display: none !important;
}

.content-designslider h4.small {
    padding-left: 2px;
    font-size: 1.375rem;
}

@media (max-width:1850px) {

    .section.ppal-menu:after,
    .section.ppal-menu:before {
        opacity: 0.1;
    }
}

@media (max-width:1300px) {

    a.bt-orange.bt-reserve-slider.left,
    button.bt-reserve-slider.bt-orange.left {
        margin-left: 3.125rem;
    }

    .navbar li.hambuger {
        position: relative;
        right: 0;
    }

    .slide-home .slick-arrow.bottom {
        right: -0.625rem;
    }

    .slide-home .slick-arrow.bottom.slick-prev {
        right: 5.625rem;
    }

    .content-designslider h4,
    .content-designslider h4.small {
        margin-left: 3.125rem;
    }

    .design-slider p {
        margin-left: 3.125rem;
    }

    .contentslide.slide-home {
        max-width: 600px;
    }

    .align-middle {
        margin-top: 0;
    }

    .slide-home .slick-arrow.bottom {
        bottom: 0.3125rem;
    }

    .btns-social-slider {
        margin-left: 3.125rem;
    }

    #slider1 p.title {
        font-size: 4.0625rem;
    }

    h4.small.center,
    h4.center,
    h4.small.right,
    h4.right {
        margin-left: 0;
    }

    .section.booking h4.small {
        margin-left: 0;
    }

    .section.booking h4.title {
        margin-left: 0;
    }

    .contentslide.slide-specialities,
    .contentslide.slide-team {
        right: 0.3125rem;
    }

    .container-col {
        margin-right: 3.125rem;
    }

    .section.menu .container-fluid .col-lg-3 {
        padding: 0 1.5625rem;
    }

    .section.testimonials .testimonials-content {
        padding-left: 1.5625rem;
    }

    h4 {
        font-size: 2.8438rem;
    }

    h4.small {
        font-size: 1.5938rem;
    }

    h4.small:before {
        top: 1.125rem;
    }

    .section.menu ul.filters {
        margin-left: 3.4375rem;
    }

    .header.overlayer-fixed.fixed-small>.row,
    .header.overlayer-fixed>.row {
        max-width: 90%;
    }

    .section.booking {
        padding-left: 3.125rem;
    }

    .section.testimonials .testimonials-image {
        padding: 6.25rem 0;
    }

    footer .row.justify-content-between {
        margin-left: 1.25rem;
    }

    .col-footer-1 {
        padding-left: 2.5rem;
    }

    .slick-arrow {
        margin-right: 1.5625rem;
    }

    .slider,
    .slider .slide--item {
        height: auto !important;
    }

    .testimonials-content .slick-arrow {
        margin-left: 3.125rem;
    }

    .single-testimonial {
        padding-left: 3.125rem;
    }

    .section.testimonials h4.title {
        margin-left: 3.125rem;
        line-height: 3.75rem;
    }
}

@media (max-width:1250px) {

    a.bt-orange.bt-reserve-slider.left,
    button.bt-reserve-slider.bt-orange.left,
    .testimonials-content .slick-arrow {
        margin-left: 3.125rem;
    }

    .navbar li.hambuger {
        position: relative;
        right: 0;
    }

    .navbar {
        white-space: nowrap !important;
    }

    .navbar li {
        margin: 0 0.2rem;
    }
    
    .navbar li .nav-link {
        font-size: 0.75rem;
        padding-left: 0.3rem !important;
        padding-right: 0.3rem !important;
    }
    
    a.bt-orange.bt-menu-reserve {
        padding: 0.6rem 0.75rem;
        margin-right: 0.5rem;
        font-size: 0.75rem;
    }
    
    .navbar-brand img {
        width: 5.625rem !important;
    }

    .slide-home .slick-arrow.bottom {
        right: -0.625rem;
    }

    .slide-home .slick-arrow.bottom.slick-prev {
        right: 5.625rem;
    }

    .design-page .header.overlayer-fixed .dropdown-icon span,
    .design-page .header.overlayer-fixed .dropdown-icon span:after,
    .design-page .header.overlayer-fixed .dropdown-icon span:before {
        background: #0e0e0f;
    }

    .contentslide.slide-home {
        max-width: 480px;
    }

    .align-middle {
        margin-top: 0;
    }

    .slide-home .slick-arrow.bottom {
        bottom: 0.3125rem;
    }

    .btns-social-slider {
        margin-left: 3.125rem;
    }

    #slider1 p.title,
    #slider1 p.description,
    #slider1 .text {
        position: relative;
        left: -13%;
    }

    #slider1 h2 {
        position: relative;
        left: -23%;
    }

    .tp-mask-wrap {
        overflow: visible !important;
    }

    .section.menu .container-fluid .col-lg-3 {
        padding: 0 0.9375rem;
    }

    .container-col {
        max-width: 450px;
    }

    .col-footer-1 {
        max-width: 75%;
        margin: auto;
        margin-bottom: 3.125rem;
    }

    footer .row.justify-content-between {
        margin-left: 15%;
    }

    .col-footer-2 {
        margin-left: 14%;
    }

    .slick-arrow {
        margin-right: 1.25rem;
    }

    .onlyresponsive {
        display: block !important;
    }

    .onlydesktop {
        display: none !important;
    }

    .overlay-hugeinc.open {
        display: block;
    }

}

@media (max-width:990px) {

    .design-page .header.overlayer-fixed .dropdown-icon span,
    .design-page .header.overlayer-fixed .dropdown-icon span:after,
    .design-page .header.overlayer-fixed .dropdown-icon span:before {
        background-color: #ffffff;
    }

    .slide-home .slick-arrow.bottom.slick-prev {
        right: 5.4375rem;
    }

    .slide-home .slick-arrow.bottom {
        right: -0.6875rem;
        bottom: 0.3125rem;
    }

    .section.ppal-menu:after,
    .section.ppal-menu:before {
        display: none;
    }

    .header.overlayer-fixed.fixed-small {
        padding-bottom: 0;
    }

    .section.ppal-menu:after,
    .section.ppal-menu:before {
        display: none;
    }

    .col-footer-1 {
        max-width: 100%;
        margin: auto;
        margin-bottom: 3.125rem;
    }

    footer .row.justify-content-between {
        margin-left: 0;
    }

    footer .col-footer-2 {
        margin-left: 0;
        padding: 0;
    }

    footer .col-footer-1 p {
        max-width: 95%;
    }

    footer p span {
        width: 100%;
        display: block;
        margin-bottom: 0.3125rem;
    }

    footer h4 {
        font-size: 1.375rem;
    }

    footer .col-footer-3 {
        max-width: 500px;
    }

    .loadmore span {
        margin-top: 7.5rem;
    }

    #slider1 p.title {
        min-width: 80vw;
        line-height: 5rem;
        margin-top: -1.25rem;
        white-space: normal;
    }

    #slider1 p.description {
        min-width: 80vw;
        white-space: normal;
        margin-top: 1.25rem;
    }

    #slider1 p.description br {
        display: none;
    }

    #slider1 h2 {
        margin-top: -3.125rem;
    }

    #slider1 a.bt-orange,
    #slider1 a.bt-default {
        margin-top: 6.875rem;
    }
}

@media(max-width: 900px) {

    .history-image,
    .testimonials-image {
        min-height: 450px;
    }

    .container-col {
        max-width: 750px;
    }

    .col-footer-1 {
        margin-left: 3%;
    }

    .col-lg-6.equalHW {
        min-width: 100%;
    }

    ul.filters li {
        margin-right: 1.25rem;
        margin-bottom: 1.5625rem;
    }

    .section.grid-portfolio .voffset-40 {
        margin-bottom: 1.25rem;
    }

}

@media(max-width: 800px) {
    .responsiveFullwidth {
        min-width: 100% !important;
    }

    .responsiveFullwidthText {
        min-width: 100% !important;
        min-height: 450px;
        margin-bottom: 3.125rem;
    }

    .header.overlayer-fixed.fixed-small .dropdown-icon span,
    .header.overlayer-fixed.fixed-small .dropdown-icon span:after,
    .header.overlayer-fixed.fixed-small .dropdown-icon span:before,
    .design-page .header.overlayer-fixed .dropdown-icon span,
    .design-page .header.overlayer-fixed .dropdown-icon span:after,
    .design-page .header.overlayer-fixed .dropdown-icon span:before {
        background-color: #0e0e0f;
    }

    .contentslide.slide-home {
        margin: auto;
        margin-top: 3.125rem;
    }

    .slide-home .slick-arrow.bottom.slick-prev {
        right: -0.625rem;
    }

    .slide-home .slick-arrow.bottom {
        right: -6.8125rem;
        bottom: 0.375rem;
    }

    footer .col-footer-3 {
        max-width: 400px;
    }
}

@media(max-width: 768px) {
    .navbar li.hambuger {
        right: 0;
    }

    .overlay.overlay-hugeinc {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, 0.95) !important;
        padding: 0 !important;
    }

    .overlay nav {
        top: 0 !important;
        transform: none !important;
        height: 100vh !important;
        overflow-y: auto !important;
        display: block !important;
        padding-top: 3.75rem !important;
        padding-bottom: 2.5rem !important;
    }

    .overlay ul {
        display: block !important;
        width: 100%;
        padding: 0;
        height: auto !important;
        margin: 0 !important;
    }

    .overlay ul li {
        width: 100%;
        text-align: center;
        position: relative !important;
        display: block !important;
        height: auto !important;
        transform: none !important;
        transition: none !important;
        opacity: 1 !important;
        margin-bottom: 0.9375rem;
    }

    .overlay ul li a {
        font-size: 1.125rem !important;
        letter-spacing: 0;
        margin-bottom: 0;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 0.3125rem 0 !important;
    }

    .overlay ul li a:before {
        display: none;
    }
    
    .overlay ul li.dropdown ul {
        padding: 0 !important;
        margin: 0;
        text-align: center;
        width: 100%;
        position: relative !important;
        height: auto !important;
    }

    .overlay ul li.dropdown ul li {
        transform: none !important;
        opacity: 1 !important;
        margin-bottom: 0.3125rem;
    }
    
    .overlay ul li .mobile-submenu-link {
        font-size: 0.9375rem !important;
        color: #cda45e !important;
        display: block;
        padding: 0.3125rem 0 !important;
    }

    footer .col-footer-3 {
        max-width: 100%;
    }

    ul.filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 0 0.625rem;
    }
    
    ul.filters li {
        margin: 0 !important;
        font-size: 0.875rem;
        white-space: nowrap;
    }

    .voffset-131 {
        height: 60px !important;
        margin: 0 !important;
    }
    
    a.bt-orange.center {
        display: table;
        margin: auto;
        text-align: center;
        box-sizing: border-box;
    }

    .navbar-brand img {
        max-height: 50px !important;
        width: auto !important;
    }
    
    #slider1 p.title,
    #slider1 p.description,
    #slider1 .text {
        position: relative;
        left: auto;
    }

    #slider1 h2 {
        position: relative;
        left: auto;
    }

    .container-col {
        max-width: 600px;
    }
}

@media(max-height: 480px) {
    .overlay ul li a {
        font-size: 1.25rem;
        width: 100%;
        text-align: left;
        padding: 1.25rem 0 0.75rem 1.875rem;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .bodypadding {
        padding-top: 4.375rem;
    }

    .header.overlayer-fixed {
        padding-top: 1.25rem;
    }

    .navbar-brand img {
        margin-left: -0.625rem;
        max-width: 150px;
    }

    .header.overlayer-fixed .navbar {
        top: 0;
    }

    a.bt-orange.bt-reserve-slider.left,
    button.bt-reserve-slider.bt-orange.left,
    .btns-social-slider {
        margin-left: 1.25rem;
    }

    #slider1 .btns-box {
        margin-top: 0.9375rem;
    }

    .slide-home .slick-arrow.bottom {
        right: -0.625rem;
        width: 52px;
        height: 52px;
    }

    .slide-home .slick-arrow.bottom.slick-prev {
        right: 2.625rem;
    }

    .section.specialities .voffset-80 {
        margin-bottom: 2.5rem;
    }

    .align-middle h4.title {
        max-width: 90%;
    }

    .slider,
    .slider .slide--item {
        height: auto;
    }

    h4 {
        font-size: 2.1875rem;
    }

    .slick-arrow.bottom {
        bottom: -5.625rem;
    }

    .overlay ul li a:before {
        content: none;
    }

    .overlay-hugeinc ul {
        width: 100%
    }

    .overlay-hugeinc ul li {
        max-height: 45px;
        width: 100%;
    }

    #slider1 p.title {
        font-size: 2.375rem;
        margin-top: 1.875rem;
        line-height: 2.5rem;
    }

    #slider1 h2 {
        font-size: 2.0625rem;
        margin-top: 2.5rem;
    }

    #slider1 p.description {
        font-size: 1.0625rem;
        line-height: 1.5625rem;
        margin-top: 0.9375rem;
    }

    a.scroll-down {
        display: none;
    }

    footer {
        display: block !important;
        position: relative;
        padding-top: 1.25rem;
    }

    body {
        margin-bottom: 0 !important;
    }

    .testimonials-content .container-col {
        max-width: 600px;
    }

    #slider1 a.bt-orange,
    #slider1 a.bt-default {
        margin-top: 1.25rem;
    }

    ul.filters li {
        margin-bottom: 1.25rem;
    }

    .grid-portfolio .voffset-40 {
        margin-bottom: 1.25rem;
    }

    .voffset-131 {
        margin-bottom: 3.125rem;
    }

    .voffset-131.bg {
        padding-bottom: 6.25rem;
    }

    .voffset-131.big {
        padding-bottom: 3.75rem;
        margin-bottom: 0 !important;
    }

    h4.title {
        font-size: 1.875rem;
    }

    .voffset-50 {
        margin-bottom: 1.875rem;
    }

    h4.small.center,
    h4.center,
    h4.small.right,
    h4.right {
        margin-left: 0;
    }

    .section.specialities .voffset-80 {
        margin-bottom: 2.5rem;
    }

    h4.small {
        margin-bottom: 0.9375rem;
    }

    .section.specialities {
        padding-bottom: 3.125rem;
    }

    .slick-arrow.bottom {
        bottom: -5.625rem;
    }

    .slick-arrow {
        top: -5rem;
        margin-right: 0.9375rem;
    }

    a.bt-orange.center {
        margin-top: 0;
    }

    .loadmore span {
        margin-top: 1.875rem;
    }

    .slick-arrow.bottom.mr0 {
        bottom: -6.25rem;
    }

    .testimonials-content {
        padding-bottom: 13.125rem;
    }

    .section.testimonials .slick-dots {
        right: -1.125rem;
        text-align: right;
        bottom: -1.875rem;
    }

    ul.filters {
        text-align: center;
        margin-left: 0;
    }

    .col-footer-3 {
        margin-left: 2.1875rem;
    }

    .voffset-80 {
        margin-bottom: 2.5rem;
    }

    .col-footer-1 {
        max-width: 95%;
    }

    footer .col-footer-2 {
        margin-left: 9%;
    }

    footer .col-footer-3 {
        padding-left: 4%;
    }

    .overlayer-fixed .navbar-brand {
        margin-top: -0.625rem;
        margin-left: -0.625rem;
    }
}

@media (max-width: 480px) {
    .header.overlayer-fixed {
        padding-top: 1.25rem;
    }

    .navbar-brand img {
        margin-left: -0.625rem;
        max-width: 150px;
    }

    .header.overlayer-fixed .navbar {
        top: 0;
    }

    .header.overlayer-fixed.fixed-small .navbar {
        top: 0;
    }

    .header.overlayer-fixed.fixed-small {
        padding-bottom: 0;
    }

    a.bt-orange.bt-reserve-slider.left,
    button.bt-reserve-slider.bt-orange.left,
    .btns-social-slider {
        margin-left: 1.25rem;
    }

    .bodypadding {
        padding-top: 4.375rem;
    }

    .loadmore {
        margin-top: 0.625rem;
    }

    .header.overlayer-fixed.fixed-small {
        padding-top: 0;
    }

    .header.overlayer-fixed.fixed-small .navbar {
        top: 0;
    }

    .slide-home .slick-arrow.bottom {
        right: -0.625rem;
        width: 52px;
        height: 52px;
    }

    .slide-home .slick-arrow.bottom.slick-prev {
        right: 2.625rem;
    }

    .section.specialities .voffset-80 {
        margin-bottom: 2.5rem;
    }

    .align-middle h4.title {
        max-width: 90%;
    }

    footer .row.justify-content-between {
        margin-left: 0;
    }

    .col-footer-3 {
        margin-left: 0;
    }

    ul.filters {
        text-align: center;
        margin-left: 0;
    }

    .section.testimonials .slick-dots {
        right: -1.125rem;
        text-align: right;
    }

    .voffset-80 {
        margin-bottom: 2.5rem;
    }

    .slick-arrow.bottom.mr0 {
        bottom: -6.25rem;
    }

    .testimonials-content {
        padding-bottom: 13.125rem;
    }

    .loadmore span {
        margin-top: 1.875rem;
    }

    a.bt-orange.center {
        margin-top: 1.875rem;
    }

    .section.specialities {
        min-height: 480px;
    }

    .slick-arrow.bottom {
        bottom: -5.625rem;
    }

    .section.testimonials h4.title {
        margin-left: 3.125rem;
        line-height: 2.5rem;
    }

    h4.small {
        margin-bottom: 0.9375rem;
    }

    .slick-dots {
        bottom: -1.875rem;
    }

    h4.small.center,
    h4.center,
    h4.small.right,
    h4.right {
        margin-left: 0;
    }

    .slick-arrow {
        margin-right: 1rem;
    }

    .voffset-131 {
        margin-bottom: 3.125rem;
    }

    .voffset-131.bg {
        padding-bottom: 6.25rem;
    }

    .voffset-131.big {
        padding-bottom: 3.75rem;
        margin-bottom: 0;
    }

    footer {
        display: block !important;
        position: relative;
        padding-top: 1.25rem;
        z-index: 1;
    }

    .section.booking {
        padding-left: 2.5rem;
    }

    footer .col-footer-1 p {
        max-width: 90%;
    }

    .history-content {
        padding-left: 2.8125rem;
    }

    footer .col-footer-2 {
        margin-left: 12.5%;
    }

    body {
        margin-bottom: 0 !important;
    }

    .overlay ul li a {
        font-size: 1.25rem;
        width: 100%;
        text-align: left;
        padding: 1.25rem 0 0.75rem 1.875rem;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .overlay ul li a:before {
        content: none;
    }

    .overlay-hugeinc ul {
        width: 100%
    }

    .overlay-hugeinc ul li {
        max-height: 60px;
        width: 100%;
    }

    #slider1 p.title {
        font-size: 2.5rem;
        margin-top: 2.5rem;
    }

    #slider1 h2 {
        font-size: 1.25rem;
        margin-top: 0;
    }

    #slider1 p.title {
        font-size: 2rem;
        margin-top: 0.3125rem;
        line-height: 2.375rem;
    }

    #slider1 h2 {
        font-size: 1.25rem;
        margin-top: 0;
    }

    #slider1 p.description {
        font-size: 0.9375rem;
        line-height: 1.375rem;
        margin-top: 0.9375rem;
    }

    a.scroll-down {
        display: none;
    }

    #slider1 a.bt-orange,
    #slider1 a.bt-default {
        margin: auto !important;
        margin-top: 0.9375rem !important;
        width: 80% !important;
        max-width: 250px !important;
        padding: 0.75rem 0 !important;
        font-size: 1rem !important;
        display: block !important;
    }

    .slick-arrow {
        top: -5rem;
    }

    ul.filters li {
        margin-bottom: 1.25rem;
    }

    .grid-portfolio .voffset-40 {
        margin-bottom: 1.25rem;
    }

    .testimonials-content .container-col {
        max-width: 300px;
    }

    .booking-form {
        max-width: 100%;
    }

    h4.title {
        font-size: 1.875rem;
    }

    .overlayer-fixed .navbar-brand {
        margin-top: 0;
        margin-left: 0;
    }

    #slider1 .btns-box {
        position: relative;
    }
}

@media (max-width: 320px) {
    #slider1 h2 {
        font-size: 1.75rem;
    }

    #slider1 p.title {
        font-size: 2.0625rem;
        margin-top: -1.25rem;
        line-height: 2.1875rem;
    }

    #slider1 p.description {
        font-size: 0.9375rem;
    }

    #slider1 a.bt-orange {
        margin-top: 0.9375rem !important;
    }

    .featured-text {
        padding: 1.375rem 0.625rem;
    }

    #slider1 a.bt-default {
        margin-top: 0.9375rem !important;
    }

    #slider1 p.description {
        margin-top: 1.5625rem;
    }

    .section.specialities {
        min-height: 550px;
    }

    .header.overlayer-fixed .navbar {
        padding-right: 0;
    }
}

/* --- Dark Sticky Header Override --- */
/* The original light background was making the white parts of the logo invisible.
   This changes the sticky header to a dark restaurant theme color. */
.header.overlayer-fixed.fixed-small {
    background-color: #1a1814 !important;
}

.header.overlayer-fixed.fixed-small .nav-link {
    color: #fff !important;
}

.header.overlayer-fixed.fixed-small .nav-link:hover,
.header.overlayer-fixed.fixed-small .navbar li .nav-link.active {
    color: #cda45e !important;
}

.header.overlayer-fixed.fixed-small .dropdown-icon span,
.header.overlayer-fixed.fixed-small .dropdown-icon span:after,
.header.overlayer-fixed.fixed-small .dropdown-icon span:before {
    background-color: #fff !important;
}

/* New Specialities Card Design */
.contentslide .specialities-card {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    padding: 0 !important;
    border: none !important;
    border-radius: 0.5rem;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.contentslide .specialities-card .specialities-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.5rem 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 1;
}

.contentslide .specialities-card:hover .specialities-overlay {
    opacity: 0;
    background: transparent;
}

.contentslide .specialities-card h4 {
    color: #ffffff !important;
    font-size: 1.625rem !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.9375rem;
    position: relative;
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}

.contentslide .specialities-card p {
    color: #dddddd !important;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}

.contentslide .specialities-card:hover h4,
.contentslide .specialities-card:hover p {
    opacity: 0;
}


/* About Blocks Design */
.about-block {
    width: 100%;
}

.about-block-light {
    background: #f4f6f9;
}

.about-block-light .about-title {
    color: #0f172a;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.25rem;
}

.about-block-light .about-desc {
    color: #334155;
    font-size: 1rem;
    line-height: 1.8;
}

.about-block-dark {
    background: #0f172a;
}

.about-block-dark .about-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.25rem;
}

.about-block-dark .about-desc {
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.8;
}

.about-content-wrapper {
    padding: 3.75rem 8%;
    width: 100%;
}

@media (max-width: 991px) {
    .about-img-col {
        min-height: 300px !important;
    }

    .about-content-wrapper {
        padding: 2.5rem 1.25rem;
    }
}

/* Offcanvas Glass Effect */
.offcanvas-glass {
    background: rgba(14, 14, 15, 0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: -5px 0 25px rgba(0,0,0,0.5);
    color: #fff;
}

.mobile-submenu-link:hover {
    color: #fff !important;
}

/* Header Alignment */
.header-align-row {
    align-items: flex-start;
}
@media (max-width: 1250px) {
    .header-align-row {
        align-items: center;
    }
}

/* Responsive Slider Dots */
@media (max-width: 991px) {
    .uranus.tp-bullets {
        top: auto !important;
        bottom: 15px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center;
        align-items: center;
    }
    .uranus .tp-bullet {
        margin: 0 8px !important;
        display: inline-block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
    }
    .uranus .tp-bullet.selected {
        margin: 0 8px !important;
        transform: none !important;
    }
}