@import url(//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);

@font-face {
	font-family: 'Nexa Bold';
	src: url(../fonts/nexa-bold.eot);
	src: url(../fonts/nexa-bold?#iefix) format("embedded-opentype"), url(../fonts/nexa-bold.woff) format("woff"), url(../fonts/nexa-bold.ttf) format("truetype"), url(../fonts/nexa-bold.svg) format("svg")
}

@font-face {
	font-family: 'Nexa Light';
	src: url(../fonts/nexa-light.eot);
	src: url(../fonts/nexa-light?#iefix) format("embedded-opentype"), url(../fonts/nexa-light.woff) format("woff"), url(../fonts/nexa-light.ttf) format("truetype"), url(../fonts/nexa-light.svg) format("svg")
}

.prettyprint {
	color: #fff;
	background: red;
	width: 100%;
	padding: 10px;
	display: block;
	font-size: 12px;
	border-radius: 10px
}

.error {
	font-size: 14px;
	color: red;
	clear: both;
	display: block
}

body {
	overflow-x: hidden
}

.main-imghome {
	overflow-y: hidden;
	height: 100vh
}

#scroll {
	position: fixed;
	right: 15px;
	bottom: 65px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	background: #e14326;
	border: 0;
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	z-index: 99999
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #fff
}

#scroll:hover {
	opacity: 1
}

.main-home {
	overflow-y: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nexa Bold'
}

p {
	font-family: 'Nexa Light'
}

.main-home .home-area #owl-demo13 .item figure {
	margin: 0;
	min-height: 100%;
	position: relative;
	height: 100vh
}

.main-home .home-area #owl-demo13 .owl-pagination {
	position: absolute;
	bottom: 220px
}

.main-home .home-area #owl-demo13 .item figure img {
	width: 100%;
	height: 100vh
}

.main-home .home-area #owl-demo13 .item figcaption {
	margin-bottom: 0 !important;
	align-items: center;
	bottom: 0;
	top: 0;
	padding: 0 60px;
	display: flex;
	position: absolute;
	height: 100%;
	vertical-align: middle
}

.main-home .home-area #owl-demo13 .item figcaption .main-title {
	position: relative;
	padding: 0 0 0 90px
}

.main-home .home-area #owl-demo13 .item figcaption .main-title h2 {
	margin: 0;
	font-family: nexa bold;
	font-size: 42px;
	line-height: 52px;
	color: #fff
}

.overlay-main {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000000a6
}

nav {
	display: block;
	background: #fff
}

.menu::before {
	content: '';
	background: #e14326;
	height: 100%;
	width: 5px;
	position: absolute;
	left: 0
}

.menu {
	display: block;
	padding: 0 140px 0 62px;
	position: relative
}

.menu li {
	display: inline-block;
	position: relative;
	z-index: 100
}

.menu li:first-child {
	margin-left: 0
}

.menu li a {
	font-weight: 600;
	text-decoration: none;
	padding: 28px 15px;
	display: block;
	color: #252525;
	transition: all .2s ease-in-out 0;
	text-transform: uppercase;
	font-family: 'Nexa Bold';
	font-size: 16px
}

.menu .sub-menu li a {
	background: #e14326;
	padding: 17px 12px;
	color: #fff;
	border-bottom: 1px solid #ef735d
}

.menu li a .fa {
	color: #e14326;
	font-size: 25px
}

.menu li a:hover,
.menu li:hover>a {
	color: #e14326
}

.menu ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all .2s ease-out
}

.menu ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #e14326;
	border-width: 6px;
	margin-left: -6px
}

.menu ul li {
	display: block;
	float: none;
	background: 0 0;
	margin: 0;
	padding: 0
}

.menu ul li a {
	font-size: 12px;
	font-weight: 400;
	display: block;
	color: #797979;
	background: #fff
}

.menu ul li a:hover,
.menu ul li:hover>a {
	background: #ef735d;
	color: #fff
}

.menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0)
}

.menu ul ul {
	left: 169px;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 20px);
	transition: all .2s ease-out
}

.menu ul ul:after {
	left: -6px;
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px
}

.menu li>ul ul:hover {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0)
}

.responsive-menu {
	display: none;
	width: 100%;
	padding: 20px 15px;
	background: #374147;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600
}

.responsive-menu:hover {
	background: #374147;
	color: #fff;
	text-decoration: none
}

a.homer {
	background: 0 0;
	color: #e14326 !important
}

.inner-header-cls {
	float: left;
	width: 100%;
	padding: 0 20px
}

.inner-header-cls .inner-header-logo {
	margin: 19px 0 0
}

.inner-header-cls .inner-header-navigation nav .menu {
	padding: 0;
	text-align: right
}

.inner-header-cls .inner-header-navigation nav .menu li a.active {
	color: #e0401e
}

.inner-header-cls .inner-header-navigation nav .menu .sub-menu li a {
	text-align: left
}

.inner-header-cls .inner-header-navigation nav .menu::before {
	content: '';
	display: none
}

header .main-header {
	float: left;
	width: 100%;
	padding: 39px 0 0 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	right: 0;
	z-index: 999
}

header .main-header .logo-inn {
	float: left
}

header .main-header .naviagtion-header {
	float: right
}

header .main-header .naviagtion-header .contact-header-top {
	text-align: right
}

header .main-header .naviagtion-header .contact-header-top li {
	font-family: 'Nexa Light';
	display: inline-block;
	font-size: 19px;
	padding: 0 40px 0 0
}

header .main-header .naviagtion-header .contact-header-top li a {
	color: #fff;
	font-family: 'Nexa Light';
	position: relative;
	top: -5px
}

header .main-header .naviagtion-header .contact-header-top li .fa {
	color: #e14326;
	padding: 0 10px 0 0;
	font-size: 30px
}

header .main-header .naviagtion-header .header-tabs {
	clear: both;
	margin: 29px 0 0
}

header .main-header .naviagtion-header .header-tabs nav ul {
	display: block;
	padding: 0 140px 0 62px;
	position: relative
}

header .main-header .naviagtion-header .header-tabs nav ul::before {
	content: '';
	background: #e14326;
	height: 100%;
	width: 5px;
	position: absolute;
	left: 0
}

header .main-header .naviagtion-header .header-tabs nav ul li {
	display: inline-block;
	position: relative;
	z-index: 100
}

header .main-header .naviagtion-header .header-tabs nav ul li a {
	font-weight: 600;
	text-decoration: none;
	padding: 20px 10px;
	display: block;
	color: #252525;
	transition: all .2s ease-in-out 0;
	text-transform: uppercase;
	font-family: 'Nexa Bold';
	font-size: 16px
}

header .main-header .naviagtion-header .header-tabs nav ul li .active {
	color: #e0401e
}

header .main-header .naviagtion-header .header-tabs nav ul ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all .2s ease-out
}

header .main-header .naviagtion-header .header-tabs nav ul ul li {
	display: block;
	float: none;
	background: 0 0;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100
}

header .main-header .naviagtion-header .header-tabs nav ul ul li a {
	background: #e14326;
	padding: 17px 12px;
	color: #fff;
	border-bottom: 1px solid #ef735d;
	font-size: 12px;
	font-weight: 400;
	display: block;
	text-decoration: none;
	transition: all .2s ease-in-out 0;
	text-transform: uppercase;
	font-family: 'Nexa Bold'
}

header .main-header .naviagtion-header .header-tabs nav ul ul li a:hover {
	color: #fff !important;
	background: #ef735d
}

header .main-header .naviagtion-header .header-tabs nav ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0)
}

header .main-header .naviagtion-header .header-tabs nav ul ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #e14326;
	border-width: 6px;
	margin-left: -6px
}

header .main-header .naviagtion-header .header-tabs nav ul li a:hover {
	color: #e14326
}

header .main-header .naviagtion-header .header-tabs nav ul li li:hover>a {
	color: #fd765e
}

header .main-header .naviagtion-header .header-tabs nav ul ul li:nth-child(1) .submenu1::after {
	content: '';
	display: none
}

