@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body{
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}
ul{
	padding:0px;
	margin-bottom:0px;
}
/* li { */
    /* list-style: none; */
    /* display: inline-block; */
/* } */
h1, h2, h3, h4, h5, h6{
	font-family: 'Bebas Neue', cursive;
}
h2 {
    font-size: 40px;
	margin-bottom: 0px;
}
h3 {
	font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
}
h4 {
    font-size: 18px;
    line-height: 27px;
}
p{
	margin-bottom:0px;
	font-family: 'Open Sans', sans-serif;
}
* {
	box-sizing: border-box;
}
ul li a, a:hover{
	text-decoration:none;
}
/*----------start-header--------*/
/* topbar */
.tb-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.top-left p{
    font-size: 16px;
    font-weight: 700;
}
.top-right a{
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.tb-left i{
    color: #fff;
    font-size: 20px;
}
.tb-right a{
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-left: 10px; 
}
.tb-left a{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
header.header-sec {
    position: relative;
	height: 150px;
    border-bottom: 1px solid #ddd;
}
.header-sec .navbar-nav {
    padding:20px 0 20px 0;
}
.header-sec .navbar{
	padding:0px;
}
.header-sec .navbar-brand img {
    width: 162px;
}
ul.navbar-nav.ml-auto{
    margin-right: 0px;
	align-items:center;
}
.navbar-dark .navbar-brand {
    color: #000 !important;
    font-family: 'Playfair Display', serif;
    position: absolute;
    top:-67px;
    font-weight: 500;
	left: 50%;
    transform: translateX(-50%);
    line-height: 20px;
	margin: 0px !important;
	z-index:99;
    text-align: center;
}
.navbar-dark .navbar-brand .sub-title{
    color: #222;
    font-size: 16px;
}
.header-sec .navbar-dark .navbar-nav li a {
    color: #231f20;
	transition: 1s ease all;
	padding-left: 0px;
    text-transform: uppercase;
	border-bottom: 2px solid transparent;
    font-size: 20px;
    padding-right: 0;
	font-family: 'Bebas Neue', cursive;

}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #ed1c24 !IMPORTANT;
}
.header-sec .navbar-dark .navbar-nav li:first-child{
    padding-left: 0;
}
.header-sec .navbar-dark .navbar-nav li.active a {
    color: #ed1c24;
    border-bottom: 2px solid #ed1c24;
}
.header-sec .navbar-dark .navbar-nav li a:hover{
	color: #ed1c24;
    transition: 1s ease all;
    border-bottom: 2px solid #ed1c24;
}
.header-sec .navbar-dark .navbar-nav li{
    padding: 0 20px;
}
.btn-sec .btn-primary, .box-chloe__main a, .menu-info-inner a, .df-link {
    color: #fff !important;
    background-color:#ed1c24;
    border-color: #ed1c24;
    padding: 6px 28px;
    border-radius: 0px;
	font-family: 'Bebas Neue', cursive;
	font-size: 20px;
    letter-spacing: 1px;
}
.menu-info-inner a {
    padding: 9px 30px;
}
.box-chloe__main a, .menu-info-inner a {
	margin-top: 20px;
    display: inline-block;
}
.header-sec .navbar-toggler {
    background-color: #2a2829;
    border: 1px solid #2a2829;
}


/*----------header-end--------*/
/*----------Message-start--------*/
.banner-bt-msg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ed1c24;
}
section.galley-sec.banner-bt-msg {
    position: relative;
    padding: 15px 0;
}
section.galley-sec.banner-bt-msg p {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
	letter-spacing: .2px;
	text-transform: capitalize;
}

/*----------Message-end--------*/




/*----------banner-col-start--------*/
.carousel-item img {
    position: relative;
}

