html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    position: relative;
}

/* HTML5 display-role reset for older browsers */

/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, input, textarea {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}*/

ol,
ul {
    list-style: none;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.flt {
    float: left;
}

.fltr {
    float: right;
}

.clr {
    clear: both;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: Cormorant Garamond, serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

* {
    outline: 0;
}

.img img {
    width: 100%;
}

body {
    background: #0b0a08;
}

section {
    padding: 60px 0;
}

.container {
    max-width: 1180px;
    width: 100%;
    padding: 0;
}

.container2 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

body h5.date_tx {
    margin: 0;
}

.title {
    font-size: 54px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    transition: all 500ms ease;
    color: #fff;
    margin-bottom: 20px;
}

.yellow {
    color: #dd5903 !important;
}

.h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 15px;
}

.h2 span {
    display: inline-block;
    padding: 0 38px 10px;
    border-bottom: 1px solid #0e0e0c;
    position: relative;
}

.font24 {
    font-size: 24px;
}

body h3 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 30px */
    transition: all 500ms ease;
    margin-bottom: 15px;
}

body h4 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 30px */
    margin-bottom: 15px;
}

body h5 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    margin-bottom: 15px;
}

body p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 186.75%;
    /* 29.88px */
    transition: all 500ms ease;
    margin-bottom: 35px;
}

.pt-subtitle.style-bordered:before,
.pt-subtitle.style-bordered:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 70px;
    height: 1px;
    background: currentColor;
    content: "";
}

.pt-subtitle.style-bordered:before {
    left: -95px;
}

.pt-subtitle.style-bordered:after {
    right: -95px;
}

.btn_div {
    margin-top: 30px;
}

.sub_btn {
    display: inline-flex;
    padding: 9px 28px 9px 28px;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 0;
    background: #dd5903;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: 500;
    z-index: 1;
    overflow: hidden;
    margin: 2px;
    transition: 0.5s all ease;
    text-transform: uppercase;
    border: 2px solid #dd5903;
}

.sub_btn img,
.sub_btn2 img {
    display: inline-block;
    margin: 0px 0px 0 7px;
    vertical-align: middle;
}

.sub_btn:hover {
    color: #dd5903;
    background: #fff;
    border: 2px solid #fff;
    transition: 0.5s all ease;
}

/* .sub_btn2 {
    display: inline-flex;
    padding: 14px 28px 15px 28px;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 45px;
    background: linear-gradient(90deg, #0097FF 0%, #51BCFF 100%);
    box-shadow: 0px 4px 20px 0px rgba(55, 123, 255, 0.27);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 1;
    overflow: hidden;
    height: 56px;
    margin: 2px;
    transition: 0.5s all ease;
}

.sub_btn2:hover {
    color: #fff;
    background: linear-gradient(90deg, #F00 0%, #F90 100%);
    transition: 0.5s all ease;
} */

.hd_small {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: rgb(221, 89, 3);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Jost, sans-serif;
}

/*Banner css*/

.banner {
    position: relative;
    margin-top: 0px;
    overflow: hidden;
}

.banner .pic {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.active .heroBanner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: 100vh;
    animation: 50s ease 0s normal none infinite running zoomEffect;
    -webkit-animation: 50s ease 0s normal none infinite running zoomEffect;
    -o-animation: 50s ease 0s normal none infinite running zoomEffect;
    -moz--o-animation: 50s ease 0s normal none infinite running zoomEffect;
}

@keyframes zoomEffect {
    from {
        transform: scale(1, 1)
    }
    to {
        transform: scale(2, 2)
    }
}

.banner .pic:before {
    content: "";
    background-color: #000000;
    opacity: 0.75;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    z-index: 1;
}

.banner .pic img {
    object-fit: cover;
    height: calc(100vh - 0px);
}
.inner_banner .pic img {
    height: 589px;
}
.banner .owl-item.active .pic img {
    -webkit-animation: zoom 12s infinite;
    -moz-animation: zoom 12s infinite;
    -o-animation: zoom 12s infinite;
    animation: zoom 12s infinite;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.3, 1.3);
    }
}

.banner_in {
    position: relative;
}

.banner_tx {
    position: relative;
    z-index: 1;
}

.bnr_tx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    z-index: 111;
    padding-top: 100px;
}

.banner .owl-item.active .bnr_tx {
    -webkit-animation: slideFade 0.7s ease-out;
    animation: slideFade 0.7s ease-out;
}

.bnr_tx .pt-title-wrap {
    max-width: 800px;
    width: 100%;
    margin-top:50px;
}

