html {
  overflow-x: hidden;
}

body {
  font-family: "Raleway", sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #6c7880;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #FDA403;
}

a:hover {
  text-decoration: none;
  color: #FDA403;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.45;
  color: #000;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: bold;
}

.text-primary {
  color: #ef3f34 !important;
}

.site-navbar-light {
  /*background: transparent !important;*/
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(255,255,255,0.75) !important;
  box-shadow: 0 0 3px #000;
}

@media screen and (max-width: 991px) {
  .site-navbar-light {
    background: rgba(255,255,255,0.4) !important;
    top: 0;
    position: relative;
  }
}

.site-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.site-navbar-light .navbar-nav > .nav-item.site-cta a {
  color: #fff;
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
    display: none;
  }
}

.site-navbar-light .navbar-toggler {
  border: none;
  color: #ef3f34 !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.site-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #fff !important;
  box-shadow: 0 0 3px #000;
}

@media screen and (max-width: 768px) {
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 576px) {
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.site-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: #ef3f34 !important;
  border-color: #ef3f34 !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.site-navbar-light.scrolled .nav-link {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  color: #000 !important;
}

.site-navbar-light.scrolled .nav-link.active {
  color: #FDA403 !important;
}

.site-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.site-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.site-navbar-light.scrolled .navbar-brand {
  color: #000;
}

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .1em;
}

.bg-image, .site-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.site-cover {
  background-position: center center;
}

.site-cover .site-heading {
  font-size: 75px;
  line-height: 1.34;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  font-family: "Frank Ruhl Libre", serif;
}

@media screen and (max-width: 768px) {
  .site-cover .site-heading {
    font-size: 37px;
    line-height: 1.3;
  }
}

.site-cover .site-subheading, .site-cover p {
  color: #fff;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-shadow: 2px 1px 2px #000;
  font-size: 21px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .site-cover .btn {
    width: 100% !important;
    border: 1px solid red;
  }
}

.site-cover a {
  position: relative;
  color: #fff;
}

.site-cover a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FDA403;
  height: 2px;
  content: " ";
}

.site-cover.overlay {
  position: relative;
}

.site-cover.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-cover .site-vh-100 {
  min-height: 700px !important;
}

.site-slant {
  position: relative;
  overflow: hidden;
}

.site-slant:after {
  width: 120%;
  height: 200px;
  left: -10%;
  background: #f2f2f2;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  content: "";
  position: absolute;
  bottom: -100px;
}

@media screen and (max-width: 960px) {
  .site-slant:after {
    bottom: -150px;
  }
}

@media screen and (max-width: 768px) {
  .site-slant:after {
    bottom: -170px;
  }
}

.site-slant.site-slant-white:after {
  background: #fff;
}

.site-slant.site-slant-dark:after {
  background: #263135;
}

.site-uppercase {
  font-size: 30px;
}

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

.menu-item img {
  width: 100px;
  border-radius: 50%;
}

.menu-item .menu-price {
  font-size: 22px;
  color: #ef3f34 !important;
  font-weight: 600;
  font-family: "Frank Ruhl Libre", serif;
}

@media screen and (max-width: 768px) {
  .display-4 {
    font-size: 37px;
  }
}

.text-black {
  color: #000 !important;
}

.bg-light {
  background: #darken fafafa, 4% !important;
}

.site-custom-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

