@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400;0,500;0,600;1,400&amp;family=Roboto:wght@400;500&amp;family=Spectral:ital,wght@0,300;0,400;0,500;0,600;1,400&amp;display=swap");

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Spectral", serif;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  overflow-x: hidden;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 24px;
}

p {
  margin-bottom: 0px;
  font-family: "Spectral", serif;
}

a {
  color: #ea3f32;
  text-decoration: none;
  transition: all 0.5s ease;
  outline: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease;
  outline: none;
}
.popular-menu-box{
  text-align: center;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 0 5px 5px #f5f5f5;
}
.popular-menu-box h6{
  margin-bottom: 20px;
}
.popular-menu-box a.btn{
  background: #ea3f32;
  color: #fff;
  padding: 5px 15px;
}
.order-book-a-table-section-bg{
    width:100%;
    padding:150px 0;
    /*background-color:#000;*/
    background: url(../images/order-book-a-table-bg.png) no-repeat center;
    position: relative;
    background-size: cover;
}
.order-book-a-table-section-bg:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.8);
}
.order-book-a-table-btns{
    width:100%;
    text-align:center;
    padding:0;
    margin:0;
}
.order-book-a-table-btns li{
    display:inline-block;
    margin:0 10px;
}
.order-book-a-table-btns li a{
    padding: 15px 30px;
    font-size: 24px;
    color: #fff;
    display:inline-block;
    background-color: #ea3f32;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
    padding: 0px;
  }
}

.main-wrapper {
  padding: 90px 0px;
}

.clearfix {
  clear: both;
}

.divider {
  margin: 30px 0px;
  display: inline-block;
}

table {
  margin-bottom: 10px;
  border: 1px solid #eee;
}

table td, table th {
  padding: 3px 10px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
}

img {
  max-width: 100%;
}

::-webkit-input-placeholder {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #c3b1ab;
}

::-moz-placeholder {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #c3b1ab;
}

:-ms-input-placeholder {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #c3b1ab;
}

:-moz-placeholder {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #c3b1ab;
}

:placeholder {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #c3b1ab;
}

.dark_bg {
  background-color: #1f1917;
}

.dark_bg pre {
  color: #ffffff;
}

/* .light_bg {
  background-color: #faf3ed;
} */
.light_bg {
  background-color: #fff;
}

.section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}

.section_sm {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pd_0 {
  padding: 0px;
}

.pt_0 {
  padding-top: 0px;
}

.pb_0 {
  padding-bottom: 0px;
}

/* Social Color */
.facebook a {
  color: #fd4145;
}

.twitter a {
  color: #ffb7aa;
}

.linkedin a {
  color: #2867b2;
}

.instagram a {
  color: #2f338d;
}

.dribbble a {
  color: #a99df5;
}

.skype a {
  color: #00aff0;
}

.rss a {
  color: #8265ff;
}

.pinterest a {
  color: #ff081e;
}

/* Default Input type */
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #363230;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  position: relative;
}

