.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

body,
.btn{
	line-height: 1.82857143;
}

.btn{
	font-size:1.275rem;
}

html,body{
	height:100%;
}

p,ul,a,.btn,span,input,select,textarea,label, table, blockquote, small, .cart-item .total, .cart-info h4, .order-name h3, .faq-block .card .faq-title {
	font-family: 'Open Sans',sans-serif;
}

h1,h2,h3,h4,h5,input,select,textarea, #mySidenav #web-name h2 span, .header-logo h4 span, .header-log h4 a, .dish-list-text h4 a, #footer h3 span, .order-item-info h4 a, .user-profile-heading h3 span, #coming-soon-page h2 span {
	font-family: 'Merriweather', sans-serif;
}

p,ul{
	line-height:1.5em;
	font-size:22px;
}

p{
	color:#737373;
	margin-bottom:10px;
}

ul{
	margin-bottom:0px;
}

.list-inline{
	margin-left: 0px;	
}

.list-inline-item:not(:last-child),
.list-inline-item{
    margin-right:0px;
	padding:12px 2px;
}

h1,h2,h3,h4,h5,h6{
	margin-top:0px;
    line-height: 1.1;
	margin-bottom:10px;
}

.h1,h1{
	font-size:28px
}

.h2,h2{
	font-size:26px
}

.h3,h3{
	font-size:24px
}

.h4,h4{
	font-size:22px
}

.h5,h5,.dropdown-menu{
	font-size:20px
}

.h6,h6{
	font-size:18px
}

hr{
	margin:20px 0px;	
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 2px;
}

.list-group-item.b3-list-group-item{
	border:0px;
	padding:0px;
}

.form-group{
	margin-bottom:15px;
}
.form-search{
	margin-bottom:3px;
}
.form-control,
select.form-control:not([size]):not([multiple]){
	height:28px;
	font-size:18px;
}

textarea.form-control{
	height:auto;
}

label{
	margin-bottom:5px;
}

a {
	 text-decoration: none ;
	 color:#ff6600;
}

a:hover{
	text-decoration:none;
	cursor:pointer;
	color:#5b6367;
}
   
.page-heading{
	font-weight:bold;
	font-size:28px;
	color:#212121;
	text-align:center;
}

.page-heading-line{
	margin:8px 2px 16px;
	width:100%;
	border-width:4px;
}

.page-heading-line.black-line{
	border-color:#212121;
}

.page-heading-line.white-line{
	border-color:white;
}

.btn-orange:hover{
	opacity:0.7;
}

.btn-black,
.btn-black:focus{
	background:#212121;
}

.btn-black:hover{
	opacity:0.9;
}

.btn-radius{
	border-radius:30px;
}

.section-padding{
	padding:40px 0px;
}

.innerpage-section-padding{
	padding:20px 0px 40px;
}

.canvas{
	position:relative;
}

.overlay-black{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.55);
	z-index:60;
	visibility:hidden;
}

.black-overlay-7{
	background:rgba(0,0,0,0.8);
}

.map{
	width:100%;
	border:0px;
	margin-bottom:20px;
	height:200px;
}

.page-heading.white-heading,
.btn-orange,
.btn-orange:hover,
.btn-black,
.btn-black:hover,
.btn-black:focus,
.fullscr-navigation #fullscr-close,
#mySidenav #sidenav-close,
#mySidenav #web-name ul li .fab:hover,
#main-menu .list-group > .list-group-item.active,
#main-menu .list-group > .list-group-item:focus,
#main-menu .list-group > .list-group-item.active:focus,
#main-menu .list-group > .list-group-item:hover,
.header .top-bar.black,
.header .fixed-header.transparent .header-logo h4,
.header .fixed-header.transparent .header-links li a,
.flexslider li p,
#slider ul li .meta,
.cart-list li .total,
#banner-1,
#banner-2 p,
.service-block .fa,
.menu .nav-tabs li a.active,
.menu .dish-list:hover .btn,
.menu .dish-list:hover .btn .fa,
.menu.black-menu .dish-list-text .btn .fa,
.menu.black-menu .dish-list-text h4 a,
.menu.black-menu .owl-carousel.owl-theme .owl-controls div,
.pages .pagination li:first-child a.page-link,
.pages .pagination li:last-child a.page-link,
.pages .pagination li.active a.page-link,
.pages .pagination li:hover a.page-link,
.form-page-connect-social li .btn,
.form-page-connect-social li .btn.any,
#filter-buttons button.active,


.footer-social li .fab:hover{
	background:#f2f2f2;
}

