@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
i{ vertical-align:middle; }
.f-address span i{ margin-right:10px; }

@font-face {
  font-family: 'CircularStd';
  src: url('../fonts/CircularStd-Black.eot');
  src: url('../fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Black.woff') format('woff'), url('../fonts/CircularStd-Black.ttf') format('truetype'), url('../fonts/CircularStd-Black.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd';
  src: url('../fonts/CircularStd-Bold.eot');
  src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold.ttf') format('truetype'), url('../fonts/CircularStd-Bold.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd';
  src: url('../fonts/CircularStd-Medium.eot');
  src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Medium.woff') format('woff'), url('../fonts/CircularStd-Medium.ttf') format('truetype'), url('../fonts/CircularStd-Medium.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd';
  src: url('../fonts/CircularStd-Book.eot');
  src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf') format('truetype'), url('../fonts/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
  font-weight: 400;
  font-style: normal;
}



html{ overflow-x:hidden;}
body {
margin:0;
font-family: 'CircularStd', sans-serif, arial;
font-size:13px;
line-height:1.4;
background:#fff;
/*background-color:#e5e5e5;*/
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.bg-white{ background:#fff !important;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
aside{ position:relative;}
/* pageskin */

/*== HTML5 Elements
*=================================*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block
}
/*== Typography Elements
*=================================*/

.color-red
{
	color:red;
}

.color-green
{
	color:green;
}

iframe {
display:block
}

a img {
border:0
}
:focus {
outline:0
}
time{ font-family:inherit; font-size:11px; color:#aaa; font-weight: 400;} time a{ color:#aaa;}
a {
color:#6c66e7;
text-decoration:none;
outline:0;
-webkit-transition:background-color .15s linear,color .15s linear;
-moz-transition:background-color .15s linear,color .15s linear;
-o-transition:background-color .15s linear,color .15s linear;
-ms-transition:background-color .15s linear,color .15s linear;
transition:background-color .15s linear,color .15s linear;
}

ul,ol {
list-style:none;
margin:0;
padding:0;
}
ul,ol,p,table,form,pre {
margin:0 0 0px
}
h1,h2,h3,h4,h5,h6 {
color:#263238;
margin:0 0 5px;
}
h1,h2,h3 {
line-height:1.25
}
h1 {
font-size:24px
}
h2 {
font-size:20px
}
h3 {
font-size:16px
}
h4 {
font-size:14px
}
h4,h5,h6 {
font-size:13px
}
blockquote {
margin-left:10px;
padding-left:40px;
color:#777;

}
abbr[title],acronym[title] {
border-bottom:1px dotted #666;
cursor: help;
}
/*== Code Elements
*=================================*/
pre,code,kbd,samp,var {
font-size: 12px;
}
pre {
padding:20px 20px;
nowhitespace:afterproperty;
line-height:20px;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
border:1px solid #DDD;
/* CSS-3 */
white-space:-o-pre-wrap;
/* Mozilla,since 1808080 */
word-wrap:break-word;
/* Opera 4-6 */;
/* IE 5.5+*/
}
/*== Table Elements
*=================================*/
table {
width:100%;
nowhitespace:afterproperty;
border-collapse:collapse;
border-spacing:0;
/* tables still need 'cellspacing="0"' in the markup */
}
th,td,caption {
padding:5px 10px
}
caption {
font-weight:bold
}
/*th,td {
border: 2px solid #282828;
} */
th{background:#E7E7E7;}
td{background:#FFF;}
tr:nth-of-type(odd) td, tr.odd td { background: #FBFBFB }
img, video {
    height: auto;
    max-width: 100%;
}
/*== Form Elements
*=================================*/
input {
    /* -webkit-appearance: none; */
    border-radius: 0;
}
label,input,textarea,select,button,.btn {
font-size:14px; font-family: inherit;
line-height:19px;
}
input,textarea,select,button,.btn {
display:inline-block;
padding:4px;
margin:0;
outline:none;
background-color:#FFF;
border:1px solid #191919;
-webkit-border-radius:2px;
border-radius:0px;
outline:none;
}
input[type="text"],input[type="password"],textarea {
-webkit-box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
-webkit-transition:background .15s;
-moz-transition:background .15s;
-ms-transition:background .15s;
-o-transition:background .15s;
transition:background .15s;
}

input[type="submit"]{
cursor:pointer;
cursor:hand;
}
textarea {
overflow:auto
}
select {
height:29px;
}
input[type="checkbox"],input[type="radio"] {
vertical-align:text-top;
padding:0;
margin:1px 0 0;
border:0;
}

.f-right{float: right !important; } .f-left{float: left !important; }
p {
    font-size: 19px;
    color: #333;   
	margin-bottom:15px;
    line-height: 23px;
    font-weight: 400;
}
.pbt130{ padding: 80px 0; } .pb50{ padding-bottom: 50px; } .pbt200{ padding: 200px 0; } .pbt70{ padding:70px 0 !important; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa !important;
}
table tr td{ font-size: 13px; padding: 10px; font-weight: 600; }
table tr th{ text-align: left;  font-size: 14px; font-weight: 600;}
hr{ margin: 20px 0; width: 100%; display: block; overflow: hidden; border: 0.5px solid #d0d0d0; }
table tr td a{ text-decoration: underline; }

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
color: #aaa !important;  
} 

input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
color: #aaa !important;  
}

/* mobile menu start */
.nav-link-container{ float: left; display: none; }
.nav-mob-toggle {
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    display: block;
    height: 42px;
    position: relative;
    width: 42px;
    z-index: 10;
    float:left;    
    margin-left: -8px;
}
.nav-mob-toggle span {
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #fff;
    display: block;
    height: 2px;
    left: 8px;
    margin-top: 2px;
    position: absolute;
    top: 50%;
    width: 28px;
   
}
.nav-mob-toggle span:first-child {
    -webkit-transform: translate(0, -9px);
    transform: translate(0, -9px);
    width: 23px;
}
.nav-mob-toggle span:last-child {
    -webkit-transform: translate(0, 9px);
    transform: translate(0, 9px);
    width: 18px;
}

.main-menu-close {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 16px;
    height: 16px;
    background: url(../img/close.png) no-repeat;
    background-size: 16px;
    cursor: pointer;
}
.main-menu-close1 {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(../img/close_w.png) no-repeat;
    background-size: 16px;
    cursor: pointer;
}
.mobile-menu{
    margin-top: 0;    
    position: absolute;
    right: 0;
    top: 0;
    
}
/*.main-menu{         
    
    position:absolute; 
    height: 100%;
    left:0px;  
    min-width: 320px;
    background: #fff;
    text-align: left;
    z-index:1001;    
   top: 0px;
}*/
.nav-active-menu-container {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}
/*.inactive-body { overflow:hidden;
   
}*/
.inactive-body .content{ background: rgba(0, 0, 0, 0.7);
        position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index:101; 
    transition: 200ms background;}


.main-menu ul{ padding:0px; margin:0px;}
.main-menu ul li{ padding:0px; display:block;  border-bottom: 1px solid #ececec;}
.main-menu ul li a{ padding-left:20px; line-height: 42px; height: 42px; color:#333; display:block; position: relative;  font-size: 14px; font-weight: 500;}
.main-menu ul li a:hover{ background:#f3f3f3; color:#222;}
.main-menu ul li a i{ width: 20px; height: 20px; background-size: 100%; display: none; vertical-align: middle; margin-right: 10px;}

.mobile-submenu{ margin: -1px 0px 0px; padding:0px 0 10px 15px; background:#fff;border-bottom: 1px solid #d6d6d6; display:none;}
.mobile-submenu a{  padding: 8px 5px !important;
    font-family: inherit;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #666666 !important;
    font-weight: 400;
    display: block;
    line-height: initial !important;
    height: auto !important;}
.mobile-submenu a:hover{ background:#f2f2f2;}
.down-arrow1 {
    position: absolute;
    top: 15px;
    right: 25px;
}
.down-arrow1:after {
    width: 0;
    position: absolute;
    right: -3px;
    top: 6px;
    content: "";
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}
.mobile-submenu ul li a i{ opacity: 1 !important }

/* mobile menu end */
section { float: left; width: 100%; position: relative; padding: 40px 0;  }
 section:after{ content: ""; }   
.container{ display: block; max-width: 1440px; width: 100%; margin: 0 auto; padding: 0px 15px;  }
.container1{ display: block; max-width: 1280px; width: 100%; margin: 0 auto; padding: 0px 15px;  }
.row{ display:flex; flex-wrap:wrap; margin:0 -20px; }
.col-md-6{  max-width: 50%; flex-basis: 50%; padding: 20px; }
.col-md-60{ max-width: 60%; flex-basis: 60%; padding: 20px; }
.col-md-40{ max-width: 40%; flex-basis: 40%; padding: 20px; }
.col-md-2{ max-width: 50%; flex-basis: 50%;  padding: 20px; }
.col-md-3{ max-width: 33.33%; flex-basis: 33.33%;  padding: 20px; margin-bottom:20px; }

 .col-md-12, .col-md-1{  max-width: 100%; flex-basis: 100%; padding: 20px; } .col-md-4{ width: 25%; float: left; padding: 0 10px } .col-md-3{ width: 33.33%; float: left; padding: 0 10px }
.col-md-8{ width: 80%; display: table; margin: 0 auto; }  
.row-md-f3{ margin: 0 -10px; }
.col-md-f3{ max-width: 33.33%; flex-basis: 33.33%; padding: 0px; } .col-md-f1{ width: 100%; float: left; padding: 0px; margin-bottom: 10px; }

.col-md-f2{ max-width: 50%; flex-basis: 50%; padding: 0px 10px; }

.p0{ padding: 0px !important; }
.ss-logo{ float: left; width: 120px; position:relative; height:90px } .ss-logo img{ position:absolute; top:0px; left:0px; width:120px; }
header{ position: relative; z-index: 100;left: 0px; top: 0px; width: 100%;}
.header-wrap{ float: left; width: 100%; position: relative;  padding: 10px 0;  top: 0; background:#000; 
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear; 
}
.btn_menu{ display:inline-block; background:#000; color:#fff; padding:10px 30px; font-family:inherit; font-size:24px; border-radius:4px; }
.btn_menu:hover{ background:#df0001; }
.burger_title{ color:#000 !important; font-size: 60px !important; margin-bottom:20px; } .burger_title em{ display:block; color:#df0001; font-style:normal; }
.info_thumb{ padding:15px; background:#fff; border-radius:0 0 15px 15px; }
.info_thumb p{ font-family:inherit; font-size:22px; color:#000; font-weight:500; }
.sec_box{ background:#fff; height:100%; border-radius:15px; box-shadow: 0 2px 10px rgb(0 0 0 / 14%);}

/*.sticky .ss-logo{ background:url(../img/s-logo-h.png) no-repeat; background-size: 100%; }*/
.sticky nav ul li a{ color: #fff; }
.sticky .header-wrap{ padding: 10px 0; -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 0 10px rgba(0,0,0,.1); }
.nav-holder{ float: right; position: relative; }
.header_wrap{ display:flex; align-items:center; justify-content:space-between; height:90px; }
.order_online {
    background: #f9b900;
    color: #000;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
        box-shadow: 2px 3px 13px rgba(0, 0, 0,0.1)
}
.order_online:hover{ background: #f00001;  color: #fff; }

nav{ float: left; padding: 0px; margin: 0px; }
nav ul{ padding: 0px; margin: 0px; }
nav ul li{  float: left; padding: 0px 5px;}
nav ul li a{ font-family: inherit; font-size: 18px; color: #fff; font-weight: 500; display: block; padding: 10px 15px; border-radius: 40px; letter-spacing: 1.5px; }
nav ul li a:hover, nav ul li a.active{  background: #f00001; border-radius: 40px; color: #fff; }
.h-social{ float: right; padding: 0px; margin: 10px 0 0 20px; }
.h-social a{ display: block; font-size: 18px; color: #fff; text-align: left;}
.h-social a i{ width:24px; height: 24px; background-size: 100%; display: inline-block; margin: 0 10px 0 0; vertical-align:middle;  }
.fb{ background:url(../img/fb.png) no-repeat;  } .tw{ background:url(../img/tw.png) no-repeat;  } .gp{ background:url(../img/gplus.png) no-repeat;  } 
.insta{ background:url(../img/ins.png) no-repeat;  }
.enquiry_form{ width: 100%; display: inline-block; margin: 20px 0; }
.enquiry_form input, .enquiry_form textarea{     width: 100%;
    border: 2px solid #333;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-family: inherit;
    font-size: 16px;
    color: #000000;
    border-radius: 6px;
    box-shadow: none;}
.enquiry_form textarea{ height: auto; line-height: inherit; padding:15px; }
.enquiry_form button{ background: #df0001;
    color: #fff;
    padding: 15px 40px;
    border: 0px;
    border-radius: 6px;
    font-family: inherit;
    font-size: 20px; }

.sticky .nav-mob-toggle span{ background-color: #fff; }

.over-lay-hero{ position: absolute; left: 50%; top: 50%; z-index: 10;transform: translate(-50%, -50%); }
.over-lay-hero h2{ font-family: Bebas Neue, arial, sans-serif; font-size: 40px; color: #fff; text-align: center; }
.over-lay-hero p{ font-size: 18px; font-family: inherit; color: #f9b900; text-align: center; text-transform: uppercase; font-weight: 500; }
.section-title {
    float: left;
    width: 100%;
    
}
.ui.form .fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -.5em 1em;
}
.ui.form .three.fields>.field, .ui.form .three.fields>.fields {
    width: 33.33333333%;
}
.ui.input{ width: 100%; padding: 0 10px;}
.ui.input input, .ui.input select, .ui.input textarea{ border-radius: 2px !important; border:1px solid #df0001 !important;   padding: 1.3em 1em !important; }
.ui.input select, .ui.input textarea{ padding-left: 2.67142857em !important; padding-right: 1em !important; height: auto; width: 100%;}

.pr{padding: 50px 40px 0 0 !important}
.section-title h3{ font-family: Bebas Neue, arial, sans-serif; font-size: 52px; color: #df0001;  font-weight: 600; letter-spacing:1px; }
.decor-title{ font-family: inherit; font-size: 23px; color: #101010; font-weight: 600;}
.single-img{ padding: 10px 0 0 40px; display: block; }
.over-lay-img{ position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    padding-top: 48%;
    display: block;
    width: 100%; }
.over-lay-img img{ width:100%; height:100%; position:absolute; top:0px; left:0px;  object-fit: cover;}    
.shadow-over{ position: absolute; top: 0px; bottom: 0px; width: 100%; background:rgba(0,0,0,.4); z-index: 11; left: 0px;  }
.over-lay-img h2{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 22px; color: #fff; z-index: 12; text-transform: uppercase; }

.welcome {
    font-size: 3rem;
    color: white;
    padding: 0px 0;
    background: rgb(239, 225, 204);
    position: relative;
    z-index: 1;
}
.welcome p{ color: #000 !important; font-size: 19px !important; line-height: 23PX; } .welcome .section-title h3{ color: #df0001 !important; }
.welcome::after {
    background: rgb(239, 225, 204);
    content: " ";
    position: absolute;
    left: -10%;
    height: 260px;
    width: 120%;
    bottom: 0px;
    z-index: -1;
    border-radius: 0 0 100% 100%;
}
.text-center{ text-align:center; }
.align-center{align-items:center}
svg:not(:root) {
    overflow: hidden;
}

.pagebreker {
    top: -107px;
    fill: white;
    position: relative;
}
.fillred {
    fill: rgb(239, 225, 204);
    top: -48px;
}
.menus-bg-paralal{ background-size: cover;  background-position: center; padding: 0;  background-origin: content-box; overflow: hidden;}
.btn-avail{ display: inline-block; width: 100%; height: 50px; line-height: 50px; background:#df0001; color: #fff; text-transform: uppercase;  text-align: center;
    border: 0px; font-family: inherit; font-size: 14px;  font-weight: 500;  letter-spacing: 1.5px; margin-top: 20px;  }
.n-font h3{ font-family: inherit !important; color: #df0001 !important; text-align: left; padding: 0 10px; text-transform: uppercase; font-weight: 900; font-size: 20px; }  
.kitchen-i{ width: 50px; height: 50px; background:url(../img/kitchen.png) no-repeat; background-size: 100%; display: table; margin: 10px auto 20px;  }  
.row-d{ display: inline-block; width: 100%; }
.ct-bg{ background:#000000; width: 100%; display: inline-block; position: relative;  }
.ct-bg1{ padding: 30px; background:#101010;  }
.ct-bg1 span{ color: #faee49; font-family: inherit; font-size: 36px; font-weight: 900; margin: 30px 0 0; display: block; }
.ph-icon{ background:#000; width: 60px; height: 60px; border-radius: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);  }
.ph-icon .ph-i{ width: 35px; height: 35px; background:url(../img/s-phone.png) no-repeat;  background-size: 100%; position: absolute;
    left: 50%; top: 50%; transform: translate(-50%, -50%); }

.ct-bg1 h4{ color: #df0001; font-size: 45px; font-family: inherit; line-height: initial; }
.c-black .menu-desc, .c-black .menu-prizing{ color: #101010; } .c-black .menu-dot{ border-bottom: 1px dotted #101010; }
.img0 img{ width: auto; max-width: inherit; }


.cnt-v .sites{ padding : 15px; }
.div-p{ width: 100%; display: inline-block; }
/* footer bar */
footer{ width: 100%; display: inline-block; padding: 0px; margin: 0px; }
.footer-wrap{ width: 100%; background: #191919; padding: 20px; margin: 0px; display: block;  }
.f-copy{ width: 100%; background: #262526; padding: 15px 0; margin: 0px; float: left;  font-family: Bebas Neue, arial, sans-serif; letter-spacing: 1px }
.f-copy p{ float: left; color: #fff; font-size: 16px; margin-bottom: 0px; } .f-copy p span{ color: #fff; }
.powerby{ float: right; color: #fff; font-size: 16px;} .powerby a{ color: #fff; text-decoration: underline; }
.f-address{ font-family: inherit; color: #fff; font-size: 17px; text-align: center;  display: inline-block; width: 100%;}
.f-address span{ position: relative;  margin: 0px; padding: 0 20px;  }


.f-address span:hover{ color: #fff }
.footer-colmn{ padding: 0px; margin: 0px -20px;   }
.footer-colmn li{ float: left; width: 33.33%; padding: 40px 20px; margin: 0px; } 
.f-nav a{ display: block; padding: 6px 0; font-family: inherit; color: #fff; font-size: 17px; } .f-nav a:hover{ text-decoration: underline; color: #f9b900; }
.f-title{ font-size: 23px; text-align: left;
    font-family: Bebas Neue, arial, sans-serif;
    color: #f9b900;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.5px;}
.pbt200{ padding:120px 0; }    
.f-social{ float: left !important;  margin: 0px !important; } .f-social a{ margin-top: 10px; }
.disc-text{ width: 100%; padding: 10px 40px 10px 10px; background: #fff; position: relative; }
.disc-text input{ border: 0px !important; width: 100%; box-shadow: inherit; color: #333; font-size: 15px; padding: 0px;}
.send-i{ width: 30px; height: 30px; background: #df0001; position: absolute;  right: 4px;  top: 4px; border-radius: 2px; cursor: pointer;}
.send-i:before{ width: 22px; height: 22px; background:url(../img/send.png) no-repeat; background-size: 100%; content: ""; position: absolute; left: 5px; top: 5px; }
.m-title h2{font-family: Bebas Neue, arial, sans-serif; text-shadow: 2px 2px 0px #E91E63; font-size: 50px; letter-spacing: 1.5px; color: #fff; text-transform: uppercase; text-align: center; padding: 0px 0 15px;  }
.m-title p{ font-family: Bebas Neue, arial, sans-serif; font-size: 32px; color: #f9b900;  text-align: center; line-height: inherit;   }
.menu-items{ display: inline-block; width: 100%; padding: 10px 0; }
.menu-details{ display: table; padding: 10px 0; margin:0px;  } .menu-details1{ float: left; width: 100%; position: relative; padding: 10px 10px ;  }
.menu-details1 .menu-desc{ font-style: italic; font-family: 'Roboto Slab', arial, sans-serif ; font-size: 18px; font-style: italic; }
.menu-item-details{ display: table; } .menu-details1 p{ color: #df0001; margin-bottom: 0px; padding-top: 5px; font-size: 14px; }
.menu-desc{ font-size: 20px; font-family: inherit; color: #fff; width: 10%; display: table-cell; white-space: nowrap; padding: 0 10px 0 0;  font-weight: 600;} 
.menu-prizing{ font-size: 20px;  font-family: inherit; color: #fff; width: 5%; display: table-cell; white-space: nowrap; padding: 0 0px 0 10px; font-weight: 500; } 
.menu-dot{ width: 85%; display: table-cell; border-bottom: 1px dotted #fff;  }
.more-btn{ display: table; text-align: center; padding: 0px 100px; height: 60px; line-height: 60px; font-family: inherit;  color: #fff;  border-radius: 2px;  border: 2px solid #df0001;  text-transform: uppercase;
    font-size: 15px; font-weight: 600;  letter-spacing: 1.5px; margin: 20px auto 0; }
.more-btn:hover{ background:#df0001;  } 
.cnt-v p{font-family: inherit; font-size: 17px; color: #000; font-weight: 500;  }   .cnt-v h3{ font-size: 40px; letter-spacing: 1px; color: #df0001; margin-bottom: 20px; font-family:Bebas Neue, arial, sans-serif; } 
.cnt-v p i{ width: 23px; height: 23px; background-size: 100%; display: inline-block; vertical-align: middle; margin-right: 15px;}
.c-map-i{ background:url(../img/map-c.png) no-repeat;  }
.c-ph-i{ background:url(../img/s-phone.png) no-repeat;  }
.c-mail-i{ background:url(../img/mail-c.png) no-repeat;  }
.form-control input, .form-control textarea{ background:#f8f6f4; color: #333; border-radius: 3px; border: 0px; font-family: inherit;  font-size: 14px; width: 100%; margin-bottom: 15px; padding: 12px; }
.aima{ display: none; }
.SHFLSLS{ font-family: Bebas Neue, arial, sans-serif; font-weight: 500; font-size: 25px; padding-bottom: 20px; color: #7b5214; }

.row-d .col-md-3{ margin-bottom: 30px !important }

.big-staff{ float: left; position: relative; width: 50%; font-size: 0px; }
.big-staff:hover .sff-detail{ display: block; } 
.sff-detail{ position: absolute; width: 100%; top: 0px; bottom: 0px; background:rgba(0,0,0,.7); display: none;   }
.sff-name{ color: #fff; font-family: inherit; font-weight: 900; text-transform: uppercase; font-size: 26px; }
.sff-sname{ color: #df0001; font-family: Bebas Neue, arial, sans-serif; font-weight: 500;  font-size: 24px; display: block; text-align: center; }
.stff-dcenter{ position: absolute; z-index: 10; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.s-hours{ display: inline-block; width: 100%; padding-top: 30px; }
.s-hours span{ font-size: 35px; text-transform: uppercase; font-family: inherit; color: #fff; text-align: center; display: block; font-weight: 800; }
.amazingslider-space-1{ height: 300px; }
.slick-slider{ margin-bottom:0px !important; } .slick-dots{ display:none !important; }
.powerby img{ height: 40px; display: inline-block; vertical-align: middle; }

/* mbile menu */
 #menu-icon {
      font-size: 28px;
      cursor: pointer;
      padding: 10px 12px;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1000;
      color: #fff;
      display: none;
    }

    #side-menu {
      height: 100%;
      width: 320px;
      position: fixed;
      top: 0;
      left: -320px;
      background-color: #fff;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
      z-index: 1001;
    }

    #side-menu a {
      padding: 0px 15px;
      text-decoration: none;
      font-size: 18px;
      color: #000;
      display: block;
      transition: 0.3s;
    }

    #side-menu a:hover {
      background-color: #575757;
    }

    #close-btn {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 34px;
      color: #000;
      cursor: pointer;
    }

    #overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }

    /* Prevent scrolling when menu is open */
    body.menu-open {
      overflow: hidden;
    }
/* end */

@media (max-width: 767px){ .nav-holder{ display: none; } .nav-link-container{ display: block; } .pbt70{ padding: 0px !important;  } section{ padding: 10px 0; }
 .col-md-6, .col-md-40, .col-md-60, .col-md-2, .col-md-1{ max-width: 100%; flex-basis: 100%; padding: 10px 20px 10px; }  .footer-colmn li{ width: 50%; padding: 10px; }   .footer-colmn li:last-child{ width: 100%; } 
 .powerby{ float: none; } .f-copy{ padding:20px 10px;  } .col-md-f3{ width: 100%; margin-bottom: 10px; } .big-staff{ width: 100%; } .header-wrap{ padding: 5px 0; }
 .div-p{ width: 100%; display: inline-block; padding: 50px 0; } .menu-details1 .menu-desc{ font-size: 16px; } .menu-items{ padding: 0px; } .n-font h3{ font-size: 17px; padding: 0px; }
 .menu-prizing, .menu-desc{ font-size: 16px; } .m-title p{ font-size: 20px; } .m-title h2, .ct-bg1 h4, .ct-bg1 span{ font-size: 30px; } .menu-details1{  padding: 15px 0px;}
 .single-img,{  padding: 30px 0 20px 0px !important;}.single-img, .pr{ padding: 0px 0 20px 0px !important;} .col-md-4{ width: 100%; padding: 0px; } .over-lay-img h2{ font-size: 20px; text-transform: uppercase;} .over-lay-img{ margin-bottom: 10px;}
.cols-3 .gallery-items { width: calc(96% / 3) !important; height: 140PX !important; }
.ph-icon {top: 0; transform: translate(-50%, -30px);} .aima{ display: block; } .over-lay-hero{  position: relative; top: inherit; padding: 10px 0; left: inherit; transform: inherit; margin: 10px 0 0; }
.over-lay-hero h2{ color: #101010; font-size: 24px; } .menu-details1 p{ font-size: 13px; line-height: inherit; }
.ss-logo{  height: auto;  display: inline-block;    padding-left: 30px;} .ss-logo img{ position:relative; top: 40px; left: 0px; width: 100px;}
.footer-wrap{ padding: 20px 0; } .footer-colmn{ margin: 0px -10px; }
.col-md-3{ max-width: 100%; flex-basis: 100%; padding: 0px 15px; margin-bottom: 15px !important;  } .section-title h3{ font-size: 40px !important; }
.f-address span{ width: 100%; display: block; text-align: left; padding:6px 0; }
.welcome::after{width: 100%; left: 0px;} p{ font-size:17px; } .cnt-v .sites{ padding:5px; }
.order_online{ padding: 8px 12px; font-size: 16px; } #menu-icon{ display:block; } .header_wrap{ height:60px; } .row{ margin:0 -15px; }
.col-md-f2{ max-width: 100%; flex-basis: 100%; padding: 0px 10px; }
} 

@media (max-width: 480px){
    .cols-3 .gallery-items { width: calc(100% / 1) !important; height: 240PX !important; }
    .menu-details1 .menu-desc{ font-size: 13px; }
    
}