<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #01711f; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p {
  color: #7e7d82; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff;
  background-color: #01711f;
  border: 2px solid transparent;
  padding: 14px 27px;
  font-size: 17px;
  border-radius: 0;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px; }

.outline-outward {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent; }

.outline-outward:before {
  content: '';
  position: absolute;
  border: 2px solid #01711f;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: .3s;
  transition-property: top right bottom left; }

.outline-outward:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px; }

.btn:hover {
  color: #fff;
  background-color: #01711f;
  border-color: #01711f;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; 
}

.btn:focus {
  color: #fff !important;
  background-color: #01711f;
  border-color: #01711f; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open &gt; .btn.dropdown-toggle:hover, .open &gt; .btn-primary.dropdown-toggle:focus, .open &gt; .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #01711f;
  border-color: #01711f; }

.btn:active, .btn.active, .open &gt; .btn.dropdown-toggle {
  color: #fff;
  background-color: #01711f;
  border-color: #01711f; }

.title-h {
  font-family: 'Noto Serif', serif;
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
  color: #01711f; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 38px;
      line-height: 36px; } }

.title-p {
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 50px;
  color: #4d4d4d; }

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 20px; } }
nav {
  top: 0; }

.navbar {
  min-height: 90px; }

.navbar-brand {
  padding: 8px 15px 2px 15px; }

nav.navbar.bootsnav {
  border-bottom: none; }

.navbar-brand img {
  width: auto;
  height: 80px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 58px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 200px;
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
    border: solid 1px rgba(0, 0, 0, 0.2);
    color: #01711f;
    border-top: none;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3); }

  nav.navbar ul.nav &gt; li &gt; a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav &gt; li &gt; a {
    padding: 36px 17px 10px 17px;
    font-weight: 700;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px; } }
  @media (min-width: 991px) and (max-width: 1010px) {
    nav.navbar.bootsnav ul.nav &gt; li &gt; a {
      padding: 26px 7px 10px 7px;
      font-weight: 600;
      font-size: 16px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav &gt; li &gt; a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav &gt; li &gt; a:hover {
    color: #01711f; }

  nav.no-background.bootsnav ul.nav &gt; li &gt; a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav &gt; li.dropdown &gt; a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
    font-family: "Noto Serif", serif;
    font-size: 16px; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 0.6); }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu &gt; li &gt; a {
    padding: 6px 10px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    color: #333; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav &gt; li &gt; a {
    border-bottom: none;
    border-top: none;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #333 !important;
    padding: 8px 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 0px;
    margin-top: 15px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; a {
    border-bottom: none;
    font-family: "Noto Serif", serif;
    padding: 5px 0;
    color: #333; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 0px -15px 10px -15px; } }
@media (min-width: 1024px) {
  nav.navbar.bootsnav.no-background {
    background-color: rgba(255, 255, 255, 0.4);
    border: none; } }
.navbar-footer {
  margin-top: 32px;
  background-color: #01711f;
  padding: 8px 0; }
  @media (max-width: 768px) {
    .navbar-footer {
      margin-top: 18px;
      padding: 6px 0; } }
  .navbar-footer li {
    display: inline-block;
    padding: 0 25px; }
    @media (max-width: 768px) {
      .navbar-footer li {
        padding: 0 10px; } }
  .navbar-footer ul {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 15px; }
  .navbar-footer a {
    color: #fff; }

/******navbar end**********/
/*************** slider ****************/
.slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  @media (max-width: 768px) {
    .slider {
      min-height: 100vh;
      overflow: visible; } }
  .slider h1 {
    font-size: 80px;
    font-family: "Noto Serif", serif;
    line-height: 82px;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: -1px 0px 10px rgba(0, 0, 0, 0.6); }
    @media (max-width: 768px) {
      .slider h1 {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 5px;
        padding: 0 20px; } }
  .slider h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 36px;
    text-shadow: -1px 0px 10px rgba(0, 0, 0, 0.6); }
    @media (max-width: 768px) {
      .slider h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
        padding: 0 20px; } }
  .slider .btn {
    padding: 15px 50px;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .slider .btn {
        margin-left: 20px;
        margin-top: 10px;
        padding: 12px 40px; } }

.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item-bg,
.slider .owl-item {
  min-height: 100vh; }
  @media (max-width: 768px) {
    .slider #owlCarousel,
    .slider .owl-stage-outer,
    .slider .owl-stage,
    .slider .owl-item-bg,
    .slider .owl-item {
      min-height: 90vh; } }

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

.slider .owl-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.slide-content {
  padding-top: 30vh; }
  @media (max-width: 768px) {
    .slide-content {
      padding-top: 20vh;
      padding-bottom: 50px; } }

.owl-theme .owl-controls {
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  text-align: none; }
  @media (max-width: 768px) {
    .owl-theme .owl-controls {
      bottom: 10px; } }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  font-size: 34px;
  margin: 10px;
  padding: 4px 7px; }

.owl-theme .owl-controls .owl-prev {
  float: left !important; }

.owl-theme .owl-controls .owl-next {
  float: right !important; }

.slider .back {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(27, 27, 27, 0.25); }

.slide-text-box {
  z-index: 4; }

.slider-footer {
  width: 100%;
  z-index: 10;
  position: absolute;
  bottom: 0px;
  padding-left: 5px 0;
  background-color: #01711f; }
  .slider-footer ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 5px; }
  .slider-footer li {
    margin: 0 20px;
    display: inline-block;
    color: #fff;
    font-size: 15px; }
    @media (max-width: 768px) {
      .slider-footer li {
        margin: 0 8px; } }
  .slider-footer h3 {
    color: #fff;
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px; }

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #f2f2f2;
  text-decoration: none; }

