
/***** Google fonts import ************/
@import "https://fonts.googleapis.com/css?family=Poppins:500,600,700";
@import "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,900";
@import "https://fonts.googleapis.com/css?family=Dancing+Script:400,700";
/*
Base csss
*/
html, body {
  height: 100%;
}

body {
  /*font-family: "Poppins", sans-serif;*/
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #9C9288;
  background-color: #fff;
}

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #ee3224  ;
}
a:hover, a:focus {
  color: #aeaeae;
}

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none;
}

blockquote {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}

label {
  font-weight: 400;
}

button:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}

::selection {
  background-color: #191b1d;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-weight: 600;
}
.order-now-btn{
  border: none;
  background: none;
  color: rgb(238, 50, 36);
    font-weight: 600;
    font-size: 13px;
  padding: 19px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
}
.order-now-btn:hover{
  color: white;
  background: red;
}
.overflow-hidden {
  overflow: hidden;
}

.full-wid {
  width: 100%;
}

.no-padd {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

/***spaces**/
.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-50 {
  width: 100%;
  height: 50px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-70 {
  width: 100%;
  height: 70px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-90 {
  width: 100%;
  height: 90px;
}

.space-100 {
  width: 100%;
  height: 100px;
}

.close {
  text-shadow: none;
  opacity: 1;
}

/**margins**/
.margin-0 {
  margin: 0px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.margin-l-10 {
  margin-left: 10px;
}

.skin-bg {
  background-color: #ee3224  ;
}
.skin-bg .title-1 {
  color: #fff;
}
.skin-bg .subtitle {
  color: #fff;
  opacity: 0.9;
}

.gray-bg {
  background: #f7f9fa;
}

.form-control, input[type="text"], input[type="email"], textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.03);
  min-height: 45px;
}
.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #ddd;
}

.dropcap:first-letter {
  font-size: 30px;
  color: #ee3224  ;
}

.center-img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.full-img {
  width: 100%;
  height: auto;
}

.text-color {
  color: #DF7833;
  font-family: "Dancing Script", cursive!important;
  font-size: 60px!important;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.verticle-middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
  position: relative;
}

.title-1 {
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 30px;
}
.title-1 span {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-transform: lowercase;
  font-size: 40px;
}

.subtitle {
  text-transform: capitalize;
  color: #5a5959;
  position: relative;
  display: inline-block;
  padding: 0px 40px;
  font-weight: 400;
}
.subtitle:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #5a5959;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  left: 0;
}
.subtitle:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #5a5959;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  right: 0;
}
.testimonials .subtitle {color: #ffffff;}
.testimonials .subtitle:after {background: #ffffff;}
.testimonials .subtitle:before {background: #ffffff;}

@media (min-width: 991px) {
  .vertical-align-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
/**********back to top*************/
.scrollToTop {
  text-align: center;
  font-size: 30px;
  background: #ee3224  ;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: none;
  opacity: 0.5;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}

/**preloader**/
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/loader.gif") no-repeat center center;
}

.table-display {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: table;
}

.table-cell-display {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 3;
}

/**parallax bg**/
.parallax-background {
  background-attachment: fixed !important;
  background-position: 50% 0;
}

/**boxed layout styles**/
@media (min-width: 1200px) {
  body.boxed {
    background-color: #ddd;
    margin: 0px auto;
    position: relative;
  }
  body.boxed .page-layout {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 1200px;
    margin: 10px auto;
    background-color: #fff;
  }
}
.error-digit {
  font-size: 140px;
  line-height: 140px;
  margin: 0px;
  font-weight: 400;
}

.about-chefs {
  background: url("../images/bg4.jpg") no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  padding: 80px 0;
}
.about-chefs:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
.about-chefs h1, .about-chefs p {
  color: #fff;
}

.abso-img {
  position: relative;
  overflow: hidden;
}
.abso-img a {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -22px;
}

.full_screen_hero {
  height: 100%;
  background: url("../images/bg11.jpg") no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
}
.full_screen_hero h1 {
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.full_screen_hero p {
  color: rgba(255, 255, 255, 0.8);
}

/**icon boxes**/
.icon-box {
  margin-bottom: 30px;
}
.icon-box i {
  font-size: 60px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  color: #ee3224  ;
}

.buttons-element button {
  margin: 5px;
}

.modal {
  z-index: 9999;
}

/*
Button style
*/
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  font-family: "Poppins", sans-serif;
  padding: 8px 12px 6px;
}

.btn-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 30px 10px;
}

.btn-xl {
  padding: 16px 25px 13px;
  font-size: 14px;
  font-weight: 400;
}

.btn-lg {
  padding: 12px 20px 9px;
  font-size: 13px;
  font-weight: 400;
}

.btn-dark {
  background: #7A3C35;
  color: #DF7833;
  letter-spacing: 2px;
  font-weight: bolder;
}
.btn-dark:hover, .btn-dark:focus {
  color: #fff;
  background-color: #d00000;
}

.btn-primary {
  background: #ee3224  ;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background: #333;
}

.btn-white {
  background: #fff;
  color: #333;
}
.btn-white:hover, .btn-white:focus {
  color: #fff;
  background: #333;
}

/*
Top bar styles
*/
.top-bar {
  background-color: #ee3224  ;
  padding: 5px 0;
}
.top-bar ul {
  margin: 0px;
  padding: 0px;
}
.top-bar ul li {
  color: #fff;
  vertical-align: middle;
  padding-left: 0px;
  padding-right: 0px;
}
.top-bar ul li i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.top-bar ul li a {
  display: block;
  line-height: 30px;
  margin: 0px 10px;
  color: #fff;
  font-size: 13px;
}
.top-bar ul li.b-table a, .top-bar ul li.lang a {
  display: block;
  padding: 0px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.top-bar ul li.b-table a {
  background-color: #fff;
  color: #333;
}
.top-bar ul li.lang a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.top-bar ul li.lang a i {
  font-size: 12px;
  margin-right: 0px;
}
.top-bar ul li.lang {
  position: relative;
  padding: 0px;
  margin: 0px;
}
.top-bar ul.level-2 li a {
  margin: 0px;
}

.top-bar .lang-dropdown.dropdown-menu {
  z-index: 99999;
  right: 0;
  left: auto;
}
.top-bar .lang-dropdown.dropdown-menu .flag {
  margin-right: 8px;
  width: 20px;
}
.top-bar .lang-dropdown.dropdown-menu > li > a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 10px;
  color: #999;
}
.top-bar .lang-dropdown.dropdown-menu > li > a:hover {
  color: #ee3224  ;
  background-color: transparent;
}

/*
=====================
HEADER STYLES
=====================
*/
/**navbar inverse (dark)**/
.navbar-inverse {
  border: 0px;
  margin: 0px;
  background-color: #1c2222;
  margin-bottom: 0px;
  position: relative;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #ee3224  ;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #ee3224  ;
  background-color: transparent;
}

/**navbar-light**/
.navbar-default {
  border: 0px;
  margin: 0px;
  background-color: #fff;
  margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #ee3224  ;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #ee3224  ;
  background-color: transparent;
}

.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

.navbar-brand{
  position: relative;
  z-index: 1;
}


.navbar-brand > img {
  display: block;
  margin-top: -1px;
}

.header-top-transparent .navbar-default .navbar-nav > .active > a, .header-top-transparent .navbar-default .navbar-nav > .active > a:focus, .header-top-transparent .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .header-top-transparent .navbar-default .navbar-nav > .open > a:focus, .header-top-transparent .navbar-default .navbar-nav > .open > a:hover {
  background: red;
  color: white;

}

.header-top-transparent .navbar-brand img {
  position: absolute;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1
}
.header-top-transparent .navbar-brand img.logo-scroll {
  opacity: 0;
}

.cart-nav a {
  position: relative;
  display: block;
  padding: 0;
  margin-left: 30px;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-top: 15px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
}
.cart-nav a .badge {
  position: absolute;
  right: -5px;
  top: 0px;
  padding: 1px 4px;
  font-weight: 400;
  background: #ee3224  ;
}

.cart-inner {
  padding: 30px 20px;
}
.cart-inner h4 {
  color: #fff;
}
.cart-inner hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.cart-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cart-list li:last-child {
  border-bottom: 0px;
}
.cart-list li .btn {
  margin: 5px;
}
.cart-list .cart-thumb {
  float: left;
  margin-right: 10px;
}
.cart-list .cart-content {
  overflow: hidden;
}
.cart-list .cart-content h5 {
  color: #ddd;
}
.cart-list .cart-content .close {
  color: #ee3224  ;
}
.cart-list p .price {
  color: #ee3224  ;
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .header-center-menu .navbar .navbar-nav {
    display: inline-block;
    float: none;
  }
  .header-center-menu .navbar .navbar-collapse {
    text-align: center;
  }

  .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .navbar-brand {
    height: 64px;
    padding: 0px;
  }
}
.header-top-transparent {
  background: transparent;
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 9999;
}
.header-top-transparent .top-bar {
  background: transparent;
}
.header-top-transparent .navbar-default {
  background: transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-top-transparent .navbar-default .navbar-nav > li > a {
  color:  #ee3224;
  font-weight: 600;
}
.header-top-transparent .navbar-default .navbar-nav > li > a:hover {

  background: red;
  color: white;
}
.header-top-transparent .is-sticky .navbar-default {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 1px solid;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 1px solid;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 1px solid;
  box-shadow: rgba(0, 0, 0, 0.08) 1px solid;
}

.header-top-transparent .is-sticky .navbar-default .navbar-nav > li > a:hover {
color: white;
}
.header-top-transparent .is-sticky .navbar-default .navbar-brand img.logo-default {
  opacity: 0;
}
.header-top-transparent .is-sticky .navbar-default .navbar-brand img.logo-scroll {
  opacity: 1;
  margin-top: 5px;
}

.is-sticky .navbar-default {
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}

body #sticky-wrapper {
  height: auto !important;
}

/*
=================
Drop down menu styles
==================
*/
.dropdown-menu {
  background-color: #000000;
  border: 0px;
  padding: 0px;
  min-width: 200px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.dropdown-menu > li > a {
  color: #ccc;
  padding: 10px 20px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: rgba(255, 255, 255, 0.03);
  color: #fff;
}

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

MULTI LEVEL DROPDOWN CSS

*********************/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  top: 11px;
  right: 15px;
  font-size: 11px;
  content: "\f3d3";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: "IonIcons";
}

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    padding-left: 20px;
    display: block;
    margin-left: 15px;
  }

  /*.slider-title{font-size: 50px !important;}*/
 /* .mobnone{display: none !important;}*/
 .mob-btn{
  margin-top: 30px;
 }
}
/*
Paginations
*/
.pagination {
  margin: 0px;
}