header .main-header .naviagtion-header .header-tabs nav ul ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #e14326;
	border-width: 6px;
	margin-left: -6px
}

header .main-header .naviagtion-header .header-tabs nav ul ul li:hover ul:after {
	background: #e14326
}

header .main-header .naviagtion-header .header-tabs nav ul li>ul ul:hover {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0)
}

.ryt-space {
	padding-right: 0
}

.home-text-area {
	position: absolute;
	z-index: 99;
	bottom: -11px;
	width: 100%
}

.home-text-area .text-inner .get-btn-hm a {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase !important;
	font-family: 'Nexa Bold';
	top: 0;
	float: left;
	background: #e14326 !important;
	position: relative;
	padding: 17px 60px;
	border-radius: 0 !important;
	letter-spacing: 0;
	margin: 0
}

.home-text-area .text-inner .bakery-icons {
	float: right;
	padding: 0 43px 0 0;
	position: relative;
	top: -50px
}

.home-text-area .text-inner .bakery-icons ul li {
	display: inline-block;
	padding: 0 20px
}

.home-text-area .text-inner .bakery-icons ul img {
	margin: auto;
	display: block
}

.home-text-area .text-inner .bakery-icons ul li a {
	font-family: 'Nexa Bold';
	display: block;
	text-align: center;
	margin: 20px 0 0;
	color: #fff;
	display: flex;
	text-transform: capitalize;
	font-size: 25px
}

.lft-spe {
	padding: 0
}

.inner-banner {
	margin-top: 83px
}

.inner-banner .banner-area-wrapper {
	min-height: 276px;
	position: relative;
	float: right;
	width: 100%
}

.inner-banner .inner-heading-caption {
	background: #e14326;
	position: absolute;
	left: -135px;
	max-width: 565px;
	display: inline-block;
	width: 100%;
	padding: 77px 43px
}

.inner-banner .inner-heading-caption h1 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Nexa Bold';
	font-size: 46px;
	text-align: right
}

.inner-banner .logo-overlay {
	right: 0;
	bottom: 0;
	align-items: center;
	bottom: 0;
	top: 0;
	display: flex;
	position: absolute;
	height: 100%;
	vertical-align: middle
}

.bread-crumb-area-inn .link-list {
	margin: 8px 0 0
}

.bread-crumb-area-inn .link-list ul li {
	display: inline-block;
	padding: 0 16px 0 0;
	color: #696969;
	font-family: 'Nexa Light';
	text-transform: uppercase;
	font-size: 17px
}

.bread-crumb-area-inn .link-list ul li a {
	color: #696969
}

.bread-crumb-area-inn .link-list ul .fa {
	font-size: 28px;
	position: relative;
	color: #e14326;
	top: 2px
}

.bread-crumb-area-inn .get-btn {
	margin: -27px 0 0;
	float: right
}

.bread-crumb-area-inn .get-btn a {
	font-family: 'Nexa Bold';
	font-size: 17px;
	background: #e14326 !important;
	text-transform: uppercase !important;
	color: #fff;
	display: inline-block;
	padding: 14px 55px;
	letter-spacing: 0;
	border-radius: 0;
	top: 0;
	border: 0;
	right: 0;
	margin: 0
}

.bread-crumb-area-inn .get-btn a:hover {
	color: #5d5d5d
}

.about-text-areacls .about-lft-area {
	position: relative
}

.about-text-areacls .about-lft-area::before {
	content: ''
}

.n-logo-cls-custom-bakery {
	position: absolute;
	bottom: -190px;
	left: 0
}

.about-text-areacls .about-lft-area .bakery-icon {
	margin-bottom: 8px
}

.about-text-areacls .about-lft-area .main-ab {
	width: 100%
}

.about-text-areacls .about-lft-area h2 {
	font-family: 'Nexa Bold';
	color: #e14326
}

.about-text-areacls .about-lft-area .paragraph-txt-abt {
	margin-top: 15px
}

.about-text-areacls .about-lft-area .paragraph-txt-abt p {
	color: #262626;
	font-size: 16px;
	line-height: 27px;
	font-family: 'Nexa Light'
}

.about-text-areacls .about-lft-area .paragraph-txt-abt p .sp {
	color: #e14326;
	font-weight: 700;
	font-family: 'Nexa Bold'
}

body .about-area {
	padding-bottom: 40px
}

.section-spacer {
	padding: 70px 0
}

.inn-ab-area .ab-txt h5 {
	font-family: 'Nexa Bold';
	font-size: 26px;
	color: #e14326;
	line-height: 35px
}

.inn-ab-area .ab-para p {
	color: #545454;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Nexa Light';
	font-weight: 500
}

.top-ab-area-lf {
	margin: 11px 0 0
}

.top-ab-area-ry {
	margin: 35px 0 0
}

.top-ab-area-ry img {
	width: 100%
}

.about-text-areacls .about-lft-area .paragraph-txt-abt p strong {
	font-family: 'Nexa Bold'
}

.about-space {
	padding: 0 25px
}

.why-company {
	position: relative
}

.why-company::before {
	content: ''
}

.why-company .company-market-area {
	float: left;
	width: 100%;
	padding: 35px 0 95px
}

.title h2 {
	font-family: 'Nexa Bold';
	text-transform: capitalize
}

.sale-market {
	float: left;
	width: 100%;
	margin: 35px 0 0
}

.sale-market .sale-inner {
	border: 1px solid #e14326;
	border-radius: 16px;
	padding: 40px
}

.sale-market .sale-inner:hover .head h2 {
	color: #fff
}

.sale-market .sale-inner:hover p {
	color: #fff !important
}

.sale-market .sale-inner h1 {
	font-family: 'Nexa Bold';
	margin-top: 0;
	font-size: 60px
}

.head h2 {
	font-family: 'Nexa Bold';
	color: #e14326
}

.sale-market p {
	color: #262626;
	font-family: 'Nexa Light';
	font-size: 16px;
	margin-bottom: 0;
	line-height: 25px
}

.line {
	background: #e14326;
	height: 1px;
	width: 100%;
	position: relative;
	max-width: 920px
}

.line::before {
	content: '';
	position: absolute;
	background: #e14326;
	width: 19px;
	height: 19px;
	right: 0;
	top: -9px
}

.line2 {
	background: #e14326;
	height: 1px;
	float: right;
	width: 100%;
	position: relative;
	max-width: 920px
}

.line2::before {
	content: '';
	position: absolute;
	background: #e14326;
	width: 19px;
	height: 19px;
	left: 0;
	top: -9px
}

footer .main-footer {
	min-height: 347px;
	position: relative;
	float: left;
	width: 100%
}

.footer-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000000a6
}

footer .main-footer .footer-txt {
	padding: 25px 0
}

footer .main-footer .footer-txt p {
	font-family: 'Nexa Bold';
	color: #fff;
	font-size: 18px
}

footer .main-footer .number-list ul li {
	line-height: 30px
}

footer .main-footer .number-list ul a {
	color: #fff;
	font-family: 'Nexa Bold';
	font-size: 15px
}

footer .main-footer .number-list ul li .fa {
	color: #e14326;
	font-size: 21px;
	padding: 0 14px 0 0
}

footer .main-footer .social-list {
	margin: 20px 0 0
}

footer .main-footer .social-list ul li {
	display: inline-block;
	padding: 0 7px
}

footer .main-footer .social-list ul li a {
	background: #fff;
	color: #353535;
	height: 31px;
	width: 31px;
	display: inline-block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 34px
}

.footer-innover {
	position: relative;
	text-align: center;
	padding: 50px 30px
}

.bottom-footer {
	float: left;
	width: 100%;
	padding: 15px;
	position: relative;
	border-top: 1px solid #e14326
}

.bottom-footer .copyright p {
	color: #fff;
	margin-bottom: 0;
	font-family: 'Nexa Bold';
	font-size: 15px
}

.bottom-footer .des {
	text-align: right
}