.bnr_tx .pt-title {
    color: #fff;
    opacity: 1;
}

.bnr_tx .pt-title-text {
    margin-top: 20px;
}

.bnr_tx .pt-title-text p {
    text-align: left;
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 38px;
}

.bnr_tx .button.pt-btn-color-white {
    color: #fff;
    margin-right: 20px;
    transition: all 500ms ease;
}

.bnr_tx .button.pt-btn-color-white:hover {
    color: #dd5903;
    transition: all 500ms ease;
}

.banner h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    margin: 0 0 10px;
    transition: all 500ms ease;
    text-transform: inherit;
    font-family: 'Playfair Display', serif;
}

.down_arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -40px);
    z-index: 9;
}

.down_arrow img {
    height: 20px;
}

.content-slider-section {
    padding: 80px 0;
    background: #006650;
    text-align: center;
}

.owl-dots {
    width: 100%;
    text-align: center;
    z-index: 9;
    margin-top: 20px;
}

button.owl-dot {
    display: inline-block;
    border-radius: 50%;
    background: #60605e !important;
    content: "";
    transition: 0.2s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    transform-origin: 50% 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0.64);
    -ms-transform: scale(0.64);
    transform: scale(0.64);
    margin: 4px;
}

button.owl-dot.active {
    width: 10px;
    height: 10px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background: #fff !important;
}

.hd_small .pt-subtitle {
    font-size: 16px;
}

.banerSlider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
    display: none;
}

.banerSlider button.owl-dot {
    display: inline-block;
    border-radius: 50%;
    background: #60605e !important;
    content: "";
    transition: 0.2s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    transform-origin: 50% 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0.64);
    -ms-transform: scale(0.64);
    transform: scale(0.64);
    margin: 4px;
}

.banerSlider button.owl-dot.active {
    width: 10px;
    height: 10px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background: #fff !important;
}

.hd_small .pt-subtitle {
    font-size: 16px;
}

.pt-title-text {
    width: 100%;
    margin: 30px auto 0;
}

.por_core_in {
    margin-top: 60px;
}

.por_core_in .row {
    align-items: center;
}

.por_core_item h3 {
    color: #C69D46;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    transition: all 500ms ease;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.second_title {
    color: #C69D46;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    transition: all 500ms ease;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    position: relative;
}

.por_core_item {
    padding-bottom: 20px;
    padding-right: 25px;
    padding-top: 20px;
}

.por_core_item_rt {
    padding-right: 0;
    padding-left: 25px;
}

.por_core_item p {
    font-size: 15px;
    line-height: 173.75%;
    margin: 0;
}

.por_core_img img {
    border-radius: 40% 40% 0 0;
}

.circle_hd {
    width: 460px;
    height: 460px;
    background: #ffffff;
    border-radius: 50%;
    padding: 110px 0 0 0;
    margin: -120px auto 0;
    position: relative;
}

.What_We_Do_icon img {
    max-width: 70px;
    margin-bottom: 25px;
    height: 60px;
}

.What_We_Do_in p {
    line-height: 24px;
    margin-bottom: 0;
}

.What_We_Do_bx .second_title {
    padding-bottom: 12px;
}

.What_We_Do_bx .second_title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: #C69D46;
    transform: translateX(-50%);
}

.starters_rt {
    padding-left: 60px;
    width: 50%;
}
.starters_left .starters_left_bx1 {
    width: 100%;
}
.scroll_div {
    height: 450px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 20px;
}
.scroll_div::-webkit-scrollbar {
  width: 4px;
}
 
.scroll_div::-webkit-scrollbar-track {
  background: transparent;
}
 
.scroll_div::-webkit-scrollbar-thumb {
  background: #d3d3d3; 
}
.starters_rt h6.pt-food-menu-title {
    color: #fff;
}

.pt-food-menu.food-menu-style-4 .pt-food-menu-lines {
    color: rgba(255, 255, 255, 0.15);
}

.pt-food-menu .pt-food-menu-price {
    color: #fff;
}

.starters_scn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 60px;
}

.starters_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.starters_left_bx1 {
    padding-right: 20px;
}

.starters_left_bx2 {
}

.starters_rt .pt-subtitle-wrap {
    text-align: left;
    margin-bottom: 30px;
}

.starters_rt .pt-subtitle.style-underline {
    font-size: 24px;
}

.starters_rt .pt-food-menu .pt-food-menu-details {
    text-align: left;
}

.Beverages_scn {
    flex-direction: row-reverse;
    padding-top: 40px;
}

