.topheader{
	 background-color: #c9242b;
	 height: 37px;
	 }
	 .topheader p{
	 color: #ecd924;
    padding: 8px
	 }
	 .navbar-inverse {
    border-color:white;
    background: white;
   }
  .navbar-nav {
    float: right;
    margin: 0;
   }
  .navbar {
    border-radius: 0px;
    margin-bottom: 0;
   }
   .navbar h1{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 26px;
    margin-top: 34px;
   }
  .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
       color: #ecd924;
    background-color:#c9242b;
    border-radius: 27px;
    padding: 12px 41px;  
   }
   .carousel-control.left,.carousel-control.right{
    background-image:none!important;
   }
   .navbar-inverse .navbar-nav>li>a {
    color: #ecd924;
}
   .navbar-inverse .navbar-toggle .icon-bar {
     background-color: #dbbe60;
   }
   .carousel-caption {
    /* right: 20%; */
    left: -29%;
    padding-bottom: 156px;
   }
   .sec1{
     text-align:center;
    }
.sec1 p {
    font-size: 18px;

}
.imgg{
text-align:center;
padding: 27px;
}
.imgg .fa{
font-size: 27px;
       color: #ae9d5e;

}
.imgg h3{
font-size: 14px;
}

.imgg:hover{
  
    background-color: #ffcb08;
	padding: 27px;

}
.sec3 p {
font-size: 19px;
    font-style: inherit;
	    margin: -7px 0 1px;


}
.sec4
{
text-align:center;
}
.sec4 h1{


    font-size: 61px;
    font-weight: 700;
}
.sec4 h2{
	

        font-size: 18px;

	} 
  .section-title h4 {
  font-size: 40px;
  text-transform: capitalize;
  color: #FF5E18;
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
}
.section-title h4::before {
  width: 80px;
  height: 1.5px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.section-title h4::before, .section-title h4::after {
  position: absolute;
  content: "";
  background-color: #FF5E18;
}
#myTabContent {
  margin-top: 50px;
}
.menu_tab {
  width: auto;
  margin: 0 auto;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-item a {
  color: #333;
}
.menu_tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: white;
  background-color: #FF5E18;
  border-color: #FF5E18;
}
.single_menu_list {
  position: relative;
  padding-left: 190px;
  margin-bottom: 110px;
}

.single_menu_list img {
  max-width: 30%;
  position: absolute;
  left: 0px;
  top: 0;
  border: 1px solid #ddd;
  padding: 3px;
  border-radius: 50%;
  transition: .4s
}

.single_menu_list:hover img {
  border-radius: 0;
  transition: .4s
}

