
body {

  }
  .main_header_area {
  position: absolute;
  width: 100%;
  z-index: 25;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  top: 0px;
}

.header_top .header_top_inner {
  color: #fff;
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.149);
}

.header_top .header_top_inner ul li {
  display: inline-block;
  color: #fff;
}
.header_top{
    background-color: #8a3500;
    color: #fff;
}
.header_top .header_top_inner ul li a {
  color: #fff;
  font-weight: bold;
  position: relative;
}


.navbar-brand img {
  height: 80px;
}

.header_top .header_top_inner ul li a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  left: 15px;
  top: 50%;
  left: -18px;
  margin-top: -6px;
  background: #fff;
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

.header_top .header_top_inner ul li a:hover {
  color: #0D2891;
}

.header_top .header_top_inner ul li:first-child a:before {
  display: none;
}

.header_top .header_top_inner ul li + li {
  margin-left: 30px;
}

.header_top.h_top_two .header_top_inner ul li a {
  color: #948ea1;
}

.header_top.h_top_two .header_top_inner ul li a:before {
  background: #948ea1;
}

.navbar {
    float: right;
    padding: 15px 25px;
    background-color: #00a859;
    border-radius: 0 0 0 40px;
}
.navbar-1 {
  line-height: 80px;
}
.nav  {
  margin: 0 auto;
} 

.navbar .navbar-brand img + img {
  display: none;
}
.dropdown-item a {
  color: #000;
}

.navbar .nav .nav-item a {
  color: #fff;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar .nav .nav-item a:after {
  display: none;
}

.navbar .nav .nav-item:hover a, .navbar .nav .nav-item.active a {
  color: #0D2891;
}

.navbar .nav .nav-item.submenu {
  position: relative;
}

.navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px 15px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  margin: 0px;
}

.domestic-1 {
  padding: 60px 0;
}



.navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.navbar .nav .nav-item.submenu ul li {
  display: block;
  float: none;
  margin-right: 0px;
  margin-left: 0px;
}

.navbar .nav .nav-item.submenu ul li a {
  line-height: 45px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 0px 30px;
  text-transform: capitalize;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
}

.navbar .nav .nav-item.submenu ul li:last-child {
  border-bottom: none;
}

.navbar .nav .nav-item.submenu ul li:hover a {
  background: #f2f2f2;
  color: #4466d7;
}



.navbar .nav .nav-item + li {
  margin-left: 0px;
}
.demo-title {
  font-family: 'DM Serif Display', serif;
  font-weight: normal;
  font-size: 30px;
  color: #FFFFFF;
}

/* Removable Demo Copyright Paragraph */
.demo-copyright {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #CCCCCC;
}

