@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "opensans-regular";
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "opensans-bold";
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "shadow";
    src: url(../fonts/ShadowsIntoLightTwo-Regular.ttf);
}

@font-face {
    font-family: "fontawesome";
    src: url(../fontawesome/css/all.css);
}

:root {
    --default-font-family: "opensans-regular";
    --default-font-family-bold: "opensans-bold";
    --secondary-font-family: "shadow";

    --default-font-size: 15px;
    --default-text-color: #636363;

    --primary-theme-color: #E86E15;
    --primary-theme-text-color: #FFFFFF;
    --primary-theme-text-hover-color: #008729;

    --secondary-theme-color: #1C1C1E;

    --navbar-font-size: 16px;

    --heading2-color: #000;
    --heading3-color: #000;
}

html,
body {
    height: 100%;
    font-family: var(--default-font-family);
    font-size: var(--default-font-size);
    line-height: 24px;
    color: var(--default-text-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

a,
.btn,
.trans,
button,
a.scrollUp,
li>.sub-menu,
.navbar-nav li>.mega-wrap,
input[type="submit"],
.navbar-nav li a:after {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

input[type=text],
input[type=email],
input[type=number],
select {
    height: 40px !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #858585 !important;
}

textarea {
    border-radius: 0 !important;
}

.theme-btn-two {
    text-transform: uppercase;
    border: 1px #C0BFBF solid;
    font-family: var(--default-font-family);
    font-size: 14px;
    color: #636363;
}

.theme-btn-two:hover {
    background-color: var(--primary-theme-color);
    color: var(--primary-theme-text-color);
}

.theme-btn-three {
    text-transform: uppercase;
    background-color: var(--primary-theme-color);
    font-size: 16px;
    color: var(--primary-theme-text-color);
    padding: 10px 40px;
}

.theme-btn-three:hover {
    background-color: var(--primary-theme-text-hover-color);
    color: var(--primary-theme-text-color);
}

.theme-btn-four {
    text-transform: uppercase;
    background-color: var(--primary-theme-text-hover-color);
    font-size: 16px;
    color: var(--primary-theme-text-color);
    padding: 10px 40px;
}

.theme-btn-four:hover {
    background-color: #000;
    color: var(--primary-theme-text-color);
}

.section-gap {
    padding: 60px 0;
}

h2 {
    font-family: var(--default-font-family-bold);
    font-size: 36px;
    color: var(--heading2-color);
    line-height: 40px;
}

h2 small {
    font-family: var(--secondary-font-family);
    color: var(--primary-theme-text-hover-color);
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-family: var(--default-font-family-bold);
    color: var(--heading3-color);
    font-size: 20px;
}

h4 {
    font-size: 22px;
}

.form-group {
    margin-bottom: 15px;
}

header .top {
    padding: 10px 0;
    background-image: url(../images/hbg.jpg);
    color: var(--primary-theme-text-color);
}

header .top .top-info i {
    padding: 0 5px 0 20px;
}

header .top .top-info i:first-child {
    padding-left: 0;
}

header .top .top-info .phone-one a:nth-child(1)::after {
    content: ',';
}

header .top .top-info .branch {
    margin-right: 10px;
}

header .top a {
    color: var(--primary-theme-text-color);
}

header .top a:hover {
    text-decoration: underline;
}

header .socials {
    text-align: right;
}

header .socials a:hover {
    text-decoration: none;
}

header .socials i {
    margin: 0 5px;
    border: 1px var(--primary-theme-text-color) solid;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

header .socials i:last-child {
    margin-right: 0;
}

header .socials i:hover {
    color: var(--primary-theme-text-hover-color) !important;
    border-color: var(--primary-theme-text-hover-color);
}

header .navbar-collapse {
    justify-content: flex-end !important;
}

header .navbar-nav>li {
    position: relative;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    margin: 0 15px 0 0px;
    font-size: 14px;
}

header .navbar-nav>li:last-child {
    margin-right: 0;
}

header .navbar-nav>li a {
    line-height: 1;
    padding: 30px 0 25px 0;
    color: #252525;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}

header .navbar-nav>li>a.btn {
    line-height: 1;
    padding: 10px 15px;
    background: var(--primary-theme-color);
    color: var(--primary-theme-text-color);
    margin: 16px 0 0 0;
    border-radius: 5px;
    text-transform: capitalize;
}

header .navbar-nav>li>a.btn:hover {
    background-color: var(--primary-theme-text-hover-color);
    color: var(--primary-theme-text-color) !important;
    border-color: var(--primary-theme-text-hover-color);
}

header .navbar-nav>li:focus>a,
header .navbar-nav>li:hover>a,
header .navbar-nav>li>.active,
header .navbar-nav>li>.active:focus,
header .navbar-nav>li>.active:hover {
    color: var(--primary-theme-color) !important;
    background-color: transparent;
    border-color: var(--primary-theme-color);
}

header .navbar-nav li .sub-menu {
    position: absolute;
    z-index: 100;
    width: 180px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
}

header .navbar-nav li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

header .navbar-nav li>.sub-menu>li>.sub-menu {
    left: 100%;
    font-size: 100%;
    top: 0;
}

header .navbar-nav li>.sub-menu>li {
    padding-left: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: lighter;
    list-style: none;
}

header .navbar-nav li>.sub-menu>li a {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    position: relative;
    display: block;
    background-color: #fafafa;
    color: #393939;
}

header .navbar-nav li>.sub-menu>li a:hover {
    background-color: var(--primary-theme-color);
    color: var(--primary-theme-text-color);
}

.cart-icon {
    position: relative;
    margin: 12px 0 0 0 !important;
    padding-left: 40px !important;
}

.cart-icon a {
    color: #727272 !important;
    border-bottom: 0 !important;
}

.cart-icon i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 25px;
    color: #393939;
}

.cart-icon br {
    height: 1px !important;
}

.cart-icon a:hover {
    border-bottom: 0 !important;
}

.cart-icon span {
    color: var(--primary-theme-color);
}

.hero-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 500px;
    top: -2px;
}

.hero-banner h2 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin: 0;
}

.hero-banner h3 {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-family: var(--secondary-font-family);
    font-weight: normal;
    margin-bottom: 20px;
}

.hero-banner .btn {
    font-size: 8px !important;
    min-width: initial;
    padding: 7px 10px;
}

.hero-slide li.item.slick-current h2 {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

.jarallax {
    position: relative;
    z-index: 0;
    min-height: 530px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jarallax.domestic {
    padding-top: 0
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.jarallax.overlay:before {

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=0);
    /* IE6-9 */
    opacity: 0.2;
}


.jarallax .content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.vid-wrap {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.hero-slide li.item.slick-current h3 {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideDown {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.welcome {
    position: relative;
}

.welcome .container {
    position: relative;
}

.welcome .wimg {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 50;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome .welpic1 {
    right: 275px;
    width: 350px;
    height: 485px;
}

.welcome .welpic2 {
    top: 60px;
    width: 250px;
    height: 364px;
}

.welcome .welbox {
    position: relative;
    z-index: 100;
    background: #fff;
    display: inline-block;
    padding-right: 40px;
    margin-top: 40px;
    width: 55%;
}

.welcome .welbox a {
    color: var(--primary-theme-text-hover-color);
    text-decoration: underline;
    font-weight: bold;
}

.welcome .welbox a:hover {
    color: var(--primary-theme-color);
}

.welcome .mission-vision {
    margin-top: 30px;
    padding-left: 110px;
}

.welcome .mission-vision h3 {
    margin-bottom: 15px;
}

.welcome-about-pic {
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 1000;
}

.welcome .experience {
    position: relative;
    width: 100%;
    height: 100%;
}

.welcome .experience .ex-years {
    position: absolute;
    left: 10px;
    bottom: -12px;
    color: var(--primary-theme-color);
    font-family: var(--default-font-family-bold);
    font-size: 80px;
}

.welcome .experience .ex-text {
    position: absolute;
    left: 110px;
    bottom: -30px;
    color: var(--secondary-theme-color);
    font-family: var(--secondary-font-family);
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
}

.welcome .experience .ex-text span {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.home-our-menu {
    position: relative;
    z-index: 1;
    margin: 40px 0 0 0;
    background: url(../images/our-menu.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 130px !important;
}

.home-our-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.home-our-menu h2 {
    text-transform: uppercase;
    color: var(--primary-theme-text-color);
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.home-our-menu h2 small {
    text-transform: none;
    color: var(--primary-theme-text-color);
    font-size: 25px;
}

.seperator {
    padding: 20px 0;
    display: block;
}

.home-our-menu .home-menu-list {
    background: #fff;
    padding: 50px 0 30px 0;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.home-our-menu .home-menu-list::before {
    content: "";
    background: url(../images/menubg.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-our-menu .menu-view-more {
    text-align: center;
    color: #fff;
    font-family: var(--secondary-font-family);
    font-size: 22px;
    padding-top: 10px;
    width: 120px;
    height: 70px;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--primary-theme-color);
    clip-path: polygon(100% 0, 100% 100%, 50% 65%, 0 100%, 0 0);
    text-decoration: none;
}

.home-our-menu .menu-view-more:hover {
    background: var(--primary-theme-text-hover-color);
}

.home-our-menu .home-menu-list .nav-tabs {
    font-family: var(--secondary-font-family);
    font-size: 22px;
    text-transform: uppercase;
    border: 0;
    margin-bottom: 60px;
}

.home-our-menu .home-menu-list .nav-tabs li {
    margin: 0 20px;
}

.home-our-menu .home-menu-list .nav-tabs li>a {
    color: var(--secondary-theme-color);
    border: 0;
    font-weight: bold;
    background: transparent;
}

.home-our-menu .home-menu-list .nav-tabs li .active {
    color: var(--primary-theme-text-hover-color);
    text-decoration: underline;
    text-underline-position: under;
}

.home-our-menu .home-menu-list .menu-item {
    padding: 0 20px 0 120px;
    position: relative;
}

.home-our-menu .home-menu-list .menu-item .menu-title {
    font-family: var(--default-font-family-bold);
    font-size: 16px;
    color: var(--heading2-color);
    text-transform: uppercase;
}

.home-our-menu .home-menu-list .menu-item .price {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    color: var(--primary-theme-color);
}

.home-our-menu .home-menu-list .menu-item .menu-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 20px;
    top: 0;
    border-radius: 100%;
}

.home-our-menu .home-menu-list .menu-item p {
    line-height: 20px;
    margin: 10px 0 20px 0;
}

.home-our-menu .home-menu-list .menu-item .menu-item-seperator {
    display: block;
    width: 100%;
    height: 1px;
    border: 1px #C0BFBF dashed;
    margin: 25px 0;
}

.mid-section .mid-left img {
    float: right;
}

.mid-section .midbox {
    position: relative;
    padding: 0 0 0 120px;
    margin: 70px 0;
}

.mid-section .midbox h3 span {
    color: var(--primary-theme-text-hover-color);
}

.mid-section .midbox .mid-icon {
    position: absolute;
    top: 5px;
    left: 20px;
}

.mid-section .midbox p {
    margin-top: 10px;
}

.home-meeting .hmbox {
    margin: 70px 0 0 30px;
}

.home-meeting .hm-image {
    position: relative;
}

.home-meeting .hmpic {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    left: 0;
}

.home-meeting .hmpic1 {
    width: 240px;
    height: 357px;
    z-index: 100;
    border: 4px #fff solid;
    top: 120px;
    border-radius: 5px;
}

.home-meeting .hmpic2 {
    z-index: 50;
    left: 140px;
    width: 489px;
    height: 424px;
}

.home-meeting .hmpic2 iframe {
    width: 489px;
    height: 424px;
}

.home-meeting h3 {
    font-size: 38px;
    text-transform: uppercase;
}

.home-meeting h3 span {
    font-family: var(--secondary-font-family);
    font-size: 28px;
    color: var(--primary-theme-text-hover-color);
    text-transform: none;
}

.home-meeting p {
    margin: 20px 0 40px 0;
}

.highlights {
    padding: 220px 0 0 0;
}

.highlights h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
}

.highlights h2 small {
    font-size: 28px;
    text-transform: none;
    font-weight: bold;
}

.highlights .highlights-box {
    position: relative;
    padding-left: 170px;
    margin: 30px 0;
}

.highlights .highlights-box .hbox-image {
    position: absolute;
    top: 5px;
    left: 0;
    width: 150px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.highlights .highlights-box p {
    margin: 5px 0 15px 0;
}

.highlights .highlights-box a {
    color: var(--primary-theme-text-hover-color);
    text-decoration: underline;
    font-weight: bold;
}

.highlights .highlights-box a:hover {
    color: var(--primary-theme-color);
}

.highlights-gap {
    display: block;
    width: 100%;
    height: 40px;
}

.testimonials {
    position: relative;
    z-index: 1;
    background: url(../images/testimonials-bg.jpg) no-repeat center center;
    background-size: cover;
}

.testimonials .eclipse {
    width: 96px;
    height: 588px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.testimonials .container {
    background: #fff;
    padding: 40px;
}

.testimonials h2 {
    text-transform: uppercase;
}

.testimonials h2 small {
    text-transform: none;
}

.testimonials .testimonial-contents {
    border: 1px #BDBDBD solid;
    border-radius: 10px;
    padding: 40px 60px;
    position: relative;
    margin: 30px 20px 0 0;
}

.testimonials .testimonial-contents::before {
    content: "";
    width: 25px;
    height: 50px;
    position: absolute;
    top: -2px;
    right: 20px;
    background: var(--primary-theme-color);
    clip-path: polygon(100% 0, 100% 100%, 50% 65%, 0 100%, 0 0);
}

.testimonials .triangle-down {
    position: absolute;
    left: 35px;
    bottom: -23px;
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 23px solid #BDBDBD;
}

.testimonials .inner-triangle {
    position: relative;
    left: -20px;
    top: -23px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

.testimonials .testimonial-contents .comma {
    position: absolute;
    left: 10px;
    top: 50px;
}

.testimonials .testimonial-by {
    position: relative;
    margin: 50px 0 20px 20px;
    padding: 0 0 0 90px;
}

.testimonials .testimonial-by .testipic {
    position: absolute;
    left: 0;
    top: -15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 74px;
    height: 74px;
    border-radius: 100%;
}

.testimonials .testimonial-by span {
    color: #636363;
    font-size: 15px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--primary-theme-color) !important;
}

.home-reservation {
    padding-left: 30px;
}

.home-reservation p {
    margin: 20px 0 40px 0;
}

.home-reservation textarea {
    height: 100px;
}

.home-reservation button {
    width: 100%;
    border: 0;
    margin: 20px 0 35px 0;
}

.home-gallery {
    margin: 0;
    padding: 5px;
    padding: 60px 0 0 0;
}

.home-gallery .gallery-item .gallery-image {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
    margin: 0 2px 5px 2px;
}

.home-gallery .gallery-item .gallery-image:nth-child(1) {
    width: 49%;
}

.home-gallery .gallery-item .gallery-image:nth-child(2) {
    width: 25%;
}

.home-gallery .gallery-item .gallery-image:nth-child(3) {
    width: 25%;
}

.home-gallery .gallery-item .gallery-image:nth-child(4) {
    width: 25%;
}

.home-gallery .gallery-item .gallery-image:nth-child(5) {
    width: 25%;
}

.home-gallery .gallery-item .gallery-image:nth-child(6) {
    width: 49%;
}

.news-events .card {
    border: 0;
}

.news-events .news-events-image {
    width: 100%;
    height: 265px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.news-events .square-date {
    background: var(--primary-theme-text-hover-color);
    width: 55px;
    color: var(--primary-theme-text-color);
    padding: 10px 0 5px 0;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.news-events .square-date .square-date-content {
    font-size: 28px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}

.news-events .square-date span {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

.news-events h3 {
    margin-top: 15px;
}

.news-events p {
    margin: 15px 0;
}

.news-events h3 a {
    color: #000;
     text-decoration: none;
}

.news-events a {
    color: var(--primary-theme-text-hover-color);
    text-decoration: underline;
    font-weight: bold;
}

.news-events a:hover {
    color: var(--primary-theme-color);
}

footer {
    background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 23px;
    padding-bottom: 50px !important;
}

footer::before {
    content: '';
    position: absolute;
    top: -43px;
    left: 0;
    z-index: 1;
    width: 248px;
    height: 445px;
    background: url(../images/chef.png) no-repeat center center;
    background-size: contain;
}

footer h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

footer h4 {
    color: #fff;
    font-size: 16px;
}

footer p {
    color: #fff;
    font-size: 13px;
}

footer .fcbox {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}

footer .fcbox-icon {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    display: flex;
    border: 1px #929292 solid;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

footer i {
    color: #fff;
}

footer ul li {
    list-style: none;
    color: #fff;
    margin-bottom: 15px;
}

footer ul li a {
    color: #fff;
}

footer ul li a:hover {
    color: var(--primary-theme-color);
}

footer .phone-one a {
    color: #fff;
}

footer .phone-one a:hover {
    text-decoration: underline;
}

footer .phone-one a:nth-child(1)::after {
    content: ',';
}


.copyright {
    background: #0C0C0C;
    padding: 20px 0;
}

.copyright .socials i {
    margin: 0 5px;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-theme-text-hover-color);
}

.copyright .socials a:hover i {
    background: var(--primary-theme-text-hover-color);
    color: #fff;
}

.copyright .company {
    text-align: right;
}

.copyright .company a {
    color: var(--primary-theme-color);
}

.copyright .company a:hover {
    color: var(--primary-theme-text-hover-color);
}

.inner-banner {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    position: relative;
    z-index: 1;
    color: var(--primary-theme-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: -1;
}

.inner-banner h2 {
    color: var(--primary-theme-text-color);
}

.inner-banner p {
    color: var(--primary-theme-text-color);
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 80px;
}

.gallery-container .gallery-image {
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.videos-container iframe {
    width: 100%;
    height: 220px;
}

.our-menu {
    background: none !important;
    margin: 0;
    padding-bottom: 0 !important;
}

.our-menu::before {
    content: "";
    position: static !important;
    background: none !important;
}

.our-menu h2 {
    color: var(--heading2-color);
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
    line-height: 50px;
}

.our-menu h2 small {
    color: var(--primary-theme-text-hover-color);
    font-size: 28px;
    text-transform: none;
    font-weight: bold;
}

.news-events-details h2 {
    font-size: 25px;
    margin: 15px 0;
}

.news-events-details h3 {
    color: var(--primary-theme-text-hover-color);
    font-size: 18px;
    margin-bottom: 20px;
}

.news-events-details .ned-image {
    /*width: 100%;*/
    /*height: 500px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
}

.testimonials-page .card {
    border-radius: 0;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    background: #F2F6F8;
    border: none;
    text-align: center;
}

.testimonials-page .card .card-body {
    padding: 8px;
}

.testimonials-page .card h4 {
    padding-bottom: 5px;
    margin-top: 10px;
}

.testimonials-page .tline {
    width: 100px;
    height: 1px;
    background: var(--primary-theme-color);
    display: block;
    margin: 10px auto 30px auto;
}

.testimonials-page .card {
    padding-bottom: 0;
}

.testimonials-page .card p {
    padding: 20px 20px 20px 50px;
    text-align: left;
}

.testimonials-page .card .card-footer {
    border: none;
    padding: 5px 0;
    position: relative;
}

.testimonials-page .card .card-footer h4 {
    color: #242424;
    font-size: 16px;
    position: relative;
    text-align: left;
    margin-left: 60px;
    font-weight: bold;
}

.testimonials-page h5 {
    text-align: left;
    margin-left: 60px;
    font-size: 14px;
}

.testimonials-page .card i {
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 30px;
    color: var(--primary-theme-color);
}

.testimonials-page .testi-pic {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    border: 1px var(--primary-theme-text-hover-color) solid;
}

.common-page .common-page-image {
    width: 40%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
    margin: 0 30px 10px 0;
}

.common-page h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.contact-page .info {
    font-size: 20px;
    line-height: 40px;
    background: var(--primary-theme-color);
    color: #fff;
    padding: 50px 30px 40px 30px;
}

.contact-page .info i{
    font-size: 50px;
}

.contact-page .info h3 {
    font-size: 22px;
    margin: 20px 0 15px 0;
}

.contact-page .info p {
    font-size: 16px;
    line-height: 35px;
}

.contact-page .info p i {
    font-size: 16px;
}

.contact-page iframe {
    width: 100%;
    height: 300px;
    margin-top: 30px;
}

.opening-hours .ohbox {
    background: var(--primary-theme-color);
    text-align: center;
    padding: 50px;
}

.opening-hours .ohbox i{
    font-size: 50px;
    color: #fff;
}

.opening-hours .ohbox h3 {
    margin: 20px 0 15px 0;
}

.opening-hours .ohbox p {
   font-size: 16px;
    color: #fff;
}

.form-section {
    padding: 60px 0 80px 0;
}

.form-section form {
    background: var(--primary-theme-color);
    color: #fff;
    padding: 50px;
}

.form-section h3 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}

.form-section .form-group {
    position: relative;
}

.form-section .form-group i {
    position: absolute;
    margin: auto;
    top: 20px;
    right: 15px;
    font-size: 20px;
}

.form-section input {
    height: 60px !important;
    border-radius: 5px !important;
    padding-right: 40px;
    color: #fff !important;
}

.form-section input, .form-section input:focus {
    border-color: #fff;
    background: transparent;
    box-shadow: none;
    color: #fff !important;
}

.form-section textarea, .form-section textarea:focus {
    height: 200px;
    border-radius: 5px !important;
    margin-bottom: 15px;
    border-color: #fff;
    background: transparent;
    box-shadow: none;
    color: #fff;
}

.form-section input:focus, .form-section textarea:focus {
    border-color: #000;
}

.form-section iframe {
    margin-top: 0;
}

.form-section button {
    margin-top: 20px;
}

.form-section ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-section ::-moz-placeholder { /* Firefox 19+ */
  color:  #fff;
}
.form-section :-ms-input-placeholder { /* IE 10+ */
  color:  #fff;
}
.form-section :-moz-placeholder { /* Firefox 18- */
  color:  #fff;
}

.catlist ul {
    font-family: var(--secondary-font-family);
    font-size: 18px;
    text-transform: uppercase;
    border: 0;
    margin-bottom: 60px;
    font-weight: bold;
}

.catlist ul li {
    margin: 0 20px;
    list-style: none;
    line-height: 45px;
}

.catlist ul li>a {
    color: #000;
    cursor: pointer;
}

.catlist ul li .active, .catlist ul li a:hover {
    color: var(--primary-theme-text-hover-color);
    text-decoration: underline;
    text-underline-position: under;
}

.home-our-menu .menu-items {
    margin-bottom: 30px;
}

.home-our-menu .menu-items .menu-item {
    padding: 0 20px 0 120px;
    position: relative;
}

.home-our-menu .menu-items .menu-item .menu-title {
    font-family: var(--default-font-family-bold);
    font-size: 16px;
    color: var(--heading2-color);
    text-transform: uppercase;
}

.home-our-menu .menu-items .menu-item .price {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    color: var(--primary-theme-color);
}

.home-our-menu .menu-items .menu-item .menu-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 20px;
    top: 0;
    border-radius: 100%;
}

.home-our-menu .menu-items .menu-item p {
    line-height: 20px;
    margin: 10px 0 20px 0;
}

.home-our-menu .menu-items .menu-item .menu-item-seperator {
    display: block;
    width: 100%;
    height: 1px;
    border: 1px #C0BFBF dashed;
    margin: 25px 0;
}

.our-menu .seperator {
    margin-bottom: 60px;
}

.our-menu-images img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.Menu_image_contaner{
    height: 450px;
    overflow: hidden !important;
}
.Menu_image_contaner img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}