@font-face{
   font-family: 'OpenSans-Regular';
   src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
   font-family: 'OpenSans-Semibold';
   src:url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

body{
	  font-family: 'OpenSans-Regular';
	  color: #333333;
}

.banner{
	background: #094d56;
	height: 350px;
	position: relative;
}

.banner span{
	position: absolute;
	top:25px;
  display: block;
  width: 100%;
  text-align: center;
  left:0;

}

.banner span img{
	border-radius: 50%;
	width: 400px;
	height: 400px;
	padding: 10px;
	background: #ffffff;
}

.banner .names{
	background:  rgba(11, 113, 125, 0.9);
	height: 50px;
	position: absolute;
	top: 300px;
	left:0;
	width: 80%;
	margin-left: 10%;
	border-radius: 50px;
	color:#ffffff;
	font-family: 'OpenSans-Semibold';
	font-size: 17px;
	padding-top: 5px;
}

.banner .names img{width: 100px;}

.banner2{
	background: #094d56;
	height: 350px;
	position: relative;
	color:#ffffff;
	font-family: 'OpenSans-Semibold';
	background: url('../images/bg1.jpg');
	background-size:100% 350px; 
}

.mt{margin-top: 100px !important;}
.wel{
	color:#094d56;
	font-family: 'OpenSans-Semibold';
}

.cats{margin-top: 30px;}

.cat{
	border-radius: 15px;
	border: 1px solid #0b717d;
	background: #0b717d;
	color:#ffffff;
	padding:5px 15px;
	min-height:50px;
	/*height: 50px;*/
	max-height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}

.cat img{
	width:80px;
	height: 80px;
	top:-20px;
	background:#ffffff;
	position: absolute;
	border-radius: 50%;
}

.cat a{
  text-decoration: none;  color:#333;
}

.catname{
	font-family: 'OpenSans-Semibold';
	color:#ffffff;
	letter-spacing: 1px;
	margin-top: 5px;
	user-select: none;
}

.food{
	font-family: 'OpenSans-Semibold';
	color:#094d56;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 15px;
	text-transform: capitalize;
	border-bottom: 1px dotted #0b717d;
}

.food p{
	margin-top: 6px;
	margin-bottom: 4px;
}

.add{
	color:rgba(11, 113, 125, 1);
	font-size: 24px;
	letter-spacing: 1px;
	margin-top: 15px;
	border-bottom: 1px dotted #0b717d;
	text-align: center;
}

.add i{
	cursor:pointer;
}

.qty{border:0; width: 30px; text-align: center; }
.opt{
	width: 20px;
	height: 20px;
	margin-top: 25px !important;
	display: inline-block;
}

.panel{
	border: 0;
}
.collapse{
	transition: 0.5s !important;
	padding: 25px;

}
.collapse .in{
	transition: 0.5s !important;
	padding: 25px;
}

.here{
	background: #0b717d;
	color:#ffffff;
	text-decoration: none;
	font-family: 'OpenSans-Semibold';
	padding: 10px 35px;
	display: inline-block;
	font-size: 30px;
	margin-top: 50px;
	border-radius: 35px;
}

.here:hover{
	text-decoration: none;
	background: #0b717d;
	color:#ffffff;
}


.footer{
	margin-bottom: 100px;
	margin-top: 100px;
}


.cart{
	background:  rgba(11, 113, 125, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	color:#ffffff;
	font-family: 'OpenSans-Semibold';
}

.cart img{
	width: 60px;
}

#qty{
	font-size: 20px;
}
.order{
	background: #ffffff;
	color: #0b717d;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 15px;
	border:0;
	font-size: 20px;
}

.choose{
	border:2px solid  #0b717d;
	color: #0b717d;
	padding: 3px 10px;
	border-radius: 15px;
	cursor: pointer;
	display: inline-block;
	margin-top: 15px;
	user-select: none;
}


.title{
	background: #094d56;
	color:#ffffff;
	font-family: 'OpenSans-Semibold';
	font-size: 18px;
	padding: 10px 15px;
}

.title .nav{margin: 0;}
.title .nav li a{
	padding: 5px 15px;
	color:#ffffff;
	font-size: 14px; 
}
.title .nav li a:hover{
	background: none;
}

.box{
	background: #ffffff;
	padding:5px 15px;
	margin-top: 10px;
	float: left;
	width: 100%;
}

.tab{
	background:  #0b717d;
	color:#ffffff;
	padding: 5px 15px;
	font-family: 'OpenSans-Semibold';
	font-size: 15px;
}

.table{font-family: 'OpenSans-Semibold';}

.innerform{
	
	background: #ffffff;
	padding: 15px;
	border-radius: 10px;
}

.innerform h3{
	font-family: 'OpenSans-Semibold';
	color:  #0b717d;
}

.innerform label{
	font-weight: normal; 
	font-size: 16px;
	font-family: 'OpenSans-Semibold';
}

.innerform input{
	font-family: 'OpenSans-Regular';
	width: 100%;
	height: 50px;
	padding-left: 10px;
	border:1px solid #cccccc;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 20px;
}

.innerform select{
	font-family: 'OpenSans-Regular';
	width: 100%;
	height: 50px;
	padding-left: 10px;
	border:1px solid #cccccc;
	letter-spacing: 1px;
	margin-bottom: 10px;
	background: #ffffff;
	font-size: 20px;
}

.innerform select option{font-size: 20px;}

.innerform button{
	border:0;
	padding: 15px 25px;
	font-family: 'OpenSans-Semibold';
    width: 200px;
    margin-top: 25px;
    background: #094d56;
    color:#ffffff;
    border-radius: 40px;
    font-size: 20px;
}

.ltype{
	margin-top: 150px;
	text-align: center;
	font-size: 20px;
	font-family: 'OpenSans-Semibold';
	letter-spacing: 1px;
}

.ltype span{
	display: inline-block;
	padding: 10px 25px;
	cursor:pointer;
	user-select: none;
}

.ltype #tab{
	 background: #094d56;
	 color:#ffffff;
	 border-radius: 10px 0 0 0;
}

.ltype #mas{
	 background: #0b717d;
	 color:#ffffff;
	 border-radius: 0 10px 0 0;
}