/* Demo 1 - Lily Effect */
.lily-box {
    background-color: #3E606F; 
    position: relative; 
    overflow: hidden;
}
.lily-box img {
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px, 0, 0);
    width: calc(100% + 50px);
    max-width: none;
    height: auto;
    opacity: 0.7;
}
.lily-box .lily-caption {
    position: absolute; 
    bottom: 10%; 
    left: 5%;
    width: 90%; 
    height: auto;
}
.lily-box .lily-caption .lily-title {
    transform: translate3d(0, 40px, 0);
    transition: transform 0.35s;
    font-family: 'DM Serif Display', serif;
    font-weight: normal;
    font-size: 26px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    color: #FFFFFF;
}
.lily-box .lily-caption .lily-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    transform: translate3d(0, 40px, 0);
    color: #FEFEFE;
  opacity: 0;
  transition: opacity 0.2s, transform 0.35s;
}
.lily-box:hover img {
    transform: translate3d(0, 0, 0); 
    opacity: 1;
}
.lily-box:hover .lily-caption .lily-title {
    transform: translate3d(0, 0, 0);
}
.lily-box:hover .lily-caption .lily-desc {
  transition-delay: 0.05s;
  transition-duration: 0.35s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.img-9 img {
  margin: 85px 0 0 0;
}

/*===================== main_header_area_two css ===================*/
.main_header_area_two {
  background: transparent;
}

/*============== main_header_area_three css ================*/
.main_header_area_three {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 25;
}

.header_top_two {
  padding: 14px 0px;
}

.header_top_two a {
  color: #fff;
}

.h_info a {
  font-size: 15px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}

.h_info a i {
  padding-right: 10px;
}

.h_info a + a {
  margin-left: 36px;
}

.h_info a:hover {
  color: #0D2891;
}

.h_social_icon a {
  font-size: 18px;
  margin-left: 18px;
}

.h_social_icon a:hover {
  color: #0D2891;
}

.nav_three {
  border-radius: 5px;
  background: #182557;
  padding: 0px 40px;
}

.nav_three .nav .nav-item a {
  line-height: 95px;
}

/*=============== affix css ===============*/
.navbar_fixed {
  width: 100%;
  left: 0;
  top: -70px;
  position: fixed;  
  border-bottom: 0px;
  z-index: 999;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: background 100ms linear, -webkit-transform 500ms ease;
  -webkit-transition: background 100ms linear, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 100ms linear;
  -webkit-backface-visibility: hidden;
}

.navbar_fixed .header_top, .navbar_fixed .header_top_two {
  display: none;
}

/*.navbar_fixed .navbar .navbar-brand img {
  display: none;
}*/

.navbar_fixed .navbar .navbar-brand img + img {
  display: block;
}

.navbar_fixed .navbar .nav .nav-item > a {
  color: #ffffff !important;
  line-height: 20px;
}

.navbar_fixed .navbar .nav .nav-item:hover > a, .navbar_fixed .navbar .nav .nav-item.active > a {
  color: #0D2891;
}

/*.navbar_fixed .navbar .navbar-toggler span {
  background: #0D2891;
}*/

.navbar_fixed.main_header_area_three {
  top: -70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: transform 300ms ease, background 100ms linear, -webkit-transform 300ms ease;
  border-radius: 0px;
  position: fixed;
  background: #fff;
}
ul {
  margin: 0px;
}

.navbar_fixed.main_header_area_three .navbar {
  background: #fff;
  border-radius: 0px;
}

.navbar_fixed.main_header_area_three .navbar .nav .nav-item > a {
  line-height: 70px;
}
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-menu a.nonveg{background: red; color: #fff}


.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}
.story-area {
    padding: 60px 0;
    position: relative;
    background-position: center center;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
background-image: url('../img/images-12.jpg');
}
.section-title h2 {
  color: #fff;
}
.section-title p {
  color: #fff;
  font-size: 16px;
}
.align-items-center {
    align-items: center !important;
}
.testimonials {
  background-color: #f33f02;
  position: relative;
  padding-top: 80px;
}
.testimonials:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ddd;
}

#customers-testimonials .item-details {
  background-color: #ffffff;
    color: #000;
    padding: 20px 10px;
    text-align: left;
    height: 240px;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 0px;
}

.owl-carousel .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}
.owl-next i {
    padding: 70px 0 0 0;
    font-size: 30px;
    color: #000;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: 0px;
  font-size: 30px;  
}


.owl-carousel .owl-next {
  right: 0px;
}

.owl-prev i {
  padding: 70px 0 0 0;
    font-size: 30px;
    color: #000;
}
.navbar-brand img {
  height: 80px;
}
.bg-dark {
    background-color: #e3ffda!important;
}

.banner-slider {
  margin: 111px 0 0 0;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.boosters {
  background-image: url('../img/background.jpg');
    padding: 60px 0;    
   background-clip: initial;
   background-color: rgba(0, 0, 0, 0);
   background-origin: initial;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   z-index: 0;
   margin: 0px 0 60px 0;
}
.text-white {
    color: #fff!important;
    text-align: justify;
}
.story-content h4 {
  color: #fff;
  padding: 10px 0;
}
ul {
  list-style: none;
  padding: 0px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.ftco-services {
  background: url(../images/food.png) repeat;
  color: #5c3d03; }
  .ftco-services .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #fac564;
    opacity: 0; }
  .ftco-services .heading-section h2 {
    color: black; }

.services .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 0; }
  .services .icon:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    bordeR: 1px solid #bf7e06;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .services .icon span {
    font-size: 60px;
    color: #5c3d03;
    z-index: 1; }

.services h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: black;
  text-transform: uppercase; }