.site-custom-gutters [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.site-custom-gutters [class*=col-] .site-thumbnail {
  display: block;
  margin-bottom: 5px;
}

.btn {
  border-radius: 4px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-family: "Frank Ruhl Libre", serif;
}

.btn.btn-lg {
  font-size: 16px !important;
  padding: 13px 40px !important;
}

.btn.btn-sm {
  padding: 10px 20px;
  font-size: 12px;
}

.btn.btn-primary {
  border-radius: 0px;
}

.btn.btn-secondary {
  border: 2px solid #fff;
  background: none;
  border-radius: 0px;
  color: #fff;
}

.btn.btn-secondary:hover {
  background: #ef3f34;
  border-color: #ef3f34;
  color: #fff;
}

.btn:before {
  display: none;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #ef3f34;
  border-color: #ef3f34;
  color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #2b2728;
  background: #2b2728;
}

.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  border-radius: 0px;
  border-width: 2px;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.form-control {
  border: none;
  height: 55px !important;
  background: #ffe4c4 !important;
  color: #000 !important;
  font-size: 15px;
  border-radius: 0px;
}

textarea.form-control {
  height: inherit !important;
}

.site-vh-100 {
  height: 100vh;
}

@media screen and (max-width: 960px) {
  .site-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-vh-75 {
  height: 75vh;
}

@media screen and (max-width: 960px) {
  .site-vh-75 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important;
}

@media screen and (max-width: 576px) {
  .site-tab-nav {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

.site-tab-nav li {
  padding: 0;
  margin: 10px 5px;
  display: inline-block !important;
}

@media screen and (max-width: 576px) {
  .site-tab-nav li {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

.site-tab-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
  color: #2b2728;
  border: 2px solid #2b2728;
  border-radius: 0 !important;
  font-weight: 500;
  font-family: "Frank Ruhl Libre", serif;
}

.site-tab-nav li a.active {
  background: #ef3f34 !important;
  color: #fff !important;
  border: 2px solid #ef3f34;
}

.site-animate {
  opacity: 0;
  visibility: hidden;
}

.bg-primary {
  background: #FDA403 !important;
}

.site-section .site-sub-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #ef3d31;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
}

.site-section .site-primary-title {
  margin-top: 0;
  margin-bottom: 30px;
}

#section-about {
  padding: 90px 0 40px 0;
}

#section-about .img {
  position: relative;
  right: 0;
}

@media screen and (max-width: 768px) {
  #section-about .img {
    position: relative;
    right: inherit;
  }
  #section-about .img img {
    max-width: 100%;
  }
}

#section-offer {
  padding: 90px 0;
}

.site-section {
  padding: 90px 0;
}

.site-bg-dark {
  background: #222;
}

.site-footer {
  font-size: 16px;
}

.site-footer .site-footer-logo {
  text-transform: uppercase;
  letter-spacing: .1em;
}

.site-footer .site-footer-widget h2 {
  font-weight: normal;
}

.site-footer p {
  color: #2b2728;
}

.site-footer a {
  color: #2b2728;
  width: fit-content;
}

.site-footer a:hover {
  color: #FDA403;
}

.site-footer .site-heading {
  font-size: 24px;
}

.site-footer .site-heading-2 {
  font-size: 24px;
  font-weight: 700 !important;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #ef3f34;
  margin-bottom: 20px;
}

.site-pricing-popular {
  position: relative;
}

.site-pricing-popular .popular-text {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -16px;
  right: 0;
  background: #FDA403;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: .1em;
}

.site-pricing h2 {
  font-size: 17px;
  text-transform: uppercase;
}

.site-pricing .site-price-per {
  font-size: 70px;
}

.site-pricing .site-price-per sup {
  font-size: 20px;
  top: -1.5em;
}

.site-pricing .site-price-per strong {
  color: #000;
}

.site-pricing .site-price-per span {
  font-size: 20px;
}

.site-pricing ul li {
  margin-bottom: 10px;
}

.site-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.site-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  float: left;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: relative;
}

.site-footer-social li a span {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-footer-social li a:hover {
  color: #fff;
}

.footer-small-nav > li {
  display: inline-block;
}

.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
  color: #FDA403;
}

.media .site-icon {
  width: 100px;
}

.media .site-icon span {
  color: #FDA403;
}

.site-media {
  background: #fff;
  border-radius: 0px;
}

.site-media.text-center .site-icon {
  margin: 0 auto;
}