#footer,
.footer-social li .fab,
#footer .copyright,
#footer p,
#footer .footer-social-2 li .fab:hover{
	color:#f2f2f2;
}

/* -----------------------------------------------------
		Navigation & Sidebars
   ----------------------------------------------------- */
/**************** MYSIDENAV ***************/

#mySidenav{
	overflow-Y:auto;
	overflow-X:hidden;
	width:250px;
	transition:.4s;
	background:white;
	box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 300;
    top: 0;
    left:-120%;
    transition: 0.5s;
}

#mySidenav::-webkit-scrollbar{
    	width: 1.0em;
	background:#f2f2f2;
}
 
#mySidenav::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#mySidenav::-webkit-scrollbar-thumb{
	background-color:#303030;
	outline: 1px solid slategrey;
}

#mySidenav #web-name{
	color:#212121;
	padding:20px 0px;
}

#mySidenav #web-name::after{
	background:#0d0d0d;
	transform:rotate(43deg);
	position:absolute;
	content:'';
	display:block;
	height:40px;
	width:140px;
	top:-20px;
	right:-40px;
}

#mySidenav #web-name h2 .far{
	margin-bottom:10px;
}

#mySidenav #web-name h2{
	text-transform:uppercase;
	text-align:center;
	margin:0px;
	font-size:22px;
	font-weight:bold;
	position:relative;
}

#mySidenav #web-name ul{
	margin-top:10px;
}

#mySidenav #web-name ul li .fab{
	width:30px;
	height:10px;
	border-radius:100%;
	background:#ededed;
	padding-top:8px;
	color:#333;
	box-shadow:inset 0px 0px 7px rgba(0,0,0,0.2);
}

#mySidenav #web-name ul li .fab:hover{
	background:#000000;
}

#mySidenav #sidenav-close{
	background:transparent;
	font-size: 22px;
	text-decoration:none;
	padding:0px;
	line-height:1.0em;
	border:0px;
	color:#FFFFFF;
}

#mySidenav .sidenav-closebtn {
	background:transparent;
	position:absolute;
	top:1px;
	right:9px;
	width:100%;
	text-align:right;
}

#mySidenav .list-group.panel{
	border:0px;
	box-shadow:none;
}

#mySidenav .list-group > .list-group-item{
	border-radius:0px;
	border-right:0px;
	border-color:#e6e6e6;
	border-left:3px solid transparent;
	background:#f2f2f2;
}

#mySidenav .list-group > .list-group-item.active{
	border-left: 5px solid #303030;
}

#mySidenav .list-group > .list-group-item:last-child{
	margin-bottom:50px;
}

#mySidenav .list-group .list-group-item{
	font-size:20px;
	color:#212121;
	padding: 5px 5px;
}

#mySidenav .list-group-item .sidebar-icon{
	width:28px;
	text-align:center;
	margin-right: 10px;
	font-size:20px;
}

#mySidenav .list-group-item .arrow{
	margin:5px 0px 0px 5px;
	font-size:20px;
	float:right;
}

#mySidenav .list-group .sub-menu > .list-group-item{
	padding-left:55px;
	background:#e6e6e6;
	border-color:rgba(0,0,0,0.05);
	border-radius:0px;
}

#mySidenav .list-group .sub-menu > .list-group-item.active,
#mySidenav .list-group .sub-menu > .list-group-item:hover,
#mySidenav .list-group .sub-menu > .list-group-item:focus{
	background:#d9d9d9;	
	color:#303030;
}

#main-menu .list-group .sub-menu.mega-sub-menu > a{
	position:relative;
}

#main-menu .list-group .mega-sub-menu-links .list-group-item{
	padding-left: 12px;
	font-size:20px;
	color:#666666;
}

#main-menu .list-group .sub-menu.mega-sub-menu > a:hover,
#main-menu .list-group .sub-menu.mega-sub-menu > a:focus,
#main-menu .list-group .sub-menu.mega-sub-menu > a.active{
	background:#cfcfcf;
}

.to-left-toggle{
	left:0%;	
}

.to-right-toggle{
	right:0% !important;
}

.to-top-toggle{
	top:0% !important;
}



/* -----------------------------------------------------
		Header
   ----------------------------------------------------- */

.header{
	height: 20px;
}

.header .top-bar.black{
	background:#0d0d0d;
}

.header .top-bar{
	padding:0px 0px;
}

.header .fixed-header{
	background:white;
	box-shadow:0px 3px 6px rgba(0,0,0,0.2);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding: -10px 0px 0px;
	z-index:100;
}

.header .fixed-header.transparent{
	background:rgba(255,255,255,0.1);
}

