body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 100;
	position: relative;
}
body:before {
	content: '';
	position: absolute;
	background: url(../images/body-bg.png) no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0.06;
	background-attachment: fixed;
	z-index: -1;
}
a:hover {
	text-decoration: none;
}
header {
	position: relative;
	padding-top: 15px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}
header.stickytop {
	position: fixed;
	width: 100%;
	z-index: 99;
	-webkit-animation-name: stickySlideDown;
	animation-name: stickySlideDown;
	-webkit-transition: none;
	transition: none;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.14);
	padding: 5px 0 10px;
}
@-webkit-keyframes stickySlideDown {
 0% {
 opacity: 0.7;
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes stickySlideDown {
 0% {
 opacity: 0.7;
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
header.stickytop .logo {
	width: 65%;
	text-align: center;
	margin: auto;
}
header.stickytop .logo img {
	width: 100%;
}
.img-fluid {
	width: 100%;
}
.desktop-hide {
	display: none;
}
.side-nav {
	padding-top: 2rem;
}
header.stickytop .side-nav {
	padding-top: 1.5rem;
}
.side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-nav ul li {
	display: inline-block;
	padding: 0 17px;
}
.side-nav ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #555555;
	text-transform: uppercase;
}
.shadow-banner {
	box-shadow: 0px 0px 9.7px 0.3px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}
.banner {
	padding: 2rem 0;
	position: relative;
}
#main-banner {
	box-shadow: 0px 6px 8px rgba(51, 51, 51, 0.18);
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
#main-banner .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
#main-banner .owl-dot {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #e6e6e6;
	border-radius: 31px;
	margin: 0 3px;
}
#main-banner .owl-dot.active {
	background: #f6a615;
}
.brand-color {
	color: #5da456;
}
.brand-btn {
	font-size: 14px;
	background: #f6a615;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	font-weight: 100;
  transition: 0.5s;
}
.brand-btn:hover{
  box-shadow: 0px 7px 10px 0px rgba(97, 97, 97, 0.37);
  background: #e69809;
  color: #fff;
}
.brand-color2 {
	color: #f6a615;
}
.social-follow {
	position: absolute;
	right: 40px;
	top: 30%;
}
.social-follow figure {
	transform: rotate(90deg);
	display: inline-block;
	margin: 0;
}
.social-follow ul {
	list-style: none;
	padding-top: 4rem;
	display: table-caption;
	padding-left: 53px;
}
.side-border {
	display: inline-block;
	height: 2px;
	width: 35px;
	background: #333;
}
.social-follow {
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
}
.social-follow ul li a {
	padding: 10px 0;
	display: block;
	color: #333;
}
.title-tag {
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid transparent;
	z-index: 9;
	margin-left: 15px;
}
.title-tag:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 18px 10px;
	top: 0;
	z-index: -1;
	border-top-color: #5da456;
	border-bottom-color: #5da456;
	transform: translateX(-100%);
	left: 10px;
	border-right-color: #5da456;
}
.title-tag h2 {
	font-size: 15px;
	padding: 9px 35px;
	margin: 0;
	background-color: #5da456;
	color: #fff;
	font-weight: 600;
	border-radius: 0 6px 6px 0;
	padding-left: 20px;
}
.title-tag h2:before {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	right: 15px;
}
.sub-title h2 {
	font-size: 34px;
	font-weight: 600;
	margin: 0;
}
.sub-title span {
	font-size: 18px;
	color: #f6a615;
	font-weight: 100;
}
.sub-title {
	padding: 1rem 0;
}
.abt-detail p {
	text-align: justify;
	color: #333;
	line-height: 27px;
	font-size: 15px;
}
.about-wrap {
	padding: 3rem 0;
	background: url('../images/shape1.png') no-repeat;
	background-position: left bottom;
	background-size: contain;
}
.abt-img {
	padding-top: 10rem;
}
#feature {
	padding-top: 2.5rem;
}
.featured-wrap {
	padding: 3rem 0;
	background: url('../images/bg2.png') no-repeat;
	background-position: right bottom;
}
.featured-wrap h3 {
	font-size: 26px;
	font-weight: 500;
}
.featured-wrap span.brand-color2 {
	font-size: 18px;
}
.feature-title .title-tag {
	display: block;
	margin-top: 15px;
}
.feature-image {
	border-radius: 10px;
	overflow: hidden;
}
.feature-title .title-tag h2 {
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
}
#feature .owl-prev,  #feature .owl-next,  #highlight .owl-prev,  #highlight .owl-next {
	display: inline-block;
	position: relative;
	margin: 0 3px;
}
#feature .owl-prev:before,  #highlight .owl-prev:before {
	content: '';
	background: #5da456;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	transform: skewX(-25deg);
	left: 0;
}
#feature .owl-prev span,  #feature .owl-next span,  #highlight .owl-prev span,  #highlight .owl-next span {
	color: #fff;
	display: block;
	width: 55px;
	padding: 15px 0;
}
#feature .owl-next:before,  #highlight .owl-next:before {
	content: '';
	background: #f6a615;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	transform: skewX(-25deg);
	left: 0;
}
#feature .owl-controls {
	text-align: center;
	padding-top: 2rem;
}
.title-tag2 {
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid transparent;
	z-index: 9;
	border-bottom: 1px solid #5da456;
}
.title-tag2:before, .title-tag2:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 19px 10px;
	top: 0;
	z-index: -1;
	border-top-color: #5da456;
	border-bottom-color: #5da456;
}
.title-tag2:before {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	left: 1px;
	border-right-color: #5da456;
}
.title-tag2:after {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	right: 1px;
	border-left-color: #5da456;
}
.title-tag2 h4 {
	font-size: 18px;
	padding: 8px 35px;
	margin: 0;
	line-height: initial;
	background-color: #5da456;
	letter-spacing: 2.4pt;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: 1.2em !important;
}
.tagline-wrap {
	padding: 5rem 0;
	background: url('../images/bg3.png') no-repeat;
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.tagline-wrap p, .highlight-content p, .highlight-content ul li {
	color: #fff;
	line-height: 24px;
	margin-top: 1rem;
}
.tagline-wrap:before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.58);
	width: 100%;
	top: 0;
	bottom: 0;
}
.highlighted-wrap {
	padding: 3rem 0;
	position: relative;
	padding-bottom: 0;
}
.highlighted-wrap:before {
	content: '';
	background: #5da456;
	top: 0;
	bottom: 0;
	width: 50%;
	right: 0;
	position: absolute;
}
.highlighted-wrap:after {
	content: '';
	background: #5da456;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20%;
	transform: skewX(-15deg);
	left: 40%;
	z-index: -2;
}
.p-20 {
	padding: 2rem;
}
.highlight-img {
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #5da456;
	box-shadow: 12px 7px 0 3px #f6a615;
}
.highlight-tag {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	border-top: 1px solid transparent;
	z-index: 9;
	margin-left: 15px;
}
.highlight-tag:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 22px 10px;
	top: 0;
	z-index: -1;
	border-top-color: #fff;
	border-bottom-color: #fff;
	transform: translateX(-100%);
	left: 10px;
	border-right-color: #fff;
}
.highlight-tag h1 {
	font-size: 17px;
	padding: 12px 60px;
	margin: 0;
	background-color: #fff;
	color: #5da456;
	font-weight: 400;
	border-radius: 0 6px 6px 0;
	padding-left: 20px;
	letter-spacing: 1px;
}
.highlight-tag h1:before {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	background-color: #5da456;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	right: 15px;
}
.highlight-content {
	padding: 20px 0;
}
.highlight-content ul {
	list-style: none;
	padding: 0;
}
.highlight-content ul li {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #fff;
}
.highlight-content ul li:last-child {
	border-right: 0px;
}
.highlight-content p {
	padding-left: 15px;
}
.product-price {
	display: inline-block;
 color: #;
	margin-left: 15px;
	font-size: 20px;
	color: #fff;
	font-style: italic;
}
.highlight-content .btn {
	margin-left: 15px;
}
.owl-controls {
	display: block !important;
}
#highlight .owl-controls {
	text-align: left;
}
#highlight .owl-prev span, #highlight .owl-next span {
	padding: 15px 20px;
}
#highlight .owl-wrapper-outer {
	padding-bottom: 3rem;
}
.people-think-wrap {
	padding: 3rem 0 2rem 0;
	background: #ebfdf0;
}
.people-think-wrap h4, .contact-learn h5 {
	font-size: 24px;
	color: #333;
	font-weight: 100;
	margin-bottom: 1rem;
}
.people-think-wrap h4 {
	margin-bottom: 10px;
}
.subx-title {
	font-size: 20px;
	color: #f6a615;
	margin-bottom: 1rem;
	display: block;
}
.contact-learn {
	padding: 1.5rem 0;
}
.contact-learn p {
	font-size: 16px;
	color: #636363;
	font-weight: 100;
	line-height: 28px;
}
.contact-wrap {
	padding: 3rem 0;
}
.contact-form h5 {
	text-align: center;
	font-size: 24px;
	color: rgb(141, 198, 65);
}
.custom-form, textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid rgba(224, 224, 224, 0.45098039215686275);
	/*background: rgba(235, 253, 240, 0.7098039215686275);*/
  background:  #f6fff8;
	font-weight: 100;
	font-size: 16px;
	outline: none;
}
form {
	padding-top: 2rem;
}
.mt-2r {
	margin-top: 2rem;
}
footer ul {
	list-style: none;
	line-height: 28px;
	color: #333333;
	margin-top: 1rem;
	padding-left: 0;
	border-bottom: 1px solid #9c9c9c;
	margin-bottom: 0;
	padding-bottom: 2rem;
}
.copyright p {
	color: #666;
}
.designed {
	text-align: right;
}
.copyright {
	padding-top: 1rem;
}
.dez-separator-outer {
	overflow: hidden;
}
.dez-separator.style-skew {
	width: 15px;
	height: 10px;
	margin-left: 1px;
	margin-right: 1px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
.dez-separator {
	display: inline-block;
	height: 3px;
	width: 50px;
	margin-bottom: 10px;
	position: relative;
	background-color: #5da456;
}
.dez-separator.style-skew:before {
	content: "";
	position: absolute;
	top: 35%;
	left: 25px;
	width: 100px;
	height: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: skewX(-10deg);
	background-color: #f6a615;
}
.dez-separator.style-skew:after {
	content: "";
	position: absolute;
	top: 35%;
	left: -110px;
	width: 100px;
	height: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: skewX(-10deg);
	background-color: #f6a615;
}
.cstmr-img{
      width: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.stopping-by{
  position: relative;
}
.stopping-by:before{
  content: '';
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ebfdf0;
  top: 0;
  border-radius: 0 0 50% 50%;
}
.contact-learn h5{
  color: #5da456;
  font-weight: 400;
}
.rating-img{
  padding-top: 1rem;
}
.intagram-feeds{
  padding: 3rem 0 2rem
}
.intagram-feeds h3, .contact-wrap h3{
  font-size: 24px;
  color: #5da456;
  font-weight: 300;
}


footer{
  position: relative;
}
/*footer:before{
  content: '';
  background-image: url(../images/shape1.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 30%;
}*/

footer:before{
  content: '';
  background-color: #e3f5e6;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
  background-image: url(../images/shape1.png);
}

.page-title{
  text-align: center;
  padding: 3rem 0;
}
.page-title h1{
  font-size: 25px;
  color: #5da456;
  font-weight: 400;
}
.menu-main-title h2{
  color: #50565b;
  font-size: 22px;
}
.menu-items h3{
  color: #50565b;
  font-size: 18px;
  font-weight: 600;
}
.no-padding{
  padding: 0;
}
.menu-items p{
      color: #6b6b83;
    letter-spacing: 0.5px;
    font-size: 13px;
    text-align: left;
    line-height: 20px;
}
.menu-items{
  margin: 0;
  background: #fff; 
  box-shadow: 0 0 0 1px rgba(67,41,163,.08), 0 1px 5px 0 rgba(67,41,163,.08);
  border-radius: 4px;
  position: relative;
  margin-bottom: 2rem;
  transition: 0.5s;

}
.menu-items:hover{
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.14);
  background: #f3fff7;
}
.menu-items .item-dscpt{
  padding: 15px;
}
.price{
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgb(93, 164, 86);
  padding: 6px 8px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
}
.dez-separator-outer.sub{
      margin-bottom: 0.5rem;
}
.sub .dez-separator.style-skew{
  margin-left: 5px;
}
.sub .dez-separator.style-skew:after{
  content: inherit;
}
.sub .dez-separator.style-skew:before{
  left: 20px;
}

.delivery-portal{
  margin-bottom: 2rem;
  border: 1px solid #dedede;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.5s;
}
.delivery-portal:hover{
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.14);
}