* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: none;
    text-decoration: none;
    font-family: 'Lora', serif;
}

.container {
    width: 87%;
    max-width: 1660px;
}

@media (max-width:991px) {
    .container {
        width: 100%;
        max-width: 1440px;
    }
}


/*** ### Header ### ***/

header {
    transition: background-color .5s cubic-bezier(.3, .1, .3, 1), -webkit-transform .35s cubic-bezier(.3, .1, .3, 1);
    transition: background-color .5s cubic-bezier(.3, .1, .3, 1), transform .35s cubic-bezier(.3, .1, .3, 1);
    transition: background-color .5s cubic-bezier(.3, .1, .3, 1), transform .35s cubic-bezier(.3, .1, .3, 1), -webkit-transform .35s cubic-bezier(.3, .1, .3, 1);
    -o-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    padding: 1rem 0 1rem;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #fdfdfd;
}

header.active {
    background: #121212;
    transform: none;
}

header .menu-btn {
    float: right;
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
}

header .menu-btn span {
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #FFFFFF;
    transition: -webkit-transform .35s cubic-bezier(.3, .1, .3, 1);
    transition: transform .35s cubic-bezier(.3, .1, .3, 1);
    transition: transform .35s cubic-bezier(.3, .1, .3, 1), -webkit-transform .35s cubic-bezier(.3, .1, .3, 1);
}

