@import url("https://fonts.googleapis.com/css2?family=Caveat&amp;family=Poppins:wght@400;500;600;700;900&amp;family=Roboto:wght@400;500&amp;display=swap");
@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../webfonts/aftika-extrabold-webfont.woff2') format('woff2'),
         url('../webfonts/aftika-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aftikaextra_light';
    src: url('../webfonts/aftika-extralight-webfont.woff2') format('woff2'),
         url('../webfonts/aftika-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aftikalight';
    src: url('../webfonts/fontsfree-net-aftika-light-1-webfont.woff2') format('woff2'),
         url('../webfonts/fontsfree-net-aftika-light-1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aftikaextrabold';
    src: url('../webfonts/aftika-extrabold-webfont.woff2') format('woff2'),
         url('../webfonts/aftika-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aftikaextra_light';
    src: url('../webfonts/aftika-extralight-webfont.woff2') format('woff2'),
         url('../webfonts/aftika-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aftikalight';
    src: url('../webfonts/fontsfree-net-aftika-light-1-webfont.woff2') format('woff2'),
         url('../webfonts/fontsfree-net-aftika-light-1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sanomatregular';
    src: url('../webfonts/sanomat-webfont.woff2') format('woff2'),
         url('../webfonts/sanomat-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	color: #000;
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
	/*width: 767.98px;
	margin-left: auto;
    margin-right: auto;
    display: block;*/
}

.vertical-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-webkit-box-align : center;
	-webkit-align-items : center;
	-moz-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	justify-content : center;
}

h1 {
	color: #000;
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase
}

@media (max-width: 575.98px) {
	h1 {
		font-size: 48px
	}
}

h2 {
	color: #000;
	font-size: 48px;
	font-weight: 700
}

@media (max-width: 575.98px) {
	h2 {
		font-size: 36px
	}
}

h3 {
	color: #000;
	font-size: 36px;
	font-weight: 700
}

@media (max-width: 575.98px) {
	h3 {
		font-size: 30px
	}
}

h4 {
	color: #000;
	font-size: 30px;
	font-weight: 700
}

@media (max-width: 575.98px) {
	h4 {
		font-size: 24px
	}
}

h5 {
	color: #000;
	font-size: 24px;
	font-weight: 700
}

@media (max-width: 575.98px) {
	h5 {
		font-size: 20px
	}
}

h6 {
	color: #000;
	font-size: 17px;
	margin-bottom: 0;
	font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 0
}

p {
	color: #000;
	margin-bottom: 16px;
	font-size: 14px;
}

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

a {
	text-decoration: none
}

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

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
	outline: none
}

.form-control:focus {
	border: var(--bs-border-width) solid var(--bs-border-color);
	box-shadow: none
}

img {
	width: 100%;
	height: auto;
	display: block
}

button {
	cursor: pointer
}

.logo img {
    width: 350px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

ul.nav {
    display: contents;
}

.language {
    text-align: center;
    margin: 15px 0 45px 0;
	color: #791001;
}

a.lang {
    color: #791001;
}

a.lang.active, a.lang:hover {
    font-weight: bold;
    color: #d60025;
}

.float-right{
	float: right;
}

.float-left{
	float: left;
}

.nav-link {
	padding: 0;
}

@media (max-width: 767.98px) {
	.nav-link {
		padding: 0;
	}
	
	.pizza-single-menu-nav {
		/*width: 110px !important;*/
	}
}

.mean-container a.meanmenu-reveal span {
	background: #d70021
}

.mean-container a.meanmenu-reveal {
	color: #d70021
}

body {
	position: relative
}

footer {
	background: #d60025;
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	footer .fo-shapes {
		display: none
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	footer .fo-shapes {
		display: none
	}
}

@media (max-width: 767.98px) {
	footer .fo-shapes {
		display: none
	}
}

footer .fo-shapes img {
	width: inherit
}

footer .fo-shapes .fs-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
	footer .fo-shapes .fs-1 {
		width: 55px
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	footer .fo-shapes .fs-1 {
		width: 65px
	}
}

footer .fo-shapes .fs-2 {
	position: absolute;
	right: 3%;
	transform: rotate(226deg);
	width: 50px;
}

footer .fo-shapes .fs-3 {
	position: absolute;
	right: 11%;
	bottom: 12%;
	width: 50px;
}

footer .fo-shapes .fs-4 {
	position: absolute;
	top: 38%;
	left: 5%;
	width: 50px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
	footer .fo-shapes .fs-4 {
		display: none
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	footer .fo-shapes .fs-4 {
		display: none
	}
}

footer .fo-shapes .fs-5 {
	position: absolute;
	top: 44%;
	right: 13%;
	width: 50px;
}

footer .fo-shapes .fs-6 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
}

footer .fo-shapes .fs-7 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	width: 50px;
}

footer hr {
	border: 1px dotted #fff
}

footer .footer-bottom {
	position: relative;
	z-index: 999
}

footer .footer-bottom .widget h6 {
	color: #fff;
	margin-bottom: 20px
}

footer .footer-bottom .widget p {
	color: #fff
}

footer .footer-bottom .widget p span {
	text-transform: capitalize
}

footer .footer-bottom .widget a {
	color: #000;
	text-transform: capitalize;
	transition: 0.3s
}

footer .footer-bottom .widget a:hover {
	color: #fff
}

footer .copyright-area p {
	color: #fff
}

footer .copyright-area p a {
	color: #f93
}

.breadcrumb-area {
	position: relative;
	overflow: hidden;
	background-image: url(../images/breadcrumb.png) !important;
    background-size: cover;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumb-area nav {
	z-index: 0
}

.breadcrumb-area .bread-shapes img {
	width: inherit
}

.breadcrumb-area .bread-shapes .b-shape-1 {
	position: absolute;
    right: 30%;
    top: 5%;
    transform: rotate(-93deg);
    width: 65px;
}
/*
@media (max-width: 767.98px) {
	.breadcrumb-area .bread-shapes .b-shape-1 {
		display: none
	}
}*/

.breadcrumb-area .bread-shapes .b-shape-2 {
    position: absolute;
    right: 10%;
    top: 170px;
    width: 60px;
    transform: rotate(177deg);
}
/*
@media (max-width: 767.98px) {
	.breadcrumb-area .bread-shapes .b-shape-2 {
		display: none
	}
}*/

.breadcrumb-area .bread-shapes .b-shape-3 {
	position: absolute;
    top: 25%;
    left: 15%;
    width: 35px;
}

.breadcrumb-area .bread-shapes .b-shape-33 {
	position: absolute;
    top: 58%;
    right: 15%;
    width: 45px;
}

/*
@media (min-width: 992px) and (max-width: 1199.98px) {
	.breadcrumb-area .bread-shapes .b-shape-3 {
		display: none
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.breadcrumb-area .bread-shapes .b-shape-3 {
		display: none
	}
}

@media (max-width: 767.98px) {
	.breadcrumb-area .bread-shapes .b-shape-3 {
		display: none
	}
}
*/
.breadcrumb-area .bread-shapes .b-shape-4 {
	position: absolute;
    bottom: 140px;
    right: -15px;
    width: 50px;
}

.breadcrumb-area .bread-shapes .b-shape-44 {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.breadcrumb-area .bread-shapes .b-shape-55 {
	display: none;
}

@media (max-width: 767.98px) {
	.breadcrumb-area .bread-shapes .b-shape-55 {
		position: absolute;
		bottom: 0;
		width: 100%;
		display: block;
	}
	.breadcrumb-area .bread-shapes .b-shape-44 {
		display: none;
	}
	
	.float-right {
		float: none;
	}
	
	.float-left {
		float: none;
	}
}

.breadcrumb-area .bread-shapes .b-shape-5 {
	position: absolute;
	top: 0;
	width: 65px;
	left: 0
}

.breadcrumb-area .bread-shapes .b-shape-6 {
	position: absolute;
	top: 65%;
	left: 15%;
	transform: rotate(125deg);
	width: 50px;
	z-index: 9999;
}
/*
@media (max-width: 767.98px) {
	.breadcrumb-area .bread-shapes .b-shape-6 {
		display: none
	}
}*/

.breadcrumb-area h2 {
	color: #791001;
	text-align: center;
	font-family: 'sanomatregular';
	font-weight: normal;
}

.breadcrumb-area .breadcrumb {
	background: none;
	display: flex;
	justify-content: center
}

.padding-top-10 {
	padding-top: 10px
}

.padding-top-15 {
	padding-top: 15px
}

.padding-top-20 {
	padding-top: 20px
}

.padding-top-22 {
	padding-top: 22px
}

.padding-top-30 {
	padding-top: 30px
}

.padding-top-40 {
	padding-top: 40px
}

.padding-top-50 {
	padding-top: 50px
}

.padding-top-55 {
	padding-top: 55px
}

.padding-top-60 {
	padding-top: 60px
}

.padding-top-70 {
	padding-top: 70px
}

.padding-top-75 {
	padding-top: 75px
}

.padding-top-80 {
	padding-top: 80px
}

.padding-top-90 {
	padding-top: 90px
}

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

.padding-top-105 {
	padding-top: 105px
}

.padding-top-110 {
	padding-top: 110px
}

.padding-top-115 {
	padding-top: 115px
}

.padding-top-120 {
	padding-top: 120px
}

.padding-top-145 {
	padding-top: 145px
}

.padding-top-150 {
	padding-top: 150px
}

.padding-top-180 {
	padding-top: 180px
}

.padding-top-220 {
	padding-top: 220px
}

.padding-top-240 {
	padding-top: 240px
}

.padding-bottom-10 {
	padding-bottom: 10px
}

.padding-bottom-20 {
	padding-bottom: 20px
}

.padding-bottom-25 {
	padding-bottom: 25px
}

.padding-bottom-30 {
	padding-bottom: 30px
}

.padding-bottom-40 {
	padding-bottom: 40px
}

.padding-bottom-45 {
	padding-bottom: 45px
}

.padding-bottom-50 {
	padding-bottom: 50px
}

.padding-bottom-55 {
	padding-bottom: 55px
}

.padding-bottom-60 {
	padding-bottom: 60px
}

.padding-bottom-70 {
	padding-bottom: 70px
}

.padding-bottom-75 {
	padding-bottom: 75px
}

.padding-bottom-80 {
	padding-bottom: 80px
}

.padding-bottom-90 {
	padding-bottom: 90px
}

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

.padding-bottom-105 {
	padding-bottom: 105px
}

.padding-bottom-110 {
	padding-bottom: 110px
}

.padding-bottom-115 {
	padding-bottom: 115px
}

.padding-bottom-120 {
	padding-bottom: 120px
}

.padding-bottom-135 {
	padding-bottom: 135px
}

.padding-bottom-150 {
	padding-bottom: 150px
}

.padding-10 {
	padding: 10px
}

.padding-20 {
	padding: 20px
}

.padding-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.padding-40 {
	padding-top: 40px;
	padding-bottom: 40px
}

.padding-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.padding-60 {
	padding-top: 60px;
	padding-bottom: 60px
}

.padding-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.padding-80 {
	padding-top: 80px;
	padding-bottom: 80px
}

.padding-90 {
	padding-top: 90px;
	padding-bottom: 90px
}

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

.padding-105 {
	padding-top: 105px;
	padding-bottom: 105px
}

.padding-115 {
	padding-top: 115px;
	padding-bottom: 115px
}

.padding-120 {
	padding-top: 120px;
	padding-bottom: 120px
}

.margin-top-10 {
	margin-top: 10px
}

.margin-top-15 {
	margin-top: 15px
}

.margin-top-20 {
	margin-top: 20px
}

.margin-top-30 {
	margin-top: 30px
}

.margin-top-35 {
	margin-top: 35px
}

.margin-top-40 {
	margin-top: 40px
}

.margin-top-45 {
	margin-top: 45px
}

.margin-top-50 {
	margin-top: 50px
}

.margin-top-60 {
	margin-top: 60px
}

.margin-top-70 {
	margin-top: 70px
}

.margin-top-80 {
	margin-top: 80px
}

.margin-top-90 {
	margin-top: 90px
}

.margin-top-100 {
	margin-top: 100px
}

.margin-bottom-10 {
	margin-bottom: 10px
}

.margin-bottom-20 {
	margin-bottom: 20px
}

.margin-bottom-30 {
	margin-bottom: 30px
}

.margin-bottom-35 {
	margin-bottom: 35px
}

.margin-bottom-40 {
	margin-bottom: 40px
}

.margin-bottom-45 {
	margin-bottom: 45px
}

.margin-bottom-50 {
	margin-bottom: 50px
}

.margin-bottom-60 {
	margin-bottom: 60px
}

.margin-bottom-70 {
	margin-bottom: 70px
}

.margin-bottom-80 {
	margin-bottom: 80px
}

.margin-bottom-90 {
	margin-bottom: 90px
}

.margin-bottom-100 {
	margin-bottom: 100px
}

.margin-right-10 {
	margin-right: 10px
}

.margin-right-20 {
	margin-right: 20px
}

.margin-right-30 {
	margin-right: 30px
}

.margin-right-40 {
	margin-right: 40px
}

.margin-right-50 {
	margin-right: 50px
}

.margin-right-60 {
	margin-right: 60px
}

.margin-right-70 {
	margin-right: 70px
}

.margin-right-80 {
	margin-right: 80px
}

.margin-right-90 {
	margin-right: 90px
}

.margin-right-100 {
	margin-right: 100px
}

.margin-left-10 {
	margin-left: 10px
}

.margin-left-20 {
	margin-left: 20px
}

.margin-left-30 {
	margin-left: 30px
}

.margin-left-40 {
	margin-left: 40px
}

.margin-left-50 {
	margin-left: 50px
}

.margin-left-60 {
	margin-left: 60px
}

.margin-left-70 {
	margin-left: 70px
}

.margin-left-80 {
	margin-left: 80px
}

.margin-left-90 {
	margin-left: 90px
}

.margin-left-100 {
	margin-left: 100px
}

.margin-10 {
	margin: 10px 0
}

.margin-20 {
	margin: 10px 0
}

.margin-30 {
	margin: 10px 0
}

.margin-40 {
	margin: 10px 0
}

.margin-50 {
	margin: 10px 0
}

.margin-60 {
	margin: 10px 0
}

.margin-70 {
	margin: 10px 0
}

.margin-80 {
	margin: 10px 0
}

.margin-90 {
	margin: 10px 0
}

.margin-100 {
	margin: 10px 0
}

.meddy-bg {
	background-color: #fcdbb3 !important
}

.meddy-deep-bg {
	background-color: #ffc6cd !important
}

.purple-lite-bg {
	background-color: #ffdcfd !important
}

.item-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out
}

@keyframes bounce {
	0% {
		transform: translateY(-5px)
	}

	50% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(-5px)
	}
}

.item-zooming {
	-webkit-animation: zooming 3s infinite ease-in-out;
	-o-animation: zooming 3s infinite ease-in-out;
	-ms-animation: zooming 3s infinite ease-in-out;
	-moz-animation: zooming 3s infinite ease-in-out;
	animation: zooming 3s infinite ease-in-out
}

@keyframes zooming {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}

	100% {
		transform: scale(1)
	}
}

.item-ripple {
	-webkit-animation: ripple 3s infinite ease-in-out;
	-o-animation: ripple 3s infinite ease-in-out;
	-ms-animation: ripple 3s infinite ease-in-out;
	-moz-animation: ripple 3s infinite ease-in-out;
	animation: ripple 3s infinite ease-in-out
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(204, 51, 51, 0.2), 0 0 0 20px rgba(204, 51, 51, 0.2), 0 0 0 40px rgba(204, 51, 51, 0.2)
	}

	100% {
		box-shadow: 0 0 0 20px rgba(204, 51, 51, 0.2), 0 0 0 40px rgba(204, 51, 51, 0.1), 0 0 0 60px rgba(204, 51, 51, 0)
	}
}

.item-ripple2 {
	-webkit-animation: ripple2 3s infinite ease-in-out;
	-o-animation: ripple2 3s infinite ease-in-out;
	-ms-animation: ripple2 3s infinite ease-in-out;
	-moz-animation: ripple2 3s infinite ease-in-out;
	animation: ripple2 3s infinite ease-in-out
}

@keyframes ripple2 {
	0% {
		box-shadow: 0 0 0 0 rgba(118, 69, 157, 0.2), 0 0 0 20px rgba(118, 69, 157, 0.2)
	}

	100% {
		box-shadow: 0 0 0 20px rgba(118, 69, 157, 0.2), 0 0 0 40px rgba(118, 69, 157, 0.1)
	}
}

.item-animateOne {
	-webkit-animation: animateOne 15s infinite ease-in-out;
	-o-animation: animateOne 15s infinite ease-in-out;
	-ms-animation: animateOne 15s infinite ease-in-out;
	-moz-animation: animateOne 15s infinite ease-in-out;
	animation: animateOne 15s infinite ease-in-out
}

@-webkit-keyframes animateOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes animateOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.item-animateTwo {
	-webkit-animation: animateTwo 15s infinite ease-in-out;
	-o-animation: animateTwo 15s infinite ease-in-out;
	-ms-animation: animateTwo 15s infinite ease-in-out;
	-moz-animation: animateTwo 15s infinite ease-in-out;
	animation: animateTwo 15s infinite ease-in-out
}

@-webkit-keyframes animateTwo {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(-50px, 50px);
		transform: translate(-50px, 50px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes animateTwo {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(-50px, 50px);
		transform: translate(-50px, 50px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.scrollup {
	background: #d70021;
	color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	outline: none;
	border: none;
	transition: 0.5s;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	z-index: 9999
}

.scrollup:hover {
	background: #000
}

.scrollup2 {
	background: #063
}

.scrollup4 {
	background: #76459d
}

.common-title-area h3 {
	font-family: 'sanomatregular';
	color: #791001;
	font-weight: normal;
}

.common-title-area h2 {
	font-weight: 900;
	font-size: 22px;
}

.common-title-area h2 span {
	color: #791001
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.menu-area .menu-nav-wrapper .nav {
		justify-content: center;
		display: flex;
	}
}

@media (max-width: 767.98px) {
	.menu-area .menu-nav-wrapper .nav {
		justify-content: center;
		display: flex;
	}
}

.menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #d70021;
	visibility: visible;
	opacity: 0.9;
	z-index: -1;
	transition: 0.5s
}

.menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav h6 {
	color: #fff;
	transition: 0.5s
}

.menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav .g-s-4 {
	position: absolute;
	bottom: 0;
	right: -26px;
	opacity: 1;
	visibility: visible;
	transition: 0.5s
}

.menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav .g-s-4 img {
	width: 72%
}

.menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav .g-s-5 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: 0.5s
}

.menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav .g-s-5 img {
	width: 72%
}

.menu-area .menu-items-wrapper {
	box-shadow: 0px 0px 10px 0px rgba(39, 53, 160, 0.1);
	position: relative
}

.menu-area .menu-items-wrapper.menu-custom-padding {
	padding: 70px 50px
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.menu-area .menu-items-wrapper .menu-i-shapes {
		display: none
	}
}

@media (max-width: 767.98px) {
	.menu-area .menu-items-wrapper .menu-i-shapes {
		display: none
	}
}

.menu-area .menu-items-wrapper .menu-i-shapes img {
	width: 75px
}

.menu-area .menu-items-wrapper .menu-i-shapes .mis-1 {
	position: absolute;
	left: 31%;
	bottom: 12%
}

.menu-area .menu-items-wrapper .menu-i-shapes .mis-2 {
	position: absolute;
	left: 0;
	bottom: 0
}

.menu-area .menu-items-wrapper .menu-i-shapes .mis-3 {
	position: absolute;
	right: 37%;
	top: 35%
}

.menu-area .menu-items-wrapper .menu-i-shapes .mis-4 {
	position: absolute;
	right: 0;
	bottom: 0
}

.menu-area .menu-items-wrapper hr {
	border: 1px dashed #e6e6e6
}

.menu-area .menu-items-wrapper a.btn {
	text-align: center
}

.menu-area .menu-items-wrapper a.btn:hover {
	border: 1px solid #d70021;
	background: transparent;
	color: #d70021
}

.single-menu-nav {
	width: 100%;
	height: 150px;
	padding: 25px 30px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	cursor: pointer
}

.single-menu-nav .menu-img {
	position: static;
	z-index: 1
}

.single-menu-nav h6 {
	position: static;
	z-index: 1;
	transition: 0.5s
}

.single-menu-nav .g-s-4 {
	position: absolute;
	bottom: 0;
	right: -26px;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s
}

.single-menu-nav .g-s-4 img {
	width: 72%
}

.single-menu-nav .g-s-5 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s
}

.single-menu-nav .g-s-5 img {
	width: 72%
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.single-menu-nav {
		/*width: 120px;*/
		height: 130px
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.single-menu-nav {
		/*width: 120px;*/
		height: 130px
	}
}

@media (max-width: 767.98px) {
	.single-menu-nav {
		/*width: 120px;*/
		height: 130px
	}
}

.single-menu-nav .menu-img img {
	/*width: 90%*/
}

.single-menu-nav::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: #d70021;
	transition: 0.5s
}

.single-menu-nav:hover .g-s-4 {
	opacity: 1;
	visibility: visible
}

.single-menu-nav:hover .g-s-5 {
	opacity: 1;
	visibility: visible
}

.single-menu-nav:hover::after {
	visibility: visible;
	opacity: 0.9;
	z-index: -1
}

.single-menu-nav:hover h6 {
	color: #fff
}

.single-menu-item {
	padding: 20px
}

.single-menu-item .menu-img {
	margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.single-menu-item .menu-img {
		margin-right: 0
	}
}

@media (max-width: 991.98px) {
	.single-menu-item .menu-img {
		margin-right: 0
	}
}

.menu-content {
    margin-top: 25px;
}

.single-menu-item .menu-img img {
	width: 200px;
	/*border-radius: 58% 42% 49% 51% / 63% 55% 45% 37%;*/
	border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.single-menu-item .menu-content {
		text-align: center;
		margin-top: 10px
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.single-menu-item .menu-content {
		text-align: center;
		margin-top: 10px
	}
}

.single-menu-item .menu-content {
	text-align: center;
	margin-top: 10px
}

.single-menu-item .menu-content h5 {
	font-weight: 600
}

.single-menu-item .menu-content h5 a {
	color: #000;
	transition: 0.3s
}

.single-menu-item .menu-content h5 a:hover {
	color: #d70021
}

.single-menu-item .menu-content p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}

.single-menu-item .menu-content span {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	text-transform: capitalize
}

.single-menu-item .menu-content .del {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px
}

.chicken-area {
	position: relative
}

@media (max-width: 767.98px) {
	.chicken-area .menu-i-shapes {
		display: none
	}
}

.chicken-area .menu-i-shapes img {
	width: inherit
}

.chicken-area .menu-i-shapes .bleft {
	position: absolute;
	left: 0%;
	bottom: 0%
}

.chicken-area .menu-items-wrapper .chicken-tab-content {
	padding: 10px;
	position: relative;
	background: #690;
	height: 300px;
	overflow: hidden
}

.chicken-area .menu-items-wrapper .chicken-tab-content h5 {
	color: #fff;
	line-height: 1.5em
}

.chicken-area .menu-items-wrapper .chicken-tab-content p {
	color: #fff
}

.chicken-area .menu-items-wrapper .chicken-tab-content a {
	padding: 10px 18px;
	margin-top: 10px;
	display: inline-block;
	color: #690;
	background: #fff;
	border-radius: 10px;
	text-transform: uppercase;
	position: relative;
	z-index: 999
}

.chicken-area .menu-items-wrapper .chicken-tab-content a:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #fff
}

.chicken-area .menu-items-wrapper .chicken-tab-content img {
	width: inherit
}

.chicken-area .menu-items-wrapper .chicken-tab-content .main-img {
	position: absolute;
	top: 39%;
	right: 3%;
	width: 240px;
	z-index: 11
}

.chicken-area .menu-items-wrapper .chicken-tab-content .gprice-2 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	background: #d70021;
	color: #fff;
	display: block;
	position: absolute;
	top: 29%;
	right: 20%;
	z-index: 22;
	font-weight: 600
}

.chicken-area .menu-items-wrapper .chicken-tab-content .gshape1 {
	position: absolute;
	bottom: -12%;
	left: 0%;
	width: 75px
}

.chicken-area .menu-items-wrapper .chicken-tab-content .gshape2 {
	position: absolute;
	bottom: 6%;
	right: -6%;
	width: 210px;
	transform: rotate(360deg)
}

.burger-area {
	position: relative;
	overflow: hidden
}

.burger-area .menu-i-shapes .brs {
	position: absolute;
	top: 65%;
	right: -2%
}

.burger-area .menu-nav-wrapper .single-menu-nav {
	padding: 0;
}

.burger-area .menu-nav-wrapper .single-menu-nav h6 {
	position: relative;
	z-index: 11
}

.pizza-area {
	position: relative
}

.pizza-area .menu-i-shapes img {
	width: inherit
}

.pizza-area .menu-i-shapes .mis-1 {
	position: absolute;
	top: 22%;
	left: 0
}

.pizza-area .menu-i-shapes .mis-2 {
	position: absolute;
	top: 28%;
	right: 11%
}

.pizza-area .pizza-items-wrapper {
	box-shadow: inherit
}

.pizza-single-menu-nav {
	overflow: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 150px
}

.pizza-single-menu-nav img {
	margin: 0 auto
}

.single-menu-item {
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	transition: 0.3s;
	margin-bottom: 30px;
	flex-direction: column;
	align-items: center
}

.single-menu-item .menu-content h6 a {
	color: #000
}

.single-menu-item .menu-content h6 a:hover {
	color: #d70021
}

.single-menu-item .menu-content span {
	font-weight: 600
}

.single-menu-item:hover {
	box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
	border: 1px solid transparent
}

.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  /*width:100%;
  border: 2px solid #fff;*/ 
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}