.Beverages_scn .starters_rt {
    padding-left: 0px;
    padding-right: 60px;
}

.Beverages_scn .starters_left {
    flex-direction: row-reverse;
}

.Beverages_scn .starters_left_bx1 {
    padding-right: 0px;
    padding-left: 20px;
}

.Events_Shows .pt-title-btn {
    text-align: center;
}

.Events_Shows .button.pt-btn-underline {
    color: #fff;
    margin: 0 12px;
}

.Events_Shows .button.pt-btn-underline:hover {
    color: #f25a3b;
}

/* Main_Courses */

.Main_Courses {
    margin-top: 100px;
}

.Main_Courses .row {
    align-items: center;
}

.Main_Courses_rt {
    padding-left: 40px;
}

.Main_Courses_rt .pt-subtitle-wrap {
    margin-bottom: 30px;
}

.Main_Courses_rt .pt-food-menu .pt-food-menu-title {
    color: #fff;
}

.wight {
    color: #fff !important;
}

.Main_Courses_rt .pt-food-menu .pt-food-menu-details {
    text-align: left;
}

.Main_Courses .pt-cta-title.pt-title {
    font-size: 32px;
    text-transform: uppercase;
}

.Main_Courses .pt-cta-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 85%);
    opacity: 0.3;
}

.img_58_2 {
    overflow: hidden;
}

.What_We_Do_img {
    background-image: url(../images/img-58_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: calc(50% - 50vw);
    min-height: 500px;
    overflow: hidden;
}

.What_We_Do_img:before {
    content: "";
    background-color: #000000;
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}

/* .testimonial_scn  */

.testimonial_scn {
    background: #006650;
    padding: 80px 0;
}

.testimonial_scn .pt-testimonials .pt-testimonial-content {
    color: #fff;
}

.testimonial_scn .elementor-testimonial-name {
    color: #fff;
}

.testimonial_scn .pt-testimonials .elementor-testimonial-job {
    font-size: 14px;
    font-size: 0.875rem;
    opacity: 0.6;
    color: #fff;
}

.testimonial_scn .slick-arrow:before,
.testimonial_scn .slick-arrow:after {
    background: rgb(255 255 255);
}

/* .visit_us */

.visit_us {
    background: #006650;
}

.visit_us .pt-bl-item.first {
    background-color: #0c4135;
}

.visit_us .pt-bl-item.last {
    background-color: #034737;
}

.visit_us .button.pt-btn-underline {
    color: #ffffff;
}

.visit_us h5.pt-title {
    text-transform: uppercase;
}

.visit_us .pt-subtitle {
    margin-bottom: 15px;
}

.no-touch .pt-block-links.hover-text-white .pt-bl-item:hover {
    color: #fff !important;
}

.visit_us .pt-bl-item:hover .pt-bl-item-bg {
    opacity: 1;
}

.no-touch .pt-block-links .pt-bl-item:hover {
    width: 60%;
}

.Home_about {
    background: #0b0a08;
    padding: 100px 0;
}

.Home_about .pt-title {
    color: #fff;
}

.Home_about .button.pt-btn-underline {
    color: #fff;
}

.no-touch .Home_about .button.pt-btn-underline:hover {
    color: #fff;
}

.Home_about .pt-title-text p {
    font-size: 18px;
    margin-bottom: 30px;
}

.Home_about .row {
    align-items: center;
}

.the_best_scn {
    padding: 150px 0;
}

.the_best_scn .elementor-background-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}

.the_best_scn .section-bg-3 {
    transform: translate3d(0px, 98.812px, 0px);
    -webkit-transform: translate3d(0px, 98.812px, 0px);
    height: 792px;
    margin-top: -180px;
}

.the_best_img {
    text-align: center;
}

.the_best_img img {
    max-width: 60%;
    width: 100%;
}

.best_Sl_main {
    padding: 60px 0 50px;
    position: relative;
    z-index: 9;
}
.the_best_Sl_dv{
    padding-left: 5px;
}
.best_Sl_main h4 {
    margin-bottom: 50px;
}

.best_Sl_main .slick-dots button,
.best_Sl_main .slick-arrow {
    color: #fff;
}
.best_Sl_main .pic {
    overflow: hidden;
    transition: 0.5s all ease;
}
.best_Sl_main .pic img {
    transition: 0.5s all ease;
    object-fit: cover;
}
.best_Sl_main .pic:hover img {
    transform:scale(1.1);
    transition: 0.5s all ease;
}
.best_Sl_main .owl-item:nth-child(even) .pic img {
   
}