.pagination > li > a, .pagination > li > span {
  color: #999;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #ee3224  ;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #ee3224  ;
  border-color: #ee3224  ;
}

/*
Sidebar layout
*/
.sidebar-widget {
  margin-bottom: 10px;
  padding: 20px 15px;
}
.sidebar-widget h4 {
  padding-bottom: 20px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.sidebar-widget form {
  position: relative;
}
.sidebar-widget form button {
  position: absolute;
  right: 7px;
  top: 2px;
  background: transparent;
  border: 0;
  height: 100%;
}
.sidebar-widget .recent-post .post-content h5 a {
  color: #555;
}

.cat-list li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  position: relative;
}
.cat-list li a:before {
  content: "\f3d6";
  font-family: "Ionicons";
  margin-right: 10px;
}

.tag-list li a {
  color: #999;
}
.tag-list li a:hover {
  text-decoration: underline;
}

/*
==========================
Slider styles
==========================
*/
/*
   Main flex slider
*/
/**rev slider**/
.slider-title {
  font-weight: 400;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  padding: 12px 20px;
  padding-top: 20px;
  border: 2px solid #C9252B;
  outline: 1px solid #fff;
}

.slider-caption {
  color: #fff;
  font-size: 25px;
}

.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
  font-family: "Poppins", sans-serif;
}