.site-overflow-hidden {
  overflow: hidden;
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

.site-owl {
  position: relative;
  z-index: 1;
}

.site-owl .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 10;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-owl .owl-nav .owl-prev,
.site-owl .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  background: #FDA403;
  color: #fff;
  padding: 10px;
  line-height: 0;
}

.site-owl .owl-nav .owl-prev {
  left: 0;
}

.site-owl .owl-nav .owl-next {
  right: 0;
}

.site-owl .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.site-owl .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.site-owl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 7px;
}

.site-owl .owl-dots .owl-dot.active span {
  background: #ef3f34;
}

.site-owl:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}

#map {
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #map {
    height: 300px;
  }
}

#reservationModal .close {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
}

#reservationModal .close:active, #reservationModal .close:focus {
  outline: none !important;
}

#reservationModal .close span {
  font-size: 30px;
}

#reservationModal .close small {
  font-size: 16px;
  position: relative;
  top: -2px;
  right: 10px;
}

#reservationModal .modal-content {
  border-radius: 0;
}

#reservationModal .modal-content label {
  color: #000;
}

#reservationModal .modal-content .modal-body {
  padding: 0;
}

#reservationModal .modal-content .bg-image, #reservationModal .modal-content .site-cover {
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 960px) {
  #reservationModal .modal-content .bg-image, #reservationModal .modal-content .site-cover {
    height: 200px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
  }
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.site-counter .site-number {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #FDA403;
}

.site-counter .site-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #b3b3b3;
}

#site-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#site-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#site-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#site-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#site-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
/*********************************/

.h-logo.navbar-brand
{
  margin-right: 0 !important;
  /*background: rgba(255,255,255,0.6);
  padding: 0 30px 20px 30px;
  box-shadow: 0 0 2px #000;*/
}
.site-navbar-light .navbar-nav > .nav-item > .nav-link
{
  font-size: 16px;
  font-weight: 700;
  color: #2b2728 !important;
  font-family: "Frank Ruhl Libre", serif;
}
.site-navbar-light.scrolled .navbar-nav > .nav-item > .nav-link
{
 font-size: 15px;
 font-weight: 700;
 color: #2b2728 !important;
}
.h-logo img
{
  width: 160px;
  height: 80px;
}
.scrolled .h-logo img
{
  width: 120px;
  height: 60px;
}
.scrolled .h-logo.navbar-brand
{
  box-shadow: none;
}
.display-4 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Frank Ruhl Libre", serif;
}
.lead {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}
.h-menu-btn
{
  margin: 30px auto 0 auto;
  display: table;
}
.h-menu-btn .btn.btn-sm {
  padding: 12px 30px;
  font-size: 15px;
}
.p-md-5 {
    padding: 1rem 3rem !important;
  }