.bottom-footer .des p {
	color: #fff;
	font-family: 'Nexa Bold';
	margin-bottom: 0;
	font-size: 15px
}

.bottom-footer .des p a {
	color: #fff;
	font-family: 'Nexa Bold';
	font-size: 15px
}

.contact-title h1 {
	font-size: 45px;
	color: #e14326
}

.contact-address p {
	color: #545454;
	font-size: 36px;
	line-height: 47px
}

.contact-links {
	margin: 25px 0
}

.contact-links ul li {
	font-size: 25px;
	color: #545454;
	font-family: 'Nexa Light';
	line-height: 47px
}

.contact-links ul li a {
	color: #545454
}

.contact-links ul li span {
	font-family: 'Nexa Bold'
}

.contact-main-area-cls .social-contact-links ul {
	text-align: left
}

.contact-main-area-cls .social-contact-links ul li {
	display: inline-block;
	padding: 0 15px 0 0
}

.contact-main-area-cls .social-contact-links ul li a {
	background: 0 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	border: 0;
	color: #484646;
	font-size: 16px;
	line-height: 35px;
	padding: 0;
	margin-left: 0
}

.contact-main-area-cls {
	margin-bottom: 260px;
	position: relative
}

.contact-main-area-cls::before {
	content: '';
	position: absolute;
	background-image: url(../images/n-logo-bakery.png);
	width: 576px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 320px
}

.contact-map iframe {
	border: 0;
	height: 404px
}

.contact-form {
	float: left;
	height: 420px;
	width: 100%;
	background: #fbe4df
}

.contact-inner-wrapper {
	background: #e14326;
	max-width: 510px;
	width: 100%;
	margin: auto;
	position: relative;
	top: -235px;
	clear: both;
	display: grid;
	border-radius: 16px;
	padding: 25px
}

.contact-inner-wrapper img {
	position: absolute;
	left: -46px;
	top: 27px
}

.contact-inner-wrapper .form-cont {
	margin: 30px 0 0
}

.contact-inner-wrapper .form-cont form .form-group {
	margin-bottom: 20px
}

.contact-inner-wrapper .form-cont form .form-control {
	font-family: 'Nexa Light';
	font-size: 15px;
	box-shadow: none;
	height: 50px;
	border-radius: 7px
}

.contact-inner-wrapper .form-cont form .sub-ct-btn-dgh {
	font-family: 'Nexa Bold';
	font-size: 20px;
	border: 0;
	text-transform: uppercase;
	padding: 10px 120px;
	border: 2px solid #fff;
	border-radius: 25px;
	color: #fff;
	background: 0 0;
	text-align: center;
	display: block;
	margin: auto
}

.contact-inner-wrapper .form-cont form textarea {
	min-height: 115px
}

.partners-column .partners-img {
	text-align: center;
	text-transform: capitalize;
	justify-content: center;
	align-items: center;
	display: flex
}

.partners-column .partners-img img {
	margin: auto;
	display: block
}

.partners-column .partners-caption h3 {
	font-size: 30px;
	text-align: left;
	text-transform: uppercase;
	color: #e14326
}

.part-ab-area-lft {
	margin: 35px 0 0
}

.part-ab-area-middle {
	margin: 75px 0 0
}

.part-ab-area-ryt {
	margin: 45px 0 0
}

.part-ab-area-middle-new {
	margin: -5px 0 0
}

.part-ab-area-ryt-new {
	margin: -40px 0 0
}

.inner-partner-area-cls-inn .partners-areacls:nth-child(even) .partners-area-inner {
	background: #ffe1e1
}

.inner-partner-area-cls-inn .partners-areacls:nth-child(odd) .partners-area-inner {
	background: #e8e8e8
}

.bakery-col h2 {
	color: #e14326
}

.product-area {
	position: relative
}

.product-area::before {
	content: '';
	position: absolute;
	background-image: url(../images/n-logo-bakery.png);
	width: 576px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	top: 21px
}

.product-area-second {
	position: relative
}

.product-area-second::before {
	content: '';
	position: absolute;
	background-image: url(../images/n-logo-bakery.png);
	width: 576px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 102px;
	left: 0
}

.product-area-third {
	position: relative
}

.product-area-third::before {
	content: '';
	position: absolute;
	background-image: url(../images/n-logo-bakery.png);
	width: 576px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 134px;
	right: 0
}

.product-lft-side-wrapper img {
	width: 100%
}

.n-logo-cls-custom2 {
	position: absolute;
	right: 0;
	top: 13px
}

.n-logo-cls-custom3 {
	position: absolute;
	left: 0;
	bottom: 57px
}

.n-logo-cls-custom4 {
	position: absolute;
	right: 0;
	bottom: 45px
}

.n-logo-cls-custom5 {
	position: absolute;
	bottom: -125px
}

.products-text-area p {
	color: #262626;
	font-size: 16px;
	line-height: 27px
}

.bakery-products-cls-inner p {
	color: #262626;
	font-size: 16px;
	line-height: 27px
}

.sp-pro {
	font-family: 'Nexa Bold';
	color: #e14326
}

.top-spce-pro {
	margin: 23px 0
}

.products-btn a {
	font-family: 'Nexa Bold';
	color: #fff;
	background: #e14326 !important;
	padding: 12px 27px;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 6px;
	top: 0;
	letter-spacing: 0;
	margin: 0
}

.pro-top-spce {
	margin: 60px 0 0
}

.product-top-right-space {
	margin: 170px 0 0
}

.top-section-space {
	padding-top: 30px
}

.bottom-section-space {
	padding-bottom: 100px
}

.inner-partner-area-cls-inn {
	margin: 70px 0 0
}

.partners-areacls {
	margin-bottom: 30px
}

.partners-areacls .partners-area-inner {
	min-height: 340px;
	justify-content: center;
	align-items: center;
	display: flex
}

.partners-caption h3 {
	font-size: 30px;
	text-align: left;
	text-transform: uppercase;
	color: #e14326
}

.partners-areacls .partners-area-inner img {
	width: auto;
	margin: auto;
	display: block;
	height: 100%
}

.partners-areacls:nth-child(2),
.partners-areacls:nth-child(5),
.partners-areacls:nth-child(8) {
	position: relative;
	top: -30px
}

.partners-areacls:nth-child(3),
.partners-areacls:nth-child(6),
.partners-areacls:nth-child(9) {
	position: relative;
	top: -50px
}

.box1 img,
.box1:after,
.box1:before {
	width: 100%;
	transition: all .3s ease 0
}

.box1 .icon,
.box2,
.box3,
.box4,
.box5 .icon li a {
	text-align: center
}

.box10:after,
.box10:before,
.box1:after,
.box1:before,
.box2 .inner-content:after,
.box3:after,
.box3:before,
.box4:before,
.box5:after,
.box5:before,
.box6:after,
.box7:after,
.box7:before {
	content: ""
}

.box1,
.box11,
.box12,
.box13,
.box14,
.box16,
.box17,
.box18,
.box2,
.box20,
.box21,
.box3,
.box4,
.box5,
.box5 .icon li a,
.box6,
.box7,
.box8 {
	overflow: hidden
}

.box1 .title,
.box10 .title,
.box4 .title,
.box7 .title {
	letter-spacing: 1px
}

.box3 .post,
.box4 .post,
.box5 .post,
.box7 .post {
	font-style: italic
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mb-30 {
	margin-bottom: 30px
}

.box1 .icon,
.box1 .title {
	margin: 0;
	position: absolute
}

.box1 {
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	position: relative
}

.box1:after,
.box1:before {
	height: 50%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform-origin: 100% 0;
	transform: rotateZ(90deg)
}

.box1:after {
	top: auto;
	bottom: 0;
	transform-origin: 0 100%
}

.box1:hover:after,
.box1:hover:before {
	transform: rotateZ(0)
}

.box1 img {
	height: auto;
	transform: scale(1) rotate(0)
}

.box1:hover img {
	filter: sepia(80%);
	transform: scale(1.3) rotate(10deg)
}

.box1 .title {
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 1px #004cbf;
	bottom: 10px;
	left: 10px;
	opacity: 0;
	z-index: 2;
	transform: scale(0);
	transition: all .5s ease .2s
}

.box1:hover .title {
	opacity: 1;
	transform: scale(1)
}

.box1 .icon {
	padding: 7px 5px;
	list-style: none;
	background: #004cbf;
	border-radius: 0 0 0 10px;
	top: -100%;
	right: 0;
	z-index: 2;
	transition: all .3s ease .2s
}

.box1:hover .icon {
	top: 0
}

.box1 .icon li {
	display: block;
	margin: 10px 0
}

.box1 .icon li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	transition: all .3s ease 0
}

