
* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
  font-family: 'Poppins', sans-serif;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #e7272d;
}

.text-light {
  color: #ffffff;
}

.text-light h1,  .text-light h2,  .text-light h3,  .text-light h4,  .text-light h5,  .text-light h6,  .text-light p,  .text-light a {   color: #ffffff; }
 .shadow {   position: relative;   z-index: 1; }
 .shadow.dark::after {   background: #000000 none repeat scroll 0 0;   content: "";   height: 100%;   left: 0;   opacity: 0.5;   position: absolute;   top: 0;   width: 100%;   z-index: -1; }
 .shadow.dark-hard::after {   background: #000000 none repeat scroll 0 0;   content: "";   height: 100%;   left: 0;   opacity: 0.75;   position: absolute;   top: 0;   width: 100%;   z-index: -1; }

.shadow.light::after {   background: #ffffff none repeat scroll 0 0;   content: "";   height: 100%;   left: 0;   opacity: 0.3;   position: absolute;   top: 0;   width: 100%;   z-index: -1; }
 .shadow.theme::after {   background: #e7272d none repeat scroll 0 0;   content: "";   height: 100%;   left: 0;   opacity: 0.5;   position: absolute;   top: 0;   width: 100%;   z-index: -1; }
 .shadow.theme-hard::after {   background: #e7272d none repeat scroll 0 0;   content: "";   height: 100%;   left: 0;   opacity: 0.7;   position: absolute;   top: 0;   width: 100%;   z-index: -1; }
 .default-padding {   padding-top: 80px;   padding-bottom: 0px; } 
.default-padding-top {   padding-top: 80px; }
 .default-padding-bottom {   padding-bottom: 80px; } 
.default-padding.bottom-less {   padding-top: 80px;   padding-bottom: 50px; }
 .default-padding.bottom-30 {   padding-top: 80px;   padding-bottom: 30px; } 
.default-padding.bottom-20 {   padding-top: 80px;   padding-bottom: 20px; } 
.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}
 

.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 600;
  letter-spacing: 1px;
  overflow: hidden;
}

.btn-font {
  font-family: Dancing Script;
  font-weight: 700;
}

.btn-md {
  padding: 10px 40px 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #e7272d;
  color: #ffffff !important;
  border: 2px solid #e7272d;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #e7272d;
  color: #ffffff !important;
  border: 2px solid #e7272d;
}

.btn-theme.border {
  background-color: transparent;
  color: #e7272d !important;
  border: 2px solid #e7272d;
}

.btn-theme.border:hover {
  background-color: #e7272d;
  color: #ffffff !important;
  border: 2px solid #e7272d;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #e7272d none repeat scroll 0 0;
  border: 2px solid #e7272d;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.site-heading h3 {
  font-family: Dancing Script;
  font-weight: 700;
  font-size: 30px;
  color: #e7272d;
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #e7272d;
}

.site-heading h2 span {
  color: #e7272d;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::after {
  background: #e7272d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 20px;
}

.site-heading h2::before {
  background: #e7272d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  width: 20px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #e7272d;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

 
 


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {   padding-top: 150px;   padding-bottom: 150px; }  .breadcrumb-area .breadcrumb {   background: transparent none repeat scroll 0 0;   display: inline-block;   margin: 0;   padding: 15px;   position: relative;   z-index: 1; }  .breadcrumb-area .breadcrumb::after {   background: #232323 none repeat scroll 0 0;   content: "";   height: 100%;   left: 0;   opacity: 0.7;   position: absolute;   top: 0;   width: 100%;   z-index: -1; }  .breadcrumb-area h1 {   display: block;   font-weight: 600;   text-transform: uppercase;   font-size: 40px;   padding-top: 6px;   margin-bottom: 15px;   margin-top: -8px; }  .breadcrumb > li + li::before {   content: "\f105";   font-family: "Font Awesome 5 Free";   font-weight: 600;   padding: 0 5px;   color: #ffffff;   display: none; }  .breadcrumb-area .breadcrumb li i {   margin-right: 5px; }  .breadcrumb-area .breadcrumb li {   padding: 0 15px;   position: relative;   z-index: 1; }  .breadcrumb-area .breadcrumb li::after {   content: "\f105";   font-family: "Font Awesome 5 Free";   left: -5px;   font-weight: 600;   position: absolute;   top: 1px; }  .breadcrumb-area .breadcrumb li:first-child::after {   display: none; }  .breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb li {   font-family: "Poppins",sans-serif;   font-weight: 500;   text-transform: uppercase;   color: #ffffff; }  .breadcrumb-area .breadcrumb li.active {   color: #e7272d;   text-decoration: underline; }  .breadcrumb-area .title, .breadcrumb-area .breadcrumbs-items {   z-index: 9; }  .breadcrumb-area .wavesshape {   position: absolute;   left: 0;   bottom: -2px;   right: 0; }  .breadcrumb-area .wavesshape img {   width: 100%; }


/* ============================================================== 
     # Topbar Area 
=================================================================== */


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 200px 0;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area .transparent-nav .content {
  padding-top: 80px;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area.left-shadow::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  height: 100%;
  width: 80%;
  background: #e7272d;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .7s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .9s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}  .banner-area .carousel-control.left {   left: -50px; }  .banner-area:hover .carousel-control.left {   left: 0; }  .banner-area:hover .carousel-control.shadow.left {   left: 20px; }  .banner-area .carousel-control.right {   right: -50px; }  .banner-area:hover .carousel-control.right {   right: 0; }  .banner-area:hover .carousel-control.shadow.right {   right: 20px; }

/* Content */

.banner-area .content { overflow: hidden; }

.banner-area .double-items {   display: flex;   align-items: center; }
 .banner-area .double-items div {   height: auto; }
 .banner-area h1 {   font-size: 60px;   font-weight: 600;   text-transform: capitalize;   margin-bottom: 25px; } 
.banner-area a {   margin-top: 15px; } 
.banner-area.content-less a {   margin-top: 5px; }
 .banner-area h3 {   margin-bottom: 25px; }
 .banner-area.heading-uppercase h3 {   text-transform: uppercase;   letter-spacing: 1px; } 
.banner-area.ds-fonts h2, .banner-area.ds-fonts h3, .banner-area.ds-fonts h4 {   font-family: Dancing Script;   font-weight: 700; }
 .banner-area.ds-fonts h2 {   font-size: 60px; } 
.banner-area.heading-exchange .content h1 {   font-size: 70px;   font-weight: 700;   text-transform: uppercase;   margin-bottom: 25px;   line-height: 1; }

.banner-area.text-medium .content h1 {
  font-size: 70px;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 1.1;
}

.banner-area.heading-exchange .content strong {
  color: #e7272d;
  font-weight: inherit;
}

.banner-area.heading-exchange .content h3,
.banner-area.heading-exchange .content h4 {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
}

.banner-area.sub-heading h3 {
  margin-bottom: 25px;
  font-family: Dancing Script;
  font-size: 36px;
  font-weight: 700;
}

.banner-area.heading-exchange .content a {
  margin-top: 10px;
}

.banner-area .content .lists {
  margin-bottom: 20px;
}

.banner-area .content .lists ul {
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.banner-area .content .lists li {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px;
  letter-spacing: 1px;
}

.banner-area .content .lists li:last-child {
  border: none;
}

.banner-area .content .lists li i {
  margin-right: 2px;
}
 

/* Shape */
.banner-area .wavesshape  {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
  height: auto;
  z-index: 1;
}

.banner-area .wavesshape img {
  width: 100%;
} 

.about-area .address li {
  display: block;
}

.about-area .address li span {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
  color: #232323;
}

.about-area .address li:last-child p {
  margin: 0;
}


/* ============================================================== 
     # Basic Info
=================================================================== */
 

/* ============================================================== 
     # Default Info
=================================================================== */
 

/* ============================================================== 
     # Services
=================================================================== */
 

 

/* ============================================================== 
     # Food Menu
=================================================================== */
.food-menu-area .menu-lists .item {
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.food-menu-area .menu-lists .info {
  padding: 30px;
  position: relative;
}

.food-menu-area .menu-lists .col-md-12 a {
  margin-top: 20px;
}

.food-menu-area .menu-lists .thumb img {
  clip-path: polygon(0 85%, 0 0, 100% 0, 100% 85%, 50% 100%);
}

.food-menu-area.path-less .menu-lists .thumb img,
.food-menu-area.simple .menu-lists .thumb img {
  clip-path: inherit;
}

.food-menu-area .menu-lists .info h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.food-menu-area.simple .menu-lists .info h4 {
  position: absolute;
  display: inline-block;
  top: -27px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  background: #ffffff;
  padding: 20px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  min-width: 80%;
}

.food-menu-area .menu-lists .info > h5 {
  text-transform: uppercase;
  font-weight: 500;
  background: #e7272d;
  display: inline-block;
  color: #ffffff;
  padding: 5px 25px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: none;
}

.food-menu-area .menu-lists .info span {
  display: block;
  margin-bottom: 15px;
}

.food-menu-area .menu-lists .info p {
  margin: 0;
}

.food-menu-area .menu-lists .info .button {
  display: block;
  border-top: 1px solid #e7e7e7;
  margin-top: 15px;
  padding-top: 15px;
}

.food-menu-area .menu-lists .info .button a {
  text-transform: uppercase;
  font-weight: 600;
  color: #e7272d;
  letter-spacing: 1px;
}

.food-menu-area .menu-lists .equal-height {
  margin-bottom: 30px;
}

.food-menu-area .menu-lists .thumb {
  position: relative;
  z-index: 1;
}

.food-menu-area .menu-lists .thumb .price {
  position: absolute;
  right: 20px;
  top: 20px;
  letter-spacing: 1px;
  z-index: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.food-menu-area .menu-lists .thumb .price h5 {
  margin: 0;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 16px;
}

.food-menu-area .menu-lists .thumb .price::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #e7272d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: -1;
  opacity: 0.9;
}

.food-menu-area .menu-lists .info ul {
  margin-bottom: 15px;
}

.food-menu-area .menu-lists .info li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
}

.food-menu-area .menu-lists .info li::after {
  position: absolute;
  right: -10px;
  top: 50%;
  content: "";
  height: 6px;
  width: 6px;
  border: 1px solid #666666;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.food-menu-area .menu-lists .info li:last-child::after {
  display: none;
}
 
 

.food-menu-area .menu-lists.food-menu-carousel .owl-dots {
  margin-top: 20px;
}

.food-menu-area .menu-lists.food-menu-carousel .owl-dots .owl-dot span {
  height: 8px;
  background: #232323;
  width: 25px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.food-menu-area .menu-lists.food-menu-carousel .owl-dots .owl-dot span {
  background: #232323;
}

.food-menu-area .menu-lists.food-menu-carousel .owl-dots .owl-dot.active span {
  background: #e7272d;
  width: 40px;
}


/* Menu Isotop */

.mix-item-menu button {
  padding: 8px 20px;
  margin: 5px;
  border: none;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.mix-item-menu {
  margin-bottom: 40px;
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

.mix-item-menu button.active {
  color: #e7272d;
  position: relative;
  z-index: 1;
}

.mix-item-menu button.active::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 2px;
  width: 30px;
  background: #e7272d;
  margin-left: -15px;
}

.food-menu-area.inc-isotop {
  padding-bottom: 65px;
}

.food-menu-area .menu-lists.inc-padding .item {
  padding: 15px;
}

.menu-lists .item-single,
.menu-flex .item-single {
  float: left;
  padding: 15px;
}

.menu-lists.col-2 .item-single,
.menu-flex.col-2 .item-single {
  width: 50%;
}

.menu-lists.col-3 .item-single,
.menu-flex.col-3 .item-single {
  width: 33.333%;
}

.menu-lists.col-4 .item-single,
.menu-flex.col-4 .item-single {
  width: 25%;
}


/* Food Menu Flex */
 

/* ============================================================== 
     # Book a table
=================================================================== */
 

.about-area .form-box .col-md-12 {
  float: left;
  width: 100%;
} 


/* ============================================================== 
     # Contact
=================================================================== */
.contact-area .contact-box {
  display: flex;
}

.contact-area .contact-box .form-box {
  max-width: 600px;
  padding: 80px 15px 80px 50px;
}

.contact-area .contact-box .form-box h2 {
  font-weight: 600;
  margin-top: -5px;
}

.contact-area .contact-box .form-box .heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.contact-area .contact-box .form-box input, 
.contact-area .contact-box .form-box textarea {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
}

.contact-area.bg-theme .contact-box .form-box input, 
.contact-area.bg-theme .contact-box .form-box textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  box-shadow: inherit;
}
 

.contact-area img.loader {
  margin-left: 10px;
}

.contact-box .form-content {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  overflow: hidden;
  background: #f4f4f4;
}

.contact-box .info li .icon, 
.contact-box .info li span {
  display: table-cell;
  vertical-align: top;
}

.contact-box .form-content h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 600;
}

.contact-box .form-content input, 
.contact-box .form-content textarea {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
}

.contact-box .form-content textarea {
  min-height: 150px;
}

.contact-box .form-content button {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 35px;
  border: none;
  background: #e7272d;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.contact-box img.loader {
  margin-left: 5px;
}

.contact-box .info h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
}

.contact-box .info p {font-size: 18px;
    padding-right: 10px;
  margin: 0;
}
.contact-box .info p, .contact-box .info p a{    color: #666666;}
.contact-box .address-items {
  margin-top: 30px;
}
 

.contact-box .address-items .icon i {
  font-size: 30px;
  color: #e7272d;
 /*  margin-bottom: 20px; */
}
 
   
 
/* Footer Bottom */
 
footer .footer-bottom li {
  display: inline-block;
} 

footer .footer-bottom {
  padding: 20px 0;
}

footer .footer-bottom.col-3 .social {
  text-align: center;
}

footer .footer-bottom .social ul li a {
  display: inline-block;
  text-align: center;
  margin: 0 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

footer .footer-bottom p a {
  color: #ffffff;
}

footer .footer-bottom.bg-light  p a {
  color: #e7272d;
}

footer .footer-bottom .link li {
  margin-left: 15px;
}

footer .footer-bottom .link li a {
  color: #666666;
}

footer.bg-dark .footer-bottom .link li a,
footer.shadow .footer-bottom .link li a {
  color: #ffffff;
}

footer.shadow .footer-bottom .link li a {
  color: #ffffff;
}

footer .footer-bottom.bg-dark .link li a {
  color: #cccccc;
}

footer .footer-bottom .link li a:hover {
  color: #e7272d;
}

.footer-bottom.col-3 .row {
  display: flex;
  align-items: center;
}

footer .f-items.title-effect .f-item h4 {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

footer .f-items.title-effect .f-item h4::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 5px;
  background: #232323;
}

footer .f-items.title-effect .f-item h4::after {
  position: absolute;
  left: 10px;
  bottom: 0;
  content: "";
  height: 2px;
  width: 30px;
  background: #232323;
}

footer.bg-dark .f-items.title-effect .f-item h4::before,
footer.bg-dark .f-items.title-effect .f-item h4::after {
  background: #ffffff;
}

footer .f-item.link li {
  display: block;
  margin-bottom: 15px;
}

footer .f-item.link li:last-child {
  margin-bottom: 0;
}

footer .f-item.link li a {
  display: inline-block;
  color: #666666;
}

footer.bg-dark .f-item.link li a {
  color: #cccccc;
}

footer .f-item.link li a:hover {
  color: #232323;
}

footer.bg-dark .f-item.link li a:hover {
  color: #ffffff;
}

footer .f-item.address .btn {
  margin-top: 20px;
}
footer .f-item img{ padding-bottom: 20px;}
footer.bg-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer.shadow .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #fff;
  text-align: center;
}

.address-items .single-contact-info{margin-bottom: 30px;}
.single-contact-info {
   /*  overflow: auto; */
    margin-bottom: 20px;
   /*  -webkit-box-align: center;
    -ms-flex-align: center; */
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-contact-info .icon {
    color: #FF5E14;
    float: left;
    text-align: center;
    /* overflow: hidden; */
    font-size: 24px;
    line-height: 1;
    margin-right: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-control{margin-bottom:15px;}
.special {
    color: #e7272d !important;
    text-decoration: none !important;
}
blink {
    -webkit-animation: 1s linear infinite condemned_blink_effect; // for android
    animation: 1s linear infinite condemned_blink_effect;
}
@-webkit-keyframes condemned_blink_effect { // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.page-content{padding-bottom:80px;}
.page-content p{font-size: 16px;}
.page-content img{padding-bottom: 20px;}

.top-bar-area{
     position: relative;
}
.top-bar-area .info li {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-bar-area.inline .info li {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}

.top-bar-area .info li::after {
  position: absolute;
  right: 0;
  top: -10px;
  content: "";
  height: 100px;
  width: 1px;
  background: #e7e7e7;
}

.top-bar-area.double-info .social {
  padding: 25px 15px;
}

.top-bar-area .info li::after{
  background: rgba(255, 255, 255, 0.3);
}

.top-bar-area .social {
  padding: 15px 0;
  z-index: 1;
}

.top-bar-area li .icon i {
  color: #ffffff;
}

.top-bar-area li .info span{
  color: #ffffff;
}

.top-bar-area .info li, .top-bar-area .info li a {
  color: #ffffff;
} 
.top-bar-area::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
}

.top-bar-area.inline .info li i {
  margin-right: 10px;
  color: #666666;
  font-size: 20px;
}

.top-bar-area.inline .info li i{
  color: #ffffff;
}

.top-bar-area .social.text-right ul li {
  margin-right: 0;
  margin-left: 30px;
}

.top-bar-area .social ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.top-bar-area .social ul li a{
  color: #ffffff;
}
.top-bar-area li {
    display: inline-block;
}
.top-bar-area .bar-btn a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 35px;
  color: #ffffff;
  background: #e7272d;
  display: inline-block;
  letter-spacing: 1px;
}