.display p{
    font-size:19px;
}

body, p {
    font-family: ubuntu;
}

.header-img .image-full {
    height: 135px !important;
}

.slide-rows div:last-child{
  color: #ff3e00;
}


.is-container {
 z-index: auto!important;
}

.com-widget-container .container{
 background-color: transparent!important;
}
.com-widget-container .btn-rengine.orphan{
 width:150px;
}

/**RESTAURANT MENU**/

.page_title {
    padding: 30px 0px;
}
.page_title h1 {
    color: #c0392b;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.page_title h1::before {
    background: #c0392b;
    width: 70px;
    height: 2px;
    position: absolute;
    content: '';
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page_title h1::after {
    position: absolute;
    content: '';
    background: #fbc531;
    width: 30px;
    height: 2px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Menu starts*/
.menu_tab {
    margin: 0 auto;
    justify-content: center;
}
.nav-item {
    display: inline-block;
    text-align: center;
}
.nav-tabs .nav-link{
    transition: .3s;
}
.nav-tabs .nav-link.active {
    background: #c0392b;
    color: #fff;
    font-weight: 700;
    border: 1px solid #c0392b;
    text-transform: capitalize;
}
.nav-link {
    color: #000;
}
.nav-tabs .nav-link:hover {
    background: #c0392b;
    color: #fff;
    border: 1px solid #c0392b;
}
.single_menu {
    position: relative;
    margin-bottom: 75px;
    transition: .3s;
}
.single_menu:hover img{
    -webkit-clip-path: circle(30% at 50% 50%);
clip-path: circle(30% at 50% 50%);
}
.single_menu img {
    width: auto;
    position: absolute;
    height: 160px;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    transition: .3s;
    left: 0;
    display: none;
}

@media only screen and (max-width: 768px) {
    .single_menu img {
    width: auto;
    height: 140px;
   text-align: right;
    }
    
    /*.menu_content {
    padding-left: 140px!important;
}*/

 h4 {
    padding-bottom: 0!important; 
}
}

.menu_content {
    /*padding-left: 200px;*/
}
.menu_content h4 {
    font-size: 25px;
    font-weight: 300;
    border-bottom: 1px dashed #c0392b;
    line-height: 2;
    text-transform: capitalize;
}
.menu_content h4 span {
    font-size: 25px;
    font-weight: 800;
    float: right;
    font-style: italic;
    color: #c0392b;
}
.menu_content p {
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 1px;
}
.menu_btn.btn.btn-danger {
    margin: 0 auto;
    display: block;
    width: 140px;
}


/**SLIDER MENU**/


a.nav-expander {
  background: none repeat scroll 0 0 transparent;
  color: #FFFFFF;
  display: block;
  /*font-size: 15px;*/
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1.7em 0.5em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  /*width: 130px;*/
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
 
a.nav-expander:hover {
  cursor: pointer;
}
 
a.nav-expander.fixed {
  position: fixed;
}
 
.nav-expanded a.nav-expander.fixed {
    right: 20em;
}


nav {
  background: #A4C95B!important;
  box-shadow: 1px 1px 0.5rem black;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 99999;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
.nav-expanded nav {
  right: 0;
}
 
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
 
#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
  color:#fff!important;
}



.main-menu {
  padding-top: 12px;
}
 
.main-menu li {
  border-bottom: 1px solid #ddd;
  margin-left: 20px;
  font-size: 18px;
  padding: 12px;
}
 
.main-menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
}
 
.main-menu li a:hover {
  color: #ddd;
  text-decoration: none;
}
 
.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}
 
.main-menu a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
}
 
.main-menu a:hover .caret {
    border-top-color: #4f5963;
}
 
.main-menu li.open > a > .caret {
    border-top: none;
    border-bottom: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
 
.main-menu li.open > a:hover > .caret {
    border-bottom-color: #4f5963;
}


.fa-bars {
    font-size: 40px!important;
    color:black!important;
}

.fa-bars:before {
    content: "\f0c9";
    color: white;
   /* text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666;*/
    content: "\f0c9";
    color: white;
    padding: 17px 20px;
    border-radius: 50px;
    background: rgba(0,0,0,0.2);
}
 
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}
 
.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}



.navbar-fixed-bottom {
    background: #222; 
    padding: 20px; 
    color: #fff;
  
}