.box2 .icon li a,
.box3 .icon a:hover,
.box4 .icon li a:hover,
.box5 .icon li a,
.box6 .icon li a {
	border-radius: 50%
}

.box1 .icon li a:hover {
	color: #fff;
	box-shadow: 0 0 10px #000 inset, 0 0 0 3px #fff
}

#eps_error,
#signup_cerror {
	background: red;
	color: #fff;
	text-align: center;
	font-size: 11px;
	clear: both;
	margin: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 24px;
	border-radius: 3px
}

.inner-fiv-new {
	margin-top: 60px;
}

.inner-fiv-new .sidebar {
	position: sticky;
	top: 50px;
}

.inner-fiv-new .sidebar .shadow {
	background: #fff;
	padding: 20px;
	border: 1px solid #e14326;
	border-radius: 5px;
}

.inner-fiv-new .sidebar .links {}

.inner-fiv-new .sidebar .links li {
	color: #545454;
	font-size: 16px;
	line-height: 34px;
	font-family: 'Nexa Light';
	font-weight: 500;
}

.inner-fiv-new .sidebar .links li a {
	color: #545454;
	display: block;
	font-weight: 700;
	line-height: 35px;
}

.inner-fiv-new .sidebar .links li.active {}

.inner-fiv-new .sidebar .links li.active a {
	color: #e14326
}

.inner-fiv-new .sidebar-right {}

.inner-fiv-new .sidebar-right .bix123 {}

.inner-fiv-new .sidebar-right .bix123 .links {
	margin-bottom: 20px;
}

.inner-fiv-new .sidebar-right .bix123 .links {}

.inner-fiv-new .sidebar-right .bix123 .links li {
	display: inline-block;
	margin-right: 10px;
}

.inner-fiv-new .sidebar-right .bix123 .links li a {
	font-family: 'Nexa Bold';
	font-size: 12px;
	background: #e14326 !important;
	text-transform: uppercase !important;
	color: #fff;
	display: inline-block;
	padding: 4px 33px;
	letter-spacing: 0;
	border-radius: 0;
	top: 0;
	border: 0;
	right: 0;
	margin: 0;
	border-radius: 5px;
}

.inner-fiv-new .sidebar-right .bix123 .products123 {
	margin: 0 -15px;
}

.inner-fiv-new .sidebar-right .bix123 .products123 .col-345 {}

.inner-fiv-new .sidebar-right .bix123 .products123 .col-345 .box234 {
	margin: 0px -5px 0 -5px
}

.inner-fiv-new .sidebar-right .bix123 .products123 .col-345 .box234 .product-lft-side-wrapper {
	margin: 00px 0px 10px 0px;
}

.inner-fiv-new .sidebar-right .bix123 .products123 .col-345 .box234 .product-lft-side-wrapper img {
	border-radius: 5px;
	height: 285px;
	object-fit: fill;
}

.inner-fiv-new .sidebar-right .bix123 .products123 .col-345 .box234 .title {}