.carousel-item .carousel-control-prev {
    z-index: 1;
}
.carousel-control-prev, .carousel-control-next{
    width: 50px;
    height: 50px;
    background:#ed1c24;
    opacity: 1;
    top: 45%;
    transform: translateY(-50%);
}
.carousel-item img:after {
    position: absolute;
	content:"";
	top:0px;
	left:0;
	right:0;
	bottom:0px;
	height:100%;
	background:rgba(0, 0, 0, .9);
}
.banner-title h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    display: flex;
    flex-direction: column;
}
.banner-title h1 span {
    font-weight: 500;
    font-size: 40px;
	font-family: 'Conv_Gilroy-Light';
}
.banner-title p{
	font-size:20px;
}
.banner-title p {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
}
.banner-title .btn-sec .btn-primary {
    padding:12px 38px;
    border-radius:0px;
	z-index:999;
	position: relative;
}
.banner-btn{
	margin-top: 30px;
}
.banner-title .btn-outline-primary {
   padding: 10px 32px;
    border-radius:0px;
    background: transparent;
    border: 2px solid #fff;
    margin-left: 20px;
	font-weight: 600;
    font-size: 17px;
}
.banner-sec {
    position: relative;
}
.btn-sec .btn-primary:hover, .banner-title .btn-primary:hover, .banner-title .btn-outline-primary:hover {
    background: #363636;
    border-color: #363636;
}
.banner-title {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #fff;
    height: 100%;
}

.shadow-box{
    box-shadow: 0 0 15px #eee;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
}
/*----------banner-col-end--------*/
/*----------services-col-start--------*/
.services-sec {
	padding: 0px;
	background: #f5f5f4;
    position: relative;
    overflow: hidden;
}

