﻿@charset "UTF-8";
[data-toggle=collapse] i:before {
  content: "";
}

[data-toggle=collapse].collapsed i:before {
  content: "";
}

#accordion .card-header {
  margin-bottom: 8px;
}
#accordion .accordion-title {
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #213744;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
      text-transform: uppercase;
}
#accordion .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: radial-gradient(rgba(33, 55, 68, 0.8), #213744);
  text-align: center;
  border-right: 1px solid transparent;
}
#accordion .accordion-title:hover {
  padding-left: 60px;
  background: #213744;
  color: #fff;
}
#accordion .accordion-title:hover i {
  border-right: 1px solid #fff;
}
#accordion .accordion-body {
  padding: 40px 55px;
}
#accordion .accordion-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#accordion .accordion-body li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
#accordion .accordion-body li:before {
  content: "";
  padding-right: 5px;
  font-family: "Flaticon";
  font-size: 16px;
  font-style: normal;
  color: #213744;
}

/*for menu design*/
.menu-restaurant .card-body.accordion-body table {
    width: 100%;
}
.menu-restaurant .card-body.accordion-body table td{
	vertical-align:top;
}
.menu-restaurant .card-body.accordion-body table td:first-child{
	text-align: left;
    text-transform: uppercase;
    padding-left: 28px;
    position: relative;
}
.menu-restaurant .card-body.accordion-body table td:last-child{
	text-align:right;
}
#accordion .accordion-body{
    padding: 20px;
	padding-top: 0;
}
i.veg,i.nveg {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #009900;
    border-radius: 2px;
}
i.nveg{
	background: #990000;
}
.menu-restaurant .card-body.accordion-body table td label {
    font-size: 10px;
    background: #213744;
    font-weight: bold;
    padding: 0px 8px;
    margin-left: 5px;
    margin-bottom: 0;
    line-height: 1.1;
    border-radius: 10px;
    color: #ffffff;
}
.menu-restaurant .card-body.accordion-body table tr:last-child td {
    border: 0;
}
i.veg:before,i.nveg:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50%;
}
.container.menu-restaurant h1 {
    text-align: center;
    font-size: 30px;
}
.Banner {
    text-align: center;
    background-size: cover;
    background-position: top;
	height:300px;
}
.logo-contr {
    background: #333333;
    text-align: center;
    padding: 30px;
    height: 200px;
    background-size: cover;
    background-position: top;
}
.logo-contr img{
	width:130px;
	height:130px;
	border-radius:50%;
	border: 2px solid #ffffff;
}
.menu-restaurant .card-body.accordion-body table td {
    vertical-align: top;
    padding: 7px 0;
    border-bottom: 1px solid #dddddd;
}
img.logo {
    margin: auto;
    display: block;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    border: 2px solid #ffffff;
}
.footer {
    text-align: center;
    padding-bottom: 20px;
}
.footer table {
    margin: auto;
}
a{
	color:#000000;
}
p.cpr {
    margin: 0;
}
.footer table td {
    padding: 0 10px;
}
.footer i.fas, .footer i.fab {
    margin-right: 5px;
    font-size: 20px;
    float: left;
    margin-top: 2px;
}
.menu-restaurant .card-body.accordion-body table td span {
    color: #999999;
    font-size: 16px;
    text-transform: none;
    font-style: italic;
    display: block;
}
@media screen and (max-width:768px){
	#accordion .accordion-body {
    padding: 0px 10px;
    margin-bottom: 10px;
}
.container.menu-restaurant h1 {
    font-size: 24px;
    margin-top: 10px;
}
.container {
    padding: 0 10px;
}
.footer {
    font-size: 12px;
}
#accordion .accordion-title {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.footer i.fas, .footer i.fab {
    display: block;
    font-size: 20px;
    margin: 5px auto;
    float: none;
}
}