.inner-fiv-new .sidebar-right .bix123 .products123 .col-345 .box234 .title h2 {
	font-family: 'Nexa Bold';
	font-size: 20px;
	line-height: 52px;
	display: block;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.inner-fiv-new .sidebar .links li ul {
	padding-left: 20px;
}

.inner-fiv-new .sidebar .links li ul li {
	color: #545454;
	font-size: 14px;
	line-height: 21px;
}

.inner-fiv-new .sidebar .links li ul li a {
	line-height: 27px;
}

.inner-fiv-new .sidebar .links li.active ul li a {
	line-height: 27px;
	color: #333;
}

.inner-fiv-new .sidebar .links li.active .sub li.active a {
	color: #e14326;
}

.inner-fiv-new .sidebar .filter-c {
	box-shadow: 1px 4px 5px 1px #ccc;
	border: 1px solid #ccc;
	padding-bottom: 10px;
	border-radius: 3px;
}

.inner-fiv-new .sidebar .filter-c .fil23 {
	background: #e14326;
	background: -moz-linear-gradient(top, #e14326 0%, #d83024 40%, #e02100 100%);
	background: -webkit-linear-gradient(top, #e14326 0%, #d83024 40%, #e02100 100%);
	background: linear-gradient(to bottom, #e14326 0%, #d83024 40%, #e02100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e14326', endColorstr='#e02100', GradientType=0);
}

.inner-fiv-new .sidebar .filter-c .fil23 p {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
	line-height: 5rem;
}

.inner-fiv-new .sidebar .filter-c .row {
	margin: 0;
	padding: 0;
}

.inner-fiv-new .sidebar .filter-c .row .input {
	margin: 17px;
}

.inner-fiv-new .sidebar .filter-c .row select {
	height: 42px;
	padding: 8px;
	display: block;
	width: 100%;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-transform: capitalize;
}

.inner-fiv-new .sidebar .filter-c .row .submit {}

.inner-fiv-new .sidebar .filter-c .row .submit button {
	background: #181818;
	color: #fff;
	height: 42px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 3rem;
}

@media only screen and (max-width:990px) {
	.box1 {
		margin-bottom: 30px
	}
}

.box7 {
	position: relative
}

.box7:after,
.box7:before {
	width: 100%;
	height: 100%;
	background: #1f0000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease 0
}

.box7:after {
	background: rgba(255, 255, 255, .3);
	border: 3px solid #e14326;
	top: 0;
	left: 170%;
	opacity: 1;
	z-index: 1;
	transform: skewX(45deg);
	transition: all 1s ease 0
}

.box7:hover:before {
	opacity: 1
}

.box7:hover:after {
	left: -170%
}

.box7 img {
	width: 100%;
	height: auto
}

.box7 .box-content {
	width: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	transition: all .5s ease 0
}

.box7:hover .box-content {
	bottom: 30%
}

.box7 .title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px
}

.box7 .post {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px
}

.box7 .icon {
	margin: 0
}

.box7 .icon li {
	display: inline-block
}

.box7 .icon li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background: #0dab76;
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
	transition: all .5s ease 0
}

.box8 .icon li,
.box8 .title {
	display: inline-block
}

.partners-areacls .partners-area-inner .gallery .fa-plus {
	position: relative;
	top: -53px
}

.gallery .fa-plus {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 39px;
	border-radius: 50%;
	background: #e14326;
	text-align: center;
	font-size: 18px;
	margin: auto;
	color: #fff;
	justify-content: center;
	align-items: center;
	display: flex;
	transition: all .5s ease 0
}

.box7 .icon li a:hover {
	transform: rotate(360deg)
}

.gallery .fa-plus:hover {
	transform: rotate(360deg)
}

@media only screen and (max-width:990px) {
	.box {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:990px) {
	.box21 {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:479px) {
	.box21 .box-content {
		padding-top: 0
	}
}

@media only screen and (max-width:359px) {
	.box21 .title {
		padding-bottom: 10px
	}
}

.bakery-products-area {
	position: relative
}

.bakery-products-area .bakery-products-wrapper {
	background: #fbe4df;
	padding: 90px 0
}

.bakery-products-area .bakery-products-wrapper .box7 {
	margin-bottom: 0
}

.bakery-products-area .bakery-products-wrapper .box7 .gallery {
	padding: 32px 0
}

.sl-overlay {
	background: #040404 !important
}

.sl-wrapper .sl-navigation button {
	color: #fff !important;
	opacity: 1 !important
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
	color: #fff !important
}

.sl-wrapper .sl-counter {
	font-size: 14px !important;
	font-weight: 700
}

.n-logo-cls-custom {
	position: absolute;
	right: 0;
	top: -237px
}

.bakery-products-area::before {
	content: '';
	position: absolute;
	background-image: url(../images/n-logo-bakery.png);
	width: 600px;
	height: 430px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	top: -240px
}

.bakery-area-top-spce {
	margin: 40px 0 0
}

.n-icon-cls::before {
	position: absolute;
	left: 0;
	background-image: url(../images/n-logo-bakery.png);
	width: 576px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	bottom: -219px
}

.wrapper {
	margin: 150px auto;
	text-align: center;
	width: 100%;
	position: relative
}

.btn,
.btn10,
.btn2,
.btn3,
.btn4,
.btn5,
.btn6,
.btn7 {
	padding: 15px 100px;
	margin: 10px 4px;
	color: #fff;
	font-family: sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	text-decoration: none;
	display: inline-block
}

.btn::before {
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #6098ff;
	display: block;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform .4s cubic-bezier(1, 0, 0, 1);
	transition: transform .4s cubic-bezier(1, 0, 0, 1)
}

.btn:hover::before {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.bar-anchor {
	padding: 20px 10px;
	margin: 10px 4px;
	color: #fff;
	font-family: sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	text-decoration: none;
	display: inline-block;
	overflow: hidden
}

.bar-anchor span {
	background: #00002e;
	width: 100%;
	position: relative;
	padding: 10px 70px;
	-moz-transition: all .65s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .65s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition: all .65s cubic-bezier(.77, 0, .175, 1);
	transition: all .65s cubic-bezier(.77, 0, .175, 1)
}

.transition-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #80ffd3;
	z-index: -1
}

.bar-anchor:hover span {
	color: #7d7d7d !important
}

.bar-anchor:hover .transition-bar {
	width: 120%;
	left: 110%;
	-moz-transition: all .65s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .65s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition: all .65s cubic-bezier(.77, 0, .175, 1);
	transition: all .65s cubic-bezier(.77, 0, .175, 1)
}

.transition {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 0;
	background: #80ffd3;
	z-index: -1
}

.btn10 {
	top: 40px;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	color: #fff;
	cursor: hand;
	text-align: center;
	text-transform: capitalize;
	border: 0 solid #fff;
	border-radius: 50px;
	position: relative;
	overflow: hidden !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: 0 0 !important;
	z-index: 10
}

.btn10:hover {
	border: 0 solid #071982;
	color: #7d7d7d !important
}

.btn10::before {
	content: '';
	width: 0;
	height: 100%;
	display: block;
	background: #fbe4df;
	position: absolute;
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	left: -10%;
	opacity: 1;
	top: 0;
	z-index: -12;
	-moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
	transition: all .7s cubic-bezier(.77, 0, .175, 1);
	box-shadow: 2px 0 14px rgba(0, 0, 0, .6)
}

.btn10::after {
	content: '';
	width: 0;
	height: 100%;
	display: block;
	background: #fef6d3;
	position: absolute;
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	left: -10%;
	opacity: 0;
	top: 0;
	z-index: -15;
	-webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
	-moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
	-o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
	transition: all .4s cubic-bezier(.2, .95, .57, .99);
	box-shadow: 2px 0 14px rgba(0, 0, 0, .6)
}

.btn10:hover::before,
.btn1O:hover::before {
	opacity: 1;
	width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
	opacity: 1;
	width: 120%
}

.output {
	text-align: center;
	font-family: 'Source Code Pro', monospace;
	color: #fff
}

.cursor::after {
	content: '';
	display: inline-block;
	margin-left: 3px;
	background-color: #fff;
	animation-name: blink;
	animation-duration: .5s;
	animation-iteration-count: infinite
}

h1.cursor::after {
	height: 24px;
	width: 13px
}

p.cursor::after {
	height: 13px;
	width: 6px
}

@keyframes blink {
	0% {
		opacity: 1
	}

	49% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.header-wrapper {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	text-align: center
}

.zoominheader {
	text-align: center;
	background-size: auto;
	background-attachment: fixed;
	background-repeat: repeat;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: zoomin 10s ease-in infinite;
	animation: zoomin 10s ease-in infinite;
	transition: all .5s ease-in-out;
	overflow: hidden
}

.zoomoutheader {
	text-align: center;
	background: 0 0;
	-webkit-animation: zoomout 10s ease-in infinite;
	animation: zoomout 10s ease-in infinite;
	transition: all .5s ease-in-out;
	overflow: hidden
}

@-webkit-keyframes zoomin {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.5)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes zoomin {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.5)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes zoomout {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(.67)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes zoomout {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(.67)
	}

	100% {
		transform: scale(1)
	}
}

.text {
	color: red;
	font-weight: 700
}

@-webkit-keyframes pulse {
	0% {
		background: #f44336
	}

	25% {
		background: #e91e63
	}

	50% {
		background: #9c2780
	}

	75% {
		background: #673ab7
	}

	100% {
		background: #f44336
	}
}

@keyframes pulse {
	0% {
		background: #f44336
	}

	25% {
		background: #e91e63
	}

	50% {
		background: #9c2780
	}

	75% {
		background: #673ab7
	}

	100% {
		background: #f44336
	}
}

.bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999 !important;
	z-index: 0;
	transform: translateZ(0)
}

.bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	background-color: #fc0000;
	bottom: 0;
	animation: circle 15s infinite;
	transition-timing-function: linear;
	opacity: .1
}

.bubbles li:nth-child(1) {
	width: 40px;
	height: 40px;
	left: 20%
}

.bubbles li:nth-child(2) {
	width: 60px;
	height: 60px;
	left: 40%;
	animation-delay: 2s;
	animation-duration: 8s
}

.bubbles li:nth-child(3) {
	width: 30px;
	height: 30px;
	left: 60%;
	animation-delay: 4s;
	animation-duration: 7s
}

.bubbles li:nth-child(4) {
	width: 80px;
	height: 80px;
	left: 80%;
	animation-delay: 1s;
	animation-duration: 9s
}

.bubbles li:nth-child(5) {
	width: 50px;
	height: 50px;
	left: 50%;
	animation-delay: 5s;
	animation-duration: 6s
}

.bubbles li:nth-child(6) {
	width: 25px;
	height: 25px;
	left: 10%;
	animation-delay: 3s;
	animation-duration: 5s
}

.bubbles li:nth-child(7) {
	width: 55px;
	height: 55px;
	left: 70%;
	animation-delay: 2.5s;
	animation-duration: 4s
}

.bubbles li:nth-child(8) {
	width: 75px;
	height: 75px;
	left: 30%;
	animation-delay: 3.5s;
	animation-duration: 3s
}

@keyframes circle {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-1080px) rotate(800deg);
		transform: translateY(-1080px) rotate(800deg)
	}
}

.bubble-cont {
	color: #fff;
	text-align: left;
	background-color: rgba(0, 0, 0, .15);
	margin: 10%;
	line-height: 2em
}

header {
	background: #fff;
	z-index: 999;
	position: fixed;
	top: 0;
	transition: top .2s ease-in-out;
	width: 100%;
	text-align: center;
	box-shadow: 0 8px 52px 6px rgba(88, 90, 88, .1)
}

.nav-up {
	top: -95px
}

.sl-wrapper .sl-image {
	background: #fff !important;
	padding: 10px !important;
	border-radius: 0 !important
}

.get-pop h4 {
	margin-top: 0;
	color: #fff;
	font-size: 45px;
	text-align: center
}

.get-in-popup-cls-inn .modal .modal-dialog {
	z-index: 9999;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 100%;
	width: 40%
}

.get-in-popup-cls-inn .modal .modal-dialog .modal-content {
	border-radius: 10px
}

.get-in-popup-cls-inn .modal .modal-dialog .modal-content .modal-header {
	padding: 0;
	border-bottom: 0;
	min-height: 0
}

.get-in-popup-cls-inn .modal-body {
	background: #e14326;
	padding: 50px;
	border-radius: 10px
}

.get-in-popup-cls-inn .close {
	position: absolute;
	border: 0;
	background: #fff;
	opacity: 1;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #e14326;
	font-size: 32px;
	font-family: 'Nexa Bold';
	font-weight: 300;
	right: -13px;
	top: 30px;
	z-index: 99;
	line-height: 32px;
	margin-top: 0;
	text-align: center
}

.get-in-popup-cls-inn .modal form {
	margin: 20px 0 0
}

.get-in-popup-cls-inn .modal form .form-group .form-control {
	height: 50px;
	border: 0;
	font-family: 'Nexa Light';
	font-size: 16px;
	box-shadow: none
}

.get-in-popup-cls-inn .modal form .sub-pop-inn {
	background: #333;
	border: 0;
	color: #fff;
	font-family: 'Nexa Bold';
	display: block;
	width: 100%;
	padding: 18px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 15px
}

.get-in-popup-cls-inn .modal form .form-group textarea {
	min-height: 110px
}

.hvr-shutter-in-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #e14326;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.hvr-shutter-in-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 16px;
	border: 1px solid #e14326
}