.services .media-body {
  color: #5c3d03; }

.services:hover .icon span {
  color: #fff; }

.services:hover .icon:after {
  border: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #f8b500; }

.services-wrap {
  width: 100%;
  display: block; }
  @media (max-width: 991.98px) {
    .services-wrap {
      margin-bottom: 30px; } }
  .services-wrap .img, .services-wrap .text {
    width: 50%; }
  .services-wrap .img {
    display: block; }
  .services-wrap .text {
    background: #fff;
    position: relative; }
    .services-wrap .text h3 {
      font-size: 20px; }
    .services-wrap .text .price {
      font-size: 16px;
      margin-bottom: 0; }
      .services-wrap .text .price span {
        color: #fac564; }
.italian {
  padding: 60px 10px;
    background-color: #ffb782;
}
.section-title ul li {
  color: #fff;
  font-size: 16px;
}
.ftco-section .ftco-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #d4d4d4;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300; }

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

.about-author .desc h3 {
  font-size: 24px; }

.ftco-section {
  padding: 7em 0;
  position: relative; }
@media(max-width:768px) {
  .italian {
    padding: 0px;
    background-color: #f9f9f9;
}
.width-files-mobile {
  width: 60%;
}
.width-files-mobile-14 {
  width: 30%;
  padding: 0px;
}
.banner-slider {
    margin: 131px 0 0 0;
}
.header_top_menu {
  display: none;
}

.card-body {
  padding: 0 5px;
}
.navbar {
  float: none;
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 0px;
}
.navbar .nav .nav-item a {
  padding: 10px;
}
.heading-10 h5 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.logo-img {
  display: block !important;
}
.logo-img img {
  height: 70px;
}
.nav-item {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 0px;
    margin: 0px !important;
}
}
.footer_area {
  padding:60px 0 0px;
  position: relative;
  color: #fff;
  z-index: 100;
  background: #222;
  word-break: break-all;
  word-wrap: break-word;
}

.single_ftr form{
  margin-top: 8px;
}
.single_ftr p{
  margin-bottom: 10px;
}

.sf_title{
    color: #33d286;
    text-transform: uppercase;
    font-size: 17px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.ftr_logo {
    float: left;
    padding: 15px 46px 0 0;
}
.ftr_logo a img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.ftr_logo a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}
.newsletter_form form{
  position: relative;
  display: block;
}
.newsletter_form {
  margin-top: 0px;
  overflow: hidden;
}
.single_ftr p{
  display: inline-block;
}
.newsletter_form .form-control {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 8px 20px;
    width: 100%;
  position: relative;
  background: transparent;
  color: #fff;
  border-radius: 0;
}

.newsletter_form button {
  border: inherit;
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  box-shadow: none;
  border: 1px solid transparent;
  transition: 0.5s;
  letter-spacing: 0.5px;
  position: absolute;
  right: 0px;
  top: 0;
  padding: 12px 17px;
  transition: .5s;
}
.newsletter_form button:hover,
.newsletter_form button:hover{
  background: transparent;
  color: #33d286;
  opacity: .9;
}
.newsletter_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1
}

.newsletter_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1
}
.newsletter_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1
}
.newsletter_form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1
}
.form-control{

}
.form-control:focus{
  border-color: #33d286;
}

.single_ftr li {
    padding-bottom: 15px;
    color: #fff;
}
.single_ftr a {
    color: #fff;
}
.single_ftr a:hover {
    color: #33d286;
}

.ftr_social_icon li {
  display: inline-block;
  text-align: center;
  padding: 4px;
}


.ftr_social_icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 32px;
    padding: 4px 8px;
    width: 40px;
  transition: .5s;
}
.ftr_social_icon ul li a:hover{
  background: #33d286;
  border-color: #33d286;
  color: #fff;
}

