.hero-slider {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.circle-link {
  display: block;
  width: 41px;
  height: 41px;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.main-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #111;
}

.navigation {
  position: absolute;
  top: 0px;
  z-index: 2;
  width: 100%;
}

.back-to-top {
  position: absolute;
  right: 27px;
  bottom: 27px;
  width: 54px;
  height: 54px;
  border: 2px none #fff;
  border-radius: 50%;
  background-color: #31323a;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.back-to-top:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.feature-card-image-container {
  width: 10%;
  float: left;
}

.feature-card-image-container.feature-card-image-container-right {
  float: right;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-list-item {
  display: inline-block;
  margin-right: 13.5px;
}

.social-image {
  height: 22px;
}

.section.top-space-large {
  margin-top: 208px;
  padding-top: 45px;
  padding-bottom: 52px;
}

.section.bottom-space-extra-large {
  display: block;
  padding-bottom: 162px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.bottom-space-large {
  padding-bottom: 108px;
}

.section.gallery-section {
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-top: 81px;
  padding-top: 27px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section.top-space-large {
  margin-top: 66px;
  padding-top: 108px;
}

.feature-card-content {
  display: inline-block;
  max-width: 470px;
  text-align: left;
}

.text-inline {
  display: inline-block;
  margin-right: 6px;
}

.baseline-list {
  line-height: 27px;
}

.circle-link-image {
  position: relative;
  top: 5px;
  height: 9px;
}

.next-screen-link {
  position: absolute;
  left: 50%;
  bottom: 27px;
  z-index: 1;
  margin-left: -20.5px;
  opacity: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.next-screen-link:hover {
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.logo {
  width: 300px;
  max-height: 150px;
}

.logo.footer-logo {
  margin-bottom: 81px;
}

.paragraph-large {
  margin-bottom: 27px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

.paragraph-large.feature-card-paragraph {
  margin-bottom: 54px;
  font-size: 19px;
  line-height: 25px;
}

.paragraph-large.page-title-paragraph {
  display: block;
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 29px;
  line-height: 34px;
}

.paragraph-large.page-title-paragraph {
  display: block;
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.footer {
  padding-top: 108px;
  padding-bottom: 81px;
  background-color: #24252c;
  color: #fff;
}

.container {
  position: relative;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.container.navigation-container {
  z-index: 1;
}

.container.text-center {
  margin-top: -3px;
  margin-bottom: -3px;
  padding: 27px 53px 41px;
  text-align: center;
}

.container.functions-form-container {
  max-width: 770px;
  text-align: center;
}

.container.menu-container {
  width: 990px;
  max-width: 100%;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.horizontal-rule {
  display: block;
  width: 54px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 41px;
  margin-left: auto;
  background-color: #111;
}

.horizontal-rule.horizontal-rule-white {
  background-color: #fff;
}

.horizontal-rule.page-title-rule {
  margin-top: 41px;
}

.brand-badge {
  height: 135px;
}

.brand-badge.feature-card-badge {
  position: absolute;
  top: 0px;
  right: 27px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.brand-badge.inner-title-badge {
  position: absolute;
  right: 27px;
  bottom: -53px;
  height: 90px;
}

.brand-badge.inner-title-badge {
  position: absolute;
  right: 27px;
  bottom: -53px;
}

.feature-card {
  width: 90%;
  padding: 108px 81px;
  float: left;
  background-color: #fff;
}

.feature-card.feature-card-right {
  width: 90%;
  float: right;
  text-align: right;
}

.image-11 {
  display: block;
  margin-top: 34px;
  margin-bottom: 34px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-link {
  display: inline-block;
  border-bottom: 1px solid #111;
  color: #111;
  text-decoration: none;
}

.text-link.text-link-white {
  color: #fff;
}

.text-link.text-link-white.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.text-link.text-link-large {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-white {
  color: #fff;
  font-size: 26px;
  line-height: 33px;
}

.heading-4 {
  margin-bottom: -1px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-4:hover {
  color: #fff;
}

.heading-4._2 {
  padding-top: 19px;
  font-family: 'Open Sans', sans-serif;
}

.equal-height-children {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigation-scrim {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 182px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24252c), color-stop(74%, transparent));
  background-image: linear-gradient(180deg, #24252c, transparent 74%);
  opacity: 0.65;
}

.feature-card-heading {
  margin-bottom: 52px;
}

.hero-slide-nav {
  padding-top: 0px;
  opacity: 0;
  font-size: 10px;
  line-height: 10px;
}

.feature-card-image {
  position: relative;
  z-index: 2;
  height: 600px;
  max-width: 500px;
  margin-top: 81px;
  float: left;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 6px 6px 11px -11px #9e9e9e;
}

.image-slide-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.image-slide-container.slide-1 {
  background-image: linear-gradient(167deg, #0f0f0f, hsla(0, 0%, 4%, 0.35)), url('../images/pic-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-slide-container.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.46)), to(hsla(0, 0%, 100%, 0))), url('../images/prawn.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 50%, hsla(0, 0%, 100%, 0)), url('../images/prawn.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-slide-container.slide-3 {
  background-image: url('../images/Nice-curry-picture.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.copyright-text {
  display: inline-block;
  margin-top: 54px;
  margin-right: 13.5px;
  opacity: 0.75;
  font-size: 14px;
}

.copyright-text.text-link-inline {
  text-decoration: underline;
}

.column-fullwidth {
  padding-right: 13.5px;
  padding-left: 13.5px;
}

.site-container {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #f4fbf5;
}

.hero-slide-arrow {
  opacity: 0;
}

.navigation-bar {
  padding-top: 27px;
  background-color: transparent;
}

.navigation-link {
  top: 5px;
  padding: 0px 27px 0px 0px;
  opacity: 0.85;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.navigation-link:hover {
  opacity: 1;
}

.navigation-link.w--current {
  opacity: 1;
  color: #fff;
}

.navigation-link.navigation-link-last {
  padding-right: 0px;
}

.back-to-top-arrow {
  position: relative;
  top: 21px;
  right: -20px;
  display: block;
  height: 9px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.column {
  padding-right: 13.5px;
  padding-left: 13.5px;
}

.inner-page-title-area {
  position: relative;
  display: block;
  width: 990px;
  margin-top: -150px;
  margin-right: auto;
  margin-left: auto;
  padding: 81px 81px 95px;
  background-color: #fff;
  text-align: center;
}

.inner-page-title-content {
  position: relative;
}

.ricebread-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.para {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.header_menu {
  margin-top: -5px;
  margin-bottom: -5px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 38px;
  font-weight: 400;
}

.div-block-5 {
  padding-left: 1px;
}

.menu-dots-line-2 {
  display: inline-block;
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #bbb;
  color: #3d3d3d;
  font-size: 21px;
}

.p1 {
  display: block;
  padding-right: 38px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
  font-size: 17px;
  text-align: left;
}

.columns {
  margin-top: 42px;
  margin-bottom: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.items {
  display: block;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 19px;
}

.container-3 {
  position: relative;
  display: block;
  margin-top: 68px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.para1 {
  display: block;
  margin-bottom: 8px;
  padding-right: 98px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #b30f0f;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  margin-top: 15px;
}

.form-block-half {
  display: inline-block;
  width: 50%;
  margin-bottom: 13.5px;
  padding-right: 13.5px;
  padding-left: 13.5px;
}

.logo-2 {
  max-height: 44px;
}

.logo-2.footer-logo {
  width: 300px;
  height: 170px;
  max-height: 137px;
  margin-top: 23px;
  margin-bottom: 81px;
}

.logo-2.footer-logo {
  margin-bottom: 81px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.navigation-scrim-2 {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 280px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24252c), color-stop(74%, transparent));
  background-image: linear-gradient(180deg, #24252c, transparent 74%);
  opacity: 0.65;
}

.form-error {
  margin-top: 27px;
  margin-right: 13.5px;
  margin-left: 13.5px;
  padding: 13.5px;
}

.form-text-input {
  height: 54px;
  margin-bottom: 0px;
  padding: 0px 13.5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.form-text-input.form-textarea {
  height: 189px;
  padding-top: 13.5px;
}

.functions-form-block {
  margin-top: 54px;
  margin-bottom: 0px;
}

.inner-page-header {
  height: 486px;
  background-color: #24252c;
}

.inner-page-header.reservations-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.35)), to(#fff)), url('../images/pm12082014a_0054.jpg');
  background-image: linear-gradient(180deg, rgba(27, 27, 27, 0.35), #fff), url('../images/pm12082014a_0054.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.inner-page-header.menu-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(#1a1919)), url('../images/banner-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), #1a1919), url('../images/banner-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-white-2 {
  color: #fff;
}

.form-label {
  height: 54px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 54px;
  font-weight: 400;
  text-align: left;
}

.inner-page-title-area-2 {
  position: relative;
  display: block;
  width: 990px;
  margin-top: -189px;
  margin-right: auto;
  margin-left: auto;
  padding: 81px 81px 95px;
  background-color: #fff;
  text-align: center;
}

.form-block-full {
  margin-bottom: 27px;
  padding-right: 13.5px;
  padding-left: 13.5px;
}

.button {
  height: 50px;
  padding: 0px 27px;
  border: 2px solid #24252c;
  background-color: #24252c;
  line-height: 46px;
}

.form-success {
  padding-top: 81px;
  padding-bottom: 81px;
  background-color: #709c5b;
  color: #fff;
}

.slider-arrow-container {
  width: 54px;
  height: 54px;
  margin-right: 27px;
  margin-left: 27px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.slider-arrow-container:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.menu-meal {
  width: 90%;
  float: left;
}

.menu-price {
  width: 10%;
  float: right;
  text-align: right;
}

.slider-arrow {
  color: #111;
  font-size: 18px;
}

.menu-title-heading {
  display: inline-block;
  margin-right: 27px;
  margin-bottom: 0px;
}

.menu-title-subheading {
  display: inline-block;
  font-style: italic;
}

.menu-title {
  margin-bottom: 54px;
}

.image-slider {
  top: -108px;
  z-index: 2;
  height: auto;
  background-color: transparent;
}

.menu-list {
  margin-bottom: 0px;
  line-height: 41px;
}

.slider-paging {
  position: relative;
  display: none;
  height: 27px;
  margin-top: 13.5px;
  font-size: 10px;
  line-height: 22px;
}

.para-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.container-4 {
  position: relative;
  display: block;
}

.image-12 {
  width: 300px;
  max-height: none;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 7px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lightbox-link {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.lightbox-link-2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img-1 {
  width: 300px;
  padding: 7px;
}

@media screen and (max-width: 991px) {
  .hamburger-icon {
    color: #fff;
  }

  .hamburger-toggle {
    bottom: 6px;
  }

  .hamburger-toggle.w--open {
    background-color: hsla(0, 0%, 100%, 0.3);
  }

  .nav-menu {
    padding: 27px;
    background-color: #fff;
  }

  .feature-card-image-container {
    position: absolute;
    top: 50%;
    right: -100px;
    width: 340px;
    float: right;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .section.top-space-large {
    padding-top: 81px;
  }

  .section.bottom-space-extra-large {
    padding-bottom: 108px;
  }

  .section.bottom-space-large {
    padding-bottom: 81px;
  }

  .section.gallery-section {
    margin-top: 0px;
    padding-bottom: 27px;
  }

  .section.top-space-large {
    padding-top: 81px;
  }

  .feature-card-content {
    max-width: 380px;
  }

  .paragraph-large {
    font-size: 30px;
    line-height: 41px;
  }

  .container {
    overflow: hidden;
    padding-right: 27px;
    padding-left: 27px;
  }

  .container.navigation-container {
    overflow: visible;
  }

  .container.menu-container {
    padding-right: 27px;
    padding-left: 27px;
  }

  .brand-badge.feature-card-badge {
    display: none;
  }

  .feature-card {
    width: 100%;
  }

  .feature-card.feature-card-right {
    width: 100%;
    float: none;
    text-align: left;
  }

  .navigation-scrim {
    display: none;
  }

  .feature-card-image {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    opacity: 1;
  }

  .navigation-link {
    color: #111;
  }

  .navigation-link.w--current {
    color: #111;
  }

  .inner-page-title-area {
    width: 714px;
    margin-top: -135px;
  }

  .para {
    font-size: 13px;
  }

  .header_menu {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .menu-dots-line-2 {
    height: 19px;
  }

  .items {
    font-size: 19px;
  }

  .price {
    font-size: 19px;
  }

  .navigation-scrim-2 {
    display: none;
  }

  .inner-page-header.menu-header {
    height: 486px;
  }

  .inner-page-title-area-2 {
    width: 714px;
    margin-top: -135px;
  }

  .image-slider {
    top: 0px;
  }

  .para-2 {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .feature-card-image-container {
    display: none;
  }

  .section.top-space-large {
    padding-top: 68px;
  }

  .section.bottom-space-extra-large {
    padding-bottom: 81px;
  }

  .section.bottom-space-large {
    padding-bottom: 68px;
  }

  .section.top-space-large {
    padding-top: 68px;
  }

  .feature-card-content {
    max-width: 100%;
  }

  .feature-card {
    padding: 81px 68px;
  }

  .inner-page-title-area {
    width: 540px;
    margin-top: -108px;
    padding: 68px 54px 81px;
  }

  .inner-page-header {
    height: 351px;
  }

  .inner-page-title-area-2 {
    width: 540px;
    margin-top: -108px;
    padding: 68px 54px 81px;
  }

  .slider-arrow-container {
    width: 41px;
    height: 41px;
  }

  .menu-meal {
    line-height: 34px;
  }

  .slider-arrow {
    font-size: 12px;
  }

  .menu-title {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 479px) {
  .feature-card-image-container.feature-card-image-container-right {
    display: block;
  }

  .link-5 {
    font-size: 25px;
  }

  .section.top-space-large {
    padding-top: 54px;
  }

  .section.bottom-space-extra-large {
    padding-bottom: 68px;
  }

  .section.bottom-space-large {
    padding-bottom: 54px;
  }

  .section.top-space-large {
    padding-top: 54px;
  }

  .feature-card-content {
    margin-top: -7px;
  }

  .paragraph-large {
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-large.feature-card-paragraph {
    margin-bottom: 27px;
  }

  .container {
    padding-right: 13.5px;
    padding-left: 13.5px;
  }

  .container.text-center {
    height: 500px;
    margin-top: 164px;
    margin-bottom: -47px;
    padding-top: 0px;
    padding-bottom: 118px;
  }

  .brand-badge.inner-title-badge {
    bottom: -44px;
    height: 110px;
  }

  .brand-badge.inner-title-badge {
    bottom: -44px;
    height: 110px;
  }

  .feature-card {
    padding: 33px 27px 27px;
  }

  .image-11 {
    margin-bottom: 24px;
    margin-left: 28px;
  }

  .image-11._4 {
    margin-left: -4px;
  }

  .text-white {
    margin-bottom: -14px;
    padding-bottom: 21px;
    font-size: 20px;
  }

  .heading-4 {
    margin-top: -18px;
    margin-bottom: 12px;
    padding-top: 0px;
  }

  .heading-4._2 {
    padding-top: 0px;
  }

  .feature-card-heading {
    margin-bottom: 27px;
  }

  .image-slide-container.slide-2 {
    background-position: 0px 0px, 50% 50%;
  }

  .column-fullwidth {
    margin-top: 8px;
  }

  .inner-page-title-area {
    width: 100%;
    padding: 54px 27px 68px;
  }

  .ricebread-2 {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 17px;
    line-height: 21px;
  }

  .para {
    font-size: 12px;
    line-height: 17px;
  }

  .header_menu {
    text-align: center;
  }

  .items {
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    text-align: left;
  }

  .para1 {
    position: relative;
    top: -8px;
    margin-bottom: 0px;
    padding-right: 12px;
    padding-left: 8px;
    font-size: 15px;
    line-height: 18px;
  }

  .price {
    padding-right: 11px;
    font-size: 14px;
    text-align: center;
  }

  .form-block-half {
    width: 100%;
  }

  .inner-page-header {
    height: 270px;
  }

  .inner-page-header.menu-header {
    height: 351px;
  }

  .inner-page-title-area-2 {
    width: 100%;
    padding: 54px 27px 68px;
  }

  .slider-arrow-container {
    display: none;
  }

  .menu-meal {
    line-height: 27px;
  }

  .menu-title-subheading {
    margin-bottom: 0px;
  }

  .menu-item {
    margin-bottom: 13.5px;
  }

  .para-2 {
    font-size: 12px;
    line-height: 17px;
  }

  .image-12 {
    width: 400px;
  }

  .container-5 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .lightbox-link {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}