.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:hover {
	color: #fff
}

.hvr-shutter-in-horizontal:active:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:hover:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.modal-icon-pop {
	position: absolute;
	left: -50px;
	top: 34px
}

.middle {
	margin: 0;
	padding: 0;
	position: absolute;
	transform: translateY(-50%);
	bottom: -86px;
	width: 100%;
	text-align: center;
	left: 0;
	clear: both
}

.middle .btn {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #f1f1f1;
	margin: 10px;
	border-radius: 30%;
	box-shadow: -5px 5px 15px -5px #f1f1f1;
	overflow: hidden;
	position: relative;
	transition: .3s linear
}

.middle .btn i {
	line-height: 42px;
	font-size: 20px;
	transition: .3s linear
}

.middle .btn:nth-child(1) i {
	color: #3b5998
}

.middle .btn:nth-child(2) i {
	color: #1da1f2
}

.middle .btn:nth-child(3) i {
	color: #c32aa3
}

.middle .btn:nth-child(4) i {
	color: #db4437
}

.middle .btn:hover {
	transform: scale(1.1)
}

.middle .btn:hover i {
	transform: scale(1.2);
	color: #fff
}

.middle .btn:before {
	content: "";
	position: absolute;
	width: 120%;
	height: 120%;
	transform: rotate(45deg);
	left: -110%;
	top: 90%
}

.middle .btn:nth-child(1)::before {
	background: #3b5998
}

.middle .btn:nth-child(2)::before {
	background: #1da1f2
}

.middle .btn:nth-child(3)::before {
	background: #c32aa3
}

.middle .btn:nth-child(4)::before {
	background: #db4437
}

.middle .btn:hover::before {
	animation: aaa .7s 1;
	top: -10%;
	left: -10%
}

@keyframes aaa {
	0% {
		left: -110%;
		top: 90%
	}

	50% {
		left: 10%;
		top: -30%
	}

	100% {
		left: -10%;
		top: -10%
	}
}

.custom {
	position: absolute;
	left: 0;
	bottom: -92px
}

.custom .social-icon {
	width: 55px;
	height: 55px;
	background: #eee;
	border: 5px solid #eee;
	float: left;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer
}

.custom .social-icon .icon {
	width: 47px;
	height: 93px;
	line-height: 54px;
	text-align: center
}

.custom .social-icon .icon i.fa {
	font-size: 22px;
	transform: rotateY(0);
	transition: all .4s ease-in-out .1s
}

.custom .social-icon .icon:after {
	width: 107px;
	height: 107px;
	content: "";
	display: block;
	background: red;
	margin-top: -10px;
	border-radius: 50%;
	transition: all .3s ease-in-out
}

.custom .social-icon:hover .icon:after {
	margin-top: -80px
}

.custom .social-icon:hover .icon i.fa {
	transform: rotateY(720deg);
	color: #eee
}

.custom .social-icon.facebook .icon:after {
	background: #3b5998
}

.custom .social-icon.twitter .icon:after {
	background: #489be5
}

.custom .social-icon.skype .icon:after {
	background: #01a6e2
}

.custom .social-icon.pinterest .icon:after {
	background: #ff4500
}

::-webkit-scrollbar {
	width: 9px
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px
}

::-webkit-scrollbar-thumb {
	background: #e14326;
	border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
	background: #b30000
}

.res-tog {
	display: none
}

.res-logo-inn {
	display: none
}

.res-contact-header-top {
	display: none
}

#menu-wrapper {
	overflow: hidden;
	max-width: 100%;
	cursor: pointer
}

#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 15px
}

#menu-wrapper #hamburger-menu span {
	opacity: 1;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 10px;
	color: #000;
	background-color: #fff;
	position: absolute;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px
}

#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	left: -60px
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

#menu-container .menu-list .menu-submenu {
	padding-bottom: 20px
}

#menu-container .menu-list {
	padding-left: 0;
	display: block;
	position: absolute;
	width: 100%;
	max-width: 450px;
	background: #fff;
	box-shadow: rgba(100, 100, 100, .2) 6px 2px 10px;
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	left: -100%
}

#menu-container .menu-list .menu-login,
#menu-container .menu-list li.accordion-toggle {
	font-size: 16px;
	padding: 20px;
	text-transform: uppercase;
	border-top: 1px solid #dbdcd2
}

#menu-container .menu-list li:first-of-type {
	border-top: 0
}

.accordion-content,
.accordion-toggle {
	cursor: pointer;
	font-size: 16px;
	position: relative;
	letter-spacing: 1px
}

.accordion-content {
	display: none
}

.accordion-toggle span[class^=icon-] {
	position: absolute;
	right: 10px;
	color: #fff;
	font-size: 30px;
	top: calc(42% - 16px)
}

