/*-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
CSS INDEX
===================
01. Default CSS
	1.1 Body
	1.2 Common CSS
	1.3 Loader CSS
02. Navbar CSS 
	2.1 NavbarWhite CSS
	2.2 SubMenu CSS
03. Hero Section CSS
	3.1 Button CSS
	3.2 Counter-box CSS
04. About Section CSS
05. Service Section CSS
06. Menu Section CSS
	6.1 MenuList Section CSS
07. Testimonial Section CSS
08. Footer Section CSS 
	8.1 Contact Section CSS
	8.2 Form CSS
	8.3 SelectPicker CSS 
	8.4 FooterBottom Section CSS
09. FullMenu Page CSS
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/


/*=============== 01. Default CSS =====================*/

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-wrapper {
	height: 100%;
}

::-ms-clear {
	display: none;
}


/*=============== 1.1. Default CSS =====================*/

body {
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p:last-child {
	margin-bottom: 0;
}

p {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.87;
	letter-spacing: 0.3px;
	color: #484747;
	margin: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	position: relative;
	z-index: 10;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #e52f0a;
}

button,
input[type="submit"] {
	cursor: pointer;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

a,
a:active,
a:focus {
	color: #6f6f6f;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}


/*=============== 1.2. Common CSS =====================*/

.head {
	font-family: 'DM Serif Display', serif;
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #000000;
}

.description {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.6px;
	color: #f84520;
	margin-top: 20px;
}

.text-white {
	color: #ffffff!important;
}

.section {
	padding: 100px 0px;
}

.section-top {
	padding-top: 100px;
}

.section-bottom {
	padding-bottom: 100px;
}


/*================ 1.3. Loader CSS ===============*/

html,
body {
	overflow-y: hidden;
}

html.animate,
body.animate {
	overflow-y: auto;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgb(255, 255, 255);
	opacity: 1;
}

.loader-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0px auto;
}

.logo-img {
	max-width: 150px;
}

.loader-img {
	width: 80px;
	height: 80px;
	margin-top: 30px;
}


/*=============== 02. Navbar CSS =====================*/

.navbar {
	border: none;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: #fff;
	border: none;
	color: #4e4e4e;
	font-size: 15px;
	border: none;
	margin: 0px auto;
	padding: 35px 0px;
}

.navbar * {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.navbar-brand {
	max-width: 100px;
}

.navbar-brand img {
	max-width: 100%;
}

.toggle-menu .nav-item a {
	position: relative;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 1);
}

.navbar-nav>.nav-item>a {
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.3px;
	text-align: left;
	color: #000000;
}

.nav>li>a {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 50px;
	padding-right: 0px;
}

.navbar-light .navbar-nav>.nav-item>a:hover {
	color: #e52f0a!important;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:focus,
.navbar-light .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #e52f0a;
}

.navbar-light .navbar-nav .nav-item.active {
	color: #e52f0a;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #e52f0a;
}

.navbar-light .navbar-toggler {
	border-color: #000;
}

.navbar-light .navbar-toggler .icon-bar {
	background-color: #000;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	color: #e52f0a!important;
	background-color: transparent;
}


/*=============== 2.1 NavbarWhite CSS =====================*/

.nav-white {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	padding: 25px 0px;
}

.nav-white .navbar-nav>.nav-item>.nav-link {
	color: #171717;
}

.nav-white .navbar-nav>.nav-item>.nav-link.active,
.nav-white .navbar-nav>.nav-item>.nav-link:focus,
.nav-white .navbar-nav>.nav-item>.nav-link:hover {
	color: #e52f0a!important;
}

.navbar-light .navbar-nav>.open>a,
.navbar-light .navbar-nav>.open>a:focus,
.navbar-light .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-toggler-icon {
	background-image: url('../../images/menu.png')!important;
}

.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1020;
}


/*=============== 2.2 SubMenu CSS =====================*/

.sub-menu-parent {
	position: relative;
}

.drop-down::after {
	font-family: "FontAwesome";
	text-decoration: none;
	content: '\f107';
	position: absolute;
	margin-left: 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sub-menu {
	opacity: 1;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	padding: 10px 0px;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	z-index: 100;
	list-style-type: none;
	position: absolute;
	top: 60px;
	left: 30px;
	margin: 0;
	background-color: #fff;
	text-align: left;
	border-top: 2px solid #e52f0a;
	padding: 0;
	-webkit-box-shadow: 0 10px 29px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0 10px 29px 0px rgba(0, 0, 0, 0.03);
}

.sub-menu li a {
	display: block;
	padding: 10px 20px;
	margin-right: 0px;
	clear: both;
	color: #000;
	white-space: nowrap;
	font-size: 15px;
	letter-spacing: 1px;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.sub-menu li a:hover,
.sub-menu li a:focus {
	color: #e52f0a;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:hover .sub-menu {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}


/*=============== 03. Hero Section CSS =====================*/

.hero-section {
	height: 100vh;
	background: url(../../images/hero/hero-bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
}

.hero-data p {
	max-width: 600px;
	margin: 50px auto;
}


/*=============== 3.1 Button CSS =====================*/

.btn-all {
	position: relative;
	z-index: 10;
	width: 197px;
	height: 57px;
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.8px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 8px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.btn-all:hover {
	color: #ffffff;
}

.bg-orange {
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	background-image: -o-linear-gradient(left, #f94621, #e52f0a, #f94621, #e52f0a);
	background-image: -webkit-gradient(linear, left top, right top, from(#f94621), color-stop(#e52f0a), color-stop(#f94621), to(#e52f0a));
	background-image: linear-gradient(to right, #f94621, #e52f0a, #f94621, #e52f0a);
	background-size: 300% 300%;
}

.bg-black {
	background: #000000;
}

.bg-orange:hover {
	background-position: 100% 100%;
}

.bg-black:hover {
	background: #3f3f3f;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
	cursor: pointer;
	margin-top: 80px;
}

.bounce:hover {
	-webkit-animation: none;
	animation: none;
}


/*=============== 3.2 Counter-box CSS =====================*/

.Counter-box {
	margin-top: -120px;
	position: relative;
}

.Counter-box:before {
	position: absolute;
	content: '';
	background: #1d1d1d;
	height: 42%;
	width: 100%;
	bottom: 0;
	left: 0;
}

.counter-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px;
	height: 211px;
	-webkit-box-shadow: 0px 11px 117px 0 rgba(27, 27, 36, 0.11);
	box-shadow: 0px 11px 117px 0 rgba(27, 27, 36, 0.11);
	background-color: #f84520;
}

.counter-list li {
	width: calc(33.33% - 20px);
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.counter-list li:last-child {
	border: none;
}

.a-no {
	font-size: 52px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 20px;
}

.counter-list li p {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.28px;
	color: #ffffff;
}


/*=============== 04. About Section CSS =====================*/

.about-main-container {
	background: #1d1d1d;
}

.aboutus {
	position: relative;
}

.about-left {
	height: 100%;
	position: relative;
	z-index: 2;
}

.about-left p {
	margin-top: 50px;
}

.ab-left-img {
	position: relative;
}

.ab-left-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}


/*=============== 05. Service Section CSS =====================*/

.service_preview_wrapper {
	padding: 50px 30px;
	cursor: pointer;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.service_preview_wrapper:before {
	content: "";
	position: absolute;
	opacity: 0;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	background-image: -o-linear-gradient(bottom, #e52f0a, #f94621);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e52f0a), to(#f94621));
	background-image: linear-gradient(to top, #e52f0a, #f94621);
	-webkit-box-shadow: 0px 18px 117px 0 rgba(27, 27, 36, 0.08);
	box-shadow: 0px 18px 117px 0 rgba(27, 27, 36, 0.08);
}

.service_grid.active .service_preview_wrapper:before {
	content: "";
	position: absolute;
	opacity: 1;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	background-image: -o-linear-gradient(bottom, #e52f0a, #f94621);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e52f0a), to(#f94621));
	background-image: linear-gradient(to top, #e52f0a, #f94621);
	-webkit-box-shadow: 0px 18px 117px 0 rgba(27, 27, 36, 0.08);
	box-shadow: 0px 18px 117px 0 rgba(27, 27, 36, 0.08);
}

.service_title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.8px;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	margin: 50px 0px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	position: relative;
	z-index: 10;
}

.service_grid.active .service_preview_wrapper .service_title,
.service_grid.active .service_preview_wrapper p {
	color: #ffffff;
}

.service_preview_wrapper .service_icon svg .st01,
.service_preview_wrapper .service_icon svg .st02,
.service_preview_wrapper .service_icon svg .st03 {
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	position: relative;
	z-index: 10;
}

.service_grid.active .service_preview_wrapper .service_icon svg .st01,
.service_grid.active .service_preview_wrapper .service_icon svg .st02,
.service_grid.active .service_preview_wrapper .service_icon svg .st03 {
	stroke: #ffffff;
}

.service_icon svg {
	height: 65px;
	position: relative;
	z-index: 10;
}


/*=============== 06. Menu Section CSS =====================*/

.menu_items .nav-tabs {
	border: none;
}

.menu_items .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #e52f0a!important;
	background-color: #fff;
	border-color: transparent;
}

.menu_items .nav-tabs li {
	text-align: center;
}

.menu_items .nav-tabs .nav-link:focus,
.menu_items .nav-tabs .nav-link:hover,
.menu_items .nav-tabs .nav-link:hover a {
	border-color: transparent;
	color: #e52f0a;
}

.menu_items .nav-tabs .nav-item a {
	padding: 0 30px;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}


/*=============== 6.1 MenuList Section CSS =====================*/

.dish-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #ebebeb;
	padding: 30px;
	cursor: pointer;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.dish-inner:hover {
	-webkit-box-shadow: 0px 24px 87px 0 rgba(27, 27, 36, 0.04);
	box-shadow: 0px 24px 87px 0 rgba(27, 27, 36, 0.04);
}

.dish-name {
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	position: relative;
	z-index: 10;
	margin: 20px 0px 0;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.dish-dis {
	margin-top: 20px;
	text-align: center;
}

.small-box {
	margin-bottom: 30px;
}

.dish-img {
	height: 160px;
	width: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.menu_items .tab-content {
	margin: 50px 0px;
}


/*=============== 07. Testimonial Section CSS =====================*/

.Testimonial-section {
	position: relative;
	background: #1d1d1d;
}

.testimonial-slider {
	max-width: 700px;
	margin: 0px auto;
}

.testimonial-one {
	outline: none;
	cursor: pointer;
	text-align: center;
}

.user-pic {
	margin: 30px auto!important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1d1d1d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.test-slider-right {
	padding: 0;
	background-color: transparent;
	border: none;
	bottom: 0%;
	position: absolute;
	right: 46%;
}

.test-slider-left {
	padding: 0;
	background-color: transparent;
	border: none;
	bottom: 0%;
	position: absolute;
	left: 44%;
}

.testimonial-one .name {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.28px;
	color: #ffffff;
	text-transform: uppercase;
}

.text1 {
	color: #ffffff;
}


/*===============  08. Footer Section CSS =====================*/

.footer-box-main {
	position: relative;
}

.footer-box-main:before {
	content: '';
	height: 50%;
	left: 0;
	top: 0;
	background: #1d1d1d;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.footer-box {
	-webkit-box-shadow: 0 0 67px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 67px 0 rgba(0, 0, 0, 0.06);
	background-color: #ffffff;
	padding: 100px 50px;
}


/*=============== 8.1 Contact Section CSS =====================*/

.contact {
	position: relative;
}

.contact:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 65%;
	background: #171717;
	width: 100%;
}


/*=============== 8.2 Form CSS =====================*/

.form-wrapper form .input-box {
	margin: 0 0 50px 0;
	position: relative;
}

.form-wrapper form input,
.form-wrapper form textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	margin: 0;
}

.form-wrapper form textarea {
	height: 135px!important;
	resize: none;
}

.form-wrapper form input[type="text"],
.form-wrapper form textarea {
	background: transparent;
	border: 2px solid #ebebeb;
	font-size: 16px;
	color: #000000;
	padding: 20px 30px;
	border-radius: 2px;
	height: 90px;
}

.form-wrapper form input[type="text"]::-webkit-input-placeholder,
.form-wrapper form textarea::-webkit-input-placeholder {
	color: #000000;
}

.form-wrapper form input[type="text"]::-ms-input-placeholder,
.form-wrapper form textarea::-ms-input-placeholder {
	color: #000000;
}

.form-wrapper form input[type="text"]::-moz-placeholder,
.form-wrapper form textarea::-moz-placeholder {
	color: #000000;
}

.form-wrapper form input[type="text"]:-ms-input-placeholder,
.form-wrapper form textarea:-ms-input-placeholder {
	color: #000000;
}

.form-wrapper form input[type="text"]::placeholder,
.form-wrapper form textarea::placeholder {
	color: #000000;
}

.form-wrapper form input[type="text"]::-webkit-input-placeholder {
	color: #000000;
}

.form-wrapper form input[type="text"]:focus {
	background: transparent;
	outline: 0px!important;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-wrapper form #datepicker span {
	display: block;
	background: transparent;
	padding: 2px 5px;
	color: #666;
	position: absolute;
	right: 20px;
	top: 30px;
	cursor: pointer;
}

.form-wrapper form label {
	position: absolute;
	left: 15px;
	top: 12px;
	display: inline-block;
	padding: 0px 20px;
	background-color: rgba(255, 255, 255, 0);
	-o-transition: color 0.3s, top 0.3s, background-color 0.8s;
	-webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
	transition: color 0.3s, top 0.3s, background-color 0.8s;
}

.form-wrapper form label.floatLabel {
	top: -12px;
	left: 25px;
	background-color: rgba(255, 255, 255, 1);
	font-size: 15px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 1px;
	z-index: 100;
	text-transform: uppercase;
}


/*=============== 8.3 SelectPicker CSS =====================*/

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	width: 100%;
	height: 90px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.select-styled {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	width: 100%;
	height: 90px;
	background: transparent;
	border: 2px solid #ebebeb;
	font-size: 16px;
	color: #000000;
	padding: 20px 30px;
	border-radius: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-weight: 500;
}

.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	top: 40px;
	right: 30px;
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	-webkit-box-shadow: 0 11px 5px rgba(0, 0, 0, .09);
	box-shadow: 0 11px 5px rgba(0, 0, 0, .09);
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-family: 'Poppins', sans-serif;
}

.select-options li {
	position: relative;
	display: block;
	padding: 15px 40px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	font-weight: 500;
	color: #171717;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.select-options li:hover {
	color: #000;
}

.select-options li[rel="hide"] {
	display: none;
}


/*=============== 8.4 FooterBottom Section CSS =====================*/

.foot-info {
	padding: 30px 0px;
	border-bottom: 2px solid #ebebeb;
}

.footer-list li a {
	font-size: 15px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 10px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.footer-list li a:hover {
	color: #f84520;
}

.foot-text {
	padding: 20px 0px;
	text-align: center;
	color: #a5afbf;
	font-weight: 500;
}

.footer-social li:hover a img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.6s all ease;
	-webkit-transition: 0.6s all ease;
	transition: 0.6s all ease;
}

.footer-social li a img {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.6s all ease;
	-webkit-transition: 0.6s all ease;
	transition: 0.6s all ease;
}


/*=============== 9. FullMenu Page CSS =====================*/

.MenuCard-dis {
	margin-top: 50px;
}

.MenuCard-box {
	-webkit-box-shadow: 0px 7px 68px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0px 7px 68px 0 rgba(0, 0, 0, 0.07);
	background-color: #fff;
	padding: 50px;
	border: none;
	border-radius: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin-bottom: 30px;
}

.MenuCard-title {
	padding: 0px 0px 10px;
	margin-top: 50px;
	border-bottom: 1px solid #ebebeb;
}

.MenuCard-name {
	font-family: 'DM Serif Display', serif;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.36px;
	color: #000000;
}

.MenuCard-price {
	font-family: 'DM Serif Display', serif;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.36px;
	color: #f95e22;
}