
/* CSS Document */

/* ------------------------------------Basic Style--------------------------*/ 
/* --------------------------------------------------------------------------*/ 


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}
	


html, 
body {
	background-color: #fff;
	color: #555;
	font-family: lato;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}


.clearfix {zoom: 1;}
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}



/* ------------------------------------Components Style------------------------------------------------*/ 
/* ---------------------------------------------------------------------------------------------------*/ 
.row {
	max-width: 1366px;
	margin: 0 auto;
}

section {
	padding: 80px 0;
	
}

.box {
	padding: 2%;
}
/* ------------------------------------Header Style--------------------------*/ 
/* --------------------------------------------------------------------------*/ 

header {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/bgIndusfood.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	background-attachment: fixed;
}

.heroitext-box {
	position: absolute;
	width: 1366px;
	top: 50%;
	left: 50%;
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
	letter-spacing: 1px;
	word-spacing: 5px;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.50);
	
}

.heroitext-box h1 {
	margin-bottom: 40px;
	
}
    


/* ------------------------------------Heading Style--------------------------*/ 
/* --------------------------------------------------------------------------*/ 


h1, h2, h3 {
	font-weight: 300;
	text-transform: uppercase;
	
	
}

h1 {
	margin: 0;
	margin-bottom: 20px;
	color: #fff;
	font-size: 240%;
	letter-spacing: 2px;
}

h2 {
	font-size: 180%;
	word-spacing: 2px;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 3px;
}

h3 {
	font-size: 110%;
	margin-bottom: 15px;
	text-align: center
}

h2:after {
	display: block;
	height: 2px;
	background-color: #e67e22;
	content: " ";
	width: 100px;
	margin: 0 auto;
	margin-top: 30px; 
}


/* ------------------------------------Paragraph Style--------------------------*/ 
/* --------------------------------------------------------------------------*/ 

.Subhead-features {
	line-height: 145%;
	width: 70%;
	margin-left: 15%;
	text-align: center;
	
}

.box p {
	font-size: 90%;
	line-height: 145%;
	text-align: justify;	
}

/* ------------------------------------Features--------------------------*/ 
/* --------------------------------------------------------------------------*/ 
.features .Subhead-features {
	margin-bottom: 20px;
}


/* ------------------------------------Icons Style--------------------------*/ 
/* --------------------------------------------------------------------------*/ 

.larg-icon {
	font-size: 350%;
	display: block;
	color: #e67e22;
	margin-bottom: 10px; 
	text-align: center;
}
/* ------------------------------------tick mark at paln--------------------------*/ 

.icon-small {
	display: inline-block;
	width: 30px;
	text-align: center;
	color: #e67e22;
	font-size: 150%;
	margin-right: 10px;
	line-height: 120%;		
	vertical-align: middle;
	margin-top: -6px;
}


/* ------------------------------------Main Nav + logo + Brand--------------------------*/ 
/* ------------------------------------------------------------------------------------*/ 

.logo {
	height: 100px;
	width: auto;
	float: left;
	margin-top: 20px;

}


.brand{
	margin: 60px 0px 0px 15px;
	color: #fff;
	font-size: 50%;
	text-transform: uppercase;
	float: left;
	font-family: delius;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	
}

.brand h1{
	letter-spacing: 1px;
}

.brand span {
	font-size: 50%;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
}

/*----------------------- Main Nav------------------*/

/* Main navi */
.hero-nav .main-nav  {
    float: right;
    list-style: none;
    margin-top: 55px;
	
	
}

.hero-nav .main-nav  li {
    display: inline-block;
    margin-left: 40px;
}