header .menu-btn span:first-child {
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

header .menu-btn.active span:first-child {
    -o-transform: translateY(0) scale(.8) rotate(-45deg);
    -ms-transform: translateY(0) scale(.8) rotate(-45deg);
    -moz-transform: translateY(0) scale(.8) rotate(-45deg);
    -webkit-transform: translateY(0) scale(.8) rotate(-45deg);
    transform: translateY(0) scale(.8) rotate(-45deg);
}

header .menu-btn span:last-child {
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

header .menu-btn.active span:last-child {
    -o-transform: translateY(0) scale(.8) rotate(45deg);
    -ms-transform: translateY(0) scale(.8) rotate(45deg);
    -moz-transform: translateY(0) scale(.8) rotate(45deg);
    -webkit-transform: translateY(0) scale(.8) rotate(45deg);
    transform: translateY(0) scale(.8) rotate(45deg);
}

@media (max-width:1199px) {
    header .logo {
        width: 100%;
        max-width: 150px;
    }
}

@media (max-width:991px) {
    header .logo {
        width: 100%;
        max-width: 120px;
    }
}


/*** ### Main Content ### ***/

.menu-content {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    padding-top: 180px;
    padding-bottom: 4rem;
    transition: opacity .5s cubic-bezier(.3, .1, .3, 1), visibility .5s cubic-bezier(.3, .1, .3, 1), -webkit-transform .5s cubic-bezier(.3, .1, .3, 1);
    transition: opacity .5s cubic-bezier(.3, .1, .3, 1), visibility .5s cubic-bezier(.3, .1, .3, 1), transform .5s cubic-bezier(.3, .1, .3, 1);
    transition: opacity .5s cubic-bezier(.3, .1, .3, 1), visibility .5s cubic-bezier(.3, .1, .3, 1), transform .5s cubic-bezier(.3, .1, .3, 1), -webkit-transform .5s cubic-bezier(.3, .1, .3, 1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    color: #495057;
    background-color: #121212;
}

.menu-content.active {
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.menu-content .main-boxes {
    position: relative;
    height: calc(100vh - 295px);
    overflow: hidden;
    overflow-y: auto;
}

.menu-content .main-boxes::-webkit-scrollbar {
    width: 10px;
}

.menu-content .main-boxes::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000000;
    border-radius: 10px;
}

.menu-content .main-boxes::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
}

.menu-content h2.top-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    font-size: .8125rem;
    font-weight: 999;
    color: #ec998c;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 10px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    z-index: 11;
}

.menu-content nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu-content nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.menu-content nav a {
    position: relative;
    font-size: 25px;
    font-weight: 300;
    color: #828282;
    opacity: 1;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: none;
    padding-left: 4rem;
    padding-right: 4rem;
    transition: color .35s cubic-bezier(.3, .1, .3, 1), opacity .35s cubic-bezier(.3, .1, .3, 1), -webkit-transform .35s cubic-bezier(.3, .1, .3, 1);
    transition: transform .35s cubic-bezier(.3, .1, .3, 1), color .35s cubic-bezier(.3, .1, .3, 1), opacity .35s cubic-bezier(.3, .1, .3, 1);
    transition: transform .35s cubic-bezier(.3, .1, .3, 1), color .35s cubic-bezier(.3, .1, .3, 1), opacity .35s cubic-bezier(.3, .1, .3, 1), -webkit-transform .35s cubic-bezier(.3, .1, .3, 1);
}

.menu-content nav a:hover {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
    color: #ec998c;
}

.menu-content nav a:before {
    position: absolute;
    top: calc(50% - 8px);
    width: 128px;
    height: 1px;
    right: 100%;
    left: auto;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    content: "";
    transition: -webkit-transform .35s cubic-bezier(.3, .1, .3, 1);
    transition: transform .35s cubic-bezier(.3, .1, .3, 1);
    transition: transform .35s cubic-bezier(.3, .1, .3, 1), -webkit-transform .35s cubic-bezier(.3, .1, .3, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #ec998c;
}

.menu-content nav a:hover:before {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

@media (max-width:1199px) {
    .menu-content nav a {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width:991px) {
    .menu-content nav a {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .menu-content {
        padding-top: 120px;
    }
    .menu-content h2.top-heading {
        display: none;
    }
    .menu-content nav a {
        padding: 0px;
        font-size: 15px;
    }
    .menu-content nav a:hover {
        transform: none;
    }
    .menu-content nav a:before {
        display: none;
    }
    .menu-content .main-boxes {
        position: relative;
        height: auto;
    }
}

.menu-content h3 {
    font-size: 30px;
    color: #828282;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: 400;
}

.menu-content .contact-box {
    position: relative;
    text-align: center;
    margin: 50px auto auto auto;
    width: 100%;
    max-width: 300px;
    display: block;
}

.menu-content .contact-box ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu-content .contact-box li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

.menu-content .contact-box a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

@media (max-width:1199px) {
    .menu-content h3 {
        font-size: 25px;
    }
    .menu-content .contact-box {
        margin: 30px auto auto auto;
    }
    .menu-content .contact-box li {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .menu-content h3 {
        font-size: 22px;
    }
    .menu-content .contact-box li {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .menu-content h3 {
        font-size: 20px;
    }
}


/*** ### Hero Section ### ***/

.hero-section {
    position: relative;
    background: url(../images/extra-pages/top-banner.png) center center no-repeat;
    background-size: cover;
    text-align: center;
    height: 100vh;
    min-height: 667px;
    max-height: 900px;
    z-index: 2;
}

.hero-section:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.hero-section h2 {
    margin: 0px;
    padding: 0px;
    font-size: 75px;
    font-weight: 400;
    color: #FFFFFF;
}

.hero-section p {
    color: #d9bfab;
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.hero-section a.view-our-menu {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    outline: none;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50px;
}

.hero-section .top-text {
    position: relative;
    padding: 0px 15px;
}

.hero-section .action-btn {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.hero-section .action-btn .left-btn {
    position: relative;
    text-align: left;
}

.hero-section .action-btn a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 280px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 10px 10px 0px;
}

.hero-section .action-btn a img {
    display: inline-block;
    vertical-align: middle;
}

.hero-section .action-btn .left-btn a.booktable {
    background: rgba(56, 56, 56, 0.7);
    color: #E9978B;
    text-transform: uppercase;
}

.hero-section .action-btn .left-btn a.direction-map {
    background: rgba(56, 56, 56, 0.6);
    color: #FFFFFF;
}

.hero-section .action-btn .right-btn {
    position: relative;
    text-align: right;
}

.hero-section .action-btn .right-btn a.download-app {
    background: rgba(56, 56, 56, 0.6);
    color: #FFFFFF;
    width: 100%;
    max-width: 350px;
}

@media (max-width:1920px) {
    .hero-section h2 {
        font-size: 3.8vw;
    }
    .hero-section p {
        font-size: 1.1vw;
        margin: 2% 0px;
    }
    .hero-section a.view-our-menu {
        font-size: 1.1vw;
    }
    .hero-section .action-btn a {
        max-width: 14vw;
        height: 3vw;
        line-height: 3vw;
        font-size: 1.1vw;
    }
    .hero-section .action-btn .right-btn a.download-app {
        max-width: 18vw;
    }
}

@media (max-width:1700px) {
    .hero-section a.view-our-menu {
        padding: 12px 25px;
    }
    .hero-section .action-btn a img {
        max-width: 25px;
    }
}

@media (max-width:1500px) {
    .hero-section a.view-our-menu {
        padding: 10px 20px;
    }
    .hero-section .action-btn img {
        max-height: 50px;
    }
    .hero-section .action-btn a img {
        max-width: 20px;
    }
}

@media (max-width:1024px) {
    .hero-section a.view-our-menu {
        padding: 10px 20px;
    }
    .hero-section .action-btn img {
        max-height: 50px;
    }
    .hero-section .action-btn .right-btn a img {
        max-width: 15px;
    }
}

@media (max-width:991px) {
    .hero-section h2 {
        font-size: 40px;
    }
    .hero-section p {
        font-size: 16px;
        margin: 20px 0px;
    }
    .hero-section a.view-our-menu {
        font-size: 16px;
    }
    .hero-section .action-btn {
        padding: 20px 0px 0px 0px;
        text-align: center;
    }
    .hero-section .action-btn a {
        margin: 0px auto 10px auto;
        display: block;
        width: 100%;
        max-width: 275px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .hero-section .action-btn .left-btn {
        text-align: center;
    }
    .hero-section .action-btn .right-btn {
        text-align: center;
    }
    .hero-section .action-btn a img {
        width: 25px;
    }
    .hero-section .action-btn .right-btn a.download-app {
        position: relative;
        width: 100%;
        max-width: 500px;
        height: 50px;
        line-height: 50px;
        margin: 0px auto;
    }
}

@media (max-width:767px) {
    .hero-section h2 {
        font-size: 30px;
    }
    .hero-section p br {
        display: none;
    }
}

.whatsapp-fixed {
    position: fixed;
    z-index: 8;
    border-radius: 50%;
    bottom: 0.5rem;
    height: 54px;
    width: 54px;
    line-height: 54px;
    right: 1.25rem;
    text-align: center;
    font-size: 25px;
    color: #FFFFFF;
    background-color: #25d366;
}

.telephone-fixed {
    position: fixed;
    z-index: 8;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    line-height: 54px;
    right: 1.25rem !important;
    background-color: #34b7f1;
    bottom: 4.5rem !important;
    left: unset !important;
    text-align: center;
    font-size: 25px;
    color: #FFFFFF;
}


/*** ### Section One ### ***/

.section-one {
    position: relative;
    padding: 50px 0px;
}

.section-one .left-box h2 {
    margin: 0px;
    padding: 0px;
    font-size: 75px;
    font-weight: 400;
    color: #495057;
}

.section-one .left-box p {
    color: #6f6f6f;
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.section-one .right-boxes {
    position: relative;
}

.section-one .slick-track .slick-slide {
    display: inline-block;
    vertical-align: middle;
}

.section-one .right-boxes .right-logo {
    position: relative;
    text-align: center;
}

.section-one .slider-bottom {
    margin-top: 75px;
}

.section-one .right-boxes .review-logo {
    position: relative;
    margin-bottom: 10px;
}

.section-one .right-boxes .review-logo img {
    display: inline-block;
    vertical-align: top;
}

.section-one .right-boxes h2 {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    color: #6f6f6f;
    font-size: 29px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.section-one .right-boxes h2 .stars {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #f1c40f;
    font-size: 25px;
}

.section-one .right-boxes .review-details {
    position: relative;
    padding: 0px 0px 0px 140px;
    line-height: 120px;
    min-height: 120px;
}

.section-one .right-boxes .review-details .counter {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
    width: 120px;
    height: 120px;
    line-height: 120px;
    border: 2px solid #dac0aa;
    background: #FFFFFF;
    text-align: center;
    color: #d9bfab;
    font-size: 58px;
    font-weight: 600;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
}

.section-one .right-boxes .review-details p {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #e9978b;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.section-one .arrow-main {
    text-align: left;
    margin-bottom: 0px;
}

.section-one .arrow-main:before {
    background: #495057;
    opacity: 0.23;
}

.section-one .arrow-main .iner {
    padding: 0px 20px 0px 0px;
    background: #FFFFFF;
}

.section-one .arrow-main.right {
    text-align: right;
}

.section-one .arrow-main .iner {
    padding: 0px 0px 0px 20px;
    background: #FFFFFF;
}

.section-one .arrow-main .iner .arrow-box {
    border-color: #D9BFAB;
    color: #D9BFAB;
}

@media (max-width:1920px) {
    .section-one {
        padding: 2.5vw 0px;
    }
    .section-one .left-box h2 {
        font-size: 3.8vw;
    }
    .section-one .left-box p {
        font-size: 1.1vw;
        margin: 1.2vw 0px 0px 0px;
    }
    .section-one .slider-bottom {
        margin-top: 4vw;
    }
    .section-one .right-boxes .review-logo {
        margin-bottom: 0.6vw;
    }
    .section-one .right-boxes .review-logo img {
        max-height: 50px;
    }
    .section-one .right-boxes h2 {
        padding: 0px 0px 1.1vw 0px;
        font-size: 1.4vw;
    }
    .section-one .right-boxes h2 .stars {
        font-size: 1.4vw;
    }
    .section-one .right-boxes .review-details {
        padding: 0px 0px 0px 140px;
        min-height: 120px;
    }
    .section-one .right-boxes .review-details .counter {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 2.9vw
    }
    .section-one .right-boxes .review-details p {
        font-size: 1.4vw;
    }
}

@media (max-width:1700px) {
    .section-one .right-boxes .review-logo img {
        max-height: 40px;
    }
    .section-one .right-boxes .review-details {
        padding: 0px 0px 0px 120px;
        min-height: 100px;
    }
    .section-one .right-boxes .review-details .counter {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

@media (max-width:1550px) {
    .section-one .right-boxes .review-logo img {
        max-height: 35px;
    }
    .section-one .right-boxes .review-details {
        padding: 0px 0px 0px 110px;
        min-height: 90px;
    }
    .section-one .right-boxes .review-details .counter {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

@media (max-width:991px) {
    .section-one {
        padding: 50px 0px;
        background: url(../images/D.png) top right no-repeat;
        background-size: 40%;
    }
    #mobile {
        display: none;
    }
    .section-one .left-box h2 {
        font-size: 40px;
        text-align: center;
    }
    .section-one .left-box p {
        font-size: 16px;
        margin: 15px 0px 0px 0px;
        text-align: center;
    }
    .section-one .slider-bottom {
        margin-top: 30px;
    }
    .section-one .right-boxes {
        position: relative;
        display: block;
        margin: 30px auto auto auto;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    .section-one .right-boxes .review-logo {
        margin-bottom: 15px;
    }
    .section-one .right-boxes h2 {
        padding: 0px 0px 15px 0px;
        font-size: 20px;
        text-align: center;
    }
    .section-one .right-boxes h2 .stars {
        font-size: 20px;
        display: block;
    }
    .section-one .right-boxes .review-details {
        padding: 0px;
        line-height: normal;
    }
    .section-one .right-boxes .review-details .counter {
        position: relative;
        display: block;
        margin: auto;
        left: auto;
        top: auto;
        transform: none;
        font-size: 40px
    }
    .section-one .right-boxes .review-details p {
        font-size: 22px;
        margin: 20px 0px 0px 0px;
        width: 100%;
        max-width: 250px;
    }
    .section-one .right-boxes .review-details p br {
        display: none;
    }
    .section-one .arrow-main {
        text-align: center;
    }
    .section-one .arrow-main.right {
        text-align: center;
    }
    .section-one .arrow-main:before {
        display: none;
    }
}

@media (max-width:640px) {
    .section-one .left-box h2 {
        font-size: 30px;
    }
    .section-one .left-box p {
        font-size: 15px;
    }
}


/*** ### Section Two ### ***/

.section-two {
    position: relative;
    padding: 75px 0px;
}

.section-two h2 {
    margin: 0px;
    padding: 0px;
    font-size: 75px;
    font-weight: 400;
    color: #495057;
}

.section-two p {
    color: #6f6f6f;
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.section-two .right-boxes {
    position: relative;
    text-align: right;
}

.section-two .right-boxes img {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
    max-width: 390px;
}

@media (max-width:1920px) {
    .section-two {
        padding: 4% 0px;
    }
    .section-two h2 {
        font-size: 3.8vw;
    }
    .section-two p {
        font-size: 1.1vw;
        margin: 2% 0px 0px 0px;
    }
}

@media (max-width:991px) {
    .section-two {
        padding: 30px 0px;
        text-align: center;
    }
    .section-two h2 {
        position: relative;
        font-size: 40px;
    }
    .section-two h2 br {
        display: none;
    }
    .section-two p {
        font-size: 16px;
        margin: 20px 0px 0px 0px;
    }
}

@media (max-width:767px) {
    .section-two h2 {
        position: relative;
        font-size: 30px;
    }
}


/*** ### Section Three ### ***/

.section-three {
    position: relative;
    padding: 75px 0px;
    z-index: 2;
}

.section-three:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 25%;
    background: #f7f1eb;
    z-index: -1;
}

.section-three h2 {
    margin: 0px;
    padding: 0px;
    font-size: 50px;
    font-weight: 400;
    color: #495057;
}

.section-three p {
    color: #6f6f6f;
    font-size: 25px;
    font-weight: 300;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.section-three .text-boxes {
    position: relative;
}

.section-three .image-boxes {
    position: relative;
    text-align: center;
}

.section-three .image-boxes img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 697px;
}

@media (max-width:1920px) {
    .section-three {
        padding: 3.5vw 0px;
    }
    .section-three h2 {
        font-size: 2.7vw;
    }
    .section-three p {
        font-size: 1.4vw;
        margin: 1.1vw 0px 0px 0px;
    }
    .section-three .image-boxes img {
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width:991px) {
    .section-three {
        padding: 30px 0px;
        text-align: center;
    }
    .section-three h2 {
        font-size: 35px;
    }
    .section-three p {
        font-size: 16px;
        margin: 15px 0px 0px 0px;
    }
    .section-three .text-boxes {
        padding: 30px 0px 0px 0px;
    }
}

@media (max-width:767px) {
    .section-three h2 {
        font-size: 30px;
    }
}


/*** Section Three Right ***/

.section-three.right {
    position: relative;
}

.section-three.right:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    left: auto;
    bottom: 0px;
    width: 25%;
    background: #f7f1eb;
    z-index: -1;
}

.section-three.right h2,
.section-three.right p {
    text-align: right;
}

@media (max-width:991px) {
    .section-three:before {
        display: none;
    }
    .section-three h2,
    .section-three p {
        text-align: center;
    }
    .section-three.right h2,
    .section-three.right p {
        text-align: center;
    }
    .section-three h2 br {
        display: none;
    }
    .section-three.right:before {
        display: none;
    }
    .section-three .image-boxes {
        position: relative;
        z-index: 2;
    }
    .section-three .image-boxes:before {
        position: absolute;
        content: "";
        top: -30px;
        left: 0px;
        right: auto;
        bottom: -30px;
        width: 50%;
        background: #f7f1eb;
        z-index: -1;
    }
    .section-three.right .image-boxes:before {
        position: absolute;
        content: "";
        top: -30px;
        right: 0px;
        left: auto;
        bottom: -30px;
        width: 50%;
        background: #f7f1eb;
        z-index: -1;
    }
}


/*** ### Section Three ### ***/

.section-foure {
    position: relative;
    padding: 75px 0px;
    background: #121212;
}

.section-foure h2 {
    margin: 0px;
    padding: 0px;
    font-size: 50px;
    font-weight: 400;
    color: #d9bfab;
}

.section-foure p {
    color: #6f6f6f;
    font-size: 25px;
    font-weight: 300;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.section-foure .text-boxes {
    position: relative;
}

.section-foure .image-boxes {
    position: relative;
    padding: 0px;
}

.section-foure .image-boxes img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

@media (max-width:1920px) {
    .section-foure {
        padding: 3.5vw 0px;
    }
    .section-foure h2 {
        font-size: 2.7vw;
    }
    .section-foure p {
        font-size: 1.4vw;
        margin: 1.1vw 0px 0px 0px;
    }
}

@media (max-width:991px) {
    .section-foure {
        padding: 0px 0px 30px 0px;
        text-align: center;
    }
    .section-foure h2 {
        font-size: 40px;
    }
    .section-foure p {
        font-size: 16px;
        margin: 15px 0px 0px 0px;
    }
    .section-foure .text-boxes {
        padding: 30px 0px 0px 0px;
    }
}

@media (max-width:767px) {
    .section-foure h2 {
        font-size: 30px;
    }
}


/*** ### Section Five ### ***/

.section-five {
    position: relative;
    padding: 75px 0px;
    background: #f7f1eb;
}

.section-five .quote {
    text-align: center;
}

.section-five .quote img {
    display: inline-block;
    vertical-align: top;
}

.section-five h2 {
    margin: 0px 0px 50px 0px;
    padding: 0px;
    font-size: 75px;
    font-weight: 400;
    color: #d9bfab;
    text-align: center;
}

.section-five h3 {
    margin: 20px 0px;
    padding: 0px;
    font-size: 25px;
    font-weight: 500;
    color: #495057;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.section-five p {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    padding: 0px 0px 50px 0px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.section-five .text-boxes {
    position: relative;
    display: block;
    margin: auto;
    max-width: 450px;
    padding-bottom: 75px;
}

.section-five .slick-current:before {
    position: absolute;
    content: "";
    right: -15px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: #d0ccc9;
}

.section-five .text-boxes .customer-logo {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
}

.section-five .text-boxes .customer-logo img {
    display: inline-block;
    vertical-align: top;
    max-height: 50px;
}

.section-five .image-boxes {
    position: relative;
    text-align: center;
}

.section-five .image-boxes img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border: 2px solid #dac0aa;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

@media (max-width:1920px) {
    .section-five {
        padding: 5% 0px;
    }
    .section-five h2 {
        font-size: 3.8vw;
    }
    .section-five h3 {
        font-size: 1.5vw;
    }
    .section-five p {
        font-size: 1vw;
        margin: 2% 0px 0px 0px;
    }
}

@media (max-width:1600px) {
    .section-five .quote img {
        max-height: 40px;
    }
    .section-five .text-boxes .customer-logo img {
        max-height: 40px;
    }
    .section-five .image-boxes img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width:1440px) {
    .section-five .quote img {
        max-height: 35px;
    }
    .section-five .text-boxes .customer-logo img {
        max-height: 35px;
    }
    .section-five .image-boxes img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width:991px) {
    .section-five {
        padding: 30px 0px;
    }
    .section-five h2 {
        font-size: 35px;
    }
    .section-five h3 {
        font-size: 15px;
    }
    .section-five p {
        font-size: 15px;
        margin: 20px 0px 0px 0px;
    }
    .section-five .quote img {
        max-height: 35px;
    }
    .section-five .text-boxes .customer-logo img {
        max-height: 30px;
    }
    .section-five .image-boxes img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width:767px) {
    .section-five h2 {
        font-size: 30px;
    }
}


/*** ### Section Seven ### ***/

.section-six {
    position: relative;
    padding: 75px 0px;
    background: #F7F1EB;
}

.section-six h3 {
    color: #495057;
    font-size: 50px;
    font-weight: 400;
    margin: 30px 0px;
    padding: 0px;
}

.section-six p {
    color: #6F6F6F;
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.section-six .boxes {
    position: relative;
}

.section-six .boxes .main-image {
    position: relative;
}

.section-six .boxes .main-image img {
    width: 100%;
}

@media (max-width:1920px) {
    .section-six {
        padding: 5% 0px;
    }
    .section-six h3 {
        margin: 1.5vw 0px;
        font-size: 2.5vw;
    }
    .section-six p {
        font-size: 1.3vw;
    }
}

@media (max-width:991px) {
    .section-six {
        padding: 50px 0px;
    }
    .section-six h3 {
        font-size: 30px;
    }
    .section-six p {
        margin: 15px 0px;
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .section-six {
        padding: 30px 0px;
    }
    .section-six h3 {
        font-size: 25px;
    }
    .section-six p {
        font-size: 15px;
    }
}


/*** ### Section Seven ### ***/

.section-seven {
    position: relative;
    padding: 0px 0px 75px 0px;
    background: #FFFFFF;
}

.section-seven h2 {
    color: #495057;
    font-size: 65px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.section-seven p {
    color: #6F6F6F;
    margin: 30px 0px 0px 0px;
    padding: 0px;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.section-seven .logo-area {
    position: relative;
    text-align: center;
}

.section-seven .logo-area img {
    display: inline-block;
    vertical-align: top;
    max-height: 60px;
    margin: 15px;
}

@media (max-width:1920px) {
    .section-seven {
        padding: 0px 0px 5% 0px;
    }
    .section-seven h2 {
        font-size: 3.2vw;
    }
    .section-seven p {
        margin: 2.5% 0px 0px 0px;
        font-size: 1.1vw;
    }
}

@media (max-width:1600px) {
    .section-seven .logo-area img {
        max-height: 50px;
    }
}

@media (max-width:991px) {
    .section-seven {
        padding: 0px 0px 30px 0px;
    }
    .section-seven h2 {
        font-size: 40px;
    }
    .section-seven h2 br {
        display: none;
    }
    .section-seven p {
        margin: 15px 0px 0px 0px;
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .section-seven h2 {
        font-size: 30px;
    }
    .section-seven p {
        font-size: 16px;
    }
}


/*** ### Section Eight ### ***/

.section-eight {
    position: relative;
    background: #000000;
}

.section-eight h2 {
    position: relative;
    color: #656565;
    font-size: 50px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.section-eight h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #656565;
}

.section-eight p {
    color: #656565;
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.section-eight .top-box {
    position: relative;
    padding: 100px 0px;
}

.section-eight .top-box h2 {
    position: relative;
    padding-bottom: 50px;
}

.section-eight .bottom-box {
    position: relative;
}

.section-eight .bottom-box h2 {
    position: relative;
    padding-bottom: 50px;
}

.section-eight .bottom-box h2:before {
    display: none;
}

.section-eight .bottom-box .main-image {
    position: relative;
}

.section-eight .arrow-main {
    position: relative;
    background: #000000;
}

.section-eight .arrow-main:before {
    background: #495057;
}

.section-eight .arrow-main .iner {
    background: #000000;
}

.section-eight .arrow-main .iner .arrow-box {
    border-color: #495057;
    color: #495057;
}

.section-eight .arrow-main .iner .arrow-box:hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

@media (max-width:1920px) {
    .section-eight h2 {
        font-size: 2.5vw;
    }
    .section-eight p {
        font-size: 1.1vw;
    }
    .section-eight .top-box {
        padding: 8% 0px;
    }
    .section-eight .top-box h2 {
        padding-bottom: 10%;
    }
    .section-eight .bottom-box h2 {
        padding-bottom: 10%;
    }
}

@media (max-width:991px) {
    .section-eight h2 {
        font-size: 35px;
        text-align: center;
        margin-bottom: 30px;
    }
    .section-eight h2 br {
        display: none;
    }
    .section-eight h2:before {
        left: 50%;
        width: 100%;
        max-width: 150px;
        margin-left: -75px;
    }
    .section-eight p {
        font-size: 16px;
        text-align: center;
    }
    .section-eight .top-box {
        padding: 30px 0px;
    }
    .section-eight .top-box h2 {
        padding-bottom: 30px;
    }
    .section-eight .bottom-box h2 {
        padding: 30px 0px;
    }
    .section-eight .bottom-box h2:before {
        display: block;
    }
    .section-eight .arrow-main {
        text-align: center;
    }
    .section-eight .arrow-main:before {
        display: none;
    }
}

@media (max-width:767px) {
    .section-eight h2 {
        font-size: 30px;
    }
}


/*** ### Arrow Main ### ***/

.arrow-main {
    position: relative;
    text-align: right;
    margin: 75px 0px;
}

.arrow-main:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.arrow-main .iner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px 0px 20px;
}

.arrow-main .iner .arrow-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px 0px 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}

.arrow-main .iner .arrow-box:last-child {
    margin-right: 0px;
}

.arrow-main .iner .arrow-box:first-child span {
    position: relative;
    left: -2px;
    top: -2px;
}

.arrow-main .iner .arrow-box:last-child span {
    position: relative;
    right: -2px;
    top: -2px;
}

@media (max-width:1920px) {
    .arrow-main {
        margin: 3% 0px;
    }
}

@media (max-width:991px) {
    .arrow-main .iner {
        padding: 0px !important;
    }
}


/*** ### Section Nine ### ***/

.section-nine {
    position: relative;
    padding: 150px 0px;
    background: #FFFFFF;
}

.section-nine h2 {
    color: #495057;
    font-size: 65px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.section-nine h3 {
    color: #6F6F6F;
    margin: 30px 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.section-nine h4 {
    color: #495057;
    font-size: 35px;
    margin: 25px 0px;
    padding: 0px;
}

.section-nine p {
    color: #6F6F6F;
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.section-nine a.read-more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    vertical-align: top;
    color: #E9978B;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

.section-nine .boxes {
    position: relative;
    margin: 75px 0px;
    padding-bottom: 50px;
}

.section-nine .boxes .main-image {
    position: relative;
}

.section-nine .boxes .main-image img {
    width: 100%;
}

@media (max-width:1920px) {
    .section-nine {
        padding: 8% 0px;
    }
    .section-nine h2 {
        font-size: 3.2vw;
    }
    .section-nine h3 {
        margin: 2.5% 0px;
        font-size: 1.1vw;
    }
    .section-nine h4 {
        font-size: 1.7vw;
        margin: 5% 0px;
    }
    .section-nine p {
        font-size: 1.3vw;
    }
    .section-nine a.read-more {
        font-size: 1.3vw;
    }
    .section-nine .boxes {
        position: relative;
        margin: 7% 0px;
        padding-bottom: 15%;
    }
}

@media (max-width:991px) {
    .section-nine {
        padding: 30px 0px;
    }
    .section-nine h2 {
        font-size: 40px;
    }
    .section-nine h2 br {
        display: none;
    }
    .section-nine h3 {
        margin: 15px 0px;
        font-size: 18px;
    }
    .section-nine h4 {
        font-size: 25px;
        margin: 15px 0px;
    }
    .section-nine p {
        font-size: 16px;
    }
    .section-nine a.read-more {
        font-size: 18px;
    }
    .section-nine .boxes {
        margin: 50px 0px;
        padding-bottom: 50px;
    }
}

@media (max-width:767px) {
    .section-nine {
        padding: 50px 0px;
    }
    .section-nine h2 {
        font-size: 30px;
    }
    .section-nine h3 {
        font-size: 16px;
    }
    .section-nine h4 {
        font-size: 20px;
        margin: 15px 0px;
    }
}


/*** ### Section Ten ### ***/

.section-ten {
    position: relative;
    padding: 250px 0px;
    background: url(../images/8/DSC_7516.png) no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
}

.section-ten:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.section-ten h2 {
    color: #FFFFFF;
    font-size: 65px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.section-ten p {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.section-ten a.play-video {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    outline: none;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50px;
}

@media (max-width:1920px) {
    .section-ten {
        padding: 12% 0px;
    }
    .section-ten h2 {
        font-size: 3.2vw;
    }
    .section-ten p {
        font-size: 1.2vw;
        padding: 2.5%;
    }
    .section-ten a.play-video {
        font-size: 1.1vw;
    }
}

@media (max-width:1700px) {
    .section-ten a.play-video {
        padding: 12px 25px;
    }
}

@media (max-width:1500px) {
    .section-ten a.play-video {
        padding: 10px 20px;
    }
}

@media (max-width:991px) {
    .section-ten {
        padding: 75px 0px;
    }
    .section-ten h2 {
        font-size: 40px;
    }
    .section-ten p {
        font-size: 18px;
        margin: 30px 0px;
        padding: 15px;
    }
    .section-ten a.play-video {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .section-ten {
        padding: 50px 0px;
    }
    .section-ten h2 {
        font-size: 35px;
    }
    .section-ten h2 br {
        display: none;
    }
    .section-ten p {
        font-size: 16px;
        margin: 25px 0px;
        padding: 15px;
    }
    .section-ten a.play-video {
        font-size: 16px;
    }
}


/*** ### Section Eleven ### ***/

.section-eleven {
    position: relative;
    padding: 100px 0px;
    background: #FFFFFF;
}

.section-eleven h2 {
    color: #495057;
    font-size: 50px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.section-eleven h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #495057;
}

.section-eleven h4 {
    color: #495057;
    font-size: 35px;
    font-weight: 400;
    margin: 25px 0px;
    padding: 0px;
}

.section-eleven p {
    color: #6F6F6F;
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.section-eleven a.read-more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    vertical-align: top;
    color: #E9978B;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

.section-eleven .boxes-top {
    position: relative;
    padding-bottom: 60px;
}

.section-eleven .boxes {
    position: relative;
    margin: 75px 0px;
    padding-bottom: 60px;
}

.section-eleven .boxes .main-image {
    position: relative;
}

.section-eleven .boxes .main-image img {
    width: 100%;
}

@media (max-width:1920px) {
    .section-eleven {
        padding: 5vw 0px;
    }
    .section-eleven h2 {
        font-size: 2.5vw;
    }
    .section-eleven h4 {
        font-size: 1.7vw;
        margin: 1.3vw 0px;
    }
    .section-eleven p {
        font-size: 1.3vw;
    }
    .section-eleven a.read-more {
        font-size: 1.3vw;
    }
    .section-eleven .boxes-top {
        padding-bottom: 3.5vw;
    }
    .section-eleven .boxes {
        position: relative;
        margin: 3.5vw 0px;
        padding-bottom: 3.5vw;
    }
}

@media (max-width:991px) {
    .section-eleven {
        padding: 30px 0px;
    }
    .section-eleven h2 {
        position: relative;
        font-size: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .section-eleven h2:before {
        left: 50%;
        width: 100%;
        max-width: 150px;
        margin-left: -75px;
    }
    .section-eleven h4 {
        font-size: 25px;
        margin: 15px 0px;
    }
    .section-eleven p {
        font-size: 16px;
        text-align: center;
    }
    .section-eleven a.read-more {
        font-size: 18px;
        text-align: center;
    }
    .section-eleven .boxes-top {
        padding-bottom: 0px;
        text-align: center;
    }
    .section-eleven .boxes-top a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 30px 0px 0px 0px;
    }
    .section-eleven .boxes {
        margin: 30px 0px;
        padding-bottom: 30px;
    }
}

@media (max-width:767px) {
    .section-eleven {
        padding: 50px 0px;
    }
    .section-eleven h2 {
        font-size: 25px;
    }
    .section-eleven h4 {
        font-size: 20px;
        margin: 15px 0px;
    }
}


/*** ### Beststeakhouse Dubai ### ***/

.section-twelve {
    position: relative;
    background: #FFFFFF;
    padding: 75px 0px;
}

.section-twelve h2 {
    position: relative;
    color: #495057;
    font-size: 65px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.section-twelve h3 {
    position: relative;
    color: #495057;
    font-size: 50px;
    font-weight: 400;
    margin: 0px 0px 50px 0px;
    padding: 50px 0px;
}

.section-twelve h3:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #495057;
    opacity: 0.3;
}

.section-twelve p {
    color: #6F6F6F;
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.section-twelve a.read-more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    vertical-align: top;
    color: #E9978B;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

.section-twelve .boxes {
    position: relative;
    padding-bottom: 50px;
}

.section-twelve .main-image {
    position: relative;
}

.section-twelve .top-box {
    position: relative;
    background: #F7F1EB;
}

.section-twelve .bottom-box {
    position: relative;
    background: #F7F1EB;
}

@media (max-width:1920px) {
    .section-twelve {
        padding: 4% 0px;
    }
    .section-twelve h2 {
        font-size: 3.2vw;
    }
    .section-twelve h3 {
        font-size: 2.5vw;
        margin-bottom: 10%;
        padding: 10% 0px;
    }
    .section-twelve p {
        font-size: 1.1vw;
    }
    .section-twelve a.read-more {
        font-size: 1.3vw;
    }
    .section-twelve .boxes {
        position: relative;
        padding-bottom: 15%;
    }
}

@media (max-width:991px) {
    .section-twelve {
        padding: 0px 0px 30px 0px;
        text-align: center;
    }
    .section-twelve h2 {
        font-size: 40px;
    }
    .section-twelve h2 br {
        display: none;
    }
    .section-twelve h3 {
        font-size: 35px;
        text-align: center;
        padding: 30px 0px;
        margin-bottom: 30px;
    }
    .section-twelve h3 br {
        display: none;
    }
    .section-twelve h3:before {
        left: 50%;
        width: 100%;
        max-width: 150px;
        margin-left: -75px;
    }
    .section-twelve p {
        font-size: 16px;
        text-align: center;
    }
    .section-twelve a.read-more {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        font-size: 18px;
    }
    .section-twelve .boxes {
        padding-bottom: 30px;
    }
}

@media (max-width:767px) {
    .section-twelve h2 {
        font-size: 30px;
    }
    .section-twelve h3 {
        font-size: 25px;
    }
}


/*** ### Spectacular Fireworks ### ***/

.spectacular-fireworks {
    position: relative;
    background: #000000;
    padding: 75px 0px;
    z-index: 1;
}

.spectacular-fireworks:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 75%;
    background: #000000;
    z-index: -1;
}

.spectacular-fireworks:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 25%;
    background: #F7F1EB;
    z-index: -1;
}

.spectacular-fireworks h2 {
    position: relative;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 400;
    margin: 0px 0px 50px 0px;
    padding: 50px 0px;
}

.spectacular-fireworks h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #495057;
}

.spectacular-fireworks h2 span {
    color: #D9BFAB;
}

.spectacular-fireworks p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.spectacular-fireworks .video-area {
    position: relative;
}

@media (max-width:1920px) {
    .spectacular-fireworks {
        padding: 4% 0px;
    }
    .spectacular-fireworks h2 {
        font-size: 2.5vw;
        margin-bottom: 10%;
        padding: 10% 0px;
    }
    .spectacular-fireworks p {
        font-size: 1.1vw;
    }
}

@media (max-width:991px) {
    .spectacular-fireworks {
        padding: 30px 0px;
    }
    .spectacular-fireworks:before {
        bottom: 0px;
        width: 100%;
    }
    .spectacular-fireworks:after {
        display: none;
    }
    .spectacular-fireworks h2 {
        position: relative;
        font-size: 35px;
        text-align: center;
        padding: 0px 0px 30px 0px;
        margin-bottom: 30px;
    }
    .spectacular-fireworks h2 br {
        display: none;
    }
    .spectacular-fireworks h2:before {
        left: 50%;
        width: 100%;
        max-width: 250px;
        margin-left: -125px;
    }
    .spectacular-fireworks p {
        font-size: 16px;
        text-align: center;
    }
    .spectacular-fireworks .video-area {
        margin-top: 30px;
    }
    .spectacular-fireworks .main-image {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .spectacular-fireworks h2 {
        font-size: 30px;
    }
}


/*** ### Live-Entertainment Acts ### ***/

.live-entertainment-acts {
    position: relative;
    padding: 75px 0px;
}

.live-entertainment-acts.black {
    background: #000000;
}

.live-entertainment-acts h2 {
    color: #383635;
    font-size: 50px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.live-entertainment-acts p {
    color: #6F6F6F;
    font-size: 25px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.live-entertainment-acts .boxes {
    position: relative;
    margin: 75px 0px 0px 0px;
}

@media (max-width:1920px) {
    .live-entertainment-acts {
        position: relative;
        padding: 4% 0px;
    }
    .live-entertainment-acts h2 {
        font-size: 2.5vw;
    }
    .live-entertainment-acts p {
        font-size: 1.3vw;
    }
    .live-entertainment-acts .boxes {
        position: relative;
        margin: 15% 0px 0px 0px;
    }
}

@media (max-width:991px) {
    .live-entertainment-acts {
        position: relative;
        padding: 30px 0px;
        text-align: center;
    }
    .live-entertainment-acts h2 {
        position: relative;
        font-size: 35px;
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .live-entertainment-acts h2:before {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 50%;
        width: 100%;
        height: 2px;
        max-width: 150px;
        margin-left: -75px;
        background: #495057;
    }
    .live-entertainment-acts p {
        font-size: 16px;
        text-align: center;
    }
    .live-entertainment-acts .boxes {
        margin: 30px 0px 0px 0px;
    }
}

@media (max-width:767px) {
    .live-entertainment-acts h2 {
        font-size: 30px;
    }
}


/*** ### Breathtaking Views ### ***/

.breathtaking-views {
    position: relative;
    background: #FFFFFF;
    padding: 0px 0px 75px 0px;
    z-index: 1;
}

.breathtaking-views h2 {
    position: relative;
    color: #495057;
    font-size: 50px;
    font-weight: 400;
    margin: 0px 0px 50px 0px;
    padding: 50px 0px;
}

.breathtaking-views h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #495057;
}

.breathtaking-views p {
    color: #6F6F6F;
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.breathtaking-views a.read-more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    vertical-align: top;
    color: #E9978B;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

.breathtaking-views .boxes {
    position: relative;
    padding-bottom: 50px;
}

.breathtaking-views .main-image {
    position: relative;
}

@media (max-width:1920px) {
    .breathtaking-views {
        padding: 0px 0px 4% 0px;
    }
    .breathtaking-views h2 {
        font-size: 2.5vw;
        margin-bottom: 10%;
        padding: 10% 0px;
    }
    .breathtaking-views p {
        font-size: 1.1vw;
    }
    .breathtaking-views a.read-more {
        font-size: 1.3vw;
    }
    .breathtaking-views .boxes {
        position: relative;
        padding-bottom: 15%;
    }
}

@media (max-width:991px) {
    .breathtaking-views {
        padding: 0px 0px 30px 0px;
    }
    .breathtaking-views h2 {
        font-size: 35px;
        margin: 0px 0px 30px 0px;
        padding: 30px 0px;
        text-align: center;
    }
    .breathtaking-views h2 br {
        display: none;
    }
    .breathtaking-views h2:before {
        left: 50%;
        width: 100%;
        max-width: 150px;
        margin-left: -75px;
    }
    .breathtaking-views p {
        font-size: 16px;
        text-align: center;
    }
    .breathtaking-views a.read-more {
        font-size: 18px;
    }
    .breathtaking-views .boxes {
        padding-bottom: 30px;
    }
    .breathtaking-views .main-image {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .breathtaking-views h2 {
        font-size: 30px;
    }
}


/*** ### Beststeakhouse Dubai ### ***/

.beststeakhouse-dubai {
    position: relative;
    background: #FFFFFF;
    padding: 75px 0px;
}

.beststeakhouse-dubai h2 {
    position: relative;
    color: #495057;
    font-size: 65px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.beststeakhouse-dubai h3 {
    position: relative;
    color: #495057;
    font-size: 50px;
    font-weight: 400;
    margin: 0px 0px 50px 0px;
    padding: 50px 0px;
}

.beststeakhouse-dubai h3:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #495057;
    opacity: 0.3;
}

.beststeakhouse-dubai p {
    color: #6F6F6F;
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.beststeakhouse-dubai a.read-more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    vertical-align: top;
    color: #E9978B;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

.beststeakhouse-dubai .boxes {
    position: relative;
    padding-bottom: 50px;
}

.beststeakhouse-dubai .main-image {
    position: relative;
}

.beststeakhouse-dubai .top-box {
    position: relative;
    margin-top: 75px;
}

.beststeakhouse-dubai .bottom-box {
    position: relative;
    margin-top: 75px;
}

.beststeakhouse-dubai .bottom-box h3 {
    margin: 0px;
}

.beststeakhouse-dubai .bottom-box h3:before {
    display: none;
}

@media (max-width:1920px) {
    .beststeakhouse-dubai {
        padding: 4% 0px;
    }
    .beststeakhouse-dubai h2 {
        font-size: 3.2vw;
    }
    .beststeakhouse-dubai h3 {
        font-size: 2.5vw;
        margin-bottom: 10%;
        padding: 10% 0px;
    }
    .beststeakhouse-dubai p {
        font-size: 1.1vw;
    }
    .beststeakhouse-dubai a.read-more {
        font-size: 1.3vw;
    }
    .beststeakhouse-dubai .top-box {
        margin-top: 4%;
    }
    .beststeakhouse-dubai .bottom-box {
        margin-top: 4%;
    }
    .beststeakhouse-dubai .boxes {
        position: relative;
        padding-bottom: 15%;
    }
}

@media (max-width:991px) {
    .beststeakhouse-dubai {
        padding: 0px 0px 30px 0px;
        text-align: center;
    }
    .beststeakhouse-dubai h2 {
        font-size: 40px;
    }
    .beststeakhouse-dubai h2 br {
        display: none;
    }
    .beststeakhouse-dubai h3 {
        position: relative;
        font-size: 35px;
        margin: 0px 0px 30px 0px !important;
        padding: 30px 0px;
    }
    .beststeakhouse-dubai h3 br {
        display: none;
    }
    .beststeakhouse-dubai .bottom-box h3:before {
        display: block;
    }
    .beststeakhouse-dubai h3:before {
        left: 50%;
        width: 100%;
        max-width: 150px;
        margin-left: -75px;
    }
    .beststeakhouse-dubai p {
        font-size: 16px;
    }
    .beststeakhouse-dubai a.read-more {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        font-size: 18px;
    }
    .beststeakhouse-dubai .boxes {
        padding-bottom: 30px;
    }
    .beststeakhouse-dubai .top-box {
        margin-top: 30px;
    }
    .beststeakhouse-dubai .bottom-box {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .beststeakhouse-dubai h2 {
        font-size: 30px;
    }
    .beststeakhouse-dubai h3 {
        font-size: 25px;
    }
}


/*** ### Melt Inmouth Collection ### ***/

.melt-inmouth-collection {
    position: relative;
    padding: 75px 0px;
}

.melt-inmouth-collection h2 {
    color: #495057;
    font-size: 50px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.melt-inmouth-collection p {
    color: #6F6F6F;
    font-size: 25px;
    font-weight: 300;
    margin: 50px 0px 0px 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.melt-inmouth-collection .boxes {
    position: relative;
    margin: 75px 0px 0px 0px;
}

@media (max-width:1920px) {
    .melt-inmouth-collection {
        position: relative;
        padding: 4% 0px;
    }
    .melt-inmouth-collection h2 {
        font-size: 2.5vw;
    }
    .melt-inmouth-collection p {
        font-size: 1.3vw;
        margin: 3% 0px 0px 0px;
    }
    .melt-inmouth-collection .boxes {
        position: relative;
        margin: 15% 0px 0px 0px;
    }
}

@media (max-width:991px) {
    .melt-inmouth-collection {
        position: relative;
        padding: 50px 0px;
    }
    .melt-inmouth-collection h2 {
        position: relative;
        font-size: 35px;
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .melt-inmouth-collection h2:before {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 50%;
        width: 100%;
        height: 2px;
        max-width: 250px;
        margin-left: -125px;
        background: #495057;
    }
    .melt-inmouth-collection p {
        font-size: 16px;
        margin: 30px 0px 0px 0px;
        text-align: center;
    }
    .melt-inmouth-collection.boxes {
        margin: 30px 0px 0px 0px;
    }
}

@media (max-width:767px) {
    .melt-inmouth-collection h2 {
        font-size: 30px;
    }
}


/*** ### What Make Us Unique ### ***/

.what-make-us-unique {
    position: relative;
    padding: 75px 0px;
}

.what-make-us-unique h2 {
    color: #495057;
    font-size: 65px;
    font-weight: 400;
    margin: 0px 0px 75px 0px;
    padding: 0px;
    text-align: center;
}

.what-make-us-unique h3 {
    position: relative;
    color: #495057;
    font-size: 50px;
    font-weight: 400;
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 50px 0px;
}

.what-make-us-unique h3:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #495057;
    height: 1px;
}

.what-make-us-unique p {
    color: #6F6F6F;
    font-size: 25px;
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px 50px 0px;
}

.what-make-us-unique a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #E9978B;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

@media (max-width:1920px) {
    .what-make-us-unique {
        position: relative;
        padding: 3.5vw 0px;
    }
    .what-make-us-unique h2 {
        font-size: 3.2vw;
        margin: 0px 0px 3.5vw 0px
    }
    .what-make-us-unique h3 {
        font-size: 2.5vw;
        margin: 0px 0px 2.5vw 0px;
        padding: 0px 0px 2.5vw 0px;
    }
    .what-make-us-unique p {
        font-size: 1.3vw;
        padding: 0px 0px 2.5vw 0px;
    }
    .what-make-us-unique a {
        font-size: 1.3vw;
    }
}

@media (max-width:991px) {
    .what-make-us-unique {
        position: relative;
        padding: 0px 0px 50px 0px;
        text-align: center;
    }
    .what-make-us-unique h2 {
        font-size: 40px;
        margin: 0px 0px 30px 0px;
    }
    .what-make-us-unique h3 {
        font-size: 30px;
        margin: 30px 0px;
        padding: 0px 0px 30px 0px;
    }
    .what-make-us-unique h3:before {
        left: 50%;
        margin-left: -125px;
        max-width: 250px;
    }
    .what-make-us-unique p {
        font-size: 16px;
        padding: 0px 0px 30px 0px;
    }
    .what-make-us-unique a {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .what-make-us-unique h2 {
        font-size: 30px;
    }
    .what-make-us-unique h3 {
        font-size: 25px;
    }
}


/*** ### Multipal Zone ### ***/

.multipal-zone {
    background: #F7F1EB;
}

.multipal-zone .boxes {
    position: relative;
    margin-bottom: 75px;
}

@media (max-width:1920px) {
    .multipal-zone .boxes {
        margin-bottom: 3.5vw;
    }
}

@media (max-width:991px) {
    .multipal-zone .boxes {
        margin-bottom: 50px;
    }
}

@media (max-width:767px) {
    .multipal-zone .boxes {
        margin-bottom: 30px;
    }
}


/*** ### Decore Ambience ### ***/

.decor-ambience {
    position: relative;
    padding: 75px 0px;
}

.decor-ambience h2 {
    color: #495057;
    font-size: 50px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.decor-ambience p {
    color: #6F6F6F;
    font-size: 25px;
    font-weight: 300;
    margin: 50px 0px 0px 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.decor-ambience .boxes {
    position: relative;
    text-align: right;
}

.decor-ambience .image-boxes {
    position: relative;
}

.decor-ambience .image-boxes img {
    display: block;
    margin: auto;
    width: 100%;
}

@media (max-width:1920px) {
    .decor-ambience {
        position: relative;
        padding: 3.5vw 0px;
    }
    .decor-ambience h2 {
        font-size: 2.5vw;
    }
    .decor-ambience p {
        font-size: 1.3vw;
        margin: 2.5vw 0px 0px 0px;
    }
}

@media (max-width:991px) {
    .decor-ambience {
        position: relative;
        padding: 30px 0px;
    }
    .decor-ambience h2 {
        position: relative;
        font-size: 35px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .decor-ambience h2 br {
        display: none;
    }
    .decor-ambience h2:before {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 50%;
        width: 100%;
        height: 2px;
        max-width: 150px;
        margin-left: -75px;
        background: #495057;
    }
    .decor-ambience p {
        font-size: 16px;
        margin: 30px 0px;
    }
    .decor-ambience .boxes {
        text-align: center;
    }
}

@media (max-width:767px) {
    .decor-ambience h2 {
        font-size: 30px;
    }
}


/*** ### Live Entertainment ### ***/

.live-entertainment-acts.black {
    background: #000000;
}

.live-entertainment-acts.black h2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #dabfac;
    padding-bottom: 50px;
}

.live-entertainment-acts.black h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #dabfaa;
}

.live-entertainment-acts.black p .disclaimer {
    color: #6f6f6f;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width:1920px) {
    .live-entertainment-acts.black h2 {
        padding-bottom: 2.5vw;
    }
}

@media (max-width:991px) {
    .live-entertainment-acts.black h2:before {
        left: 50%;
        width: 100%;
        max-width: 150px;
        margin-left: -75px;
    }
}


/*** ### Special Arrangement ### ***/

.special-arranegment {
    position: relative;
    padding: 75px 0px;
    background: #F7F1EB;
}

.special-arranegment h2 {
    color: #495057;
    font-size: 50px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.special-arranegment p {
    color: #6F6F6F;
    font-size: 25px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.special-arranegment p strong {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.special-arranegment p a {
    color: inherit;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.special-arranegment .boxes {
    position: relative;
}

.special-arranegment .image-boxes {
    position: relative;
}

.special-arranegment .image-boxes img {
    display: block;
    margin: auto;
    width: 100%;
}

@media (max-width:1920px) {
    .special-arranegment {
        position: relative;
        padding: 3.5vw 0px;
    }
    .special-arranegment h2 {
        font-size: 2.5vw;
    }
    .special-arranegment p {
        font-size: 1.3vw;
    }
}

@media (max-width:991px) {
    .special-arranegment {
        position: relative;
        padding: 30px 0px;
    }
    .special-arranegment h2 {
        position: relative;
        font-size: 35px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .special-arranegment h2 br {
        display: none;
    }
    .special-arranegment h2:before {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 50%;
        width: 100%;
        height: 2px;
        max-width: 150px;
        margin-left: -75px;
        background: #495057;
    }
    .special-arranegment h2 br {
        display: none;
    }
    .special-arranegment p {
        font-size: 16px;
        margin: 30px 0px;
    }
    .special-arranegment .boxes {
        text-align: center;
    }
}

@media (max-width:767px) {
    .special-arranegment h2 {
        font-size: 30px;
    }
}


/*** ### Bespoke Arranegment Slider ### ***/

.bespoke-arrangment-slider {
    position: relative;
    padding: 0px 0px 100px 0px;
    background: #F7F1EB;
}

.bespoke-arrangment-slider .boxes {
    position: relative;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.2);
    transition: all 1s ease-in-out;
}

.bespoke-arrangment-slider .slick-slide {
    margin: 20px -5px;
    opacity: 0.5;
}

.bespoke-arrangment-slider .slick-current {
    opacity: 1;
}

.bespoke-arrangment-slider .slick-current .boxes {
    transform: scale(1.1);
}

.bespoke-arrangment-slider .slick-dots {
    bottom: -60px;
}

.bespoke-arrangment-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    background: #dabfac;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    transition: shadow 1s ease-in-out;
}

.bespoke-arrangment-slider .slick-dots li.slick-active {
    background: #000000;
    width: 15px;
    height: 15px;
    background: #e9978b;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width:1920px) {
    .bespoke-arrangment-slider {
        padding: 0px 0px 5vw 0px;
    }
    .bespoke-arrangment-slider .slick-dots {
        bottom: -3vw;
    }
}

@media (max-width:991px) {
    .bespoke-arrangment-slider {
        padding: 0px 0px 75px 0px;
    }
    .bespoke-arrangment-slider .slick-dots {
        bottom: -50px;
    }
}


/*** ### Top Footer ### ***/

.white-section {
    position: relative;
    background: #FFFFFF;
}

.gray-section {
    position: relative;
    background: #F7F1EB;
}

.top-footer {
    position: relative;
    padding: 75px 0px;
    background: #121212;
}

.top-footer .footer-nav {
    position: relative;
}

.top-footer .footer-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.top-footer .footer-nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 15px 0px;
    width: 100%;
}

.top-footer .footer-nav li:last-child {
    margin-bottom: 0px;
}

.top-footer .footer-nav a {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
    border: none;
}

.top-footer .social-nav {
    position: relative;
    margin-top: 30px;
}

.top-footer .social-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.top-footer .social-nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}

.top-footer .social-nav a {
    color: #e9978b;
    font-size: 25px;
    text-decoration: none;
    outline: none;
    border: none;
}

.top-footer .text-boxes {
    position: relative;
    padding: 20px 0px;
}

.top-footer .text-boxes p {
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.top-footer .text-boxes .contact-box {
    position: relative;
    margin: 50px 0px 20px 0px;
    padding: 0px 50px 0px 0px;
}

.top-footer .text-boxes .contact-box input {
    position: relative;
    width: 100%;
    background: none;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.top-footer .text-boxes .contact-box button {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: none;
    border: none;
    outline: none;
    color: #EC9789;
    font-size: 25px;
}

.top-footer .social-qr-code {
    position: relative;
    text-align: left;
}

.top-footer .social-qr-code p {
    margin: 20px 0px;
    padding: 0px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.top-footer .social-qr-code img {
    display: inline-block;
    vertical-align: top;
}

.top-footer .weather-plugin {
    position: relative;
}

.top-footer .weather-plugin .logo {
    position: relative;
}

.top-footer .weather-plugin .logo img {
    display: block;
    margin: auto;
}

.top-footer #mobile {
    display: none;
}

@media (max-width:1920px) {
    .top-footer {
        padding: 5% 0px;
    }
    .top-footer .footer-nav li {
        margin: 0px 0px 5% 0px;
    }
    .top-footer .footer-nav a {
        font-size: 1.4vw;
    }
    .top-footer .social-nav {
        margin-top: 7%
    }
    .top-footer .social-nav li {
        margin: 0px 5% 0px 0px;
    }
    .top-footer .social-nav a {
        font-size: 1.4vw;
    }
    .top-footer .text-boxes {
        padding: 1.5% 0px;
    }
    .top-footer .text-boxes p {
        font-size: 1.1vw;
    }
    .top-footer .text-boxes .contact-box {
        margin: 10% 0px 5% 0px;
        padding: 0px 10% 0px 0px;
    }
    .top-footer .text-boxes .contact-box input {
        font-size: 1.1vw;
    }
    .top-footer .text-boxes .contact-box button {
        font-size: 1.4vw;
    }
    .top-footer .social-qr-code p {
        margin: 10% 0px;
        font-size: 1.1vw;
    }
}

@media (max-width:991px) {
    .top-footer {
        padding: 30px 0px;
    }
    .top-footer .footer-nav li {
        margin: 0px 0px 10px 0px;
    }
    .top-footer .footer-nav a {
        font-size: 15px;
    }
    .top-footer .social-nav {
        margin-top: 20px;
    }
    .top-footer .social-nav li {
        margin: 0px 20px 0px 0px;
    }
    .top-footer .social-nav a {
        font-size: 15px;
    }
    .top-footer .text-boxes {
        padding: 15px 0px 0px 0px;
    }
    .top-footer .text-boxes p {
        font-size: 15px;
    }
    .top-footer .text-boxes .contact-box {
        margin: 20px 0px;
        padding: 0px 20px 0px 0px;
    }
    .top-footer .text-boxes .contact-box input {
        font-size: 15px;
    }
    .top-footer .text-boxes .contact-box button {
        font-size: 15px;
    }
    .top-footer .social-qr-code p {
        margin: 20px 0px;
        font-size: 15px;
    }
    .top-footer .weather-plugin .logo img {
        display: block;
        margin: 30px auto;
    }
    .top-footer #mobile {
        display: block;
    }
    .top-footer #desktop {
        display: none;
    }
}

@media (max-width:414px) {
    .top-footer .footer-nav a {
        font-size: 12px;
    }
}


/*** ### Footer ### ***/

footer {
    position: relative;
    background: #e9978b;
    padding: 20px 0px;
}

footer .footer-list {
    position: relative;
}

footer .footer-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .footer-list li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 30px 10px 0px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

footer .footer-list a {
    text-decoration: none;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width:1920px) {
    footer {
        padding: 1.1% 0px;
    }
    footer .footer-list li {
        margin: 0.5% 3% 0.5% 0px;
        font-size: 1.1vw;
    }
}

@media (max-width:991px) {
    footer {
        padding: 15px 0px;
    }
    footer .footer-list li {
        margin: 0px 5px 5px 0px;
        font-size: 15px;
    }
}

.form_section {
    padding: 80px 0;
    background-color: #F7F1EB;
}

.form_section .form_div {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.form_section .form_div .col_image {
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form_section .form_div .col_form {
    width: 50%;
    padding: 60px;
    padding-bottom: 0;
    border: 1px solid #cfcfcf;
}

.form_section .form_div .col_form h2 {
    font-size: 28px;
    color: #495057;
    margin-bottom: 15px;
}

.form_section .form_div form>p {
    width: 100%;
    margin-bottom: 25px;
}

.form_section .form_div form>p br {
    display: none;
}

.form_section .form_div form>p span {
    margin-bottom: 25px;
    display: block;
}

.form_section .form_div form>p span>.wpcf7-not-valid-tip {
    margin-top: 3px;
    display: block;
    font-size: 12px;
}

.form_section .form_div form>p .form-control {
    width: 100%;
    line-height: 42px;
    font-size: 16px;
    height: auto;
    padding: 0 15px;
}

.form_section .form_div form #datepicker {
    display: block;
}

.form_section .form_div form input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    background-color: #fff!important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form_section .form_div form #datepicker .form-control {
    width: 100%;
    line-height: 42px;
    font-size: 16px;
    height: auto;
    padding: 0 15px;
    background-color: #fff;
}

.form_section .form_div form .ajax-loader {
    /* position: relative;
    top: -34px; */
    margin: 15px 0 0;
}

.form_section .form_div form ._btn {
    width: 180px;
    max-width: 100%;
    line-height: 45px;
    font-size: 16px;
    height: auto;
    padding: 0 15px;
    background-color: #e9978b;
    color: #000000;
    text-align: center;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.form_section .wpcf7 form.invalid .wpcf7-response-output,
.form_section.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 14px;
    color: #ffb900;
    margin: -15px 0 10px;
}

@media (max-width:1199.98px) {
    .form_section {
        padding: 50px 0;
    }
    .form_section .form_div .col_form {
        padding: 35px;
        padding-bottom: 0;
    }
}

@media (max-width:767.98px) {
    .form_section {
        padding: 40px 0;
    }
    .form_section .form_div .col_image {
        display: none;
    }
    .form_section .form_div .col_form {
        width: 100%;
    }
    .form_section .wpcf7 form.invalid .wpcf7-response-output,
    .form_section.wpcf7 form.unaccepted .wpcf7-response-output {
        text-align: center;
    }
}

@media (max-width:640px) {
    .form_section .form_div .col_form {
        padding: 35px 20px 0;
    }
    .form_section .form_div .col_form h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 10px;
    }
    .form_section .form_div form ._btn {
        display: block;
        margin: 15px auto 0;
    }
    .form_section .form_div form>p {
        margin-bottom: 15px;
    }
    .form_section .form_div form>p span {
        margin-bottom: 15px;
    }
}