/*flex slider*/
.flex-direction-nav a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #eee;
  text-shadow: none;
}
.flex-direction-nav a:before {
  font-family: 'Ionicons';
  content: "\f3d2";
  display: block;
  color: #eee;
  text-shadow: none;
}
.flex-direction-nav a.flex-next:before {
  content: "\f3d3";
}
.flex-direction-nav a.flex-next {
  text-align: center;
}

.slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

/**gallery image slider**/
/*.gallery-slider {
  position: relative;
}
.gallery-slider .flex-direction-nav a {
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 20px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gallery-slider:hover .flex-direction-nav .flex-prev {
  left: 10px;
  opacity: 1;
}
.gallery-slider:hover .flex-direction-nav .flex-next {
  right: 10px;
  opacity: 1;
}*/
/* Gallery section */
#gallery .gallery-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
}

#gallery .gallery-thumb .gallery-overlay {
  background: #c21500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover .gallery-overlay {
    opacity: 0.9;
}

#gallery .gallery-thumb .gallery-overlay .gallery-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#gallery .gallery-thumb .fa {
  background: #ffffff;
  border-radius: 100%;
  font-size: 24px;
  color: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
        text-align: center;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px 40px;
    position: relative;
}

.filter-wrapper li a {
    color: #C21500 ;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 3px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}
.filter-wrapper li:first-child a.active:after{
  content: '';
  width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 30px solid red;
	border-bottom: 15px solid transparent;
  position: absolute;
  top: 1.5px;
  right: -20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li:last-child a.active:before{
  content: '';
  width: 0;
	height: 0;
  border-top: 15px solid transparent;
	border-right: 30px solid red;
	border-bottom: 15px solid transparent;
  position: absolute;
  top: 1.5px;
  left: -20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li a.active {
    background: red;
    color: white;
    /* text-decoration: underline; */
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fluid-img {
    width: 100%;
    display: block;
}
/*testimonial slider*/
.testimonials {
      padding-top: 40px;
    padding-bottom: 40px;
      background-color: #f5f5f5;
    background-image: url(../images/reviews-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

.testi-slider {
  position: relative;
  padding-bottom: 30px;
}
.testi-slider p {
  font-size: 18px;
  font-style: italic;
  line-height: 32px;
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  font-family: initial;


}
.testi-slider strong {
    color: #ee3224!important;
    font-family: "Poppins", sans-serif;
}
.testi-slider .testi-info {
  padding-top: 20px;
}
.testi-slider .testi-info img {
  margin-bottom: 10px;
}
.testi-slider .testi-info h4 {
  margin-bottom: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ee3224  ;
}
.testi-slider .testi-info h4 small {
  font-family: "Poppins", sans-serif;
  color: #777;
}
.testi-slider .testi-info i {
  color: #ee3224  ;
}
.testi-slider .flex-control-nav {
  bottom: -20px;
  text-align: center;
}
.testi-slider .flex-control-paging li a {
  background: transparent;
  border: 2px solid #fff;
}
.testi-slider .flex-control-paging li a.flex-active {
  background-color: #fff;
  border-color: #ee3224  ;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .main-slider h1 {
    font-size: 4rem;
  }
}
/*
Page breadcrumb
*/
.page-breadcrumb {
  padding: 250px 0 150px;
  background: url(../images/bg5.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  position: relative;
}
.page-breadcrumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-breadcrumb .container {
  position: relative;
}
.page-breadcrumb h1 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

/*
Menu Style
*/
.menu-box .thumb {
  float: left;
  margin-right: 20px;
}
.menu-box .menu-content {
  overflow: hidden;
}
.menu-box .menu-content h4 {
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px dashed #eee;
  padding-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}
.menu-box .menu-content h4 a {
  color: #444;
}
.menu-box .menu-content h4 a:hover {
  color: #ee3224  ;
}
.menu-box .menu-content h4 span {
  float: right;
  display: block;
  font-family: "Poppins", sans-serif;
}

/**isoptope**/
.menu-filter-list {
  padding-bottom: 30px;
}
.menu-filter-list li {
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px 6px;
  text-transform: uppercase;
  background: #f5f5f5;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Poppins", sans-serif;
}
.menu-filter-list li.is-checked, .menu-filter-list li:hover {
  background: #ee3224  ;
  color: #fff;
}

.menu-grid {
  display: block;
  position: relative;
  overflow: hidden;
}
.menu-grid img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-grid-desc {
  padding: 13px 15px;
  background: #fff;
  color: #888;
}
.menu-grid-desc .price {
  color: #ee3224  ;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
}
.menu-grid-desc h4 {
  padding: 5px 0;
  font-weight: 400;
  text-transform: capitalize;
}
.menu-grid-desc p {
  margin-bottom: 0px;
}

/*
News & Events
*/
.recent-post li {
  padding-bottom: 15px;
}
.recent-post img {
  float: left;
  margin-right: 15px;
}
.recent-post .post-content {
  overflow: hidden;
}
.recent-post .post-content h5 {
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.recent-post .post-content h5 a {
  color: #fff;
}
.recent-post .post-content h5 a:hover {
  color: #ee3224  ;
}
.recent-post .post-content span {
  display: block;
  font-style: italic;
  font-size: 12px;
}

/**blog post**/
.post {
  padding-bottom: 50px;
}

.post-meta {
  padding-top: 15px;
}
.post-meta h3 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
}
.post-meta h3 a {
  color: #333;
}
.post-meta h3 a:hover {
  color: #ee3224  ;
}
.post-meta ul {
  margin-bottom: 0px;
}
.post-meta ul li a {
  color: #999;
  font-weight: 400;
  font-size: 13px;
}
.post-meta ul li a i {
  margin-right: 5px;
}
.post-meta ul li a:hover {
  color: #ee3224  ;
}

.masonry-item .post {
  padding-bottom: 0px;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.masonry-item .post .post-meta, .masonry-item .post .post-content {
  padding: 15px;
}
.masonry-item .post .post-content {
  padding-top: 0px;
}

/**comments**/
.comment-list h5 {
  margin-bottom: 5px;
  font-weight: 700;
}
.comment-list .thumb {
  float: left;
  margin-right: 20px;
}
.comment-list li {
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}
.comment-list li p {
  margin-bottom: 0px;
}
.comment-list li:last-child {
  border-bottom: 0px;
}
.comment-list li:nth-child(odd) {
  padding-left: 50px;
}

/*
Call to actions
*/
.cta-background {
  background: url(../images/bg10.jpg) no-repeat;
  background-size: cover;
  padding: 150px 0;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.cta-background span {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.cta-background p {
  font-size: 35px;
  color: #fff;
}

.cta-background-2 {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 150px 0;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.cta-background-2 p, .cta-background-2 h1 {
  color: #fff;
}
.cta-background-2 p {
  margin-bottom: 30px;
}

.cta-skin {
  background-color:#6F3533;
  padding: 30px 0;
  padding-bottom: 0px;
  margin-top: -10px;
}
.cta-skin h3 {
  color: #fff;
  margin: 0px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
}
.cta-skin h3 span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-left: 20px;
}
.cta-skin .locate-us{
  color: white;
  letter-spacing: 1px;
}

.address-content {
	text-align: left
}
.address-content p {
	margin-bottom: 0
}
.address-content .icon {
	padding-bottom: 10px;
	/*float: left*/
}
.address-content .icon i {
	border: 2px solid white;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    border-radius: 50%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}
.address-content .icon i:hover {
	border-color: black;
}
.address-content .content-item span {
	color: #ebebeb;
	margin-left: 5px
}
.address-content .icon {
  color: white;
}
.address-content .icon a{
  color: blue;
}
.address-content .icon a:hover{
  color: black;
}
.opening-hours{
      /*background: rgb(111, 53, 51);*/
      background: url('../images/opening.jpg') no-repeat center;
      background-size: cover;
      padding-bottom: 30px;
      letter-spacing: 1px;
}
.opening-hours i{
  color: white;
  font-size: 40px;
}
.opening-hours h3{
  color: white;
  letter-spacing: 2px;
}
/*
Tabs style
*/
.menu-tabs {
  padding-bottom: 15px;
  padding: 0px;
}
.menu-tabs li {
  padding: 0px;
  margin: 5px;
}
.menu-tabs li a {
  padding: 10px 20px;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  background: #f5f5f5;
  color: #ee3224  ;
  display: block;
  font-weight: 700;
}
.menu-tabs li.active a, .menu-tabs li a:hover {
  background-color: #ee3224  ;
  color: #fff;
}

/*
Our chefs
*/
.chef-box span {
  text-transform: uppercase;
  color: #666;
}
.chef-box h4 {
  margin-top: 15px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

/*
Gallery
*/
.gallery-box {
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery-box .gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery-box .gallery-overlay span {
  display: block;
  text-align: center;
  font-size: 80px;
  margin-top: -40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gallery-box:hover .gallery-overlay span {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.view-more-gallery{
  text-align: center;
  text-transform: capitalize;
  background: red;
  display: inline-block;
  padding: 8px 40px;
  font-size: 20px;
  letter-spacing: 1px;
}
.view-more-gallery:hover{
    background: black;
    transition: 0.5s;
  cursor: pointer;
}
.view-more-gallery a{
  color: white;
}
/*
Shop Pages
*/
.product-thumb {
  position: relative;
  overflow: hidden;
}
.product-thumb .item-link {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-thumb .product-item-tools {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  right: 22px;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.35s,visibility 0.35s;
  -o-transition: opacity 0.35s,visibility 0.35s;
  transition: opacity 0.35s,visibility 0.35s;
}

.product-detail {
  padding: 10px 0px;
}
.product-detail h4 {
  width: 50%;
  display: inline-block;
  margin: 0px;
}
.product-detail h4 a:hover {
  color: #aeaeae;
}
.product-detail span {
  width: 50%;
  text-align: right;
  display: block;
  float: right;
  font-weight: 700;
  color: #333;
}

.product-box:hover .product-thumb .product-item-tools {
  opacity: 1;
  visibility: visible;
}

.count-input {
  position: relative;
  width: 100px;
  margin: 0px auto;
}
.count-input input {
  width: 100%;
  height: 36px;
  border: 1px solid #ededed;
  border-radius: 0px;
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.count-input .incr-btn {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #606060;
  font-weight: 300;
  text-align: center;
  line-height: 33px;
  text-decoration: none;
  top: 0;
  right: 0;
}
.count-input .incr-btn:first-child {
  right: auto;
  left: 0;
}

.cart-table > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}
.cart-table > tbody > tr > td.item-thumb {
  width: 70px;
}

.shipping-calculator {
  border: 1px solid #eee;
}
.shipping-calculator .form-control {
  margin-bottom: 15px;
}
.shipping-calculator .shipping-calculator-title {
  padding: 15px;
}
.shipping-calculator .shipping-calculator-title h3 {
  margin: 0px;
}
.shipping-calculator .shipping-calculator-fields {
  padding: 15px;
  border-top: 1px solid #eee;
}
.shipping-calculator .shipping-calculator-fields input[type="submit"] {
  display: block;
  width: 100%;
}

.cart-totals {
  border: 1px solid #eee;
}
.cart-totals .cart-totals-title {
  padding: 15px;
}
.cart-totals .cart-totals-title h3 {
  margin: 0px;
}
.cart-totals .cart-totals-fields .table {
  margin-bottom: 0px;
}
.cart-totals .cart-totals-fields .table > tbody > tr > td {
  border-top-color: #eee;
  padding: 10px 15px;
  color: #333;
}

.cart-buttons a {
  margin: 5px;
}

.payment-option label {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #555;
}
.payment-option img {
  margin-left: 10px;
}

/**login-register**/
.login-register-left {
  padding-left: 999px;
  margin-left: -999px;
  padding-bottom: 999px;
  margin-bottom: -999px;
  background: #f9f9f9;
}

.login-register-inner {
  padding: 80px 45px;
}

.login-register-container label {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #666;
}

/*
contact page
*/

.address-bg {
  padding: 40px 15px;
  text-align: center;
}
.address-bg h3 {
  color: #fff;
  text-transform: uppercase;
}
.address-bg ul {
  margin: 0px;
}
.address-bg ul li {
  color: #fff;
  font-size: 18px;
  display: block;
}

/*
aside menu
*/
/*
Menu left style  added in v1.3
*/
@media (min-width: 768px) {
  .main-content {
    padding-left: 220px;
    position: relative;
    height: 100%;
  }

  .main-content .container {
    width: 100%;
    padding: 0px 30px;
  }

  .verticle-menu {
    width: 220px;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    background: #fff;
    text-align: center;
  }
  .verticle-menu.left-verticle {
    left: 0;
    box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.1);
  }

  .verticle-menu .container {
    width: 100%;
    padding: 0px;
  }

  .verticle-menu .navbar-default {
    margin: 0px;
  }

  .verticle-menu .navbar-default .navbar-nav > .active > a, .verticle-menu .navbar-default .navbar-nav > .active > a:focus, .verticle-menu .navbar-default .navbar-nav > .active > a:hover {
    color: #ee3224  ;
    background-color: transparent;
  }

  .verticle-menu .navbar-default .navbar-nav > li a, .verticle-menu .navbar-header {
    display: block;
    float: none;
  }

  .verticle-menu .navbar-default .navbar-brand {
    float: none;
    display: block;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .verticle-menu .navbar-default .navbar-brand img {
    display: block;
    margin: 0 auto;
  }

  .verticle-menu .navbar-nav {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .verticle-menu .dropdown-menu {
    left: 100%;
    top: 0;
    padding: 0px;
    min-width: 200px;
  }

  .verticle-menu .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .verticle-menu .navbar-nav > li {
    float: none;
  }

  .sidebar-contacts a {
    color: #aeaeae;
  }
  .sidebar-contacts a:hover {
    color: #ee3224  ;
  }
  .sidebar-contacts p i {
    margin-right: 10px;
  }
  .sidebar-contacts .top-socials li a {
    font-size: 20px;
  }

  body.right-navbar .verticle-menu.right-verticle {
    right: 0px;
    box-shadow: 0px -3px 21px rgba(0, 0, 0, 0.1);
  }
  body.right-navbar .verticle-menu .dropdown-menu {
    left: auto;
    right: 100%;
  }
  body.right-navbar .main-content {
    padding-left: 0px;
    padding-right: 220px;
  }
}
/*
Footer style
*/
.footer {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer h3 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
.footer h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #ee3224  ;
}
.footer hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer .text-color {
  color: #fff;
  display: inline-block;
  padding-right: 10px;
}
.footer p a {
  color: #fff;
}
.footer p a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .recent-post .post-content h5 a:hover {
  color: #fff;
  text-decoration: underline;
}

.social li {
	display: inline-block

}
.social li a {
	color: #fff;
	background: #000;
	padding: 5px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: block;
	float: left;
	text-align: center;
  background-color:red;
}
.social li a:hover{
  opacity: 0.5;
}
.social img {
    margin-bottom: 3px;
    margin-left:-1px;
    width: 12px;
}
.social img.trip{
	margin-bottom: 3px;
    width: 18px;
}
.datepicker-dropdown {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

.reservation-form {
  padding: 40px 30px;
  background-color: #fefefe;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.reservation-form .input-group {
  margin-bottom: 20px;
}
.reservation-form .input-group-addon {
  background-color: #f5f5f5;
  border: 0px;
}
.reservation-form .form-control {
  padding-left: 15px;
  border-color: #f5f5f5;
}

label.error {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  color: #f00;
  font-size: 13px;
}

.reservation-form .input-group {
  padding-bottom: 20px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #eee;
  cursor: default;
}

.reservation-form .alert {
  margin-top: 25px;
  margin-bottom: 0px;
}
/* form style */
.form-row h1{
  text-align: center;
  color: white;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.form-row .element{
  margin: 5px;
}
textarea {
	min-height: 100px;
	resize: none;
	display: block;
	width: 100%;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #515151;
	background-image: none;
	}
  .form-btn{
    padding: 7px 50px;
    border: none;
    background: black;
    font-size: 20px;
    letter-spacing: 1.5px;
    color: white;
    margin-bottom: 30px;

  }
    .form-btn:hover{
      background: white;
      color: red;
    }
.loading {
	float: right;
	background: url(../images/progress.gif) 1px no-repeat;
	height: 31px;
	width: 31px;
	display: none;
	margin-top: 8px;
	margin-left: 10px
}
.done, .done2 {
	background: #dff0d8;
	border: 1px solid #d6e9c6;
	font-size: 14px;
	width: 100%;
	color: #468847;
	margin: 0 auto;
	display: none;
	padding: 10px 5px
}
.element .error {
	border: 2px solid #9F1319;
	background: url(../img/iconCaution.png) 98% 50% no-repeat
}



/**intro page style**/
.intro-header {
  padding: 130px 0;
  background: #ee3224  ;
}
.intro-header h1 {
  color: #fff;
  margin-top: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.intro-header p {
  color: #eee;
}

.demo-box {
  display: block;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.demo-box img {
  margin-bottom: 20px;
}
.demo-box:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

/**responsive style**/
@media (max-width: 991px) {
  .full_screen_hero h1 {
    font-size: 55px;
    line-height: 55px;
  }

  .login-register-left {
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background: #fff;
  }

  .login-register-inner {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .title-1{
    font-size: 30px;
  }
  .navbar-default .navbar-nav {
    margin: 0 -15px;
    background: #fff;
  }

  .header-top-transparent .navbar-default .navbar-nav > li > a {
    color: #333;
  }

.navbar-toggle{
  margin-top: 10px;
  margin-right: 10px;
}
  .navbar-brand > img {
    margin-top: -30px;
  }

.header-top-transparent .navbar-brand img.logo-scroll{
  margin-top: -16px !important;
}
  .cart-nav a {
    margin-left: 15px;
    margin-top: 9px;
    margin-right: 15px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle {
    background-color: #ee3224  ;
    border: 0px;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ee3224  ;
  }

  .main-content {
    position: relative;
    height: 100%;
  }

  .full_screen_hero h1 {
    font-size: 27px;
    line-height: 27px;
  }

  .menu-tabs li a {
    padding: 10px 15px;
  }

  .space-80 {
    height: 40px;
  }

  .space-100 {
    height: 50px;
  }

  .space-70 {
    height: 35px;
  }
}
.testimonials .title-1{color:#fff;}
.vertical-align-child .title-1{
    letter-spacing: -1px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    color: #DF7833;}
.text-white{color:#fff;}
.testimonials:before{    background: rgba(0,0,0,.4);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;}
.grdnt-16{background: rgba(0, 0, 0, 0.16)}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?lmz0sg');
  src:  url('../fonts/icomoon.eot?lmz0sg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?lmz0sg') format('truetype'),
    url('../fonts/icomoon.woff?lmz0sg') format('woff'),
    url('../fonts/icomoon.svg?lmz0sg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zomato-logo:before {
  content: "\e900";
}