.ftr_btm_area {
  background: transparent;
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 1px dotted #888;
  margin-top: 0px;
  z-index: 100;
  position: relative;
}
.copyright_text{
    margin: 6px 0;
}
.payment_mthd_icon li {
  display: inline-block;
  margin-left: 10px;
  font-size: 30px;
  color: #fff;
}
.social-btns {
    height: 35px;
    margin: auto;
    font-size: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;0000000000000000000000
}
@media (min-width: 768px) {
.text-md-right {
    text-align: right!important;
}
}

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fa {
  color: #3cf;
}
.social-btns .btn.linkedin:before {
  background-color: #0077B5;
}
.social-btns .btn.linkedin .fa {
  color: #0077B5;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns {
  height: 35px;
  margin: auto;
  font-size: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 33px;
  height: 33px;
  line-height: 20px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 15px;
  vertical-align: middle;
}
.site-heading h2 span {
    color: #000 !important;
}
.section-padding-1 {
    padding: 60px 0;
}
.footer_area {
    background-image: url(../img/images.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
h2 {
    color: #fff;
    font-family: "Playfair Display",serif;
    font-size: 35px !important;
    font-weight: 700;
}
.template-btn {
    color: #fff !important;
    text-decoration: none !important;
    background: #f58634;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    display: inline-block;
    padding: 12px 30px !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.carousel-item img {
  width: 100%;
}
.item-details h3 {
  text-transform: uppercase;
}
.nav-link {
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
}
.nav-item {
  padding: 0 8px 0 0;
}
.nav-link {
  padding:9px;
  text-transform: uppercase;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ff0000;
    border: 1px solid #dc3545;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover {
    color: #fff;
    text-decoration: none;
}
.p-4 {
    padding: 15px !important;
}
.mb-5 {
  color: #fff;
}
.logo-img {
  display: none;
}
.nav-tabs .nav-link {
}
.card .carousel-caption h3 {
  color: #3d3d3d;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
    font-size: 14px !important;
}
.banner-fixed {
  padding: 0px;
}
a > .ico {
    background-color: grey;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;
}
.order:hover {
  color: #fff;
}
.demo-9 {
  padding: 0px;
}
.story-area-9 {
  padding: 60px 0 60px 0;
  background-color: #f3f3f3;
}
.order {
  padding: 10px;
    background-color: #ff8787;
    text-decoration: none !important;
    color: #fff;
}
.nav-tabs {
    display:none;
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }
    
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .order_food {
  display: none;
}
.copyright_text span{display: block !important;}
  
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background: linear-gradient(to left, #ffb75d 0%,  #f58634 100%);
    border-color: #dee2e6 #dee2e6 #fff;
    color: #fff !important;
}
.card-body h5 {
  font-weight: bold;
}
.card-body ul li {
  font-weight: 600;
}
#content {
}
#box {
  width: 100%;
  height: 400px;
  margin: 0px auto;
  padding: 0;
  border-radius: 7px;
  font-size: 14px;
  overflow: hidden;
  background: #fff;
}
.mCustomScrollBox {
  border: 1px solid #ccc;
  overflow: scroll;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color:none !important; 
}
.nav-tabs .nav-link {
  border: none;
}
 #box hr {
  height: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
 #box p {
  word-break: break-all;
  color: #fff;
}
 #box p a {
  color: inherit;
  text-decoration: none;
}
 #box p a:hover {
  text-decoration: underline;
}
 #box ul {
  list-style-type: circle;
  margin: 0;
  padding: 0;
}
#box ul li {
  color: #000;
  list-style: none;
}
.tabe-navbar {
  padding: 60px 0;
    background-image: url(../img/menu_left.jpg), url(../img/menu_right.jpg);
    background-position: top left, center right;
    background-repeat: no-repeat;
    min-height: 600px;
}
.mCSB_inside>.mCSB_container {
  margin-right: 0px !important;
  position: inherit !important;
}
.heading-10 h5 {
  text-align: center;
}
.heading-10 ul li {
  text-align: center;
}
.heading-10 h5 {
  margin: 20px 0 0 0;
}
.table td {
    padding: 2px;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}
.nav-tabs {
    width: 72%;
    background-color: #fff;
    margin: 0 0 30px 0;
    /* border-bottom: 1px solid #dee2e6; */
}
.natural {
  color: #fff;
}
.mt-4 {
  color: #fff;
}
.reservation-area {
  /* The image used */
  background-image: url("../img/book-now.jpg");

  /* Set a specific height */
  min-height: 320px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-container {
  background-color: rgba(245, 245, 245, 1);
  width: 100%;
}

.cd-testimonials-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(245, 245, 245, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 100px 0px 40px;
  z-index: 1;
}

.cd-testimonials-wrapper h2 {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 60px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    padding: 130px 0px 60px;
  }
  .cd-testimonials-wrapper h2 {
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 0 auto;
  }
}