.best_Sl_main .owl-stage {
    align-items: center;
    display: flex;
}

.Our_Menu_scn .pt-title {
    margin-bottom: 40px;
}

.Our_Menu_scn .slick-dots button,
.Our_Menu_scn .slick-arrow {
    color: #fff;
}

.items_products {
    background: #006650;
    padding: 50px 0 80px 0;
}

.items_products .pt-cta-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 85%);
    opacity: 0.6;
}

.items_products:hover .pt-cta-overlay {
    opacity: 0.7;
}

.items_products .pt-cta-title.pt-title {
    font-size: 28px;
    font-family: Jost, sans-serif;
    font-weight: 400;
}

/*
.items_products .row {
    margin: 0;
}
.items_products .row > div{
    padding: 0;
}
*/

.Events_Shows .pt-title-text {
    max-width: 900px;
}

.Events_Shows {
    padding-bottom: 60px;
}

.Events_Shows_Sl {
    max-width: 768px;
    width: 100%;
    margin: 60px auto 0;
}

.Events_Shows_dv .slick-arrow {
    color: #fff;
}

.Events_Shows_dv {
    position: relative;
}

.modal-backdrop.show {
    opacity: .8;
}

#myModal_popup .modal-body {
    padding-top: 30px;
}

.gunpouder_popup {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
}

.close_popup {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #fff;
    z-index: 9;
    font-size: 22px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 2px 0 6px 0;
    font-weight: bold;
}

.gunpouder_popup img {
    border-radius: 15px;
}

footer {
    background: #0b0a08;
    padding: 60px 0 20px;
}
.Footer_menu {
    border-bottom: 1px solid #646464;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
footer p,
footer p a {
    margin: 0;
    color: #fff;
    font-size: 14px;
    transition: 0.5s all ease;
}

.ftr_tx3 {
    text-align: right;
}

footer p a:hover {
    margin: 0;
    color: #f25a3b;
    font-size: 14px;
    transition: 0.5s all ease;
}

.ftr_tx2 {
    text-align: center;
}

nav.social-navigation li {
    display: inline-block;
    margin-right: 10px;
}

nav.social-navigation li a {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 186.75%;
    transition: 0.5s all ease;
}

.footer_menu li a:hover {
    color: #dd5903;
    transition: 0.5s all ease;
}

.footer_menu li {
    display: inline-block;
    margin: 0 15px;
}

.footer_menu li a {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #9f9f9e;
    line-height: 186.75%;
    transition: 0.5s all ease;
}

.footer_menu li a:hover {
    color: #dd5903;
    transition: 0.5s all ease;
}

.chait_icon {
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
}

.call_icon_rt {
    position: fixed;
    bottom: 80px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
}

.call_icon_rt a {
    background: #fff;
    display: block;
    border-radius: 50px;
}

.call_icon_rt svg {
    width: 50px;
    height: 50px;
}

.call_icon_rt img {
    width: 52px;
}



#Selected-Menus {
    background: #22201b;
}

.ftr_add {
    padding-left: 35px;
}
.ftr_add ul {
    display: block;
    width: 50%;
	float: left;
}
.ftr_add ul li {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: 300;
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 2px;
    display: block;
    transition: 0.5s all ease;
}
.ftr_add ul li a{
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 300;
    display: block;
    transition: 0.5s all ease;
}
.ftr_add ul li a:hover, .top_menu a:hover{
    color: #e11f26;
    transition: 0.5s all ease;
}
.ftr_add ul li span {
    position: absolute;
    top: 0;
    left: 0;
}
.ftr_add p, .ftr_add p a {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0;
}
.ftr_add h4 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    transition: all 500ms ease;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
}

.footer_logo img{
    max-width: 200px;
    width: 100%;
    margin-bottom: 30px;
}
.Footer_menu .sub_btn {
    width: 100%;
    margin-bottom: 15px;
}
.Footer_menu .sub_btn2 {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}
.Footer_menu .sub_btn2:hover {
    color: #fff;
    background: #dd5903;
    border: 2px solid #dd5903;
}
.Footer_menu h5 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}
.Footer_menu .button.pt-btn-underline {
    color: #fff;
}
.Footer_menu .no-touch .button.pt-btn-underline:hover, .Footer_menu .button.pt-btn-underline:hover {
    color: #dd5903;
}
.Footer_menu .ftr_add p, .Footer_menu .ftr_add p a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}
.footer_logo .social-navigation li a {
    font-size: 32px;
    margin-top: 10px;
}