textarea.form-control {
  display: block;
  width: 100%;
  height: 110px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #363230;
  border-radius: 0px;
  backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  transition: all 0.5s ease;
  position: relative;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea.form-control:focus {
  border-color: #ea3f32;
  outline: none;
  outline-offset: 0px;
  box-shadow: none;
  transition: all 0.5s ease;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before,
input[type="time"]:before {
  display: block;
  font-family: 'Ionicons';
  font-size: 18px;
  position: absolute;
  right: 15px;
  color: #ea3f32;
}

input[type="date"]:before {
  content: '\f2d1';
}

input[type="time"]:before {
  content: '\f402';
}

.button {
  position: relative;
  width: auto;
  display: inline-block;
  font-family: "Spectral", serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #ea3f32;
  color: #ffffff;
  text-transform: capitalize;
  padding: 13px 48px;
  border: 0px solid #ffffff;
  border-radius: 0px;
  overflow: hidden;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 0.5s ease;
}

.button:hover {
  background: #ffffff;
  color: #ea3f32;
  border-color: #ffffff;
}
body.open-menu{
  overflow: hidden;
}
.header {
  position: relative;
  z-index: 3;
  background: #101010;
  transition: all 0.5s ease-in-out;
  box-shadow:0 0 10px 0 #767676;
}

.header.sticky {
  position: fixed;
  left: 0;
  width: 100%;
}

.header.sticky .top_bar_inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .top_bar {
  position: relative;
  z-index: 2;
  max-height: 200px;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.header .top_bar.top-up {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.ma5menu__toggle {
  background: transparent;
  width: 35px;
  height: auto;
  padding: 0px;
  color: #ea3f32;
  display: block;
  font-size: 30px;
}

.ma5menu__toggle:focus {
  outline: none;
}

.ma5menu__toggle .toggle_line {
  float: right;
  width: 35px;
  height: 1px;
  background: #ffffff;
  display: block;
  transition: all 0.5s ease;
}

.ma5menu__toggle .toggle_line:not(:last-child) {
  margin-bottom: 9px;
}

.ma5menu__toggle .toggle_line:nth-child(3) {
  width: 20px;
}

.ma5menu__toggle:hover {
  background: transparent;
}

.ma5menu__toggle:hover .toggle_line:nth-child(3) {
  width: 35px;
}

.header_toggle {
  display: flex;
  align-items: center;
}

.reserve_btn_popup .button {
  background: transparent;
  width: 35px;
  height: auto;
  padding: 0px;
  color: #ea3f32;
  display: block;
}

.reserve_btn_popup .button:focus {
  outline: none;
}

.reserve_btn_popup .button .btn_line {
  float: left;
  width: 35px;
  height: 1px;
  background: #ffffff;
  display: block;
  transition: all 0.5s ease;
}

.reserve_btn_popup .button .btn_line:not(:last-child) {
  margin-bottom: 9px;
}

.reserve_btn_popup .button .btn_line:nth-child(3) {
  width: 20px;
}

.reserve_btn_popup .button:hover {
  background: transparent;
}

.reserve_btn_popup .button:hover .btn_line:nth-child(3) {
  width: 35px;
}

.logo {
  text-align: center;
}

.logo a {
  display: inline-block;
}

.logo img {
  width: 150px;
  transition: all 0.5s ease;
}

.logo-item img {
  width: 150px;
}

.top_bar_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 15px 105px;
  flex-flow: row wrap;
  position: relative;
}
.top_bar_inner .reserve_button_group{
  position: absolute;
  right:120px;
}
.top_bar_inner .mainnav{
  padding-left:10px;
}
.top_bar_inner .mainnav ul.main_menu {
  padding: 0px;
  margin: 0px;
}

.top_bar_inner .mainnav ul.main_menu li {
  border: 0;
  list-style: none;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.top_bar_inner .mainnav ul.main_menu li a {
  border: 0;
  list-style: none;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  padding: 1px 5px;
  transition: all 0.5s ease;
}

.top_bar_inner .mainnav ul.main_menu li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 1px;
  height: 10px;
  background: transparent;
  transition: all 0.5s ease;
}

.top_bar_inner .mainnav ul.main_menu li a:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 10px;
  height: 1px;
  background: transparent;
  transition: all 0.5s ease;
}

.top_bar_inner .mainnav ul.main_menu li.logo-item a::before, .top_bar_inner .mainnav ul.main_menu li.logo-item a::after {
  display: none;
}

.top_bar_inner .mainnav ul.main_menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
}

.top_bar_inner .mainnav ul.main_menu li.current > a, .top_bar_inner .mainnav ul.main_menu li.active > a, .top_bar_inner .mainnav ul.main_menu li:hover > a {
  color: #ea3f32;
}

.top_bar_inner .mainnav ul.main_menu li.current > a:before, .top_bar_inner .mainnav ul.main_menu li.active > a:before, .top_bar_inner .mainnav ul.main_menu li:hover > a:before {
  bottom: 0;
  background: #ea3f32;
}

.top_bar_inner .mainnav ul.main_menu li.current > a:after, .top_bar_inner .mainnav ul.main_menu li.active > a:after, .top_bar_inner .mainnav ul.main_menu li:hover > a:after {
  left: 0;
  background: #ea3f32;
}

.top_bar_inner .mainnav ul.main_menu li ul {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 210px;
  padding-left: 0px;
  z-index: 5;
  transition: all 0.5s ease;
  transform: translate3d(15px, 0px, 0px);
}

.top_bar_inner .mainnav ul.main_menu li ul li {
  background: #1f1917;
  width: 100%;
}

.top_bar_inner .mainnav ul.main_menu li ul li a {
  font-size: 16px;
  padding: 13px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid rgba(120, 138, 156, 0.2);
}

.top_bar_inner .mainnav ul.main_menu li ul li:last-child a {
  border-bottom: 0px solid rgba(120, 138, 156, 0.2);
}

.top_bar_inner .mainnav ul.main_menu li ul ul {
  left: 100%;
  top: 0;
}

.top_bar_inner .mainnav ul.main_menu li ul ul ul {
  left: auto;
  right: 100%;
}

.top_bar_inner .mainnav ul.main_menu li ul ul ul ul {
  left: auto;
  right: 100%;
}

.top_bar_inner .mainnav ul.main_menu > li {
  margin: 0px 32px;
}

.top_bar_inner .mainnav ul.main_menu > li:first-child {
  margin-left: 0px;
}

.top_bar_inner .mainnav ul.main_menu > li:last-child {
  margin-right: 0px;
}

.top_bar_inner .mainnav ul.main_menu > li > ul {
  padding-top: 30px;
  margin-left: 0px;
  margin-top: 0px;
}

/*-- Header type 1--*/
.header_type1 .top_bar .top_bar_inner .logo {
  display: none;
}

/*-- Header type 2--*/
.header_type2 {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header_type2.sticky {
  background: #1f1917;
}

/*-- Header type 3 --*/
.header_type3 {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header_type3.sticky {
  background: #faf3ed;
  box-shadow: 0px 7px 20px rgba(43, 40, 36, 0.05);
}

.header_type3 .top_bar_inner .mainnav ul.main_menu li a {
  color: #1f1917;
}

.header_type3 .top_bar_inner .mainnav ul.main_menu li.active > a {
  color: #ea3f32;
}

.header_type3 .top_bar_inner .mainnav ul.main_menu li ul li {
  background: #ffffff;
}

.header_type3 .ma5menu__toggle .toggle_line {
  background: #ea3f32;
}

.header_type3 .nav_more_info .element a.cart_icon {
  color: #1f1917;
  border-right: 1px solid #1f1917;
}

.header_type3 .nav_more_info .element a.cart_icon .count {
  color: #ffffff;
}

.header_type3 .nav_more_info .element a.wishlist_icon {
  color: #1f1917;
}

/*-- Header type 4 --*/
.header_type4 {
  background: #101010;
}

.header_type4.sticky {
  /*background: #fff3f2;*/
  box-shadow:0px 2px 27px 1px rgb(177 177 177 / 60%);
}

.header_type4 .top_bar_inner .logo {
  display: none;
}

.header_type4 .top_bar_inner .mainnav ul.main_menu li a {
  color: #ffffff;
}

.header_type4 .top_bar_inner .mainnav ul.main_menu li.active > a {
  color: #ea3f32;
}

.header_type4 .top_bar_inner .mainnav ul.main_menu li ul li {
  background: #ffffff;
}

.header_type4 .ma5menu__toggle .toggle_line {
  background: #ea3f32;
}

.header_type4 .reserve_btn_popup .button .btn_line {
  background: #ea3f32;
}

.header_type4 .nav_more_info .element a.cart_icon {
  color: #1f1917;
  border-right: 1px solid #1f1917;
}

.header_type4 .nav_more_info .element a.cart_icon .count {
  color: #ffffff;
}

.header_type4 .nav_more_info .element a.wishlist_icon {
  color: #1f1917;
}

/*---------- Cart ---------*/
.nav_more_info {
  position: relative;
  display: flex;
  align-items: center;
}

.nav_more_info .element a.cart_icon {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  z-index: 1;
  padding-right: 20px;
  border-right: 1px solid #ffffff;
}

.nav_more_info .element a.cart_icon .count {
  font-size: 10px;
  line-height: 14px;
  margin-left: -10px;
  background: #ea3f32;
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
}

.nav_more_info .element a.wishlist_icon {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  z-index: 1;
  padding-left: 20px;
}

.nav_more_info .reserve_button_group {
  margin-left: 40px;
}

.nav_more_info .reserve_button_group .button {
  padding: 15px 35px;
  font-weight: 500;
  overflow: visible;
}

.cart_box {
  position: absolute;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  background: #ffffff;
  transition: all 0.5s ease;
  z-index: 99;
}

.cart_box.active {
  left: 0px;
  opacity: 1;
  visibility: visible;
}

.grand_total {
  border: 1px solid #eeeeee;
  padding: 40px;
}

.grand_total ul {
  margin: 0px;
  padding: 0px;
}

.grand_total ul li {
  list-style: none;
  font-family: "Spectral", serif;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: #2b2824;
}

.grand_total ul li span.value {
  font-weight: 500;
}

.grand_total ul li.totalvalue {
  font-size: 20px;
  font-weight: 700;
  color: #ea3f32;
  border-top: 1px solid #eeeeee;
  padding: 15px 0px;
  margin-top: 15px;
}

.grand_total ul li.totalvalue span.value {
  color: #ea3f32;
}

.grand_total .button:hover {
  background: #1f1917;
}

@media screen and (max-width: 1599px) {
  .top_bar_inner .mainnav ul.main_menu > li {
    margin: 0px 15px;
  }
}

@media screen and (max-width: 1299px) {
  .top_bar_inner {
    padding: 25px 50px;
  }  
  .top_bar_inner .mainnav ul.main_menu > li {
    margin: 0px 15px;
  }  

}

@media screen and (max-width: 1199px) {
  .header_type1 .top_bar .top_bar_inner .nav_more_info {
    order: 2;
    margin-left: auto;
    margin-right: 15px;
  }
  .header_type1 .top_bar .top_bar_inner .logo {
    display: block;
  }
  .header_type1 .top_bar .top_bar_inner .header_toggle {
    order: 3;
    margin-left: 20px;
  }
  .reserve_btn_popup {
    order: 2;
    margin-left: 20px;
  }
  .top_bar_inner {
    padding: 25px 40px;
    justify-content: space-between;
  }
  .top_bar_inner .mainnav {
    display: none;
  }
  .top_bar_inner .mainnav ul.main_menu > li {
    margin: 0px 15px;
  }
  .top_bar .top_bar_inner .nav_more_info {
    order: 2;
    margin-left: auto;
    margin-right: 15px;
  }
  .top_bar .top_bar_inner .logo {
    display: block;
  }
  .top_bar .top_bar_inner .header_toggle {
    order: 3;
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .header_type2 .top_bar_inner .header_toggle {
    margin: 0px 0px;
    order: 3;
  }
}

@media screen and (max-width: 600px) {
  .top_bar_inner {
    padding: 25px 0px;
  }
  .nav_more_info .element a.cart_icon {
    padding-right: 10px;
  }
  .nav_more_info .element a.wishlist_icon {
    padding-left: 10px;
  }
  .nav_more_info .reserve_button_group .button {
    padding: 15px 15px;
    font-size: 16px;
  }
}

/*-- max-width: 500px--*/
@media screen and (max-width: 500px) {
  .header_type1 .top_bar .top_bar_inner {
    flex-flow: row wrap;
  }
  .header_type1 .top_bar .top_bar_inner .header_search .search_form {
    margin-right: 0px;
  }
  .header_type4 .top_bar .top_bar_inner {
    flex-flow: row wrap;
  }
  .header_type4 .top_bar .top_bar_inner .header_search .search_form {
    margin-right: 0px;
  }
}

/*-- Slider 1 --*/
.slider_slick {
  position: relative;
}

.slider_slick::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
  background: #1f1917;
  z-index: 1;
}

.slider_slick.light::before {
  background: #fff;
}

.slider_slick .slide_item {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 85vh;
}
.slider_slick .slide_item::before{
  position: absolute;
  content:'';
  background: rgba(0, 0, 0, 0.6);
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.slider_slick .slide_item .slide_item_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding:0 40px 0 120px;
  text-align: center;
}
.slider_slick .slide_item .slide_item_content .slide_item_text{
  text-align: center;
}
.slider_slick .slide_item .slide_item_content .slide_item_text h2{
  font-family: 'Antonio Fischer';
  font-size: 150px;
  line-height: 150px;
  color: #fff;
  margin-bottom: 15px;
}
.slider_slick .slide_item .slide_item_content .slide_item_text p{
  color:#fff;
  font-size: 28px;
  line-height: 40px;
  margin-bottom:40px;
}
.slider_slick .slide_item .slide_item_content .slide_item_text a.btn{
  font-size:18px;
  color:#000;
  padding:9px 20px;  
  background-color:#fff;  
}
.slider_slick .slick-prev, .slider_slick .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 40px;
  display: block;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  width: 30px;
  height: 40px;
  text-align: center;
  color: #9a7c72;
  z-index: 2;
  opacity: 1;
  border-radius: 100%;
  transition: all 0.5s ease;
}

.slider_slick .slick-prev:hover,
.slider_slick .slick-prev:focus,
.slider_slick .slick-next:hover,
.slider_slick .slick-next:focus {
  color: #ea3f32;
  background: transparent;
}

.slider_slick .slick-prev:hover:before,
.slider_slick .slick-prev:focus:before,
.slider_slick .slick-next:hover:before,
.slider_slick .slick-next:focus:before {
  color: #ea3f32;
}

.slider_slick .slick-prev:before, .slider_slick .slick-next:before {
  font-size: 30px;
  color: #9a7c72;
  opacity: 1;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider_slick .slick-prev {
  top: calc(50% - 125px);
}

.slider_slick .slick-prev:before {
  content: "\f3d7";
  margin-right: 0px;
}

.slider_slick .slick-next {
  top: calc(50% + 125px);
}

.slider_slick .slick-next:before {
  content: "\f3d4";
  margin-left: 0px;
}

.slider_slick .slick-dots {
  position: absolute;
  top: 50%;
  left: 40px;
  bottom: auto;
  transform: translateY(-50%);
  display: block;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  counter-reset: numbers;
  z-index: 2;
}

.slider_slick .slick-dots li {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 15px 0px;
  padding: 0;
  cursor: pointer;
}

.slider_slick .slick-dots li button {
  font-size: 0px;
  line-height: 0;
  display: block;
  padding: 0px;
  margin: 0px 0px;
  cursor: pointer;
  color: #ffffff;
  outline: none;
  background: transparent;
  border-radius: 100%;
}

.slider_slick .slick-dots li button:before {
  font-family: "Spectral", serif;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  counter-increment: numbers;
  content: "0" counter(numbers);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.5s ease;
}

.slider_slick .slick-dots li button:hover:before, .slider_slick .slick-dots li button:focus:before {
  color: #ea3f32;
}

.slider_slick .slick-dots li.slick-active button:before {
  color: #ea3f32;
}

.slider_slick .slick-active .slide_item .slide_item_content .slide_item_text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.5s;
}

.theme_slider_2 .slider_slick::before {
  display: none;
}

/*=========== Footer =========*/
.footer {
  position: relative;
  padding-top: 100px;
  background: #101010;
}
.footer ul {
  padding: 0;
  margin-bottom: 0px;
  list-style-type: none;
}

.footer ul li {
  list-style-type: none;
}
.footer-logo{
  margin-bottom:15px;
}
.footer-logo a img{
  width:220px;
}
.footer_widget p{
  font-size:16px;
  color:#fff;
  line-height:24px;
  margin-bottom:20px;
}
.footer_widget .social-media ul li{
  display: inline-block;
  margin-bottom:0;
  margin-right:10px;
}
.footer_widget .social-media ul li a{
  font-size:16px;
  color:#000;
  width:34px;
  height:34px;
  line-height:36px;
  display: inline-block;
  text-align: center;
  background-color:#fff;
  border-radius:50%;
}
.footer_widget ul li{
  font-size:16px;
  color:#fff;
  margin-bottom:15px;
}
.footer_widget ul li a{
  font-size:16px;
  color:#fff;
}
.footer_widget ul li span svg{
  margin-right:10px;
}
.footer_widget .opening-hours ul{
  list-style: none;
}
.footer_widget .opening-hours ul li{ 
  font-size:16px;
  color: #fff;
}
.footer_widget ul.app-icons li a{
  display: inline-block;
  border:1px solid #b7b7b7;
}
.footer .widget_title {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 30px;
  background: none;
}

.footer .widget_title span {
  background: transparent;
  padding: 0px;
}

.footer .footer_bottom {
  position: relative;
  margin-top: 45px;
  padding: 25px 0px;
  border-top: 1px solid rgba(112, 112, 112, 0.4);
}

.footer .footer_bottom .footer_bottom_inner {
  text-align: center;
  color: #fff;
}

.footer .footer_bottom .footer_bottom_inner .copyright p {
  font-family: "Spectral", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  color: #fff;
}

.footer .footer_bottom .footer_bottom_inner .copyright p a {
  color: #fff;
}
.footer .footer_bottom .footer_bottom_inner .copyright p a img{
  margin-left:10px;
}

.footer .footer_bottom .footer_bottom_inner .totop {
  position: absolute;
  top:-10px;
  right:50px;  
}

.footer .footer_bottom .footer_bottom_inner .totop a {
  width: 54px;
  height: 54px;
  background: #ea3f32;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #ea3f32;
}
.footer .widget_payment p {
  margin-bottom: 15px;
  display: inline-block;
  color: #ffffff;
}
.footer .logo_footer img {
  width: 150px;
}
.portfolio_grid .grid-1 .grid-item, .portfolio_grid .grid-1 .grid-sizer {
  width: 100%;
}

.portfolio_grid .grid-2 .grid-item, .portfolio_grid .grid-2 .grid-sizer {
  width: 50%;
}

.portfolio_grid .grid-3 .grid-item, .portfolio_grid .grid-3 .grid-sizer {
  width: 33.33%;
}

.portfolio_grid .grid-4 .grid-item, .portfolio_grid .grid-4 .grid-sizer {
  width: 25%;
}

.portfolio_grid .grid-5 .grid-item, .portfolio_grid .grid-5 .grid-sizer {
  width: 20%;
}

.portfolio_grid .grid-item.img-20 {
  width: 20%;
}

.portfolio_grid .grid-item.img-25 {
  width: 25%;
}

.portfolio_grid .grid-item.img-30 {
  width: 30%;
}

.portfolio_grid .grid-item.img-35 {
  width: 35%;
}

.portfolio_grid .grid-item.img-40 {
  width: 40%;
}

.portfolio_grid .grid-item.img-50 {
  width: 50%;
}

.portfolio_grid .grid-item.img-60 {
  width: 60%;
}

.portfolio_grid .grid-item.img-66 {
  width: 66.66%;
}

.portfolio_grid .grid-item.img-70 {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .portfolio_grid .grid-4 .grid-item, .portfolio_grid .grid-4 .grid-sizer {
    width: 33.33%;
  }
  .portfolio_grid .grid-5 .grid-item, .portfolio_grid .grid-5 .grid-sizer {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .portfolio_grid .grid-3 .grid-item, .portfolio_grid .grid-3 .grid-sizer {
    width: 50%;
  }
  .portfolio_grid .grid-4 .grid-item, .portfolio_grid .grid-4 .grid-sizer {
    width: 50%;
  }
  .portfolio_grid .grid-5 .grid-item, .portfolio_grid .grid-5 .grid-sizer {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-20 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-25 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-30 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-35 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-40 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-50 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-60 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-66 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-70 {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .portfolio_grid .grid-2 .grid-item, .portfolio_grid .grid-2 .grid-sizer {
    width: 100%;
  }
  .portfolio_grid .grid-3 .grid-item, .portfolio_grid .grid-3 .grid-sizer {
    width: 100%;
  }
  .portfolio_grid .grid-4 .grid-item, .portfolio_grid .grid-4 .grid-sizer {
    width: 100%;
  }
  .portfolio_grid .grid-5 .grid-item, .portfolio_grid .grid-5 .grid-sizer {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-20 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-25 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-30 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-35 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-40 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-50 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-60 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-66 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-70 {
    width: 100%;
  }
}

.portfolio_grid .gutter-0 .grid-item {
  padding: 0px;
}

.portfolio_grid .gutter-5 .grid-item {
  padding: 5px;
}

.portfolio_grid .gutter-10 .grid-item {
  padding: 10px;
}

.portfolio_grid .gutter-15 .grid-item {
  padding: 15px;
}

.portfolio_grid .gutter-20 .grid-item {
  padding: 20px;
}

.portfolio_grid .gutter-25 .grid-item {
  padding: 25px;
}

.portfolio_grid .gutter-30 .grid-item {
  padding: 30px;
}

.portfolio_grid .grid-item {
  position: relative;
  overflow: hidden;
  transition: none;
}

.portfolio_grid .grid-item .product_thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.portfolio_grid .grid-item .product_thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background: #1f1917;
  opacity: 0;
  z-index: 1;
  transition: all 0.8s ease;
}

.portfolio_grid .grid-item .product_thumb:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 0%;
  background: #1f1917;
  opacity: 0;
  z-index: 1;
  transition: all 0.8s ease;
}

.portfolio_grid .grid-item .product_thumb .product_imagebox {
  position: relative;
  text-align: center;
  transition: all 0.8s ease;
}

.portfolio_grid .grid-item .product_thumb .product_imagebox img {
  width: 100%;
}

.portfolio_grid .grid-item .product_thumb .product_item_inner {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  z-index: 2;
  padding: 25px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.8s ease;
  opacity: 0;
}

.portfolio_grid .grid-item .product_thumb .product_item_inner .label_text .food_category {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 2px;
  color: #ea3f32;
  margin-bottom: 5px;
}

.portfolio_grid .grid-item .product_thumb .product_item_inner .label_text .food_item_name {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.5px;
  color: #ffffff;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.portfolio_grid .grid-item .product_thumb .product_item_inner .details a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ea3f32;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}

.portfolio_grid .grid-item:hover .product_thumb:before {
  width: 100%;
  height: 100%;
  opacity: 0.60;
  transition: all 0.8s ease;
}

.portfolio_grid .grid-item:hover .product_thumb:after {
  width: 100%;
  height: 100%;
  opacity: 0.15;
  transition: all 0.9s ease;
}

.portfolio_grid .grid-item:hover .product_thumb .product_item_inner {
  opacity: 1;
  transition: all 2s ease;
}

.portfolio_grid .portfolio_filters_button_content {
  text-align: center;
}

.portfolio_grid .portfolio_filters_button_content .button-group {
  margin: 0px 0px 25px 0px;
  display: inline-block;
}

.portfolio_grid .portfolio_filters_button_content .button-group .button {
  position: relative;
  background: none;
  border-bottom: 1px solid transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 0px 0px 5px 0px;
  margin: 0px 35px;
  font-weight: 400;
  letter-spacing: 3px;
  cursor: pointer;
  outline: none;
  transition: all 0.5s ease;
}

.portfolio_grid .portfolio_filters_button_content .button-group .button.is-checked, .portfolio_grid .portfolio_filters_button_content .button-group .button:hover {
  border-bottom: 1px solid #ea3f32;
  color: #ea3f32;
  outline: none;
}
.about_header .about_imgbox{
  position: relative;
  z-index:1;
}
.about_header .about_header_desc{
  background: #f5f5f5;
  padding: 25px 25px 30px 0;
  position: relative;
}
.about_header_desc:after {
  position: absolute;
  content: '';
  background: #f5f5f5;
  width: 100px;
  left: -90px;
  height: 100%;
  top: 0;
}
.about_header_desc h2{
  position: relative;
  z-index:1;
  font-size: 42px;
  margin-bottom: 15px;
}
.about_header .about_header_desc p {
  position: relative;
  z-index:1;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0px;
}
/* Our-Menu */
.our-menu-box{
  text-align: center;
}
.our-menu-box a.btn{
  width: 100%;
  font-size: 26px;
  color: #2a2423;
  padding:25px 30px;
  background:#fff3f2;
  outline: none;
  box-shadow: none;
  border:5px solid #ffe9e7;
}
.our-menu-box a.btn img{
  display: block;
  width: 100px;
  margin: auto;
  margin-bottom: 20px;  
}
/* Restaurant-Menu */
.popular-item-title{
  text-align: center;
  margin-bottom:20px;
}
.foodmenu_tab_content{
  display: flex;
  padding:0 40px 10px 40px;
}
.foodmenu_tab_content .menu_serial{
  font-size:20px;
}
.foodmenu_tab_content .menu_item{
  width: 100%;
  padding-left:20px;
}
.foodmenu_tab_content .menu_item_inner{
  display: flex;
  justify-content: space-between;
  width:100%;
  position: relative;
  align-items: center;
}
.foodmenu_tab_content .menu_item_inner .name{
  min-width:45%;
  font-size:20px;
}
.foodmenu_tab_content .menu_item_inner .line{
  width:100%;
  border:1px dashed #000;
}
.foodmenu_tab_content .menu_item_inner .price{
  min-width:60px;
  font-size:20px;
  text-align: right;
}
.our-menu-btn{
  padding-top:50px;
  text-align: center;
}
.our-menu-btn a.btn{
  padding:8px 26px;
  font-size:20px;
  color:#fff;
  background-color:#ea3f32;
}

/*------- Testimonial -------*/
.testimonial {
  position: relative;
  background: #fff3f2;
  padding: 90px 60px;
  margin-top: 50px;
  border-radius:40px;
}

.testimonial .slick-list {
  margin: 0px -15px;
}

.testimonial .slick-slide {
  margin: 0px 15px;
  outline: none;
}

.testimonial .testimonial_heading {
  font-family: 'Tuesday Night';
  font-size: 72px;
  font-style: italic;
  font-weight: 300;
  color: #574b48;
  opacity: 0.24;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.testibox1 {
  position: relative;
}

.testibox1 .testibox_inner {
  position: relative;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.testibox1 .testi-top {
  position: relative;
}

.testibox1 .testi-img {
  position: relative;
  width: 100px;
  height: 60px;
  border-radius: 100%;
  padding-top:10px;
  margin: 0 auto;
}

.testibox1 .testi-img img {
  border-radius: 100%;
}

.testibox1 .testi-img:before {
  content: "\f10e";
  font-family: 'fontawesome';
  font-size: 65px;
  color: #000000;
}

.testibox1 .testi_info {
  margin-top: 25px;
}

.testibox1 .testi_info h5 {
  color: #000;
  font-weight: 600;
}

.testibox1 .testi_info h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  font-style: italic;
  color: #ea3f32;
  margin-top:10px;
}

.testibox1 p {
  color:#000;
  font-size: 24px;
  font-style: italic;
}

.testibox1 ul.rating {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.testibox1 ul.rating li {
  display: inline-block;
  font-size: 16px;
  color: #ea3f32;
}

.gmap_wrapper {
  padding: 0px 100px;
}

.gmapbox .map {
  width: 100%;
  height: 400px;
}

.contact-map{
  margin-bottom:60px;
}
.contact-map h2{
  font-size:36px;
  margin-bottom:15px;
}
.contact-box h2{
  font-size:36px;
  margin-bottom:10px;
}
.contact-box p{
  font-size:18px;
  margin-bottom:0;
}
.contact-box p a{
  color:#000;
}
.contact-box svg{
  color:#000;
  font-size:30px;
  margin-bottom:15px;
}
.loaction-address iframe{
  width:100%;
  height:400px;
  border:0;
}

/*---------- Background ------------*/
.bg_color_1 {
  background-color: #fff7f7;
}
.bg_image_header {
  background-image: url("../images/bg/header_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


/*---------- Slick Control ------------*/
.slick-slide {
  outline: none;
}

.slick-vertical .slick-slide {
  border: 0px solid transparent;
}

.slick-slide img {
  width: 100%;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid #000;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  background: transparent;
  z-index: 2;
  opacity: 1;
  transition: all 0.5s ease;
}

.slick-prev:hover, .slick-next:hover {
  background: #000;
  border-color: #000;
}

.slick-prev:focus, .slick-next:focus {
  background: #000;
  border-color: #000;
}

.slick-prev:before, .slick-next:before {
  font-size: 16px;
  color: #000;
  opacity: 1;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #fff;
  opacity: 1;
}

.slick-prev:focus:before,
.slick-next:focus:before {
  color: #fff;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev {
  left: 0px;
}

.slick-prev:before {
  content: "\f124";
  margin-right: 4px;
}

.slick-next {
  right: 0px;
}

.slick-next:before {
  content: "\f125";
  margin-left: 4px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  counter-reset: numbers;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0px;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  color: #ffffff;
  border: 0;
  outline: none;
  background: transparent;
  transition: all 0.5s ease;
}

.slick-dots li button:before {
  font-family: "Spectral", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  counter-increment: numbers;
  content: "0" counter(numbers);
  text-align: center;
  opacity: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.5s ease;
}

.slick-dots li button:hover:before {
  opacity: 1;
  color: #ea3f32;
}

.slick-dots li button:focus:before {
  opacity: 1;
  color: #ea3f32;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ea3f32;
}

/*---------- Breadcrumb Section ------------*/
.page-header .page-header-content {
  position: relative;
  margin: 0px;
  padding: 225px 0px;
  text-align: center;
  z-index: 2;
  background-image:url("../images/slider/slider-1.jpg");
}
.page-header .page-header-content::before{
    position: absolute;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.6);
}

.page-header .page-header-content > div {
  position: relative;
}

.page-header .page-header-content .heading {
  position: relative;
  font-size: 80px;
  font-weight: 500;
  line-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #ea3f32;
  padding: 10px 25px;
  min-width: 570px;
  max-width: 100%;
}

.page-header .breadcrumb {
  padding: 10px 0px 0px 0px;
  margin-bottom: 0;
  list-style: none;
  display: block;
  background: transparent;
}

.page-header .breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}

.page-header .breadcrumb li:before {
  content: '/';
  padding: 0px 5px;
  color: #ffffff;
}

.page-header .breadcrumb li:first-child:before {
  display: none;
}

.page-header .breadcrumb li a {
  color: #ffffff;
}

.page-header .breadcrumb li a:hover {
  color: #ffffff;
}

.page-header .breadcrumb li.active {
  color: #ffffff;
}

@keyframes object-move6 {
  0% {
    left: -70px;
  }
  100% {
    left: -35px;
  }
}

@keyframes object-move7 {
  0% {
    right: -70px;
  }
  100% {
    right: -35px;
  }
}

.border_line {
  font-family: "Spectral", serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ea3f32;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url(../images/line.html);
  background-repeat: repeat-x;
  background-position: center left;
  width: 100%;
  height: 8px;
}

/*---------- Section Header ------------*/
.section_header {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.section_header * {
  position: relative;
}

.section_header img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section_header p {
  color: #ffffff;
}

.section_header .section_title {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  line-height: 54px;
  text-transform: capitalize;
  padding-top: 125px;
  padding-bottom: 15px;
}

.section_header .section_sub_title {
  font-size:28px;
  font-weight: 400;
  font-style: italic;
  color: #ea3f32;
}

.section_header.dark .section_title {
  color: #2a2423;
}

.section_header.dark .section_sub_title {
  color: #ea3f32;
}

.section_header.dark p {
  color: #817c7b;
}

.section_header.sm_padding .section_title {
  padding-top: 35px;
}
.about_us_home {
  position: relative;
}

.about_us_home .about_us_inner {
  position: relative;
  padding: 40px 0px 0 100px;
}

.about_us_home .about_us_inner .spin_logo {
  position: absolute;
  left: 47%;
  top: 40px;
  z-index: 1;
  width: 150px;
  height: 150px;
}

.about_us_home .about_us_inner .spin_logo .circle_logo {
  animation: rotator1 20s infinite linear;
}

.about_us_home .about_us_inner .spin_logo .linear_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.about_us_home .about_us_inner .section_header {
  background-color:#f5f5f5;
  text-align: left;
  padding:25px 25px 30px 35px;
  position: relative;
  margin-bottom: 0px;
}
.about_us_home .about_us_inner .section_header::before{
  position: absolute;
  content:'';
  background-color:#f5f5f5;
  top:0;
  bottom:0;
  width:100px;
  right:-60px;
}

.about_us_home .about_us_inner .section_header .section_title {
  padding-top: 0px;
  font-size: 38px;
  padding-bottom:5px;
  color: #000;
}

.about_us_home .about_us_inner .section_header .section_sub_title {
  margin-bottom: 15px;
}

.about_us_home .about_us_inner .section_header p {
  font-size:17px;
  line-height: 25px;
  color: #000;
}

.about_us_home .about_us_inner .section_header .button_group {
  margin-top: 30px;
}

.about_us_home .about_us_inner .section_header .button_group .button {
  font-weight: 500;
  line-height: 30px;
}

.about_us_home .about_us_inner .about_imgbox .layer_spice_1 {
  position: absolute;
  right: 95%;
  top: 63%;
  width: 50px;
  animation: object-move1 7s infinite ease;
}

.about_us_home .about_us_inner .about_imgbox .layer_spice_2 {
  position: absolute;
  right: 75%;
  top: 80%;
  width: 62%;
  display: inline-block;
  animation: object-move2 7s infinite ease;
}

.about_us_home .about_us_inner .about_imgbox::after {
  content: url("../images/about/layer2.png");
  position: absolute;
  right: 0;
  top: 0;
  animation: object-move3 7s ease;
  transform-origin: right;
  display:none;
}

@keyframes rotator1 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes object-move1 {
  0% {
    top: 63%;
  }
  50% {
    top: 58%;
  }
  100% {
    top: 63%;
  }
}

@keyframes object-move2 {
  0% {
    top: 80%;
  }
  50% {
    top: 85%;
  }
  100% {
    top: 80%;
  }
}

@keyframes object-move3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.about_imgbox video{  
  width:100%;
  height:100%;
  border:12px solid #fff3f2;
}

/*--------- Offers-Britannia ----------*/
.offer-section{
  padding:60px 0;
}
.offer-section .main-heading{
  margin-bottom:45px;
  text-align: center;
}
.offer-box{  
  padding:30px;
  text-align:center;
  background-color:#f5f5f5;
  margin-bottom:40px;
}
.offer-box h2{
  font-size: 62px;
  color:#ea4033;
  margin-bottom:10px;
}
.offer-box p{
  font-size:18px;
}
.offer-box p span{
  font-size: 24px;
  font-weight: bold;
}
.offer-box .valid-date{
  padding-top:30px;
}
.offer-box .valid-date h5{
  margin-bottom:15px;
}
.sunday-special-box{
  padding:25px;
  height:100%;
  text-align:center;
  background-color:#fff3f2;
  border:5px solid #ffe9e7;
}
.sunday-special-box h5{
  margin-bottom:10px;
}
.sunday-special-box p{
  font-size:18px;
}
.sunday-special-box p span{
  font-size:15px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .video-content,
  .video_btn {
    display: block;
  }
  .video_btn a {
    margin: 15px auto;
  }
}


/*--------- Preloader ----------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#preloader.hide {
  width: 0%;
  transition-delay: 0.26s;
}

#preloader:before,
#preloader:after {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  background-color: #000000;
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
}

#preloader:after {
  background: #ea3f32;
  mix-blend-mode: difference;
  transition-delay: 0.40s;
  z-index: 3;
}

#preloader.hide:before,
#preloader.hide:after {
  transform: translateX(-105%);
}

.loader-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

#preloader.hide .loader-wrap {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.18s;
}

.loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #ffffff;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #ea3f32;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

/*--------- Mouse Cursor ----------*/
.pointer {
  position: fixed;
  top: 50%;
  left: -100px;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 9999;
  transition-property: width, height;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
  border-radius: 100%;
  background: #ea3f32;
  overflow: hidden;
}

.bnz-pointer.bnz-large {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.25);
}

.bnz-pointer.bnz-large:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px dashed #ea3f32;
  border-radius: 100%;
  animation: spin 4s linear infinite;
}

.bnz-pointer.bnz-small {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
}

.bnz-pointer.bnz-small::before {
  display: none;
}

.bnz-pointer.bnz-none {
  width: 0px;
  height: 0px;
}

.bnz-pointer.bnz-drag {
  width: 40px;
  height: 40px;
  background: rgba(215, 118, 71, 0.15);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

.bnz-pointer.bnz-drag::before {
  content: "drag";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}

.bnz-pointer.bnz-drag.bnz-large::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  transform: none;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px dashed #000;
  border-radius: 100%;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/*======= Light Color Style =======*/
body.light_bg {
  color: #2a2423;
}

body.light_bg .slider_slick .slick-dots li button:before {
  color: #2a2423;
}

body.light_bg .slider_slick .slick-dots li.slick-active button:before {
  color: #ea3f32;
}

body.light_bg .grillman_imgtext.light p {
  color: #ea3f32;
}

body.light_bg .video_sec {
  background: #faf3ed;
}

body.light_bg .foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a {
  color: #2a2423;
}

body.light_bg .foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a.selected {
  color: #ea3f32;
}

body.light_bg .foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a.selected::after {
  background: #f0dbc9;
  opacity: 0.5;
}

body.light_bg .foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_item .line {
  border-color: #eacaaf;
}

body.light_bg .clients .client_item {
  border: 1px solid #f4ece8;
}

body.light_bg .timeline_history::before {
  background: #e5dcdb;
}

body.light_bg .timeline_history .timeline_item.even .timeline_item_inner:before,
body.light_bg .timeline_history .timeline_item.odd .timeline_item_inner:after {
  background: #e5dcdb;
}

body.light_bg .timeline_history .timeline_item {
  color: #1f1917;
}

body.light_bg .about_header .about_header_title h1 {
  color: #f4e6dc;
}

body.light_bg .portfolio_grid .portfolio_filters_button_content .button-group .button {
  color: #2a2423;
}

body.light_bg .portfolio_grid .portfolio_filters_button_content .button-group .button.is-checked {
  color: #ea3f32;
}

body.light_bg .contact.homestyle .sec_large_title {
  color: #2a2423;
}

body.light_bg .keepintouch .communication p {
  color: #817c7b;
}

body.light_bg .sidebar {
  background-color: #faf3ed;
  box-shadow: 0px 0px 20px rgba(43, 40, 36, 0.05);
}

body.light_bg .sidebar .widget_search .wp-block-search .wp-block-search__input {
  border-color: #eacaaf;
}

body.light_bg .widget ul li, body.light_bg .widget ol li {
  border-bottom: 1px solid #eacaaf;
}

body.light_bg .widget ul a, body.light_bg .widget ol a {
  color: #2b2824;
}

body.light_bg .widget ul a:hover, body.light_bg .widget ol a:hover {
  color: #ea3f32;
}

body.light_bg .widget .wp-block-page-list li a {
  border-bottom: 1px solid #eacaaf;
}

body.light_bg .widget a:hover {
  color: #2b2824;
}

body.light_bg .widget_tag_cloud a:hover {
  color: #ea3f32;
}
.our-hygiene-bg {
    padding: 80px 0 0 0;
}
.hygiene-sub-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Lobster Two", cursive;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.headding-rating-title {
    font-size: 42px;
    line-height: normal;
    margin: 0;
    color: #292929;
}
.ratings-food-image img {
    min-width: 100% !important;
    width: 100%;
}

@media screen and (max-width: 1599px) {  
  .gmap_wrapper {
    padding: 0px 50px;
  }
  .slider_slick .slide_item .slide_item_content .slide_item_text h2 {
    font-size: 120px;
    line-height:120px;
  }

}

@media screen and (max-width: 1199px) {    
  .slider_slick::before {
    width: 90px;
  }
  .slider_slick .slick-prev,
  .slider_slick .slick-next,
  .slider_slick .slick-dots {
    left: 30px;
  }      
  .footer .news_widget {
    padding-right: 0px;
  }
  .footer .widget_payment {
    padding-left: 0px;
  }
  .slider_slick .slide_item .slide_item_content .slide_item_text h2 {
    font-size: 100px;
    line-height: 100px;
  }
  .slider_slick .slide_item .slide_item_content .slide_item_text p{
    font-size:24px;
    line-height:30px;
    margin-bottom:30px;
  }
  .slider_slick .slide_item .slide_item_content .slide_item_text p br{
    display:none;
  }
  .slider_slick .slide_item .slide_item_content .slide_item_text a.btn {
    font-size: 16px;    
  }
  .about_us_home .about_us_inner {    
    padding: 0;
  }
  .section_header {
    margin-bottom: 40px;
  }
  .section_header img { 
    width: 250px;
  }
  .section_header .section_title{
    padding-top:110px;
  }
  .foodmenu_tab_content {
    padding: 0 0 15px 0;
  }
  .testimonial-section .testimonial {
    padding: 50px;
    margin-top: 30px;
    border-radius: 30px;
  }
  .testimonial ul.slick-dots{
    display: none !important;
  }
  .testibox1 .testi-img:before {
    font-size: 55px;
  }
  .testimonial-section .testibox1 p{
    font-size:20px;
  }
  .testibox1 .testi_info h5 {
    font-size: 26px;
  }
  .footer {
    padding-top: 90px;
  }
  .footer .footer_bottom .footer_bottom_inner .totop {
    top: 0;
    right: 25px;
  }

}

@media screen and (max-width: 991px) {  
  .top_bar_inner {
    padding: 20px 15px;
  }
  .page-header .page-header-content {
    padding: 100px 0px;
  }
  .page-header .page-header-content .heading {
    font-size: 60px;
    line-height: 60px;
    min-width: auto;
  }
  .reserve_table .table_reserve_form .reserve_form {
    margin-bottom: 40px;
  }
  .reserve_table .table_reserve_form .reserve_form .form-container {
    flex-flow: row wrap;
  }
  .reserve_table .table_reserve_form .reserve_form .form-container .form-group:last-child {
    margin-top: 10px;
  }
  .about_us_home {
    padding: 0px 0px;
  }  
  .about_us_home .about_us_inner .section_header .section_title {
    padding-top: 0px;
  }
  .about_us_home .about_us_inner .about_imgbox {
    position: relative;
    margin-top: 30px;
  }
  .about_header .about_imgbox{
    margin-bottom:20px;
  }
  .about_header .about_header_desc {
    padding-left: 25px;
  }
  .about_header .about_header_desc::after{
    display: none;
  }
  .foodmenu_tab .foodmenu_tab_button_group {
    justify-content: space-evenly;
    flex-flow: row wrap;
  }
  .foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button {
    padding: 20px 25px;
  }
  .foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content {
    padding: 0px 0px;
  }
  .foodmenu_tab.bg_light, .foodmenu_tab.bg_dark {
    padding: 60px 20px 20px 20px;
  }    
  .portfolio_grid .grid-item .product_thumb .product_item_inner {
    padding: 20px 20px;
  }  
  .slider_slick .slide_item .slide_item_content .slide_item_text h2 {
    font-size: 70px;
    line-height: 70px;
  }
  .slider_slick .slide_item .slide_item_content .slide_item_text p {
    font-size: 20px;
    line-height: 26px;
  }
  .about_us_home .about_us_inner .section_header::before{
    display: none;
  }
  .section_sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section_header {
    margin-bottom: 20px;
  }
  .section_header img {
    width: 220px;
  }
  .section_header .section_title {
    font-size:42px;
    padding-top: 90px;
  }
  .foodmenu_tab_content .menu_item {
    padding-left: 10px;
  }
  .foodmenu_tab_content .menu_serial {
    font-size: 18px;
  }
  .foodmenu_tab_content .menu_item_inner .name {
    font-size: 18px;
  }
  .foodmenu_tab_content .menu_item_inner .price {
    font-size: 18px;
  }
  .our-menu-btn {
    padding-top: 30px;
  }
  .testimonial-section .testimonial {
    padding: 40px;
    border-radius: 20px;
  }
  .footer_widget{
    margin-bottom:50px;
  }
  .footer-logo a img {
    width: 200px;
  }
  .contact-box{
    text-align: center;
  }
  .our-menu-box a.btn {
    font-size: 24px;
    padding: 24px 50px;
  }
  .sunday-special-box{
    height: auto;
    margin-bottom:30px;
  }
  .order-book-a-table-section-bg {
    padding: 120px 0;
  }
 .order-book-a-table-btns li a {
    font-size: 20px;
    padding: 12px 30px;
  }

}

@media screen and (max-width: 767px) {  
  .reserve_table .table_reserve_form .reserve_form .form-container {
    justify-content: center;
  }
  .reserve_table .table_reserve_form .reserve_form .form-container .form-group {
    width: 40%;
    margin-right: 20px;
  }
  .grillman_imgtext p {
    font-size: 80px;
    line-height: 80px;
  }
  .platter_box {
    height: auto;
    background-image: none;
  }
  .platter_box .platter_title {
    margin-top: 0px;
  }  
  .video_sec {
    padding: 0px 0px;
  }
  .video_sec.pd_both {
    padding: 0px 0px;
  }
  .video-content {
    font-size: 36px;
  }
  .banner_1 {
    padding: 100px 0px;
  }    
  blockquote {
    font-size: 22px;
    line-height: 36px;
    padding: 40px 40px 50px 50px;
  }
  blockquote:before {
    left: 50px;
    bottom: 10px;
  }    
  .contact_box {
    padding: 30px;
  }
  .contact_box .contactus {
    padding-left: 0px;
  }
  .contact_box .contactus .section_header {
    margin-top: 15px;
  }
  .contact_box .contactus .section_header .section_title {
    font-size: 36px;
  }
  .contact_address {
    padding: 60px 0px;
  }
  .gmap_wrapper {
    padding: 0px 0px;
  }
  .gmapbox {
    position: relative;
    top: 0;
    width: 100%;
  }
  .gmapbox .map {
    height: 500px;
  }
  .contact.homestyle .gmapbox {
    height: auto;
  }
  .contact.homestyle .gmapbox .map {
    position: relative;
    height: 500px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 30px;
  }
  .main-wrapper {
    padding: 70px 0px;
  }
  .contact-map {
    margin-bottom: 40px;
  }
  .contact-box{
    margin-bottom:35px;
  }  
  .our-menu-box{
    margin-bottom:15px;
  }
  .our-menu-box a{
    width:225px;
  }
  .our-hygiene-bg {
    padding: 60px 0 0 0;
  }
  .hygiene-content {
    text-align: center;
    margin-bottom: 15px;
  }
  .hygiene-sub-title {
    font-size: 16px;
   }
   .headding-rating-title {
    font-size: 36px;
   }
  
}

@media screen and (max-width: 600px) {  
  .section_sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section_header .section_title{
    padding-top:0;
  }
  .section_sm .section_header img {
    display: none;
  }
  .slider_slick .slide_item .slide_item_content {
    padding: 0 20px 0 100px;
  }
  .testimonial {
    padding: 70px 30px;
  }
  .testibox1 p {
    font-size: 20px;
  }  
  .footer .footer_bottom .footer_bottom_inner .totop {
    top: 15px;
    right: 20px;
  }
  .footer .footer_bottom .footer_bottom_inner .totop a {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }  
  .portfolio_grid .grid-item .product_thumb .product_item_inner {
    padding: 15px;
  }
  .portfolio_grid .grid-item .product_thumb .product_item_inner .label_text .food_item_name{
    font-size:16px;
  }
  .portfolio_grid .grid-item .product_thumb .product_item_inner .details a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }

}

@media screen and (max-width: 575px) {
.slider_slick .slide_item .slide_item_content .slide_item_text h2 {
    font-size: 60px;
    line-height: 50px;
}
.slider_slick .slide_item .slide_item_content .slide_item_text p{
  font-size:18px;
}
.slider_slick::before{
  width:80px;
}
.slider_slick .slick-prev, .slider_slick .slick-next, .slider_slick .slick-dots{
  left:24px;
}
.testimonial-section .testimonial{
    padding:35px 25px;
}
.testimonial-section .testibox1 p {
    font-size: 18px;
}
.testibox1 .testi_info {
  margin-top: 15px;
}
.testibox1 .testi_info h5 {
  font-size: 22px;
}
.testibox1 ul.rating{
  margin:0;
}
.footer {
    padding-top: 80px;
}
.footer_widget {
    text-align: center;
}
.footer .widget_title {
  font-size: 26px;
  margin-bottom: 20px;
}
.footer_widget ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer_widget ul li a{
  font-size:14px;
}
.footer .footer_bottom {
  margin-top: 0px;
}
.about_us_home .about_us_inner .section_header{
  text-align: center;
}
.about_header .about_header_desc{
  text-align: center;
}
.about_header .about_header_desc h2{
  font-size:38px;
  line-height:42px;
}
.page-header .page-header-content .heading {
  font-size: 50px;
  line-height: 50px;
}
.loaction-address iframe {
  height: 300px;
}

}

@media screen and (max-width: 500px) {
  .reserve_table .table_reserve_form .reserve_form .form-container .form-group {
    width: 100%;
    margin-right: 0px;
  } 
  .foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_item .menu_item_inner {
    display: block;
  }
  .foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_item .menu_item_inner .line {
    margin: 0px 0px;
    border-bottom: 0px solid #655f5d;
  }
  .contact.homestyle .contact_us {
    padding: 30px 30px;
  }  
  .portfolio_grid .gutter-15 .grid-item {
    padding: 0;
    padding-bottom:20px;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper{
    padding-bottom:60px;
  }  
.top_bar_inner {
    padding: 15px 5px;
}  
.slider_slick::before{
    width:70px;
}
.slider_slick .slick-prev, .slider_slick .slick-next, .slider_slick .slick-dots{
  left:20px;
}
.slider_slick .slide_item .slide_item_content {
  padding: 0 15px 0 85px;
}
.slider_slick .slide_item .slide_item_content .slide_item_text h2{
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 10px;
}
.slider_slick .slide_item .slide_item_content .slide_item_text p{
  font-size:16px;
  margin-bottom:20px;
}
.slider_slick .slide_item .slide_item_content .slide_item_text a.btn{
  padding:7px 18px;
}
.about_us_home .about_us_inner .section_header{
  padding:25px;
  text-align: center;
}
.about_us_home .about_us_inner .section_header .section_title{
  font-size:36px;
  line-height:42px;
  margin-bottom:10px;
}
.testimonial-section .testimonial {
  padding: 25px;
  border-radius:15px;
}
.testimonial .slick-slide{
  margin:0;
}
.testibox1 .testi-img{
  height:50px;
}
.testibox1 .testi-img:before{
  font-size:45px;
}
.testibox1 .testi-top{
  margin-bottom:10px;
}
.testimonial-section .testibox1 p{
  font-size:18px;
  margin-bottom:20px;
}
.testibox1 .testi_info h5{
  font-size:20px;
}
.footer {
  padding-top: 60px;
}
.footer-logo a img {
  width: 180px;
}
.footer .footer_bottom .footer_bottom_inner .totop {
  top: 22px;
  right: 15px;
}
.footer .footer_bottom .footer_bottom_inner .totop a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.main-wrapper {
  padding: 60px 0px;
}
.page-header .page-header-content .heading {
  font-size: 40px;
  line-height: 40px;
}
.offer-section .main-heading {
  margin-bottom: 35px;
}
.offer-section .main-heading h3{
  font-size:38px;
}
.offer-box {
  padding: 25px;
  margin-bottom: 30px;
}
.sunday-special-box{
  padding:20px;
  height: auto;
  margin-bottom:30px;
}
.offer-section{
  padding-bottom:30px;
}
.offer-box h2 {
  font-size: 48px;
}
.our-menu-box a.btn img {
    width: 80px;
    margin-bottom: 15px;
}
.our-menu-box a.btn {
    padding: 20px 30px;
}
.order-book-a-table-section-bg {
    padding: 80px 0;
}
.order-book-a-table-btns li {
    margin: 0;
    margin-bottom:15px;
    width: 100%;
}
.order-book-a-table-btns li:last-child{
    margin-bottom:0;
}
.order-book-a-table-btns li a {
    font-size: 20px;
    padding: 12px 30px;
    width: 180px;
}

}