.lunch-bg-sec 
{
  background-size: cover;
 background-image: url(../images/lunch-bg.jpg);
 background-attachment: fixed;
 background-repeat: no-repeat;
 min-height: 480px;
}
.h-bg-sec.testim 
{
 background-image: url(../images/testim-bg.jpg);
}
.h-bg-sec h2
{
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.3px;
}
.h-bg-sec h4
{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.3px;
}
.h-bg-sec h6
{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.3px;
  margin-bottom: 40px;
  font-family: "Frank Ruhl Libre", serif;
}
.h-gal-btn
{
  margin: 50px auto 0 auto;
  display: table;
}
.h-gal-btn .btn.btn-sm {
  padding: 12px 30px;
  font-size: 15px;
}
.testim img {
  width: 200px;
  height: 66px;
  margin: 40px auto 0 auto;
  display: block;
}
.testim h1
{
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.3px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
.q-links li
{
  list-style-type: disclosure-closed;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.7;
  color: #2b2728;
  font-family: "Frank Ruhl Libre", serif;
}
.site-footer a:hover {
  color: #ef3f34;
}
.q-links
{
 padding-left: 20px;
}
.foot-cont .icon-location
{
  float: left;
  height: 30px;
}
.foot-cont .icon-location, .foot-cont .icon-phone, .foot-cont .icon-mail
{
  margin-top: 7px;
  float: left;
}
.foot-cont span, .f-logo span
{
 margin-right: 8px;
}
.site-footer.site-bg-dark {
  background: #f9f9f9;
}
.f-logo h4
{
 font-size: 20px;
 font-weight: 600;
 color: #ef3f34;
 line-height: 1.5;
 margin-top: 30px;
}
.f-logo h6
{
 font-size: 17px;
 font-weight: 600;
 color: #ef3f34;
 line-height: 1.5;
 margin-top: 10px;
 font-family: "Frank Ruhl Libre", serif;
}
.foot-cont p {
  color: #2b2728;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: "Frank Ruhl Libre", serif;
}
.f-logo p {
  color: #2b2728;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Frank Ruhl Libre", serif;
}
.site-footer .site-footer-social a
{
 color: #2b2728;
}
.site-footer .site-footer-social a:hover
{
 color: #ef3f34;
}
.copy-p
{
  font-size: 15px;
  color: #2b2728;
  line-height: 1.7;
  font-weight: 400;
  font-family: "Frank Ruhl Libre", serif;
}
.copy-p a
{
  font-size: 15px;
  color: #ef3f34;
  line-height: 1.7;
  font-weight: 400;
  cursor: pointer;
}
.copy-p a:hover
{
  color: #2b2728;
}
.bread-sec
{
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bread-sec .site-vh-100 {
  height: 450px;
}
.bread-sec h1
{
  color: #fff;
  font-size: 48px;
  text-shadow: 2px 2px 2px #2b2728;

}
.site-footer.site-section {
  padding: 90px 0 30px 0;
}
.con-box h4
{
  font-size: 20px;
  color: #ef3f34;
  line-height: 1.5;
  margin-bottom: 5px;
}
.con-box p
{
  font-size: 17px;
  font-weight: 500;
  color: #2b2728;
  line-height: 1.7;
  font-family: "Frank Ruhl Libre", serif;
}
.con-box p a
{
  font-size: 17px;
  font-weight: 600;
  color: #2b2728;
  line-height: 1.7;
}
.con-box p a:hover
{
  color: #ef3f34;
}
.con-box
{
 margin-bottom: 40px;
}
.map-sec iframe
{
 width: 100%;
 height: 450px;
 border: 0;
}
.c-form h4
{
  font-size: 30px;
  color: #ef3f34;
  line-height: 1.5;
  margin-bottom: 10px;
}
.site-navbar-light .navbar-nav > .nav-item.active > .nav-link
{
 color: #ef3f34 !important;
}
.menu-bg-pdf
{
 text-align: center;
}
.menu-bg-pdf .site-animate
{
  padding-top: 60px;
}
.homs-bg .site-animate
{
  padding-top: 60px;
}






/* =============================== Site Map ================================ */
.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #2b2728;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #0094d9;
    border: 1px solid #0094d9;
    border-radius: 10px;
    color: #000;
}

.sitemapul li
{
    background: #ef3f34;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    font-family: "Frank Ruhl Libre", serif;
}
.sitemapul li a
{
    font-weight: bold;
    font-size: 20px;
    color: #2b2728 !important;
    text-decoration: none;
}
.sitemapul li a:hover
{
    color: #fff !important;
}

/*****************************/

.h-wel .img-fluid {
  height: 405px;
  width: 100%;
}
.owl-carousel .owl-item img
{
  width: 100% !important;
  height: 202px;
}
.image-popup img
{
 width: 100% !important;
 height: 206px;
}
.f-logo img
{
 width: 204px;
  height: 103px;
}




/**** Media Queries ****/

@media (max-width: 1199px)
{
.display-4 {
  font-size: 36px;
}
.h-wel .img-fluid {
  height: 337px;
  width: 100%;
}
.site-section .site-sub-title {
  font-size: 17px;
  letter-spacing: 3px;
}
.owl-carousel .owl-item img {
  width: 100% !important;
  height: 168px;
}
.media-body .h4 {
  font-size: 19px;
}
.image-popup img {
  width: 100% !important;
  height: 172px;
}
.testim h1 {
  font-size: 48px;
}
.site-cover .site-heading {
  font-size: 60px;
}
.site-cover .site-subheading, .site-cover p {
  font-size: 19px;
}

}

@media (max-width: 1023px)
{
.site-cover .site-heading {
    font-size: 54px;
  }
.display-4 {
    font-size: 26px;
  }
.site-section .site-sub-title {
    font-size: 15px;
    letter-spacing: 3px;
  }
.h-wel p
{
 font-size: 15px;
}
.h-wel .img-fluid {
    height: 247px;
    width: 100%;
  }
.lead {
  font-size: 16px;
}
.owl-carousel .owl-item img {
    width: 100% !important;
    height: 188px;
  }
.image-popup img {
    width: 100% !important;
    height: 127px;
  }
.h-gal-btn .btn.btn-sm {
  padding: 8px 24px;
  font-size: 15px;
}
footer .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
.bread-sec {
  height: 360px;
  background-repeat: no-repeat;
}
.map-sec iframe {
  width: 100%;
  height: 360px;
}
.site-cover .site-vh-100 {
  min-height: 600px !important;
}

}

@media (max-width: 767px)
{
.site-cover .site-heading {
    font-size: 48px;
  }
.site-cover .site-subheading, .site-cover p {
    font-size: 17px;
  }
.site-cover .site-vh-100 {
  min-height: 500px !important;
}
.display-4 {
    font-size: 30px;
  }
 .site-section .site-sub-title {
    font-size: 16px;
    letter-spacing: 3px;
  }
.site-section .site-primary-title {
  margin-bottom: 12px;
}
.h-wel .img-fluid {
    height: 382px;
    width: 100%;
  }
.h-wel p {
    font-size: 16px;
  }
.owl-carousel .owl-item img {
    width: 100% !important;
    height: 137px;
  }
.media-body .h4 {
    font-size: 17px;
  }
.image-popup img {
    width: 100% !important;
    height: 292px;
    margin-bottom: 10px;
  }
 .bread-sec {
    height: 320px;
  }
.h-bg-sec h2 {
  font-size: 45px;
}
.btn.btn-lg {
  font-size: 15px !important;
  padding: 10px 30px !important;
}
.site-footer .site-heading-2 {
  font-size: 22px;
  margin-bottom: 12px;
}
.foot-cont p {
  font-size: 17px;
  margin-bottom: 20px;
}
.q-links li {
  font-size: 17px;
  margin-bottom: 6px;
}
.sitemapul li a {
  font-size: 18px;
}
.sitemapul {
  width: 80%;
}

}

@media (max-width: 639px)
{
.site-cover .site-heading {
    font-size: 40px;
  }
.site-cover .site-subheading, .site-cover p {
    font-size: 16px;
  }
#section-about {
  padding: 50px 0 40px 0;
}
.h-wel .mb-5 {
  margin-bottom: 0 !important;
}
.h-wel .img-fluid {
    height: 337px;
    width: 100%;
  }
.lead {
    font-size: 15px;
  }
.owl-carousel .owl-item img {
    width: 100% !important;
    height: 247px;
  }
.media-body .h4 {
    font-size: 18px;
  }
.h-bg-sec h4 {
  font-size: 33px;
}
.h-bg-sec h6 {
  font-size: 20px;
  margin-bottom: 0;
}
.lunch-bg-sec {
  min-height: 400px;
}
.site-section {
  padding: 60px 0;
}
.image-popup img {
    width: 100% !important;
    height: 258px;
    margin-bottom: 0;
  }
.testim h1 {
    font-size: 42px;
  }
.testim .cont div p {
  font-size: 16px !important;
  width: 80% !important;
}
.testim .cont div b {
  font-size: 20px !important;
}
.testim img {
  width: 160px;
  height: 53px;
  margin: 20px auto 0 auto;
  display: block;
}
.site-footer .site-heading-2 {
    font-size: 20px;
  }
.bread-sec {
    height: 300px;
  }
.map-sec iframe {
    width: 100%;
    height: 320px;
  }
.h-menu-btn .btn.btn-sm {
  padding: 8px 20px;
  font-size: 14px;
}
.site-footer.site-section {
  padding: 50px 0 15px 0;
}
.con-box p {
  font-size: 16px;
}
.con-box p a {
  font-size: 16px;
}
.con-box h4 {
  font-size: 18px;
}
.site-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 15px;
}


}