/***** slider end********/
/********about start********/
.about {
  padding-top: 100px;
  padding-bottom: 20px; }
  .about img {
    width: 70%;
    margin-left: 20%; }
    @media (max-width: 768px) {
      .about img {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 10px; } }
  .about h4 {
    color: #666;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px; }
  .about p {
    margin-bottom: 30px; }
  .about a {
    margin-right: 10px;
    margin-bottom: 8px; }
  .about h3 {
    margin-top: 10px;
    margin-bottom: 22px; }

/*****about end*********/
/*****tc-cta start******/
.tc-cta .background {
  padding: 100px 0; }

.tc-cta {
  position: relative;
  color: #fff;
  padding: 0; }
  .tc-cta h3 {
    font-family: "Noto Serif", serif;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #01711f;
    margin-top: 10px;
    text-shadow: 0px 0px 5px #333; }
  .tc-cta p {
    color: #fff; }
  .tc-cta h4 {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
    margin-top: 30px; }
  .tc-cta .btn {
    margin-top: 20px;
    padding: 15px 20px; }

.our-client {
  background: linear-gradient(100deg, #1a1a1a, rgba(29, 29, 29, 0.05)), url(../images/img25.jpg) center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

/*****tc-cta end******/
/*****tc-testimonial start******/
.tc-testimonial {
  padding: 80px 0 60px 0; }

.testimonial-bg {
  padding: 40px 60px 20px 60px;
  text-align: center;
  position: relative; }
  @media (max-width: 991px) {
    .testimonial-bg {
      padding: 40px 10px 20px 10px; } }

.testimonial {
  padding: 0 15px; }

.testimonial .description {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #333;
  line-height: 26px;
  padding-bottom: 40px;
  margin-bottom: 35px;
  padding-top: 40px;
  position: relative; }
  @media (max-width: 991px) {
    .testimonial .description {
      font-size: 16px;
      line-height: 20px; } }

.testimonial .description:before {
  content: "";
  width: 75%;
  border-top: 1px solid #01711f;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .3; }

.testimonial .description:after {
  content: "";
  width: 75%;
  border-top: 1px solid #01711f;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: .3; }

.testimonial .title {
  font-size: 23px;
  font-weight: 700;
  color: #666;
  text-transform: capitalize;
  margin: 0;
  font-family: "Noto Serif", serif; }

.testimonial .post {
  display: inline-block;
  font-size: 16px;
  color: #999;
  font-style: italic; }

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #01711f; }

.tc-testimonial .owl-controls {
  top: 100%; }

/*****tc-testimonial end******/
/*********features start*****/
.features p {
  margin-bottom: 25px; }
.features .title-p {
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  padding-bottom: 0px;
  margin-bottom: 20px; }
.features .title-h {
  padding-top: 20px; }
.features a {
  font-size: 20px;
  font-weight: 800;
  font-family: "Noto Serif", serif; }
.features img {
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .features img {
      margin-top: 20px;
      margin-bottom: 0; } }

@media (max-width: 991px) {
  .desctop-display {
    display: none; } }

.mobile-display {
  display: none; }
  @media (max-width: 991px) {
    .mobile-display {
      display: block; } }

/*******features end********/
/*****tc- footer start******/
.tc-footer {
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/img27.jpg) center left no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px; }
  .tc-footer p {
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px; }
    @media (max-width: 991px) {
      .tc-footer p {
        line-height: 24px; } }
  .tc-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
  .tc-footer li {
    display: inline; }
  .tc-footer img {
    width: 100px;
    margin-bottom: 15px; }
  .tc-footer .svg-inline--fa {
    margin: 5px 12px 0 12px;
    font-size: 22px; }
  .tc-footer .svg-inline--fa:hover {
    color: #ccc; }
  .tc-footer a:hover {
    color: #ccc; }

.footer-copyright {
  border-top: 1px solid #01711f;
  padding: 20px 0 15px 0;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 30px 15px 20px 15px;
      text-align: center; } }
  .footer-copyright p {
    font-size: 14px; }

.footer-box {
  border-left: 3px solid #01711f;
  margin-left: 50px; }
  @media (max-width: 991px) {
    .footer-box {
      margin-left: 0; } }

.copyright-link {
  font-size: 28px !important;
  padding-left: 0 !important;
  font-family: "Noto Serif", serif;
  letter-spacing: 1px; }

.footer-right {
  text-align: right; }
  @media (max-width: 991px) {
    .footer-right {
      text-align: center; } }

/*****tc-footer end******/
.home-contact {
  padding: 0;
  background-color: #fff; }

.home-contact-img {
  background-size: cover;
  background-position: center;
  min-height: 500px; }

/*********************/
.separate {
  height: 30px; }
  @media screen and (max-width: 991px) {
    .separate {
      height: 0; } }

.listing-detail-tab {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto; }
  .listing-detail-tab h3 {
    margin-top: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 24px; }
  .listing-detail-tab h5 {
    font-weight: 800;
    font-size: 16px;
    color: #01711f;
    margin: 5px 0; }
  .listing-detail-tab .title-h {
    color: #01711f;
    margin-bottom: 60px;
    font-size: 54px;
    line-height: 56px; }

#content1, #content2, #content3, #content4 {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #01711f; }

.listing-detail-tab input {
  display: none; }

.listing-detail-tab label {
  display: inline-block;
  margin: 0;
  padding: 18px 0px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  min-width: 24.7%; }
  @media screen and (max-width: 1199px) {
    .listing-detail-tab label {
      min-width: 140px; } }
  @media screen and (max-width: 650px) {
    .listing-detail-tab label {
      min-width: auto; } }

.listing-detail-tab label:hover {
  color: #999;
  cursor: pointer; }

.listing-detail-tab input:checked + label {
  color: #01711f;
  border: none;
  border-top: none;
  border-bottom: none; }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block; }

@media screen and (max-width: 650px) {
  .listing-detail-tab label {
    font-size: 14px;
    padding: 10px 9px; } }
.listing-title {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #4d4d4d;
  margin-top: 0px;
  font-size: 36px;
  background-color: #f2f2f2;
  padding: 15px 10px; }

/******************************/
.menu-img {
  background-size: cover;
  background-position: center center;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px 0; }

.menu-left {
  padding-left: 0; }

/************catering start**********/
.catering {
  padding-bottom: 0; }

.catering-img {
  background: linear-gradient(100deg, #1a1a1a, rgba(29, 29, 29, 0.05)), url(../images/img30.jpg) center no-repeat;
  background-size: cover;
  height: 600px;
  margin-bottom: 4px; }
  @media (max-width: 991px) {
    .catering-img {
      height: 450px; } }

.catering-box {
  padding: 0 3px; }
  .catering-box .back {
    position: absolute;
    height: 600px;
    top: 0;
    left: 3px;
    right: 3px;
    bottom: 0;
    z-index: 3;
    background: rgba(27, 27, 27, 0.4); }
    @media (max-width: 991px) {
      .catering-box .back {
        height: 450px; } }

.catering-img-l {
  background-size: cover;
  background-position: center;
  height: 297px;
  margin-bottom: 6px; }
  @media (max-width: 991px) {
    .catering-img-l {
      display: none; } }

.catering-info {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 80%;
  z-index: 4; }
  @media (max-width: 991px) {
    .catering-info {
      left: 20px;
      bottom: 40px; } }
  .catering-info h3 {
    color: #fff; }
  .catering-info h4 {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px; }

/*********catering end**********/
.tc-header {
  min-height: 55vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background: rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 768px) {
    .tc-header {
      height: 45vh; } }

.inner-content {
  position: relative;
  display: block;
  color: #FFFFFF;
  top: 25vh;
  left: 50%;
  transform: translate(-50%, -50%); }

.inner-content h3 {
  color: #fff;
  font-size: 56px;
  line-height: 58px;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media screen and (max-width: 768px) {
    .inner-content h3 {
      font-size: 34px;
      font-weight: 700;
      line-height: 34px; } }

.bg {
  display: block;
  width: 100%;
  position: absolute;
  min-height: 55vh;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .bg {
      height: 45vh; } }

/*********CONTACT START*****/
#contact {
  padding: 20px;
  margin: 30px 0; }

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%; }

#contact input[type="text"],
#contact input[type="email"],
#contact textarea,
#contact select {
  width: 100%;
  border: 1px solid #01711f;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px; }

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa; }

#contact textarea {
  box-shadow: none;
  font-weight: 400; }

#contact .btn {
  min-width: 250px;
  margin-top: 15px; }

#contact label {
  color: #666;
  font-weight: 400;
  margin-top: 5px; }

.contact-page h4 {
  color: #01711f;
  font-size: 20px;
  font-weight: 600; }

.contact-page h3 {
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 18px; }
  @media screen and (max-width: 768px) {
    .contact-page h3 {
      font-size: 36px;
      line-height: 38px; } }

/********CONTACT END*******/
/**********REVIEWS START********/
.review-page h3 {
  color: #01711f;
  font-family: "Noto Serif", serif; }

.review-source {
  margin-top: 25px;
  font-size: 19px;
  font-family: "Noto Serif", serif;
  color: #01711f; }
  .review-source .svg-inline--fa {
    color: #01711f;
    font-size: 18px;
    margin-left: 5px; }

.add-width &gt; div.grid {
  position: relative;
  margin: 0 auto; }

.grid {
  width: 100%; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-item {
  width: 23.5vw;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
  float: left;
  border: 2px solid rgba(1, 113, 31, 0.6);
  display: inline-block;
  margin-bottom: 30px;
  padding: 30px; }
  @media screen and (max-width: 991px) {
    .grid-item {
      width: 80vw; } }

/***********REVIEWS END*******/
/***********MENU START********/
.menu .title-p {
  padding-bottom: 00px; }

.menu-info {
  margin: 40px 0; }
  .menu-info .menu-img {
    height: 75px;
    width: 75px;
    margin-top: 0px; }
    @media screen and (max-width: 758px) {
      .menu-info .menu-img {
        height: 65px;
        width: 65px; } }
  .menu-info h4 {
    font-size: 15px;
    line-height: 18px;
    margin: 4px 0;
    color: #666; }
  .menu-info h3 {
    font-family: "Noto Serif", serif;
    font-size: 15px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 0;
    color: #666; }
  .menu-info h2 {
    color: #01711f;
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0; }

.menu-box {
  padding: 20px;
  background-color: #f2f2f2; }

.item__header {
  display: flex;
  align-items: baseline; }

.item__dots {
  flex: 1;
  border-bottom: 1px dashed #aaa;
  margin: 0 15px; }

/**********MENU END*********/
/************ABOUT START***********/
.about-page h3 {
  color: #01711f; }
.about-page h4 {
  margin-top: 30px;
  font-size: 22px;
  color: #01711f;
  font-weight: 600;
  margin-bottom: 5px; }
.about-page p {
  font-size: 18px;
  margin-bottom: 5px; }
.about-page .title-p {
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
  padding-bottom: 0px;
  margin-bottom: 40px; }
.about-page img {
  padding-top: 40px; }

/************ABOUT END**********/
/**********GALLERY PAGE START**********/
.example-image {
  background-size: cover;
  background-position: center;
  height: 200px;
  margin-top: 35px; }

.gallery h3 {
  color: #01711f;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0; }
.gallery select {
  width: 100%;
  padding: 8px 15px;
  margin: 7px 0;
  font-size: 15px;
  height: 45px;
  border: 1px solid #01711f; }

.video-gallery h3 {
  margin-top: 5px; }
.video-gallery iframe {
  height: 310px; }
  @media screen and (max-width: 550px) {
    .video-gallery iframe {
      height: 220px; } }

/**************GALLERY PAGE END********/
/*********CATERING START*********/
.catering-page .title-p {
  padding-bottom: 0;
  font-size: 24px !important; }
  @media screen and (max-width: 768px) {
    .catering-page .title-p {
      line-height: 25px; } }
.catering-page .catering-title {
  color: #01711f;
  font-family: "Noto Serif", serif;
  font-size: 40px;
  font-weight: 600;
  margin-top: 60px; }
.catering-page hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #01711f; }
.catering-page .example-image {
  margin-top: 0; }
.catering-page h4 {
  color: #01711f;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px; }
.catering-page p {
  color: #333;
  font-size: 18px; }

.catering-gallery {
  padding: 10px; }

.catering-row {
  padding-bottom: 20px; }

.catering-party {
  background-color: #f2f2f2; }
  .catering-party .menu-info h2 {
    font-size: 26px; }
  .catering-party p {
    color: #666; }

.catering-important img {
  margin-top: 20px; }
.catering-important .title-h {
  margin-top: 10px; }

/**********CATERING END*********/
.alert-info {
  background: #fff;
  border: 0px;
  border-bottom: 1px solid #01711f;
  font-weight: 700 !important;
  color: #000;
  font-size: 18px; }
  .alert-info span {
    color: #01711f; }
  .alert-info a {
    color: #333; }

.alert {
  padding: 0px;
  margin-bottom: 0px;
  border-radius: 0px; }

#header_alert &gt; div {
  padding: 10px 30px; }




/********** order page start***********/




.contact-order-page   input {
    padding: 3px 0px 3px 11px !important;
  }
.contact-order-page table {
  margin-top: 50px;
  background-color: #fff;
    border: 1px solid #ccc;
}

.contact-order-page thead {
  background-color: #01711f;
  color: #fff;
}
.contact-order-page h5 {
  color: #01711f;
  font-weight: bold;
  font-size: 17px;
  text-align: right;
  padding-right:10px;
}

.contact-order-page button {
  background-color: rgba(1, 113, 31, .2);
  padding: 4px;
  min-width: 22px;
  outline: none;
}
.contact-order-page table input {
  text-align: center;
  outline: none;
  margin-top: 5px;
}
.contact-order-page h6 {
  font-size: 15px;
}
.contact-order-page  .col-right {
  text-align: right;
  padding-right: 17px;
}

@media only screen and (max-width: 768px) {
    .contact-order-page thead th:not(:first-child) {
        display: none;
    }

    .contact-order-page td, .contact-order-page th {
        display: block;
    }

    .contact-order-page td[data-th]:before  {
        content: attr(data-th);
    }
}

.table-total-bottom {
  text-align: right;
}

.table-total-bottom h2, h3 {
  margin: 0;
  font-size: 35px;
  line-height: 40px;
  margin-top: 30px;
  font-family: "Noto Serif", serif;
}
.table-total-bottom h2 {
  color: #01711f;
  font-weight: bold;
}
.table-total-bottom .btn {
  margin-top: 20px;
  padding: 10px 50px;
}

.contact-order-page select {
    background-color: transparent;
    height: 34px;
    padding-top: 6px 15px;
    border: 1px solid rgba(1, 113, 31, .2);
    border-radius: 0;

}


.contact-order-page input[type=date] {
  margin: 15px 0 10px 5px;
  border: 1px solid rgba(1, 113, 31, 1);
}
.contact-order-page input[type=time] {
  margin: 15px 0 10px 5px;
  border: 1px solid rgba(1, 113, 31, 1);
}
@media only screen and (max-width: 768px) {
.contact-order-page input[type=date] {
  display: block;
  margin: 0;
}
.contact-order-page input[type=time] {
  display: block;
  margin: 0;
}
.contact-order-page .table {
  border: none;
}
.contact-order-page th {
  display: none;
}
.contact-order-page td {border-top: none !important;}

.contact-order-page   input  {
  padding: 5px !important;
}
.contact-order-page tr {
  border: 1px solid #ccc;
}
}
.contact-order-page .table p {
  text-align: left;
  color: #01711f;
  font-weight: 700;
  margin: 0;
}


</pre></body></html>