.single_menu_list h4 {
  font-size: 20px;
  border-bottom: 1px dashed #333;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.single_menu_list h4 span {
  float: right;
  font-weight: bold;
  color: #FF5E18;
  font-style: italic;
}
  .title {
        text-align: center;
        color: #333;
        font-size: 1.6em;
      }
      .creds {
        text-align: center;
        color: #666;
        font-size: 0.85em;
      }
      .creds a {
        color: #000;
        text-decoration: none;
        border-bottom: 1px dotted #000;
      }
      .flip-menu{
      margin: 30px 0 0;
      }
      .flip-item-wrap{
      width: 25%;
        height: auto;
        float: left;
      position:relative;
      -webkit-perspective:800px;
         -moz-perspective:800px;
          -ms-perspective:800px;
           -o-perspective:800px;
              perspective:800px;
      }
      @media screen and (min-width: 1280px) {
        .flip-item-wrap{
        width: 16.6%;
        }
      }
      @media screen and (max-width: 979px) {
        .flip-item-wrap{
        width: 33.3%;
        }
      }
      @media screen and (max-width: 639px) {
        .flip-item-wrap{
        width: 50%;
        }
      }
      @media screen and (max-width: 379px) {
        .flip-item-wrap{
        width: 100%;
        }
      }
      .flip-item-wrap img{
      width:100%;
      height:auto;
      display:block;
      margin:0;
      }
      .flip-item-wrap input{
      display: none;
      }
      .flip-item-wrap .fake-image{
      visibility: hidden;
      }
      .flip-item{
      display: block;
      width:100%;
      height:100%;
      float:left;
      position:absolute;
      top:0;
      left:0;
      cursor:pointer;
      color:#fff;
      -webkit-transform-style:preserve-3d;
         -moz-transform-style:preserve-3d;
          -ms-transform-style:preserve-3d;
           -o-transform-style:preserve-3d;
              transform-style:preserve-3d;
      -webkit-transition:-webkit-transform 1s;
         -moz-transition:   -moz-transform 1s;
           -o-transition:     -o-transform 1s;
              transition:        transform 1s;
      }
      .flip-item figure{
      display:block;
      position:absolute;
      width:100%;
      height:100%;
      margin:0;
      -webkit-backface-visibility:hidden;
         -moz-backface-visibility:hidden;
          -ms-backface-visibility:hidden;
           -o-backface-visibility:hidden;
              backface-visibility:hidden;
      }
      .flip-item .back{
      width:100%;
      display:block;
      margin:0;
      -webkit-transform:rotateY( 180deg );
         -moz-transform:rotateY( 180deg );
          -ms-transform:rotateY( 180deg );
           -o-transform:rotateY( 180deg );
              transform:rotateY( 180deg );
      }
      .flipper:checked + .flip-item{
      -webkit-transform:rotateY( 180deg );
         -moz-transform:rotateY( 180deg );
          -ms-transform:rotateY( 180deg );
           -o-transform:rotateY( 180deg );
              transform:rotateY( 180deg );
      }
      .flip-item-desc{
      background: rgba(0,0,0,0.2);
      width:90%;
      height:90%;
      padding:5%;
      position:absolute;
      top: 0;
      left: 0;
      text-shadow:1px 2px 1px rgba(0,0,0,0.9);
      overflow:hidden;
      }
      .flip-item-title{
      font-size: 1.5em;
      margin: 1em 0 0.8em;
      }
      .gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.bg-dark-light {
    background: #323232 !important;
}
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
    color: #ffffff;
}
.widgets.footer-widgets .widget-title {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

.widgets.footer-widgets .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #cab80d;
}
.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px;
}
.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 0;
}

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    font-family: "Raleway", sans-serif;
}
.widgets.footer-widgets .widget-contact ul li {
    color: #000;
    font-size: 13px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widgets.footer-widgets .widget-contact ul li span {
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
}
.widgets.footer-widgets .widget-contact ul li.phone, .widgets.footer-widgets .widget-contact ul li.fax {
    font-size: 15px;
}

.widgets.footer-widgets .widget-contact ul li + li {
    margin-top: 20px;
}
ul.navbar-nav{
  padding-top: 32px;
}
#myCarousel .carousel-caption h1{
  text-align:center;font-size: 65px;
    font-weight:600;position: relative;
    top: -139px;
    left: 325px;
}
#myCarousel .carousel-caption h1 span{
  font-size: 30px;
  /*line-height: 23px !important;*/
}
#myCarousel .carousel-inner img{
  width: 100%;
  height: 600px;
}
.sec-l .download{
    margin-top:35px;
}
.sec-l .download img{
    width:180px !important;
    height:auto !important;
}
@media (min-width: 280px) and (max-width:420px){
  #myCarousel .carousel-caption h1{
    font-size: 24px;
    left: 20%;
    /*top: 50%;*/
    top: 18px;
  }
  #myCarousel .carousel-caption h1 span{
    font-size: 18px;
  }
 /* #myCarousel .carousel-inner img{
    height: auto;
  }*/
  .topheader{
    height: 118px;
  }
  .navbar-toggle{
    margin-top:27px;
  }
  .About .text p{
    font-size: 23px !important;
  }
}
@media (min-width: 421px) and (max-width:992px){
  .topheader{
    height: 89px;
  }
}
@media (min-width:421px) and (max-width:767px){
   #myCarousel .carousel-caption h1{
    font-size: 36px;
    left: 20%;
    /*top: 50%;*/
    top: 19px;
  }
   #myCarousel .carousel-caption h1 span{
    font-size: 24px;
   
  }
  .navbar-toggle{
    margin-top:41px;
  }
  .About .text p{
    font-size: 26px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px){
   #myCarousel .carousel-caption h1{
    font-size: 48px;
    left: 24%;
    /*top: 50%;*/
    top: -100px;
  }
  .About .text p{
    font-size: 30px !important;
  }
     
}
ul.navbar-nav li a{
  font-size: 16px;
}
.carousel-control{
  width:auto;
  display: none;
}
.footer-bottom-area{
  position: relative;
}
.footer-bottom-area:before{
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  content: "";
  width: 100%;
  height: 100%;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
  color: #143f48;
}
.footer-text p{
  position: relative;
  z-index: 99;
  text-align: center; 
  color:#fff;
}
.animated-button {
    width:177px;
  background: linear-gradient(-30deg, #b6171e 50%, #c9242b 50%);
  padding:10px 18px;
  margin:0 auto;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff;
  font-size: 19px;
/*  letter-spacing: 2.5px;*/
  text-align: center;
/*  text-transform: uppercase;*/
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    margin-top:0px;
    text-decoration: none;
}
.animated-button:hover{
  text-decoration: none;
}
.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85adad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}
.animated-button:hover, .animated-button:focus{color: #fff;}
.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#470B03));
  background: linear-gradient(to left, rgba(8, 43, 43, 0), #470B03);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#470B03));
  background: linear-gradient(to top, rgba(8, 43, 43, 0), #470B03);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#470B03));
  background: linear-gradient(to right, rgba(8, 43, 43, 0), #470B03);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#470B03));
  background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #470B03);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/**/
.sec-l{
    position:absolute;
    left:60%;
    top:42%;
}
@media (min-width:767px){
    .navbar-nav>li {
        margin-left:18px;
    }
}
@media (min-width:992px) and (max-width:1100px){
    #myCarousel .carousel-caption h1{
        font-size:45px;
        left:252px;
    }
}
@media (min-width:750px) and (max-width:780px){
    .sec-l{
        left:52%;
        top:43%;
    }
}
@media (min-width: 280px) and (max-width: 420px){
.sec-l {
    left: 46% !important;
    top: 57% !important;
}
.sec-l .animated-button{
  padding: 8px 12px;
  font-size: 14px;
  width: 127px;
}
#myCarousel .carousel-inner img{
  height: 340px;
  width: auto;
}
.sec-l .download img{
  width:90px !important;
}
}
@media (min-width: 421px) and (max-width: 749px){
.sec-l {
    left: 52% !important;
    top: 54% !important;
}
#myCarousel .carousel-inner img{
  height: 340px;
  width: 100%;
}
.sec-l .download img{
  width:120px !important;
}
}
@media (min-width: 781px) and (max-width: 1199px){
  .sec-l{
    left: 56% !important;
  }
}
.marquee{
  color:#ecd924;
  position:relative;
  top:6px;
}
.navbar .logo-img{
  width:122px;
  margin-bottom: 0px;
  margin-top:-6px;
}
#Gallery{
  margin-bottom: 25px;
}
#Gallery .G-head{
  visibility: visible;
   animation-name: fadeInDown;
   text-align:center;
   padding-top:15px;
   padding-bottom:15px;
}
#footer{
  padding-top:50px;
  padding-bottom:30px;
  background-image:url('../images/footerbg-1.jpg');
  background-size:cover;
}
.food-styles{
  padding: 40px 0;
}
.food-styles h1 span{
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;}
  .food-styles h1{
  margin-bottom: 26px;
}
.food-styles h1 span:after{
  position: absolute;
  content: "";
  width:60px;
  height: 6px;
  background: #fc7605;
  bottom: 0px;
  left:67px;
  border-radius: 6px;

}
.food-styles img{
  width: 100%;
}
.food-styles .text p{
  font-weight: 600;
  font-size: 16px;
  padding: 6px 0;
}
.About img{
  width: 100%;
}
.About{
  padding: 30px 0;
  background: #f7f7f7;
}
.About .text{
  padding-top: 0px;
}
.About .text p{
  font-size: 26px;
  /*margin-top: 23px;*/
}
.About h1{
  margin-bottom: 34px;
}
.About h1 span{
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
}
.About h1 span:after{
  position: absolute;
  content: "";
  width:60px;
  height: 6px;
  background: #9d3f3f;
  bottom: 0px;
  left:67px;
  border-radius: 6px;
}

@media (max-width: 992px){
  .navbar .logo-img{
    margin-top: 1px;
  }
}
.Gallery img{
  width: 100%;
  margin-bottom: 25px;
}
.Gallery{
  padding: 30px 0;
}
.Gallery h1{
  margin-bottom: 28px;
}
.Gallery h1 span{
  /*margin-bottom: 40px;*/
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}
.Gallery h1 span:after{
  position: absolute;
  content: "";
  height: 6px;
  width: 75px;
  bottom: 0px;
  left:65px;
  background: #cab80d;
  border-radius: 6px;
}


/* ----- carousel -----*/
.carousel-inner>.item:after{
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}
#Gallery{
  margin-bottom: 25px;
}
#Gallery h1{
  visibility: visible; 
  animation-name: fadeInDown;
  text-align:center;
  padding-top:15px;
  padding-bottom:15px;
}