.testimonial-content {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto 30px auto;
}
.single_ftr img {
  height: 100px;
  margin: 0 auto 30px;
  display: block;
}
.single_ftr {
  margin: 0 auto;
}

.cd-testimonials {
  color: rgba(130, 132, 139, 1);
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}

.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}

.testimonial-content p {
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 14px;
}

@media only screen and (min-width: 768px) {
  .testimonial-content p {
    font-size: 20px;
    font-family: 'Open Sans';
  }
}

@media only screen and (min-width: 1170px) {
  .testimonial-content p {
    font-size: 24px;
    line-height: 1.6;
  }
}

.cd-author-info span p {
  display: inline-block;
  font-size: 14px;
  padding-left: 0;
}

.cd-author-info span p a {
  color: rgba(126, 129, 136, 1);
}

.cd-author img,
.cd-author .cd-author-info {
  display: inline-block;
  vertical-align: top;
}

.cd-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}

.cd-author .cd-author-info {
  text-align: left;
  line-height: 1
}

.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  margin-top: 4px;
}

.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  color: #6b6b70;
}

ul.cd-author-info {
  list-style: none;
}

ul.cd-author-info li span:before {
  font-family: 'FontAwesome';
  content: '\f099';
  font-size: 24px;
  display: inline-block;
  position: absolute;
  margin-top: 2px;
  font-style: normal;
  margin-left: -30px;
}

ul.cd-author-info li span {
  font-size: 14px;
  padding-left: 30px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 58px;
    height: 58px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 18px;
  }
}

@media only screen and (max-width: 320px) {}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 100%;
  margin: 0px 0 0;
  position: absolute;
  z-index: 9999;
  top: 0;
  overflow: hidden;
  opacity: 1;
  background: rgba(245, 245, 245, 1);
  cursor: pointer;
  color: rgba(255, 255, 255, .5);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