.header .header-logo{
	float:left;
	margin-top:8px;
}

.header .header-links{
	float:right;
	padding: 0px 2px 0px;
}

.header .header-links li a{
	color:#212121;
	font-size:32px;
}




/* -----------------------------------------------------
		About Us
   ----------------------------------------------------- */

#about-us .page-heading-line + img{
	margin-top:15px;
}

#about-us img{
	display:inline-block;
}

#about-us img + p{
	margin-top:15px;
}



/* -----------------------------------------------------
		Footer
   ----------------------------------------------------- */

#footer{
	background:#0d0d0d;
}

#footer.pd-t-b-30{
	padding:20px 0px;
}

#footer h3{
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 12px;
}


#footer .footer-contact li span{
	font-size:18px;
	margin-right:1px;
	margin-left:1px;
}

#footer .copyright{
	font-size:18px;
	margin: 2px 0px;
}

#footer .copyright a{
	text-transform:uppercase;
	font-size:18px;
}

#footer .dashed-line{
	border-color:rgba(255,255,255,0.15);
	border-style:dashed;
	font-size:18px;
}

#footer .copyright span{
	margin-right:1px;
	position:relative;
	top:-1px;
	font-size:18px;
}





/* -----------------------------------------------------
		Custom Form
   ----------------------------------------------------- */

.custom-form input,
.custom-form select,
.custom-form textarea{
	border-radius:0px;
	background:#f2f2f2;
	box-shadow:none;
	border:0px;
	border-left:4px solid #212121;
}

.custom-form input:focus,
.custom-form select:focus,
.custom-form textarea:focus{
	box-shadow:none;
	background:#f2f2f2;
}

.custom-form .input-group-text{
	border:0px;
	border-radius:0px;
	background:#f2f2f2;
	font-size:18px;
}

.custom-form label{
	font-weight:normal;
	font-size:18px;
	color:#737373;
	line-height:1.5em;
}

.custom-form .btn{
	padding:2px 2px;
	margin-top:10px;
}

/* -----------------------------------------------------
		Form Page Links
   ----------------------------------------------------- */
   
.form-page-links{
	margin-top:20px;
}

.form-page-links a{
	margin-top:12px;
	display:inline-block;
	font-size:18px;
}

.form-page-links p{
	margin-bottom:0px;
	font-size:18px;
}




/**************** FAQ PAGE ***************/

.faq-block{
	margin-bottom:10px;
}

.faq-block:last-child{
	margin-bottom:0px;
	font-size:18px;
}

.faq-heading{
	position:relative;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
}

.faq-heading::after{
	content:'';
	position:relative;
	bottom:0;
	left:0;
	width:5px;
	height:2px;
	display:block;
	margin:5px 0px 5px;
}

.faq-block .card{
	box-shadow:none;
	margin-bottom:10px;
}

.faq-block .card:last-child{
	margin-bottom:0px;
}

.faq-block .card .card-header{
	border-bottom:0px;
	padding:0px;
	position:relative;
	overflow:hidden;
}

.faq-block .card .card-header h4{
	line-height:1.4em;
	margin-bottom:0px;
}

.faq-block .card .card-header a{
	padding: 10px 2px;
	display:block;
	text-decoration:none;
}

.faq-block .card .faq-title{
	padding-right:2px;
	font-size:18px;
	color:#4d4d4d;
}

.faq-block .card .faq-title::before{
	color:white;
	content:'\f107';
	font-family:'Font Awesome 5 Free';
	font-size:18px;
	position:absolute;
	top:50%;
	line-height:0px;
	right:0;
	width:20px;
	display:block;
	text-align:center;
	z-index:1;
	font-weight:bold;
}

.faq-block .card .faq-title::after{
	content:'';
	position:absolute;
	top:0;
	right:-12px;
	width:35px;
	height:100%;
	display:block;
	transform:skewX(-25deg);
}

.faq-block .card .card-body{
	padding:2px;	
}

.faq-block .card .card-body p{
	font-size:18px;
	margin-bottom: 10px;
}



#footerbase {
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 0px 0px; width: 100%;
	font-size:18px;
}
#footerbase ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 33%; float: left; display: block; 
	color: rgb(118, 118, 118); 
	list-style: none;
	font-size:18px;
}

#footerbase ul li a:link {
	color: rgb(255, 255, 255); 
	text-decoration: none;
	font-size:18px;
}
#footerbase ul li a:visited {
	color: rgb(255, 255, 255); 
	text-decoration: none;
	font-size:18px;
}
#footerbase ul li a:hover {
	color: rgb(237, 112, 45); 
	font-size:18px;
}