.services-sec .img-info{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.services-sec .col-sm-6{
    position: static;
}
.services-sec h2 span{
	color:#ed1c24;
font-size: 20px;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
font-weight: 700;
}
.services-sec p {
    color: #000;
    margin-top: 10px;
}

.box-chloe__main {
    padding: 77px 50px;
    height: 100%;
    text-align: center;
   
}
/*----------services-col-end--------*/
.bg-overlay .img-info {
    margin-top: -70px;
}
.img-info {
   
    background: #fff;
   
}
.bg-overlay .col-lg-8.col-md-8{
	padding:0px;
}
.bg-overlay .title-white{
	transform: rotate(-90deg);
    text-align: center;
    position: relative;
    top: 36%;
    right: -45%;
	color: #ed1c24;
}
.column-title span {
    font-size: 24px;
    line-height: 34px;
    display: block;
    font-weight: 400;
	font-family: 'Conv_Gilroy-Light';
}
.rt-bottom .img-info img {
    object-fit: cover;
    height: 100%;
}
.menu-type{
	background:url(../images/menu-paralax.jpg) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-repeat:repeat;
padding: 0px 0;
}
.menu-type .container-fluid{ padding:0px;}
.menu-type .col-lg-6.col-md-6 {
	padding-left: 0px;
}
.menu-info-inner h2 {
        color: #dfb92b;
    text-align: center;
}
.menu-info-inner {
	background: #000;
	padding: 40px;
	border: 1px solid #9b1f23;
}
.menu-info {
    background: #000;
    padding: 8px;
}
.menu-info-inner .main-title:before {
    position: absolute;
    border-bottom: 1px dotted #fff;
    width: 100%;
    content: "";
    border-top: 0;
    border-left: 0;
    border-right: 0;
    top: 15px;
}
.menu-type img {
    position: relative;
    bottom:-150px;
}
.gray-bg{
    background: #f1f1f1;
}
.menu-info-inner .menu-prize{
	position: absolute; 
	top: 2px; 
	right: 0;
	background: #000;
    padding-left: 4px;
}
span.menu-item{
	
    padding-right: 4px;
	z-index: 9;
    position: relative;
	font-size: 20px;
	background:#000;
}

.menu-item a:hover {
	color: #ed1c24;
	transition: 1s ease all;
	border-bottom: 2px solid #ed1c24;
}
li.menu-item.active a {
	color: #ed1c24;
	border-bottom: 2px solid #ed1c24;
}


.menu-info-inner .main-title{
	color: #fff; 
	position: relative; 
	padding-right: 50px;
}
.sub-info{
	color: #fff; 
	font-size:15px;
}
.menu-list-info{
	margin: 8px 0px;
}
.restaurant-inner{
	background:url(../images/design-template.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:600px;
	width:100%;
	background-size: cover;
	margin-top: -149px;
}
.rt-bottom .img-info {
    margin-top: 0;
    background: #fff;
    right: 0;
    left: auto;
}
.rt-bottom .box-chloe__main {
    padding: 100px 50px;
    
}


section.services-sec.rt-bottom {
	position:relative;
}

footer.footer-sec ul li {
    display: block;
    padding: 8px 0;
}
footer.footer-sec ul li a{ font-size: 16px;
line-height: 18px;}
.footer-sec p{
    line-height: 30px;
}
.footer-sec {
    background: #010101e3;
    padding: 40px 0 0px;
	position:relative;
	z-index:999;
}
.footer-sec ul li a:hover, .one-third a:hover{
	color:#ed1c24;
}
.footer-sec ul li a, .footer-sec h4, .footer-sec p, .one-third a{
	color:#fff;
}

.footer-sec .widgets ul.d-flex li a i:hover{
	background:#ed1c24;
	color:#fff;
}
.footer-sec  h4 {
    font-size: 24px;
}
.copy-right {
    background: #000;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
}
.footer-sec .widgets ul.d-flex li a i {
    background-color: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    margin: 0 4px;
    font-size: 18px;
    border-radius: 3px;
}
.footer-sec i.fa.fa-angle-right {
    padding-right: 4px;
}
.bg-image:before{
	content:"";
	position:absolute;
	background:rgba(0, 0, 0, .5);
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}
.bg-image .text-white {
    color: #fff !important;
    position: relative;
}
.bg-image{
    position: relative;
}
.quote-modern-meta {
    margin: 8px auto;
    text-align: center;
    width: 600px;
    color: #fff;
    position: relative;
}
.quote-modern-cite {
    font-weight: 600;
    font-size: 20px;
	margin-top: 12px;
}
p.quote-modern-caption {
    line-height: 20px;
}
a.df-link {
    padding: 5px 15px;
    margin-top: 12px;
    display: inline-block;
    text-transform: uppercase;
}
.galley-sec {
    padding: 80px 0;
    background: url(../images/menu-ptr.jpg);
}
.blog-sec{
    padding: 60px 0;
}
.about-main-content {
    box-shadow: 0 0 15px #eee;
    padding: 10px 15px;
    border: 1px solid #eee;
    transition: all ease 0.5s;
    margin-bottom: 21px;
	background:#fff;
}
.about-main-content h5 {
    color: #000;
    font-size: 24px;
}
.about-main-content img {
    width: 100%;
    margin-bottom: 8px;
    object-fit: cover;
    height: 200px;
}
.eco-single-about-content-body{
    padding-bottom: 16px;
    text-align: left ;
    padding: 10px 0;
}
.eco-single-about-content-body p {
    width: 100%;
    margin: 0 auto;
}
.testimonial-sec{
    padding: 60px 0;
    background:url(../images/testimonial-bg.jpg) 0 0 no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
}
.testimonial-sec h2.font-condensed{
    color: #fff;
}
.testimonial-sec::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#000;
    opacity: 0.6;
    content: "";
}
.testimonial-sec .container{
    position: relative;
    z-index: 2;
}

.test-block {
    transition: 0.5s;
    margin-top: 20px;
	margin-bottom:10px;
    height: auto;
    box-shadow: none;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
}
.owl-theme .owl-nav .disabled {
    opacity: 1 !Important;
    cursor: default;
}
.owl-dots {
    display: none !IMPORTANT;
}
button.owl-prev, button.owl-next {
    outline: none !important;
}
.owl-prev {
    left: -50px;
}
button.owl-prev i, .owl-next i {
    color: #fff;
    font-size: 20px;
    background: #ed1c24;
    opacity: 1 !IMPORTANT;
   text-align:center;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.owl-next {
    right: -50px;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none !IMPORTANT;
}
.bg-image .container{
    position: relative;
    z-index: 9;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px !IMPORTANT;
    height: 15px !IMPORTANT;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.testi-outer{
    width: 100%;
}
.testmonial_star {
    margin-bottom: 5px;
}
.btn-sec.testimonilas {
    text-align: center;
    margin-top: 30px;
}

.testmonial_star a i{
	color:#FFEB3B !IMPORTANT;
	font-size:24px;
	margin:0 ;
}
.testimonials-outer{
    position: relative;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.test-block i {
    color: #ed1c24;
    font-size: 30px;
    margin-bottom: 10px;
}
.test-block h5{
    margin-top: 10px;
}

.social-fixed{
    position: fixed;
    letter-spacing: 0;
    top: 75%;
    transform: translateY(-50%) ;
    z-index: 999;
}


.gallery-inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.gallery-box{width: 25%;
padding: 5px;
}
.gallery-box img{
    padding: 5px;
    box-shadow: 0 0 15px #eee;
    border: 1px solid #eee;
    transition: all ease 0.5s;
    background: #fff;

}
.gallery-box img{
    width: 100%;
}
.social-fixed li{
    display: block;
}
.social-fixed a{
    display: flex;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
	margin-top:0;
}
.fb-icon{
    background: #4267B2;
}
.tw-icon{
    background: #1DA1F2;
    margin: 8px 0;
}
.in-icon{
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
margin-top: 8px;
}

.navbar-nav.ml-auto li:last-child{
    padding: 0;
}

section.categoring_call_to_action {
    background: rgb(135,8,27);
    background: -moz-linear-gradient(top, rgba(135,8,27,1) 1%, rgba(148,48,65,1) 100%);
    background: -webkit-linear-gradient(top, rgba(135,8,27,1) 1%,rgba(148,48,65,1) 100%);
    background: linear-gradient(to bottom, rgba(135,8,27,1) 1%,rgba(148,48,65,1) 100%);
    text-align: center;
    padding: 60px 0;
}


section.categoring_call_to_action {
    background: rgb(135,8,27);
    background: -moz-linear-gradient(top, rgba(135,8,27,1) 1%, rgba(148,48,65,1) 100%);
    background: -webkit-linear-gradient(top, rgba(135,8,27,1) 1%,rgba(148,48,65,1) 100%);
    background: linear-gradient(to bottom, rgba(135,8,27,1) 1%,rgba(148,48,65,1) 100%);
    text-align: center;
    padding: 60px 0;
}
section.categoring_call_to_action h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

section.categoring_call_to_action h2 a{
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
}

.inner_page_banner_title h2{
    font-size: 60px;
    color: #fff;
	display:none;
}
section.inner_page_banner {
    background-size: cover;
    padding: 150px 0 ;
    position: relative;
}

section.inner_page_banner:after{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, .1);
	content:"";
}

section.inner_page_banner .container{
	position:relative;
	z-index:9;
}

h2.location_title {
    font-size: 48px;
    margin-bottom: 20px;
}

.about_left p {
 
    margin-bottom: 20px;
}

.opensans-font {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}

section.about_info_block {
    padding: 60px 0;
    background:#f1f1f1;
    position: relative;
    background-size: cover;
}

/* section.about_info_block:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, .6);
} */

.about_info_text p {
    color: #000;
    
    letter-spacing: 0;
    margin-bottom: 30px;
}

.padd-row {
    padding: 60px 0;
}

.about_right-img img{
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
    background:#fff;
}

.about_info_text {
    text-align: center;
    position: relative;
    z-index: 9;
    max-width: 900px;
    margin: auto;
    color: #fff;
}

.contact-banner {
    background-image: url(../images/contact-banner.jpg) !important;
}

section.form_block {
    background: #f1f1f1;
}

form#contacts input.form-control {
    background-color: #fbfbfb;
    border: 0px;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 46px;
    padding: .375rem 1rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.contact-form textarea.form-control {
    height: 120px !IMPORTANT;
}

.right_block ul {
	background: #ed1c24;
	padding: 20px;
	border-radius: 3px;
	min-height: 316px;
}

.site_info ul li i {
    border-radius: 3px;
    background: #333;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
}
.site_info ul li {
    margin-bottom: 15px;
    font-size: 20px;
	list-style-type:none;
}

li{
	list-style-type:none;
}

section.inner_page_banner h2{
	display:none;
}
.site_info ul li span {
    display: inline-block;
    font-size: 26px;
    margin-top: 0;
    margin-left: 12px;
	font-family: 'Bebas Neue', cursive;

    color: #fff;
}

.site_info ul li p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding-left: 50px;
    font-size: 16px;
}
h2.m-b-20{
    margin-bottom: 30px;
}

.contact-form input.btn-lg {
    float: right;
    margin: 10px 0 0;
	font-family: 'Bebas Neue', cursive;
    background: #ed1c24;
    letter-spacing: 1px;
    color: #fff;
    padding: 14px 18px 14px;
    border-radius: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    border: 0;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    line-height: 18px;
}

.categoring_form {
    padding: 80px 0;
    background:#f1f1f1;
    background:url(../images/about-bottom.jpg) 0 0 no-repeat;
    background-size:cover;
    background-attachment: fixed;
}
.categoring_form h2.location_title{
    color: #fff;;
}

input.btn-lg {
    float: right;
    margin: 10px 0 0;
    font-family: 'Bebas Neue', cursive;
    background: #ed1c24;
    letter-spacing: 1px;
    color: #fff;
    padding: 14px 18px 14px;
    border-radius: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    border: 0;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    line-height: 18px;
}

.categoring_form #contacts{
    max-width: 900px;
    margin: auto;
    padding:50px ;
    background:rgba(0,0,0,0.8);
}

.events_type_block ul {
    overflow: hidden;
    margin: 70px 0 0;
}
.events_type_block ul li {
    float: left;
    width: 20%;
    text-align: center;
}

section.events_type_block ul li h3 {
    font-size: 28px;
    color: #222;
    font-family: 'Bebas Neue', cursive;

}

section.events_type_block ul li span {
    display: block;
    margin: 0 auto 20px;
}

.menu-header{
    text-align: center;
}
.menu-header h3{
    font-size: 50px;
}

.menu-item-outer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu-it-box{
    width: calc(50% - 20px);
    padding: 20px;
    margin: 10px;
    background: #fff;
    box-shadow: 0 0 15px #eee;
    border: 1px solid #eee;
}
.menu-inner{
    margin-bottom: 40px;
}
.menu-it-box h4{
    font-size: 24px;
    margin: 0;
}

.catering-banner{
    background:url(../images/catering-banner.jpg) center center no-repeat;
    background-size: cover;
}
.about-banner{
    background:url(../images/about-banner.jpg) center center no-repeat;
    background-size: cover;
}
.menu-banner{
    background:url(../images/menu-banner.jpg) center center no-repeat;
    background-size: cover;
}
.bar-menu{
    padding: 20px 0;
 background: #ed1c24;   
}
.bar-menu h2{
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 30px;
}
.time-address{

}
.time-address{
    padding: 30px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87081b+1,943041+100 */
background: rgb(135,8,27); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(135,8,27,1) 1%, rgba(148,48,65,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(135,8,27,1) 1%,rgba(148,48,65,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(135,8,27,1) 1%,rgba(148,48,65,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87081b', endColorstr='#943041',GradientType=0 ); /* IE6-9 */
  
}
.time-add-inner{
    display: flex;
    flex-wrap:wrap ;
}
.time-box{
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.time-box:nth-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.time-box .tb-inner{
    display: block;
    padding: 20px 20px;
    text-align: center;
}
.time-box .tb-inner h4{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.tb-inner p{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.tb-inner p a{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.test-page .test-block{
    text-align: left;
}
.top-right li {
    display: inline-block;
    padding-left: 10px;
}
section.reservation
{
    padding: 140px 0px;
    text-align: center;
    background: url(http://www.famouskababwfnj.com/wp-content/uploads/2021/04/resvbac.jpg);
    position: relative;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
}
.resrvtext h2 {
      background: #ffffffd1;
    padding: 70px 70px;
    border-radius: 30px;
    font-size: 60px;
    line-height: 80px;
    max-width: 78%;
    margin: 0 auto;
}
.resrvtext a {
    color: #ed1c24;
    text-decoration: underline;
}
.menu-it-box h4
{
    color: #dfb92b;	
}
.site_info ul li a
{
	color:#fff;
}
.thanks
{
	padding:80px 0px;
}
.thanks h2
{
	padding-bottom:5px;
}
.testimonial-sec .rating {
    border: none;
    float: left;
    margin-left: 50% !important;
    transform: translate(-50%, 0%) !important;
}
.testimonial-sec .rating > label:before {
    margin: 2px !important;
}
.navbar-nav li.current-menu-item a {
    color: #ed1c24 !important;
}

@media (min-width: 767px) {
	.responsive-block {
    display: none !important;
}
}

 @media (min-width: 991px) {
	 .mobile_header {
		 display:none !IMPORTANT;
	 } 
 }
 @media (max-width: 991px) {
header.header-sec {
    position: relative;
    height: 185px;
    border-bottom: 1px solid #ddd;
    display: none;
}
	 .mobile_header {
    text-align: center;
    padding: 5px 0 0px;
	    border-bottom: 1px solid #ccc;
    
}
.col-message-sec {
    margin-top: 5px;
}
.mobile_header img{
    width: 120px;
    margin: 0 auto;
}
}
 @media (max-width: 767px) {
	  .events_type_block ul li {
    float: left;
    width: 50% !Important;
    text-align: center;
    margin-bottom: 20px;
}
.col-message-sec p {
    font-size: 15px !important;
    line-height: 22px;
}
.m-f-m-b{
	margin-bottom:15px !Important;
}
	 
	 .time-box .tb-inner h4 {
	   font-size:24px !Important;
	 }
	 .box-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}
.box-nav {
    width: calc(50% - 15px);
    margin-top: 30px;
}
.box-nav a {
    display: block;
    text-align: center;
    background: #000;
    background-size: 100%;
    border-radius: 5px;
    padding: 30px 20px;
    text-align: center;
}
.box-navigation:after {
    position: absolute;
    width: 70%;
    height: 1px;
    background: #ed1c24;
    content: "";
    left: 50%;
    top: calc( 50% + 15px );
    transform: translate(-50%);
}
.box-navigation:before {
    top: calc( 15% + 10px );
    position: absolute;
    height: 70%;
    width: 1px;
    background: #ed1c24;
    content: "";
    left: 50%;
    transform: translate(-50%);
}
.box-nav span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    color: #ed1c24;
}
	 .gallery-box {
    width: 50%;
    padding: 5px;
}
.responsive-block {
    display: block !important;
	padding:40px 0;
}
.services-sec .img-info {
    position: relative !IMPORTANT;
    left: 0;
    top: 0;
    height: 100% ;
    width: 100% !Important;
}
section.services-sec.rt-bottom {
    position: relative;
    padding-bottom: 80px !IMPORTANT;
}
section.galley-sec.banner-bt-msg p {
    font-size: 18px;
    line-height: 25px;
}
section.galley-sec.banner-bt-msg {
    position: relative;
    padding: 15px 0;
}
 }
 
  @media (max-width: 480px) {

	 .time-box:nth-child(2) {
    border-left: 0px !IMPORTANT;
    border-right: 0px !IMPORTANT;
}
.time-box .tb-inner {
    display: block;
    padding: 10px 0px !IMPORTANT;
    text-align: center;
}
	.time-box {
    width: 100% !IMPORTANT;
    display: flex;
    align-items: center;
    justify-content: center;
}
  }
@media only screen and (max-width: 575px)
{
	.menu-type .col-lg-6.col-md-6 {
    padding-left: 15px;
}
.message_col_info {
    border-bottom: 1px solid #fff;
}
.top-bar.ph_col_mo {
    position: fixed;
    top: -9px;
    z-index: 999999;
}
.message_col_info {
    font-size: 16px !important;
}
.mobile_header {
    padding: 5px 0;
    border-bottom: 0px solid #ccc;
}
.top-bar.ph_col_mo a {
    color: #fff;
}
	section.form_block
	{
		padding-top:30px;
	}
	section.about_block.padd-row {
    padding-top: 30px;
}
	h2.location_title {
    font-size: 28px;
    margin-bottom: 5px;
}
	.testimonial-sec p.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
	.higlighted {
    background: #ed1c24;
    padding: 20px;
    border-radius: 20px;
}
	.higlighted.lnk ul li {
    border-bottom: 1px dashed #fff;
}
	.higlighted.lnk ul li:last-child
	{
		border-bottom:0px;
	}
	section.banner-sec, section.time-address
	{
		display:none;
	}
	.box-chloe__main {
    padding: 45px 20px;
	}
	.rt-bottom .box-chloe__main {
    padding: 50px 20px;
}
	.thanks h2
	{
		font-size:26px;
	}
	section.thanks {
    padding-left: 15px;
    padding-right: 15px;
}
	.resrvtext h2
	{
	    max-width: 100%;
    font-size: 28px;
    line-height: 40px;
		padding:30px;
	}
section.reservation {
    padding: 100px 0px;
	}
		h2 {
    font-size: 28px !important;
	}
}
@media only screen and (min-width: 576px)  and (max-width: 767px) {
	section.sectitle img {
    height: 200px;
    object-fit: cover;
}
	.about_right-img {
    padding-top: 30px;
}
	h2.location_title {
    font-size: 28px;
    margin-bottom: 5px;
}
	h2 {
    font-size: 28px !important;
	}
	.testimonial-sec p.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
		section.banner-sec, section.time-address
	{
		display:none;
	}
.resrvtext h2
	{
		max-width:100%;
		font-size:45px;
		line-height:60px;
	}
}
@media only screen and (min-width: 768px)  and (max-width: 991px) {
.resrvtext h2
	{
		max-width:100%;
		font-size:45px;
		line-height:60px;
	}
}
@media only screen and (min-width: 992px)  and (max-width: 1200px) {
.resrvtext h2
	{
		max-width:92%;
	}

}


.col-message-sec {
    background: #ed1c24;
    color: #fff;
    padding: 7px;
}
.col-message-sec p {
    font-size: 18px;
    font-weight: 600;
}

 .awesome {
      width:100%;
      margin: 0 auto;
      text-align: center;
      -webkit-animation:colorchange 20s infinite alternate;
      
      
    }

    @-webkit-keyframes colorchange {
      0% {
        
        color:#fff;
      }
      
      10% {
        
        color: #000;
      }
      
      20% {
        
        color: #dfb92b;
      }
      
      30% {
        
        color: #fff;
      }
      
      40% {
        
        color: #000;
      }
      
      50% {
        
        color: #dfb92b;
      }
      
      60% {
        
        color:#0b9e54;
      }
      
      70% {
        
        color: #922c3d;
      }
      80% {
     
        color: #fff;
      }
      
      90% {
     
        color: #922c3d;
      }
      
      100% {
        
        color: #000;
      }
    }
.message_col_info {
    background: #ed1c24;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
section.message_col_info p {
    text-transform: uppercase;
}