@media screen and (max-width: 767px) {
  .header_top .header_top_inner ul li a{font-size: 14px;}
}
.cd-testimonials-wrapper h2 {
  color: #000;
}
.breadcrumb_bg {
  margin: 110px 0 0 0;
  padding: 0px 0;

  background-image: url('../img/about-us-background.jpg');
  background-position: center center;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
margin: 110px 0 60px 0;
}
.about-area.half-bg {
    overflow: hidden;
}
.default-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.bg-gray {
    background-color: #f7f7f7;
}
.about-area .about-items .info h3 {
    font-weight: 700;
    color: #666666;
    font-size: 50px;
    font-family: Dancing Script;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: -5px;
}
.breadcrumb {
  padding:0px;
}
.breadcrumb_iner_item h2 {
    line-height: 332px;
}
.about-area .about-items .info h2 {
    line-height: 1.4;
    margin-bottom: 25px;
}
.about-area .info > ul {
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e7e7e7;
}
.about-area .info > ul li {
    float: left;
    border-right: 1px solid #e7e7e7;
    width: 50%;
    padding: 15px 15px;
    text-align: left;
}
.about-area .info > ul li .icon, .about-area .info > ul li .info {
    display: table-cell;
    vertical-align: top;
}
.about-area .info > ul li i {
    font-size: 40px;
    color: #e7272d;
}
.about-area .info > ul li .info {
    padding-left: 15px;
}
.about-area .info > ul li .info h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.about-area .info > ul li .info {
    padding-left: 15px;
}
.about-area .info > ul li .icon, .about-area .info > ul li .info {
    display: table-cell;
    vertical-align: top;
}
.about-area .info > ul li:last-child {
    border: none;
}
.about-area.half-bg .opening-hours::before {
    position: absolute;
    left: 0;
    top: -100px;
    content: "";
    height: 500%;
    width: 200%;
    background-image: url('../img/burger.png');
    z-index: -1;
}
.about-area.half-bg .opening-hours .item h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light a {
    color: #ffffff;
}
.about-area.half-bg .opening-hours .item li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.about-area.half-bg .opening-hours .item li span {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pull-right {
    float: right!important;
}
.about-area.half-bg .opening-hours {
    position: relative;
    z-index: 1;
    padding-left: 30px;
}
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  border-radius: 4px;
  background: #ffffff;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #000000;
  margin: 10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

.button:hover {
  background-color: rgba(0,0,0,0.1);
}

.button:active,
.button.is-checked {
  background-color: rgba(0,0,0,0.1);
  outline: none;
}

.button-group {
  margin: 20px 0;
  text-align: center;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid article {
  background-color: #FFFFFF;
  display: block;
  float: left;
  margin: 1%;
  width: 23%;
}

@media (max-width: 1024px) {
  .grid article {
    width: 31.3%;
  }
}

@media (max-width: 767px) {
  .grid article {
    width: 48%;
  }
   .single_ftr li,.copyright_text {
   
    font-size: 14px;
}
}

@media (max-width: 479px) {
  .grid article {
    margin: 2% 0;
    width: 100%;
  }
}
.section {
  padding: 0px 0;
  color: #333;
}
.section .top-side {
  text-align: center;
}
.section .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.section .top-side .title:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto;
}
.section .top-side h2 {
  font-weight: 700;
}
.section.portfolio .filters {
  text-align: center;
  margin-top: 0px;
}
.section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ccc;
  margin: 0 10px 0 0;
  background-color: #793400;
  color: #fff;
  border-radius: 5px;
}
.section.portfolio .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #fff;
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li.active:after {
  width: calc(100% - 60px);
}
.section.portfolio .filters-content {
  margin-top: 10px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.section.portfolio .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.section.portfolio .filters-content .item .p-inner h5 {
  font-size: 15px;
}
.section.portfolio .filters-content .item .p-inner .cat {
  font-size: 13px;
}
.section.portfolio .filters-content .item img {
  width: 100%;
}
.order_food{
    background: #ff8787;
    border-radius: 25px;
    color: #fff;
    padding: .5rem 1.0rem;
    margin: 0 5px;
    font-size: 15px;
  }
.order_food-1 {
  display: none;
}
.order_food a {
  text-decoration: none;
}
.order_food-1{
    background: #ff8787;
    border-radius: 25px;
    color: #fff;
    padding: .5rem 1.0rem;
    margin: 0 5px;
    font-size: 15px;
  }
.order_food-1 a {
  text-decoration: none;
}

.order_food h5 {
  text-decoration: none;
}
.p-inner h5 {
  margin: 0 0 15px 0;
}
.form-group label {
  font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.professional h3 {
  color: #fff;
}
.professional h5 {
  color: #fff;
}
@media(max-width:767px) {
   .order_food-1 {
      display: block !important;
    }
}

.flex-control-nav {
  display: none;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
  background-color: #392919;
  border-radius: 7px;
}
.dropdown-item {
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #e4ff77 !important;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  color: #fd8f8f !important;
}
.dropdown-item {
  font-weight: bold;
}
.nav-link-10 {
      color: #000 !important;
}
.banner img {
  min-height: 340px;
}
.table td + td {
  text-align: center !important;
}
.table th + th {
  text-align: center !important;
}


#feedback-left {
    float: right;
    position: fixed;
    top: calc(50% - 47px);
    right: -48px;
    z-index: 999;
}

#feedback-left a {
    background: red  url('../img/Nonveg-symbol.jpg') no-repeat 6px;
    border-right: 0;
    display: block;
    padding:8px 6px 8px 32px;
    transition: all .2s ease-in-out;
    transform: rotate(90deg);
    font-size: 14px;
    background-size: 16px;
}



#feedback {
    float: left;
    position: fixed;
    top: calc(50% - 47px);
    left: -48px;
    z-index: 999;


}

#feedback a {
    background: rgb(0 168 89) url('../img/Veg-symbol.jpg') no-repeat 6px;     
    border-right: 0;
    display: block;
    padding:8px 6px 8px 32px;
    transition: all .2s ease-in-out;
    transform: rotate(90deg);
    font-size: 14px;
    background-size: 16px;
}

.card-body table thead th{background: #f5f5f5;padding: 8px;}

.card-body table tbody tr td .fa{padding-right: 10px;}

.card-body table tbody tr:hover{background: #00a859; color: #fff;}

.card-body table tbody tr td{padding: 2px 10px;border-bottom: 1px solid #dcdcdc;}


/*.card-body table thead th:last-child,
.card-body table thead td:last-child{width: 200px;}*/

.style-title{font-family: cursive; color: #F00; font-weight: bold; font-size: 18px ;}