@media (max-width: 479px)
{
.h-logo img {
  width: 120px;
  height: 60px;
}
.site-cover .site-heading {
    font-size: 30px;
  }
.site-cover .site-subheading{
    font-size: 15px;
  }
.site-cover .site-vh-100 {
    min-height: 400px !important;
  }
.display-4 {
    font-size: 25px;
  }
.site-section .site-sub-title {
    font-size: 15px;
  }
.h-wel p {
    font-size: 15px;
  }
.h-wel .img-fluid {
    height: 247px;
    width: 100%;
  }
.owl-carousel .owl-item img {
    width: 100% !important;
    height: 180px;
  }
 .media-body .h4 {
    font-size: 17px;
  }
.site-owl .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
 .h-bg-sec h4 {
    font-size: 26px;
  }
.h-bg-sec h6 {
    font-size: 17px;
    margin-bottom: 0;
  }
.lunch-bg-sec {
    min-height: 320px;
  }
.image-popup img {
    width: 100% !important;
    height: 191px;
  }
 .testim h1 {
    font-size: 36px;
  }
.testim img {
    width: 130px;
    height: 43px;
  }
.testim .cont div p {
  font-size: 15px !important;
  width: 90% !important;
}
.testim .cont div b {
  font-size: 18px !important;
}
.testim .dots .dot
{
 width: 10px !important;
 height: 10px !important;
}
.copy-p a {
  font-size: 14px;
} 
.copy-p {
  font-size: 14px;
}
.foot-cont p {
    font-size: 16px;
    margin-bottom: 20px;
  }
.site-footer .site-heading-2 {
    font-size: 18px;
  }
.f-logo h4 {
  font-size: 18px;
  margin-top: 20px;
}
.f-logo h6 {
  font-size: 16px;
}
.f-logo p {
  font-size: 15px;
}
.f-logo img
{
 width: 160px;
  height: 80px;
}
.bread-sec {
    height: 260px;
  }
.h-bg-sec h2 {
    font-size: 40px;
  }
.btn.btn-lg {
    font-size: 15px !important;
    padding: 6px 24px !important;
  }
.map-sec iframe {
    width: 100%;
    height: 300px;
  }
.c-form h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.sitemapul {
    width: 90%;
  }
.sitemapul li a {
    font-size: 17px;
  }

}

@media (max-width: 359px)
{
.site-cover .site-heading {
    font-size: 25px;
  }
.site-cover .site-subheading {
    font-size: 14px;
  }
.h-wel .img-fluid {
    height: 217px;
    width: 100%;
  }
.lead {
    font-size: 14px;
  }
.owl-carousel .owl-item img {
    width: 100% !important;
    height: 157px;
  }
.media-body .h4 {
    font-size: 16px;
  }
.h-bg-sec h4 {
    font-size: 22px;
  }
.h-bg-sec h6 {
    font-size: 16px;
  }
.image-popup img {
    width: 100% !important;
    height: 168px;
  }
 .testim h1 {
    font-size: 30px;
  }
.site-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
}

}