.accordion-toggle span.icon-minus,
.accordion-toggle span.icon-plus {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.accordion-toggle span.icon-plus {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.icon-minus:before {
	content: "\2013"
}

.icon-plus:before {
	content: "+";
	color: #fff
}

.menu-submenu {
	height: auto !important
}

.menu-submenu li a {
	background: #e14326;
	font-size: 15px !important;
	border-bottom: 1px dashed #fff !important
}

.not-found {
	text-align: center
}

.not-found h6 {
	font-size: 50px;
	color: #e14326;
	margin: 39px 0 18px
}

.not-found p {
	font-size: 25px;
	color: #242424;
	font-weight: 500
}

.not-found p a {
	font-weight: 800;
	color: #e14326
}

.back-hm-button {
	text-align: center;
	width: 100%
}

.back-hm-button a {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase !important;
	font-family: 'Nexa Bold';
	top: 0;
	clear: both;
	display: inline-block;
	background: #e14326 !important;
	position: relative;
	padding: 17px 60px;
	border-radius: 0 !important;
	letter-spacing: 0;
	margin: 28px 0 0
}

.gallery-text-cls-innerh h5 {
	background: #e14326;
	margin: 0;
	padding: 13px 11px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-align: center;
	min-height: 57px;
	display: flex;
	align-items: center;
	justify-content: center
}

.bakery-products-wrapper .col-md-3 {
	margin-bottom: 30px
}

@media only screen and (max-width :1300px) {
	header .main-header .naviagtion-header .header-tabs nav ul {
		padding: 0 40px 0 62px
	}
}

@media only screen and (max-width :1200px) {
	.n-icon-cls::before {
		width: 380px;
		height: 277px;
		bottom: -10px
	}

	.product-area::before {
		width: 294px;
		height: 204px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		right: 0;
		top: 264px
	}

	.bakery-products-area::before {
		width: 380px;
		height: 277px
	}
}

@media only screen and (max-width :1100px) {
	header .main-header .naviagtion-header .header-tabs nav ul {
		padding: 0 20px
	}
}

@media (min-width:768px) and (max-width:979px) {
	.mainWrap {
		width: 768px
	}

	.menu ul {
		top: 37px
	}
}

@media only screen and (max-width :991px) {
	.get-in-popup-cls-inn .modal .modal-dialog {
		width: 60%;
		margin: auto
	}

	header .main-header {
		padding: 30px 0 0
	}

	header .main-header .naviagtion-header .header-tabs nav ul li a {
		font-size: 14px;
		padding: 20px 10px
	}

	.contact-map {
		margin: 127px 0 0
	}

	.bakery-products-area::before {
		width: 205px;
		height: 148px
	}

	.res-spce {
		padding: 0
	}

	.bottom-footer .copyright {
		text-align: center
	}

	.bottom-footer .des {
		text-align: center
	}

	.res-horeca-spce {
		margin: 45px 0 0
	}

	.res-allieds-spce {
		margin: 0 0 45px
	}

	.product-area-second {
		padding-top: 40px
	}

	.product-top-right-space {
		margin: 35px 0 0
	}

	.n-icon-cls::before {
		width: 205px !important;
		height: 148px !important;
		bottom: 0
	}

	.partners-areacls:nth-child(2),
	.partners-areacls:nth-child(5),
	.partners-areacls:nth-child(8) {
		position: relative;
		top: 0 !important
	}

	.partners-areacls:nth-child(3),
	.partners-areacls:nth-child(6),
	.partners-areacls:nth-child(9) {
		position: relative;
		top: 0 !important
	}

	.inner-banner .inner-heading-caption {
		max-width: 475px;
		width: 100%;
		padding: 40px 43px !important;
		bottom: 0
	}

	.inner-banner .inner-heading-caption h1 {
		font-size: 27px !important
	}

	.bread-crumb-area-inn .get-btn {
		margin: 0 !important;
		float: right;
		position: relative;
		top: -75px
	}

	.bread-crumb-area-inn .link-list {
		margin: 17px 0 0 !important;
		display: inline-block
	}

	.bread-crumb-area-inn {
		clear: both;
		padding: 0 0 0 15px
	}

	.nav-up {
		top: -67px !important
	}

	.inner-header-cls .inner-header-navigation nav .menu {
		text-align: center !important
	}

	.inner-banner {
		margin-top: 79px !important
	}

	.inner-fiv-new .sidebar-right .bix123 .products123 .col-345 .box234 .product-lft-side-wrapper img {
		height: 161px;
		object-fit: cover;
	}

	.menu li a {
		padding: 28px 10px;
		font-size: 14px;
	}
}

@media only screen and (max-width :768px) {
	.inner-fiv-new .sidebar {
		position: relative;
	}

	.main-home .home-area #owl-demo13 .item figcaption {
		margin-bottom: 0
	}

	.res-contact-header-top {
		display: block;
		float: right
	}

	.get-in-popup-cls-inn .modal form .sub-pop-inn {
		padding: 14px
	}

	.get-in-popup-cls-inn .modal form .form-group textarea {
		min-height: 90px
	}

	.get-in-popup-cls-inn .modal form .form-group .form-control {
		height: 44px
	}

	header .main-header .naviagtion-header {
		display: none
	}

	.res-contact-header-top {
		display: block
	}

	.res-contact-header-top ul li {
		display: inline-block;
		padding: 0 0 0 20px
	}

	.res-contact-header-top ul li a {
		font-size: 17px;
		color: #fff;
		background: #e14326;
		width: 36px;
		height: 36px;
		display: inline-block;
		border-radius: 50%;
		line-height: 37px
	}

	.get-in-popup-cls-inn .modal-body {
		padding: 30px
	}

	.modal-icon-pop {
		position: absolute;
		left: -24px;
		top: 34px
	}

	.modal-icon-pop .img-icon {
		max-width: 46px
	}

	.get-pop h4 {
		font-size: 31px
	}

	.res-logo-inn img {
		max-width: 120px
	}

	header .main-header .naviagtion-header .contact-header-top ul {
		text-align: center
	}

	header .main-header .naviagtion-header {
		float: none
	}

	.logo-inn {
		display: none
	}

	.res-logo-inn {
		display: inline-block;
		float: left
	}

	.res-col-ryt-cls {
		padding-right: 15px
	}

	.home-text-area .text-inner .bakery-icons ul img {
		max-width: 34px
	}

	.home-text-area .text-inner .bakery-icons ul li a {
		margin: 11px 0 0;
		font-size: 18px
	}

	.home-text-area .text-inner .bakery-icons ul li {
		padding: 0 9px
	}

	.home-text-area .text-inner .bakery-icons {
		padding: 0
	}

	.home-text-area .text-inner .get-btn-hm a {
		padding: 14px 16px;
		font-size: 13px
	}

	.main-home .home-area #owl-demo13 .item figcaption {
		padding: 0 30px
	}

	.output h1 {
		font-size: 25px
	}

	header .main-header .naviagtion-header .contact-header-top li {
		font-size: 15px;
		padding: 0 11px 0 0
	}

	header .main-header .naviagtion-header .header-tabs nav {
		display: none
	}

	.bakery-products-area .bakery-products-wrapper {
		padding: 50px 0
	}

	.contact-main-area-cls::before {
		top: 320px;
		width: 294px;
		height: 204px
	}

	.bottom-section-space {
		padding-bottom: 65px !important
	}

	.inner-header-cls .inner-header-logo img {
		float: left
	}

	.sale-market .sale-inner {
		margin-bottom: 25px
	}

	.box7:after {
		left: 190% !important
	}

	.partners-areacls .partners-area-inner {
		padding: 0 8px !important
	}

	.bread-crumb-area-inn .get-btn a {
		padding: 14px 16px !important;
		font-size: 13px !important
	}

	.hidden-sm {
		display: none
	}

	.inner-banner .logo-overlay {
		display: none !important
	}

	.inner-banner .banner-area-wrapper {
		text-align: center !important;
		text-transform: capitalize;
		justify-content: center !important;
		align-items: center !important;
		display: flex !important
	}

	.inner-banner .inner-heading-caption h1 {
		text-align: center !important;
		font-size: 27px !important
	}

	.inner-banner .inner-heading-caption {
		position: initial !important;
		background: 0 0 !important;
		max-width: none !important
	}

	.inner-header-cls .inner-header-logo {
		margin: 0 !important
	}

	.inner-header-cls {
		padding: 15px 8px !important
	}

	.res-tog {
		display: block
	}

	header .main-header .button_container {
		top: 60px;
		right: 4%
	}

	.button_container {
		position: absolute;
		top: 13px;
		right: 2%;
		height: 27px;
		width: 31px;
		cursor: pointer;
		z-index: 100;
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease
	}

	.button_container:hover {
		opacity: .7
	}

	.button_container.active .top {
		-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
		transform: translateY(11px) translateX(0) rotate(45deg);
		background: #fff
	}

	.button_container.active .middle {
		opacity: 0;
		background: red
	}

	.button_container.active .bottom {
		-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
		transform: translateY(-11px) translateX(0) rotate(-45deg);
		background: #fff;
		top: 21px
	}

	.button_container span {
		background: #ff5252;
		border: none;
		height: 3px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer
	}

	.button_container span:nth-of-type(2) {
		top: 10px
	}

	.button_container span:nth-of-type(3) {
		top: 18px
	}

	.overlay {
		position: fixed;
		background: #0c0c0c;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .35s, visibility .35s, height .35s;
		transition: opacity .35s, visibility .35s, height .35s;
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 99
	}

	.overlay.open {
		opacity: 1;
		visibility: visible;
		height: 100%
	}

	.overlay.open li {
		-webkit-animation: fadeInRight .5s ease forwards;
		animation: fadeInRight .5s ease forwards;
		-webkit-animation-delay: .35s;
		animation-delay: .35s
	}

	.overlay.open li:nth-of-type(2) {
		-webkit-animation-delay: .4s;
		animation-delay: .4s
	}

	.overlay.open li:nth-of-type(3) {
		-webkit-animation-delay: .45s;
		animation-delay: .45s
	}

	.overlay.open li:nth-of-type(4) {
		-webkit-animation-delay: .5s;
		animation-delay: .5s
	}

	.overlay nav {
		position: relative;
		height: 70%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center
	}

	.overlay ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
		position: relative;
		height: 100%
	}

	.overlay ul li {
		display: block;
		line-height: 35px;
		position: relative;
		opacity: 0;
		width: 100%
	}

	.overlay ul li a {
		display: block;
		position: relative;
		color: #fff;
		padding: 6px 0;
		text-transform: uppercase;
		text-decoration: none;
		overflow: hidden;
		font-family: 'Nexa Light';
		font-size: 17px;
		border-bottom: 1px dashed gray
	}

	.overlay ul li a:active:after,
	.overlay ul li a:focus:after,
	.overlay ul li a:hover:after {
		width: 100%
	}

	.overlay ul li a:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background: #fff;
		-webkit-transition: .35s;
		transition: .35s
	}

	/* .gallery-text-cls-innerh h5 {
		margin: 0 6px;
	} */
	.inner-fiv-new .sidebar-right .bix123 .products123 .col-345 .box234 .product-lft-side-wrapper img {
		height: 250px;
		object-fit: cover;
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%
	}

	100% {
		opacity: 1;
		left: 0
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%
	}

	100% {
		opacity: 1;
		left: 0
	}
}