.is-container {
    z-index: auto!important;
}
.is-overlay {
    z-index: 0!important;
}


@media (max-width: 768px) {
    .lang {
        width:30%!important;
    }
    .ad {
        width:90%!important;
    }
    .veganimg{
        width: 50%!important;
    height: auto;
    margin-top: 50px!important;
    filter: hue-rotate(50deg);
    position: relative!important;
    left: 120px!important;
    bottom: 100px!important;
        
    }
    .mainmenuimg{
        width: 50%!important;
    height: auto;
    margin-top: 50px!important;
    /*filter: hue-rotate(50deg);*/
    position: relative!important;
    left: 60px!important;
    bottom: 100px!important;
    margin-bottom: -60px;
        
    }
    .logoimg{
        width:100%!important;
        top: -100px;
    position: relative;
    }
    .vegan{
        padding-bottom:80px!important;
    }
    .arrowvegan{
        position: relative!important;
    top: -360px!important;
    left: -120px!important;
    width: 200px!important;
    height: 100px!important;
    transform: rotate(90deg)!important;
    }
    .arrowmain{
        position: relative!important;
    top: -380px!important;
    left: -120px!important;
    width: 200px!important;
    height: 100px!important;
    transform: rotate(90deg)!important;
    }
    div.is-section.is-section-100 {
    height: 0vh!important;
    }
}
@media (min-width: 992px){
    .col-md-6 {
        width: 50%;
    }
}
.lang {
    opacity:1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.lang:hover {
    opacity:0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.single_menu {
    position: relative;
    margin-bottom: 20px;
    transition: .3s;
}

div.row{
-webkit-tap-highlight-color: transparent;
font-weight: 300;
font-size: 16px;
line-height: 25px;
font-family: ubuntu;
box-sizing: border-box;
color: #000;
margin-left: -15px;
margin-right: -15px;
}
.veganimg{
     transform: rotate(20deg);
}
.mainmenuimg{
     transform: rotate(20deg);
}




/* Arrow */

.arrow {
	position: relative;
  margin: 0 auto;
  width:30px;
}

.arrow .curve {
	border: 2px solid #069749;
	border-color: transparent transparent transparent #069749;
	height: 360px;
	width: 250px;
	border-radius: 1500px 50px 0 0px;
}

.arrow .point {
	position: absolute;
	left: 110px;
	top: 120px;
}

.arrow .point:before, .arrow .point:after {
	border: 1.2px solid #069749;
	height: 30px;
	content: "";
	position: absolute;
}

.arrow .point:before {
	top: -33px;
	left: -18px;
	transform:rotate(-7deg);
	-webkit-transform:rotate(-74deg);
  -moz-transform:rotate(-74deg);
  -ms-transform: rotate(-50deg);
}

.arrow .point:after {
  top: -14px;
	left: -6px;
	transform:rotate(12deg);
	-webkit-transform: rotate(12deg);
  -moz-transform:rotate(12deg);
  -ms-transform: rotate(12deg);
}

/**SWIPE MENU**/

body .nav-tabs {
  border-bottom: none;
}
body button.owl-prev {
  position: absolute;
  left: 0px;
  top: 37%;
  transform: translateY(-50%);
  background-color: white !important;
  width: 20px;
  height: 20px;
  border-radius: 100% !important;
  color: #000 !important;
   display:none;

}
body button.owl-next {
  position: absolute;
  right: 0px;
  top: 37%;
  transform: translateY(-50%);
  background-color: white !important;
  width: 20px;
  height: 20px;
  border-radius: 100% !important;
  color: #000 !important;
 display:none;

}

div.item, .owl-item {
    width:130px!important;
    margin-right:0!important;
}
body .owl-dots {
  display: none;
}
body .item {
  display: flex;
  justify-content: center;
}
body .item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #fff;
  color: #fff!important;
  flex-wrap: wrap;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  font-weight: 700;
}
body .item li.active a {
  background-color: #ff0000;
  color: #fff;
}
body .tab-content {
  padding: 0;
  background-color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 25px;
  margin-top: 30px;
  border-radius: 19px;
}
body .tab-content h3 {
  font-size: 40px;
  font-weight: bold;
}

.owl-stage {
    /*width:2500px!important;*/
}