.hero-nav .main-nav  li a:link,
.hero-nav .main-nav  li a:visited {
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.hero-nav .main-nav li a:hover,
.hero-nav .main-nav li a:active {
    border-bottom: 2px solid #e67e22;
}





/*----------------------- Mobile Nav------------------*/

.mobile-nav-icon {
	float: right;
	margin-top: 30px;
	cursor: pointer;
	display: none;
	
}


.mobile-nav-icon i {
	font-size: 200%;
	color: #FFFFFF;
	
}

/*--------------------------------------------*/
	
.burger {
    z-index: 20;
    width: 50px;
    height: 50px;
    background-color: #e67e22;
    right: 0;
    top: 50px;
    position: fixed;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transition: .5s ease-in-out;
}
.burger span:nth-child(1) {
    top: 13px;
}
.burger span:nth-child(2) {
    top: 23px;
}
.burger span:nth-child(3) {
    top: 33px;
}
/* ============================  */
 .main-navigation {
    z-index: 20;
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: #222;
    text-align: center;
    transform: translateX(100%);
    transition: .5s ease-in-out;
	
	}
.main-navigation ul {
    padding: 0;
    list-style: none;
	
}

.main-navigation ul li {
	margin:  30px 2px 0 2px;;
	
}

.main-navigation ul {
    padding: 2px;
    list-style: none;
}
.main-navigation ul a {
    padding: 10px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.main-navigation ul a:hover {
    background: #333;
}
.menu-open {
    transform: translateX(0%);
}
.open {
    right:20%;
}
	
	
	
.logo-menu {
	height: 100px;
	width: auto;
	margin-top: 20px;

}


.brand-menu{
	margin: 20px 0px 0px 15px;
	color: #fff;
	font-size: 50%;
	text-transform: uppercase;
	font-family: delius;
	font-style: normal;
	font-weight: 400;
	
	
}

.brand-menu h1{
	letter-spacing: 1px;
}

.brand-menu span {
	font-size: 50%;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}



.gotop {
	z-index: 20;
	width: 50px;
	height: 40px;
	background-color: rgba(0,0,0,0.50);
	right: 0;
	bottom: 50px;
	position: fixed;
	cursor: pointer;
	transition: .5s ease-in-out;
}

.gotop-icon {
	color: #E4E4E4;
	z-index: 22;
	font-size: 1.5em;
	padding-left: 12px;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*----------------------- Sticky Nav------------------*/




	 
	 





/* ------------------------------------Button Style--------------------------*/ 
/* --------------------------------------------------------------------------*/ 

.btn:link, 
.btn:visited, 
input[type=submit]{
	display: inline-block;
	padding: 10px 50px;
	font-weight: 300;
	text-decoration: none;
	border-radius: 10px;
	word-spacing: 1px;
	transition: background-color 0.4s, border 0.4s, color 0.4s;
	
	}

.btn-full:link,
.btn-full:visited,
input[type=submit]
{
	background-color: #E67E22;
	border: 1px solid #e67e22;
	color: #fff;
	margin-right: 20px;
}

.btn-hollow:link,
.btn-hollow:visited {
	border: 1px solid #e67e22;
	color: #e67e22;
}

.btn:hover,
.btn:active, 
input[type=submit]:hover,
input[type=submit]:active{
	background-color: #cf6d17;
	
}

.btn-full:hover,
.btn-full:active{
	border: 1px solid #e67e22;
}

.btn-hollow:hover,
.btn-hollow:active {
	border: 1px solid #e67e22;
	color: #fff;
}




/* ------------------------------------Meals Gellary--------------------------*/ 
/* --------------------------------------------------------------------------*/

.meals-gallery {
	list-style: none;
	width: 100%;
	
}


.indus-meals-gallery {
	padding-top: 0px;
	padding-bottom: 0px;
}


.meals-gallery li {
	display: block;
	float: left;
	width: 25%;
	
}

.meal-img {
	width: 100%;
	margin: 0px;
	overflow:hidden; 
	background-color: #000;
	
}

.meal-img img {
	opacity: 0.7;
	width: 100%;
	height:auto;
	-ms-transform: scale(1.5);
	    transform: scale(1.5);
	transition: transform 0.5s;
	transition: trandform 0.5, opacity 0.5s;
}

.meal-img img:hover {
	opacity: 1;
	-ms-transform: scale(1.03);
	    transform: scale(1.03);
}




/* ------------------------------------How it work--------------------------*/ 
/* --------------------------------------------------------------------------*/

.how-it-work {
	background-color: #F1F1F1; 
	padding-bottom: 0px;

}

.stepsbox:first-child {
	text-align: right;
	margin-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

.stepsbox:last-child {
	padding-left: 3%;
	padding-right: 5px;
	margin-top: 60px;
	
	
	}

.cellphone {
	width: 70%;
	padding-right: 3%; 
	  
	
	
}

.cell-hand {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 0px;
	
}
	



.app-steps {
	margin-bottom: 2.5em;

}

.app-steps:last-of-type {
	margin-bottom: 5em;
}

.app-steps div {
	color: #e67e22;
	border: 2px solid #e67e22;
	display: inline-block;
	border-radius: 50%;
	height: 55px;
	width: 55px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	float: left;
	font-size: 150%;
	margin-right: 25px;
		
}
	
.app-steps div:hover {
	background-color: #e67e22;
	color: #FFFFFF;
}	


.btn-app img {
	height: 2.5em;
	width: auto;
	margin-right: 0.5em;
}

.city-name {
	text-align: left;
}



/* ------------------------------------cities--------------------------*/ 
/* --------------------------------------------------------------------------*/



.citybox {
	padding: 0px;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	text-align: center;
}


.boxsize{
	
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	margin-bottom: 2.6em;
	
	
}

.cities h2 {
	margin-bottom: 40px;
}


.icon-style{
	margin-bottom: 5px;
	display: inline-block;
	width:  5px;
	text-align: center;
	color: #e67e22;
	font-size: 120%;
	margin-right: 20px;
	line-height: 100%;		
	vertical-align: middle;
	

}



/* ------------------------------------Testomonisls--------------------------*/ 
/* --------------------------------------------------------------------------*/

.testimonials {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(img/bg-testomoni.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #FFFFFF;	
	
}










/* ------------------------------------sign up--------------------------*/ 
/* --------------------------------------------------------------------------*/
.unavailable {
	text-decoration: line-through;
}

.plans {
	background-color: #F1F1F1;
}

.plan-box {
	background-color: #fff;
	border-radius: 5px;
	width: 80%;
	margin-left: 10%;
	box-shadow: 1px 1px 10px -4px #3A3939;
}


.plan-box div {
	padding: 15px;
	border-bottom: 1px solid #e8e8e8;
	
	
}

.plan-box div:nth-child(2) {
	background-color: #F9F9F9;
}

.plan-box div:last-child {
	text-align: center;
}


.plan-price {
	font-size: 300%;
	margin-bottom: 10px; 
	font-weight:200;
	color: #e67e22;
}

.plan-price span {
	font-size: 30%;
	font-weight: 300;
}


.plan-price-meal {
	font-size: 80%;
	}
.plan-box ul{
	list-style: none;
}

.plan-box i {
	color: #e67e22;
	
}

.plan-box li {
	padding: 5px 0;
}




.plan-box-heading {
	background-color: #e67e22;
	position: relative;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
}

.plan-headiing-align { 
	margin: 0px
}

.ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);	
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
	
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
	
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
	
}




/* ------------------------------------Contact us--------------------------*/ 
/* --------------------------------------------------------------------------*/


.contact-from {
	width: 80%;
	margin: 0 auto;
	
}
	
.optyesno {
	width: 300px;
}

input[type=text],
input[type=email], 
select,
textarea {
   
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid  #D0D0D0;
	
} 
textarea {
	height: 100px;
	
	
}


textarea, input::-webkit-input-placeholder { 
  color: #BCBCBC;
  font-style: italic;	
 }

textarea, input:-moz-placeholder {
  color: #BCBCBC;
  font-style: italic;
}

input[type=radio]{
	margin: 15px 5px 15px 0px;
}

*:focus {outline: none;}


				
.lable-style {
	margin-top: 10px;
	vertical-align: middle;
	color: #FFFFFF;
}		

.form-label {
	margin-top: 0px;
	color: #FFFFFF;
}

#nonews {
	margin-left: 1em;
	color: #fff;
	
	}
.form-yesno{
	color: #FFFFFF ;
}

.form-section {
	padding: 0px;
}
.map-box {
	width: 100%;
	height: 600px;
	position: relative;
	padding: 0px;
}

.map {
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 0;
}

.form-box{
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	background-color: rgba(108,108,108,0.80);
	z-index: 10;
	height: 600px;
	padding-top: 40px;	
}

.form-box h2{
color: #fff;

}

/* ------------------------------------Footer---------------------------------*/ 
/* --------------------------------------------------------------------------*/



footer {
	background-color: #2E2E2E;
	padding: 50px;
}

.footer_nav {
	list-style: none;
	float: left;
	
} 

.social-media {
	list-style: none;
	float: right;
}

.footer_nav li,
.social-media li {
	display: inline-block;
	margin-right: 20px;
	
}


.footer_nav li:last-child,
.social-media li:last-child {
	margin-right: 0;
}
.footer_nav li a:link,
.footer_nav li a:visited,
.social-media li a:link,
.social-media li a:visited {
	text-decoration: none;
	border: none;
	color: #888888;
	transition: color 0.2s;
}

.footer_nav li a:hover,
.footer_nav li a:active {
	color: #E0E0E0;
}

footer p {
	color: #707070;
	text-align: center;
	font-size: 75%;
	margin: 1em 0;
}

.dark-line {
	display: block;
	width: 100%;
    height: 1px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255, 0.06);
    margin: 90px 0px 1px 0px;
    padding: 0;

}



.white-line {
	display: block;
	width: 100%;
    height: 1px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    margin: 0px 0 20px 0;
    padding: 0;

}


.social-media li a:hover,
.social-media li a:active {
	color: #E0E0E0;
}



.ion-social-facebook,
.ion-social-twitter,
.ion-social-instagram,
.ion-social-googleplus {
transition: color 0.2s;
}

.test {
	width: 100%;
	height: 300px;
}
/* ------------------------------------Animations--------------------------------*/ 
/* --------------------------------------------------------------------------*/

.js--animation-1,
.js--animation-2, 
.js--animation-3,
.js--animation-4,
.js--animation-5 {
	opacity: 0;
}

.js--animation-1.animated, 
.js--animation-2.animated, 
.js--animation-3.animated, 
.js--animation-4.animated, 
.js--animation-5.animated {
	opacity: 1;
}