.why-company .company-market-area {
	padding: 35px 0 55px
}

.bakery-col h2 {
	margin-top: 0
}

.product-area-second::before {
	width: 294px;
	height: 204px
}

.product-area::before {
	top: 600px
}

.product-area-third::before {
	top: 451px;
	right: 0;
	width: 294px;
	height: 204px
}

@media (max-width:767px) {
	.mainWrap {
		width: auto;
		padding: 50px 20px
	}

	.menu {
		display: none
	}

	.responsive-menu {
		display: block
	}

	nav {
		margin: 0;
		background: 0 0
	}

	.menu li {
		display: block;
		margin: 0
	}

	.menu li a {
		background: #fff;
		color: #797979
	}

	.menu li a:hover,
	.menu li:hover>a {
		background: #9ca3da;
		color: #fff
	}

	.menu ul {
		visibility: hidden;
		opacity: 0;
		top: 0;
		left: 0;
		width: 100%;
		transform: initial
	}

	.menu li:hover>ul {
		visibility: visible;
		opacity: 1;
		position: relative;
		transform: initial
	}

	.menu ul ul {
		left: 0;
		transform: initial
	}

	.menu li>ul ul:hover {
		transform: initial
	}
}

@media only screen and (max-width :600px) {
	.contact-inner-wrapper {
		max-width: 415px
	}
}

@media only screen and (max-width :520px) {
	.home-text-area .text-inner .bakery-icons ul li a {
		font-size: 14px
	}

	.get-pop h4 {
		font-size: 21px
	}

	.get-in-popup-cls-inn .modal .modal-dialog {
		width: 83%
	}

	.output h1 {
		font-size: 21px
	}

	.bottom-footer {
		padding: 15px 0
	}

	.bottom-footer .copyright {
		margin-bottom: 8px
	}

	p {
		font-size: 15px !important
	}

	.bread-crumb-area-inn .link-list ul li {
		padding: 0 7px 0 0;
		font-size: 14px
	}

	.bread-crumb-area-inn .get-btn {
		margin: 0 0 0 155px !important
	}

	.contact-links ul li {
		line-height: 35px;
		font-size: 16px
	}

	.contact-address p {
		font-size: 15px;
		line-height: 26px
	}

	.line2 {
		max-width: 400px
	}

	.section-spacer {
		padding: 40px 0
	}

	.partners-caption h3 {
		font-size: 16px !important
	}

	.partners-areacls {
		padding: 0;
		margin-bottom: 18px
	}

	.partners-areacls .partners-area-inner .gallery .fa-plus {
		top: -25px
	}

	.partners-areacls .partners-area-inner {
		min-height: 220px;
		margin: 5px
	}

	.partners-areacls .partners-area-inner img {
		max-width: 110px;
		width: 100%
	}

	.sale-market .sale-inner {
		padding: 20px
	}

	.sale-market .sale-inner h1 {
		font-size: 40px
	}

	.about-space {
		padding: 0
	}

	.line {
		max-width: 400px
	}

	.partners-caption {
		padding: 15px 5px 5px 7px
	}

	.about-text-areacls .about-lft-area h2,
	.contact-title h1,
	.head h2,
	.title h2 {
		font-size: 21px
	}

	.inn-ab-area .ab-txt h5 {
		font-size: 21px;
		color: #e14326;
		line-height: 32px
	}

	.inner-partner-area-cls-inn {
		margin: 45px 0 0
	}

	.partners-caption h3 {
		margin: 0
	}

	.contact-inner-wrapper img {
		position: absolute;
		left: -9px;
		top: 27px;
		max-width: 50px
	}

	#scroll {
		width: 32px;
		height: 32px;
		bottom: 86px
	}

	#scroll span {
		top: 59%;
		border: 6px solid transparent;
		border-bottom-color: #fff;
		left: 53%
	}

	.inner-fiv-new .sidebar-right .bix123 .products123 .col-345 .box234 .product-lft-side-wrapper img {
		height: 161px;
		object-fit: cover;
	}
}

@media only screen and (max-width :480px) {
	.home-text-area {
		bottom: 70px;
		overflow: hidden
	}

	.home-text-area .text-inner .get-btn-hm {
		text-align: center
	}

	.home-text-area .text-inner .get-btn-hm a {
		float: none
	}

	.home-text-area .text-inner .bakery-icons {
		top: 0;
		float: none;
		text-align: center;
		position: relative
	}

	.home-text-area .text-inner .bakery-icons ul li {
		padding: 0 16px
	}

	.home-text-area .text-inner .get-btn-hm {
		text-align: center;
		margin: 0 0 15px
	}

	.button_container span:nth-of-type(3) {
		top: 17px
	}

	.button_container {
		top: 8px
	}

	.inner-banner {
		margin-top: 63px !important
	}

	.inner-header-cls .inner-header-logo img {
		max-width: 137px
	}

	.footer-logo img {
		max-width: 105px
	}

	.bakery-products-area .bakery-products-wrapper {
		padding: 50px 5px
	}

	.bakery-products-area .bakery-products-wrapper .box7 {
		margin: 6px
	}

	.bakery-products-area .bakery-products-wrapper .col-xs-6 {
		padding: 0
	}

	.contact-inner-wrapper img {
		display: none
	}

	.contact-form {
		height: 100%
	}

	.contact-main-area-cls {
		margin-bottom: 20px
	}

	.contact-inner-wrapper {
		max-width: none;
		border-radius: 0;
		padding: 25px 8px 35px;
		top: 0;
		width: 100%;
		display: block
	}

	.contact-inner-wrapper .form-cont form .sub-ct-btn-dgh {
		font-size: 15px;
		word-break: break-all;
		padding: 10px 45px
	}
}

@media only screen and (max-width :420px) {
	header .main-header .naviagtion-header .contact-header-top li a {
		position: relative;
		top: -1px
	}

	header .main-header .naviagtion-header .contact-header-top li .fa {
		font-size: 18px
	}

	.bakery-products-area .bakery-products-wrapper .box7 .gallery {
		padding: 0;
		position: relative;
		top: -15px
	}
}

@media only screen and (max-width :350px) {
	header .main-header .button_container {
		top: 50px
	}

	.res-logo-inn img {
		max-width: 80px
	}

	.res-contact-header-top {
		display: block
	}

	.res-contact-header-top ul li {
		padding: 0 0 0 16px
	}

	.res-contact-header-top ul li a {
		width: 30px;
		height: 30px;
		display: inline-block;
		font-size: 14px;
		border-radius: 50%;
		line-height: 31px
	}
}