/* Accordion css*/
.Restaurant_scn_a {
    padding: 70px 0;
    background: #22201b;
}
.Restaurant_scn_2{
    background: #006650;
}
.Restaurant_accordion{
    padding-left: 40px;
}
.Restaurant_scn_a .pt-title {
    color: #fff;
    margin-bottom: 60px;
}
.accordion_bx{
    border-bottom: 1px solid #fff;
}
.accordion_bx:first-child{
    border-top: 1px solid #fff;
}
.Restaurant_scn_img {
    height: 100%;
}
.Restaurant_scn_img img {
    height: 100%;
    object-fit: cover;
}
.accordion_click {
    position: relative;
    text-align: left;
    padding: 30px 30px 30px 0;
    font-size: 26px;
    color: #fff;
    margin: 0;
    cursor: pointer;
    font-weight: 700;
}
.click_icon {
    position: absolute;
    right: 0;
    top: 35px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}
.click_icon:before {
    position: absolute;
    top: 7px;
    right: 0px;
    width: 15px;
    height: 1px;
    background-color: currentColor;
    content: "";
}

.click_icon::after {
    position: absolute;
    top: 0px;
    right: 7px;
    width: 1px;
    height: 15px;
    background-color: currentColor;
    content: "";
}
.active .click_icon:after {
    opacity: 0;
}
.Restaurant_accordion_show {
    display: none;
}
.active .Restaurant_accordion_show {
    display: block;
}
.Restaurant_accordion_show p {
    margin-bottom: 20px;
    line-height: 27px;
}
.Restaurant_accordion_show p b {
    font-weight: 500;
}

.text-align-center {
    text-align: center;
}

/* Popup css */
.viewer-title {
    display: none !important;
}
li.viewer-zoom-out, li.viewer-zoom-in, li.viewer-flip-vertical, li.viewer-flip-horizontal, li.viewer-rotate-right, li.viewer-rotate-left, li.viewer-reset, li.viewer-one-to-one {
    display: none !important;
}
.viewer-toolbar {
    width: 96px !important;
}
.viewer-navbar {
    display: none !important;
}

.slick-arrow {
    margin-top: 10px;
}
.contact_scn {
    padding: 70px 0;
}
.contact_in{
    display: flex;
    align-items: center;
}
.contact_left {
    width: 48.897%;
    padding: 0px 70px 0px 0px;
}
.contact_right {
    width: 49.033%;
    padding: 0px 0px 0px 70px;
}

.contact_add h4{
    font-size: 30px;
}
.contact_add p {
    margin-bottom: 15px;
    font-size: 16px;
}
.contact_add p a:hover{
    color: #dd5903;
}
.contact_form {
    background-color: #12100e;
    padding: 70px 0;
}
.contact_form label{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.pt-form-underline input[type="text"], .pt-form-underline input[type="email"], .pt-form-underline input[type="url"], .pt-form-underline input[type="file"], .pt-form-underline input[type="password"], .pt-form-underline input[type="number"], .pt-form-underline input[type="date"], .pt-form-underline input[type="search"], .pt-form-underline input[type="tel"], .pt-form-underline textarea, .pt-form-underline select {
    border-color: #5e5e5e;
    color: #fff;
}
.form-group {
    margin-bottom: 30px;
}

/*About Us Css Start Here*/
.about_scn1 {
    background: #22201b;
}
.about_scn1 p {
    font-size: 17px;
    line-height: 155.75%;
    margin-bottom: 20px;
}
/*About Us Css End Here*/
.gallery_scn {
    padding: 70px 0;
    background: #22201b;
}
.gallery_bx {
    display: flex;
    flex-wrap: wrap;
}
.gallery_pic {
    width: 25%;
    padding: 8px;
    overflow: hidden;
}

.gallery_pic .pic {
    padding: 8px;
    border: 1px solid #a8a8a8;
    cursor: pointer;
}
.events_caterings_scn {
    padding: 70px 0;
    background: #22201b;
}

.events_caterings_scn2 {
    background: #0b0a08;
}
.events_caterings_scn2 .contact_in {
    flex-direction: row-reverse;
}
.events_caterings_scn2 .contact_right {
    padding: 0px 70px 0px 0;
}
.events_caterings_scn2 .contact_left {
    padding: 0px 0px 0px 70px;
}

.pt-food-menu.food-menu-style-4 .pt-food-menu-item {
    margin: 0 0 0;
}

.viewer-open .header {
    z-index: 1;
}

















