/*
Template: Roccos - Fast Food & Restaurant HTML Template
Version: 1.0.0
Author: potenzaglobalsolutions
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.
*/
/*==============================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
    - Accordion
    - Button
		- Counter
    - Countdown
    - Feature Box
    - List
    - Menu List
    - Owl carousel
    - Portfolio
    - Pricing
    - Range Slider
    - Select
    - Service
    - Tabs
    - Team
    - Testimonial
 :: Header
   - Header default
   - Header transparent
 :: Banner
   - Banner 01
   - Banner 02
   - Inner Banner
 :: Layout
   - Section Title
   - Breadcrumb
   - Social Bg Color
 :: Sidebar
 :: Blog
   - Blog
   - Blog sidebar
   - Blog Author
 :: Shop
   - Product
   - Product Detail
    - Shop Sidebar
    - Checkout
    - Cart
 :: Not Found
 :: Footer

======================================
[ End table content ]
======================================*/
/*****************************
    Typography
*****************************/
@font-face {
    font-family: 'ballantines-script-ef-medium';
    src: url('/fonts/ballantines-script-ef-medium.woff2') format('woff2'),
         url('/fonts/ballantines-script-ef-medium.woff') format('woff'),
         url('/fonts/ballantines-script-ef-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Paradise Signature';
    src: url('/fonts/Paradise Signature.woff2') format('woff2'),
         url('/fonts/Paradise Signature.woff') format('woff'),
         url('/fonts/Paradise Signature.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
   font-family: Arial, sans-serif;
  /*font-family: "Josefin Sans", sans-serif;*/
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #181a25;
  overflow-x: hidden; }

a {
  outline: medium none !important;
  color: #cfc6a7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important; }
  a:focus {
    color: #cfc6a7;
    text-decoration: none !important; }
  a:hover {
    color: #cfc6a7;
    text-decoration: none !important; }

input {
  outline: medium none !important;
  color: #cfc6a7; }

hr {
  border-top-color: #f4f4f4; }

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: Arial, sans-serif;
  /*font-family: "Libre Baskerville", serif;*/
  font-weight: normal;
  color: #181a25;
  margin-top: 0px;
  text-transform: capitalize; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

label {
  font-weight: normal; }

h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700; }

h2 {
  font-size: 48px;
  font-weight: 700; }

h3 {
  font-size: 30px;
  font-weight: 700; }

h4 {
  font-size: 24px;
  font-weight: 700; }

h5 {
  font-size: 22px;
  font-weight: 400; }

h6 {
  font-size: 20px;
  font-weight: 400; }

p {
  font-weight: 500;
  line-height: 26px; }

*::-moz-selection {
  background: #cfc6a7;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #cfc6a7;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #cfc6a7;
  color: #ffffff;
  text-shadow: none; }

/* form-control */
.form-control {
  border: none;
  border-radius: 0px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #181a25;
  background-clip: inherit !important;
  background: #ededef;
  border-radius: 0; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #cfc6a7;
    background: #f8f8f8; }

.form-control.round {
  border-radius: 30px; }

.form-light .form-control {
  color: #181a25;
  background: #ffffff; }
  .form-light .form-control:focus {
    background: #ffffff; }

.form-control::-moz-placeholder {
  color: #181a25; }

.form-control::-ms-input-placeholder {
  color: #181a25; }

.form-control::-webkit-input-placeholder {
  color: #181a25; }

input.form-control {
  height: 53px; }

.blog-sidebar .widget .form-inline input.form-control {
  padding: 10px 125px 10px 20px; }

/*Book A Table*/
.datetimepickers .bootstrap-datetimepicker-widget table td.active {
  background-color: #cfc6a7; }

.datetimepickers .bootstrap-datetimepicker-widget table td.day {
  width: 15px;
  height: 15px; }

.datetimepickers .bootstrap-datetimepicker-widget table td {
  padding: 10px 10px;
  border-radius: inherit;
  font-size: 14px; }
  .datetimepickers .bootstrap-datetimepicker-widget table td:hover {
    background-color: #cfc6a7;
    color: #fff; }

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  width: 50px;
  background: transparent;
  border-color: #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: inherit; }

.bootstrap-datetimepicker-widget table td {
  border-radius: inherit; }
  .bootstrap-datetimepicker-widget table td span {
    border-radius: inherit; }

.bootstrap-datetimepicker-widget table th {
  border-radius: inherit; }

/* checkbox */
.custom-control-label:before {
  top: 2px; }

.custom-control-label:after {
  top: 2px; }

.custom-checkbox .custom-control-label:before {
  border-radius: 5px;
  border: 2px solid #ededef; }

/* border  */
.border {
  border-color: #f4f4f4 !important; }

.border-top {
  border-top-color: #f4f4f4 !important; }

.border-left {
  border-left-color: #f4f4f4 !important; }

.border-right {
  border-right-color: #f4f4f4 !important; }

.border-bottom {
  border-bottom-color: #f4f4f4 !important; }

/* badge  */
.badge {
  border-radius: 5px; }
  .badge + .badge {
    margin-left: 6px; }

.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal; }

.badge-primary {
  background: #cfc6a7; }

/* back-to-to */
.back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 40px;
  height: 40px;
  margin: 0px;
  color: #ffffff;
  font-size: 18px;
  background: #cfc6a7;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999; }
  .back-to-top a:hover {
    color: #ffffff; }
  .back-to-top a:focus {
    color: #ffffff; }

/* lead */
.lead {
  font-size: 20px;
  font-weight: 400; }

/* pagination */
.pagination .page-item .page-link {
  padding: 14px 28px;
  color: #7c8087;
  border-color: #f4f4f4;
  margin: 0 4px; }
  .pagination .page-item .page-link span {
    display: block; }
  .pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination .page-item.active .page-link {
  background: #cfc6a7;
  border-color: #cfc6a7;
  color: #ffffff; }

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* blockquote */
.blockquote {
  font-size: 16px;
  font-style: italic;
  display: block;
  padding: 50px;
  background: #f8f8f8;
  border: 1px solid #f4f4f4;
  position: relative; }
  .blockquote i {
    z-index: 0;
    font-size: 30px;
    line-height: 30px; }

iframe {
  width: 100%; }

/* table */
.table {
  border-spacing: 0 1px;
  font-size: 16px;
  font-weight: 600; }
  .table td {
    padding: 14px 20px; }
  .table th {
    padding: 14px 20px; }

.table-bordered td {
  border-color: #f4f4f4; }

.table-bordered th {
  border-color: #f4f4f4; }

.table td,
.table th {
  vertical-align: middle; }

.table-skew {
  padding: 0 30px; }

@media (max-width: 1200px) {
  h1 {
    font-size: 52px;
    font-style: normal;
    font-weight: 700; }
  h2 {
    font-size: 42px;
    font-weight: 700; }
  h3 {
    font-size: 28px;
    font-weight: 700; }
  h4 {
    font-size: 24px;
    font-weight: 700; }
  h5 {
    font-size: 22px;
    font-weight: 400; }
  h6 {
    font-size: 20px;
    font-weight: 400; } }

@media (max-width: 767px) {
  h1 {
    font-size: 48px; }
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; }
  .table td,
  .table th {
    white-space: nowrap; } }

@media (max-width: 575px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 16px; } }

/*****************************
    Helper Classes
*****************************/
.text-primary {
  color: #cfc6a7 !important; }

.text-secondary {
  color: #181a25 !important; }

.text-white {
  color: #ffffff; }

.text-dark {
  color: #000000 !important; }

.text-light {
  color: #7c8087 !important; }

.text-success {
  color: #0fbc49 !important; }

.text-danger {
  color: #f52626 !important; }

.text-primary-soft {
  color: rgba(238,28,37, 0.5) !important; }

.text-stroke-white {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block; }

.text-stroke-primary {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #cfc6a7;
  display: block; }

.text-stroke-dark {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #181a25;
  display: block; }

.shadow {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(24, 26, 37, 0.1) !important;
          box-shadow: 0px 2px 5px 0px rgba(24, 26, 37, 0.1) !important; }

.rounded {
  border-radius: 0.5rem !important; }

.bg-primary {
  background: #cfc6a7 !important; } /* #f2ebe0 #dccfac #9e9584 #cfc6a7 #b1ae9f*/

.bg-dark {
  background: #3c3d32 !important; }

.bg-dark-01 {
  background: #03112c !important; }

.bg-dark-02 {
  background: #222222 !important; }

.bg-secondary {
  background: #363231 !important; } /* #4f4139 #2e3234 #545146 #181a25 */

.bg-light {
  background: #f8f8f8 !important; }

.bg-facebook {
  background: #5d82d1 !important; }

.bg-pinterest {
  background: #e13138 !important; }

.bg-linkedin {
  background: #238cc8 !important; }

.bg-white-soft {
  background: rgba(255, 255, 255, 0.1); }

.bg-dark-soft {
  background: rgba(0, 0, 0, 0.1); }

.bg-primary-soft {
  background: rgba(238,28,37, 0.1); }

.bg-success-soft {
  background: rgba(15, 188, 73, 0.1); }

.bg-orange-soft {
  background: rgba(255, 107, 15, 0.1); }

.bg-warning-soft {
  background: rgba(255, 193, 7, 0.1); }

.bg-danger-soft {
  background: rgba(245, 38, 38, 0.1); }

.space-sm-ptb {
  padding: 50px 0; }

.space-sm-pt {
  padding: 50px 0 0; }

.space-sm-pb {
  padding: 0 0 50px; }

.space-md-ptb {
  padding: 70px 0; }

.space-md-pt {
  padding: 70px 0 0; }

.space-md-pb {
  padding: 0 0 70px; }

.space-ptb {
  padding: 90px 0; }

.space-pt {
  padding: 90px 0 0; }

.space-pb {
  padding: 0 0 90px; }

.space-lg-ptb {
  padding: 110px 0; }

.space-lg-pt {
  padding: 110px 0 0; }

.space-lg-pb {
  padding: 0 0 110px; }

/* Height */
.h-100vh {
  height: 100vh !important; }

.h-950 {
  height: 950px; }

.h-900 {
  height: 900px; }

.h-800 {
  height: 800px; }

.h-700 {
  height: 700px; }

.h-600 {
  height: 600px; }

.h-500 {
  height: 500px; }

.h-400 {
  height: 400px; }

.h-300 {
  height: 300px; }

.h-200 {
  height: 200px; }

.h-100 {
  height: 100px; }

.h-80 {
  height: 80px; }

/* Sticky column */
.is-sticky {
  position: sticky;
  top: 100px; }

hr {
  border-top-color: rgba(255, 255, 255, 0.1); }

hr.hr-dark {
  border-top-color: rgba(0, 0, 0, 0.1); }

.footer-border-top {
  border: 1px solid #181a25; }

.footer-border {
  border: 1px solid #181a25; }

.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .grayscale:hover {
    -webkit-filter: none;
            filter: none; }

.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden; }

.bg-holder-bottom {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%; }

.parallax {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center !important; }

/*form-group*/
.form-group {
  margin-bottom: 1rem; }

.form-check-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em; }

.bg-overlay-black-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-10:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-20:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-30:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-40:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-50:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-60:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-70:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-80:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-90:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-10:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-20:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-40:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-50:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-70:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-80:before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-white-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-20:before {
    background: rgba(238,28,37, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-50:before {
    background: rgba(238,28,37, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-70:before {
    background: rgba(238,28,37, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-90:before {
    background: rgba(238,28,37, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-secondary-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-20:before {
    background: rgba(24, 26, 37, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-secondary-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-50:before {
    background: rgba(24, 26, 37, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-secondary-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-70:before {
    background: rgba(24, 26, 37, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-secondary-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-90:before {
    background: rgba(24, 26, 37, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-dark-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-20:before {
    background: rgba(3, 17, 44, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-dark-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-50:before {
    background: rgba(3, 17, 44, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-dark-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-70:before {
    background: rgba(3, 17, 44, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-dark-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-90:before {
    background: rgba(3, 17, 44, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.half-overlay-right {
  position: relative; }
  .half-overlay-right:before {
    position: absolute;
    content: "";
    top: 0;
    width: 50%;
    right: 0%;
    height: 100%;
    z-index: -1; }

.half-overlay-left {
  position: relative; }
  .half-overlay-left:before {
    position: absolute;
    content: "";
    top: 0;
    width: 50%;
    left: 0%;
    height: 100%;
    z-index: -1; }

.half-overlay-right.bg-overlay-theme:before {
  background-color: #cfc6a7; }

.half-overlay-right.bg-overlay-dark:before {
  background-color: #03112c; }

.half-overlay-right.bg-overlay-secondary:before {
  background-color: #181a25; }

.half-overlay-right.bg-overlay-black:before {
  background-color: #000000; }

.half-overlay-right.bg-overlay-light:before {
  background-color: #f8f8f8; }

.half-overlay-left.bg-overlay-theme:before {
  background-color: #cfc6a7; }

.half-overlay-left.bg-overlay-dark:before {
  background-color: #03112c; }

.half-overlay-left.bg-overlay-secondary:before {
  background-color: #181a25; }

.half-overlay-left.bg-overlay-black:before {
  background-color: #000000; }

.half-overlay-left.bg-overlay-light:before {
  background-color: #f8f8f8; }

/*our-since*/
.our-since {
  padding: 30px;
  width: 42%;
  background: #181a25;
  position: absolute;
  top: 0; }

.media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .media .media-body span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
  .media .media-body h6 {
    font-size: 16px; }

.avatar {
  width: 50px;
  height: 50px;
  display: inline-block; }

.avatar.avatar-sm {
  width: 30px;
  height: 30px; }

.avatar.avatar-md {
  width: 40px;
  height: 40px; }

.avatar.avatar-lg {
  width: 75px;
  height: auto; }

.avatar.avatar-xl {
  width: 80px;
  height: 80px; }

.avatar.avatar-xll {
  width: 100px;
  height: 100px; }

.avatar.avatar-xlll {
  width: 120px;
  height: 120px; }

.avatar.avatar-xllll {
  width: 160px;
  height: 160px; }

.avatar.avatar-xlllll {
  width: 180px;
  height: 180px; }

.font-sm {
  font-size: 13px; }

.font-md {
  font-size: 16px; }

.font-lg {
  font-size: 17px; }

.font-xl {
  font-size: 21px; }

.font-xxl {
  font-size: 30px; }

.font-xxxl {
  font-size: 40px;
  line-height: 40px; }

.line-h-sm {
  line-height: 13px; }

.line-h-md {
  line-height: 16px; }

.line-h-lg {
  line-height: 17px; }

.line-h-xl {
  line-height: 21px; }

.line-h-xxl {
  line-height: 30px; }

.line-h-xxxl {
  line-height: 40px; }

.b-radius-none {
  border-radius: 0 !important; }

.b-radius-left-none {
  border-radius: 0 3px 3px 0 !important; }

.b-radius-right-none {
  border-radius: 3px 0 0 3px !important; }

.border-dashed {
  border: 1px dashed rgba(255, 255, 255, 0.2); }

.border-dashed-dark {
  border: 2px dashed rgba(24, 26, 37, 0.2); }

.sticky-top {
  z-index: 8; }

.z-index-1 {
  z-index: 1; }

.z-index-9 {
  z-index: 9; }

.z-index-99 {
  z-index: 99; }

.z-index-999 {
  z-index: 999; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.top-0 {
  top: 0; }

.overflw-x-hidden {
  overflow-x: hidden; }

.overflw-y-hidden {
  overflow-y: hidden; }

.position-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  text-align: center; }

.fill-primary {
  fill: #cfc6a7; }

.fill-light {
  fill: #f8f8f8; }

.fill-secondary {
  fill: #181a25; }

.svg-fill-gradient {
  fill: #f5f9ff;
  -webkit-filter: url(#gradient-overlay-1);
          filter: url(#gradient-overlay-1);
  fill-rule: evenodd; }

.half-section-prl {
  padding: 0px 250px 0px 100px; }

.p-lg-6 {
  padding: 5rem !important; }

.px-lg-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.py-lg-6 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important; }

.pt-lg-6 {
  padding-top: 5rem !important; }

.pb-lg-6 {
  padding-bottom: 5rem !important; }

.ps-lg-6 {
  padding-left: 5rem !important; }

.pr-lg-6 {
  padding-right: 5rem !important; }

.list ul {
  padding: 0px; }
  .list ul li {
    list-style: none;
    position: relative;
    margin-bottom: 12px; }

.author-text {
  border-left: 4px solid #cfc6a7 !important;
  padding: 5px 0px 0px 20px; }

.social ul li {
  margin-right: 20px;
  display: inline-block; }
  .social ul li:last-child {
    margin-right: 0px; }

/*blog-overlay*/
.blog-overlay {
  position: relative;
  text-align: left;
  z-index: 2; }
  .blog-overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, black), to(rgba(0, 0, 0, 0.09)));
    background: linear-gradient(0deg, black 5%, rgba(0, 0, 0, 0.09) 100%);
    content: "";
    left: 0;
    right: 0;
    z-index: 1; }
  .blog-overlay .blog-name {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    padding: 15px 15px 0; }
    .blog-overlay .blog-name a.tag {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600; }
    .blog-overlay .blog-name h5 a {
      font-size: 24px; }
    .blog-overlay .blog-name h5:hover a {
      color: #ffffff; }
  .blog-overlay .blog-image {
    overflow: hidden;
    position: relative; }

.blog-overlay.white-bg:before {
  display: none; }

.blog-overlay.dark-theme-bg:before {
  display: none; }

.blog-overlay.theme-bg:before {
  display: none; }

/*blog-overlay-01*/
.blog-overlay-02 {
  position: relative;
  text-align: left;
  z-index: 2; }
  .blog-overlay-02:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    right: 0;
    z-index: 1; }
  .blog-overlay-02 .blog-name {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    width: 90%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px; }
    .blog-overlay-02 .blog-name a.tag {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600; }
    .blog-overlay-02 .blog-name h5 a {
      font-weight: 500;
      font-size: 24px; }
  .blog-overlay-02 .blog-image {
    overflow: hidden;
    position: relative; }

.blog-overlay-02.white-bg:before {
  display: none; }

.blog-overlay-02.dark-theme-bg:before {
  display: none; }

.blog-overlay-02.theme-bg:before {
  display: none; }

.blog-post.blog-overlay-02 .blog-post-footer a {
  color: #181a25; }

.blog-post.blog-overlay-02 .blog-post-author span {
  color: #181a25; }

/*blog-overlay-01*/
.blog-overlay-01 {
  position: relative;
  text-align: left;
  z-index: 2; }
  .blog-overlay-01 .blog-name {
    padding-left: 30px;
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 2;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    width: 60%;
    text-align: right;
    padding: 15px 25px; }
    .blog-overlay-01 .blog-name a.tag {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600; }
    .blog-overlay-01 .blog-name h5 a {
      font-weight: 500;
      font-size: 24px; }
  .blog-overlay-01 .blog-image {
    overflow: hidden;
    position: relative;
    padding-right: 20px; }

.blog-overlay-01.white-bg:before {
  display: none; }

.blog-overlay-01.dark-theme-bg:before {
  display: none; }

.blog-overlay-01.theme-bg:before {
  display: none; }

.blog-overlay-03 {
  text-align: center;
  position: relative; }
  .blog-overlay-03 .blog-name h5 {
    font-size: 20px; }
    .blog-overlay-03 .blog-name h5 a {
      text-align: left;
      background: #ffffff;
      display: inline-block;
      position: relative;
      padding: 15px 20px;
      top: -28px;
      width: 85%;
      margin: 0 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
      .blog-overlay-03 .blog-name h5 a img {
        width: 40px;
        height: 40px;
        margin-right: 15px; }

.swiper-container.editor .blog-post .blog-image img {
  height: auto; }

.swiper-container.editor .blog-post .blog-name {
  padding-left: 0px; }
  .swiper-container.editor .blog-post .blog-name h1 {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 15px; }
  .swiper-container.editor .blog-post .blog-name .blog-post-footer {
    padding-bottom: 0px;
    padding-top: 10px; }
  .swiper-container.editor .blog-post .blog-name a.tag {
    padding: 8px 15px; }

.advertise {
  padding: 90px 30px;
  position: relative;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.navigation.post-navigation .blog-post-nav-media img {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover; }

.navigation.post-navigation .nav-previous .nav-left {
  width: 70%; }
  .navigation.post-navigation .nav-previous .nav-left .pagi-text {
    padding-bottom: 0px;
    text-decoration: none; }
  .navigation.post-navigation .nav-previous .nav-left .nav-title {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 500; }

.navigation.post-navigation .nav-next .nav-right {
  width: 70%; }
  .navigation.post-navigation .nav-next .nav-right .pagi-text {
    padding-bottom: 0px;
    text-decoration: none; }
  .navigation.post-navigation .nav-next .nav-right .nav-title {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 500; }

.blog-post-share-box .badges a {
  border: 1px solid #cfc6a7;
  padding: 8px 10px;
  color: #cfc6a7 !important; }

.blog-post-slider {
  position: relative; }
  .blog-post-slider .owl-dots {
    position: absolute;
    bottom: 10px; }

.grid-post {
  padding-bottom: 50px; }
  .grid-post ul {
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .grid-post ul li {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style: none; }

/*blog-entry-audio*/
.blog-post-image .blog-entry-audio.audio-video {
  padding: 200px 20px;
  background: url(../images/travel/blog/07.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }

.banner.blog-single-04 .blog-image {
  height: 100%;
  max-width: 100%; }

.position-all-center {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.sign-in-img img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover; }

@media (max-width: 1599px) {
  .bmi-form {
    overflow-x: hidden;
    padding-top: 40px;
    margin-top: -40px; }
  .blog-overlay-03 .blog-name a {
    padding: 15px 30px; } }

@media (max-width: 991px) {
  .space-sm-ptb {
    padding: 60px 0; }
  .space-sm-pt {
    padding: 60px 0 0; }
  .space-sm-pb {
    padding: 0 0 60px; }
  .space-md-ptb {
    padding: 60px 0; }
  .space-md-pt {
    padding: 60px 0 0; }
  .space-md-pb {
    padding: 0 0 60px; }
  .space-ptb {
    padding: 60px 0; }
  .space-pt {
    padding: 60px 0 0; }
  .space-pb {
    padding: 0 0 60px; }
  .space-lg-ptb {
    padding: 80px 0; }
  .space-lg-pt {
    padding: 80px 0 0; }
  .space-lg-pb {
    padding: 0 0 80px; }
  .bmi-form {
    padding-top: 0px;
    margin-top: 40px; }
    .bmi-form .col-lg-6.half-overlay-right {
      padding: 0 30px; }
    .bmi-form .col-lg-6.half-overlay-left {
      padding: 0 30px; }
    .bmi-form .half-overlay-left:after {
      content: none; }
    .bmi-form .half-overlay-right:after {
      content: none; }
  .banner-03 .swiper-slide {
    height: 600px !important; }
  .blog-overlay-01 .blog-image {
    padding-right: 0px !important; }
  .blog-overlay-01 .blog-name {
    position: inherit;
    width: 100%;
    bottom: 0px; }
  .banner.blog-single-04 .blog-image {
    height: 500px !important; } }

@media (max-width: 767px) {
  .space-sm-ptb {
    padding: 50px 0; }
  .space-sm-pt {
    padding: 50px 0 0; }
  .space-sm-pb {
    padding: 0 0 50px; }
  .space-md-ptb {
    padding: 50px 0; }
  .space-md-pt {
    padding: 50px 0 0; }
  .space-md-pb {
    padding: 0 0 50px; }
  .space-ptb {
    padding: 50px 0; }
  .space-pt {
    padding: 50px 0 0; }
  .space-pb {
    padding: 0 0 50px; }
  .space-lg-ptb {
    padding: 60px 0; }
  .space-lg-pt {
    padding: 60px 0 0; }
  .space-lg-pb {
    padding: 0 0 60px; }
  .banner-03 .swiper-slide {
    height: 550px !important; }
  .navigation.post-navigation .nav-next .nav-right {
    width: 100%; }
  .navigation.post-navigation .nav-previous .nav-left {
    width: 100%; }
  .blog-post .blog-content {
    padding: 0px 0px 10px 0px !important; }
  .mt-n9,
  .my-n9 {
    margin-top: 0rem !important; }
  .ml-n6,
  .mx-n6 {
    margin-left: 0rem !important; } }

@media (max-width: 575px) {
  .space-sm-ptb {
    padding: 40px 0; }
  .space-sm-pt {
    padding: 40px 0 0; }
  .space-sm-pb {
    padding: 0 0 40px; }
  .space-md-ptb {
    padding: 40px 0; }
  .space-md-pt {
    padding: 40px 0 0; }
  .space-md-pb {
    padding: 0 0 40px; }
  .space-ptb {
    padding: 40px 0; }
  .space-pt {
    padding: 40px 0 0; }
  .space-pb {
    padding: 0 0 40px; }
  .space-lg-ptb {
    padding: 60px 0; }
  .space-lg-pt {
    padding: 60px 0 0; }
  .space-lg-pb {
    padding: 0 0 60px; }
  /*our-since*/
  .our-since {
    padding: 20px;
    width: 70%; }
  .widget-content .social {
    display: block; }
  .grid-post ul li {
    width: 100%; }
  .blockquote {
    padding: 30px; }
  .banner.blog-single-04 .blog-image {
    height: 350px !important; } }

/* Margin negative */
.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-n6 {
  margin: -5rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -5rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -5rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -5rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -5rem !important; }

.m-n7 {
  margin: -7rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -7rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -7rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -7rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -7rem !important; }

.m-n8 {
  margin: -10rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -10rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -10rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -10rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -10rem !important; }

.m-n9 {
  margin: -12rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -12rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -12rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -12rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -12rem !important; }

.m-n10 {
  margin: -14rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -14rem !important; }

.mt-n11,
.my-n11 {
  margin-top: -18rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -14rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -14rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -14rem !important; }

@media (min-width: 576px) {
  /* Margin negative */
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-n6 {
    margin: -5rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -5rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -5rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -5rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -5rem !important; }
  .m-sm-n7 {
    margin: -7rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7rem !important; }
  .m-sm-n8 {
    margin: -10rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -10rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -10rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -10rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -10rem !important; }
  .m-sm-n9 {
    margin: -12rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -12rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -12rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -12rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -12rem !important; }
  .m-sm-n10 {
    margin: -14rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -14rem !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -18rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -14rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -14rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -14rem !important; } }

@media (min-width: 768px) {
  /* Margin negative */
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-n6 {
    margin: -5rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -5rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -5rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -5rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -5rem !important; }
  .m-md-n7 {
    margin: -7rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7rem !important; }
  .m-md-n8 {
    margin: -10rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -10rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -10rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -10rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -10rem !important; }
  .m-md-n9 {
    margin: -12rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -12rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -12rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -12rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -12rem !important; }
  .m-md-n10 {
    margin: -14rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -14rem !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -18rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -14rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -14rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -14rem !important; } }

@media (min-width: 992px) {
  /* Margin negative */
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-n6 {
    margin: -5rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -5rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -5rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -5rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -5rem !important; }
  .m-lg-n7 {
    margin: -7rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7rem !important; }
  .m-lg-n8 {
    margin: -10rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -10rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -10rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -10rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -10rem !important; }
  .m-lg-n9 {
    margin: -12rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -12rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -12rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -12rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -12rem !important; }
  .m-lg-n10 {
    margin: -14rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -14rem !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -18rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -14rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -14rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -14rem !important; } }

@media (min-width: 1200px) {
  /* Margin negative */
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-n6 {
    margin: -5rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -5rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -5rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -5rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -5rem !important; }
  .m-xl-n7 {
    margin: -7rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7rem !important; }
  .m-xl-n8 {
    margin: -10rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -10rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -10rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -10rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -10rem !important; }
  .m-xl-n9 {
    margin: -12rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -12rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -12rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -12rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -12rem !important; }
  .m-xl-n10 {
    margin: -14rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -14rem !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -18rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -14rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -14rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -14rem !important; } }

/*****************************
  Accordion
*****************************/
.card {
  border: none;
  margin-bottom: 10px; }
  .card:last-child {
    margin-bottom: 0; }

.card-header {
  background: none;
  padding: 0;
  border-bottom: none; }

.accordion > .card .card-header {
  margin-bottom: 0; }
  .accordion > .card .card-header .btn {
    background-color: inherit;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 45px 11px 26px;
    font-weight: bold;
    display: inline-block;
    width: 100%; }
    .accordion > .card .card-header .btn:after {
      font-family: "Font Awesome 6 Free";
      position: absolute;
      top: 12px;
      right: 25px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .accordion > .card .card-header .btn:hover {
      background-color: inherit; }
  .accordion > .card .card-header .btn.collapsed {
    background: none;
    color: #181a25; }

.card-body {
  padding: 20px 26px; }

/* Accordion 1 */
.accordion-style-1 .card {
  border-bottom: 1px solid #f4f4f4; }

.accordion-style-1 > .card .card-header .btn {
  color: #cfc6a7;
  background-color: inherit;
  padding: 18px 50px 18px 0px;
  font-size: 14px; }
  .accordion-style-1 > .card .card-header .btn:after {
    content: "\f068";
    background: #cfc6a7;
    color: #181a25;
    border: 1px solid #cfc6a7;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0; }
  .accordion-style-1 > .card .card-header .btn:hover {
    background-color: inherit; }

.accordion-style-1 > .card .card-header .btn.collapsed:after {
  content: "\f067";
  background: none;
  color: #181a25;
  border-color: #181a25; }

.accordion-style-1 .card-body {
  padding: 15px 0 33px; }

/*****************************
  Tabs
*****************************/
.nav-tabs {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff; }
  .nav-tabs .nav-item {
    margin: 0px 25px; }
    .nav-tabs .nav-item .nav-link {
      position: relative;
      border: none;
      font-size: 20px;
      font-weight: 600;
      padding: 20px 10px 20px;
      line-height: 1;
      color: #ffffff;
      border-radius: 0; }
      .nav-tabs .nav-item .nav-link:before {
        position: absolute;
        content: "";
        height: 2px;
        width: 100%;
        background-color: #cfc6a7;
        opacity: 0;
        left: 0;
        bottom: -1px;
        z-index: 1; }
      .nav-tabs .nav-item .nav-link:hover {
        border: none;
        color: #cfc6a7;
        border-radius: 0; }
      .nav-tabs .nav-item .nav-link:hover:before {
        opacity: 1; }
      .nav-tabs .nav-item .nav-link i {
        display: block;
        font-size: 30px;
        margin-bottom: 20px; }
    .nav-tabs .nav-item .nav-link.active {
      border: none;
      color: #cfc6a7;
      border-radius: 0;
      background-color: inherit; }
      .nav-tabs .nav-item .nav-link.active:before {
        opacity: 1; }

.tab-content {
  margin-top: 45px; }

/* nav-tabs-02 */
.nav-tabs.nav-tabs-02 {
  border: none; }
  .nav-tabs.nav-tabs-02 .nav-item {
    margin-bottom: 0px;
    width: 50%;
    margin-right: 0px; }
    .nav-tabs.nav-tabs-02 .nav-item .nav-link {
      background: #ffffff;
      border-bottom: 2px solid #181a25;
      color: #181a25;
      padding: 10px 20px;
      border-radius: 0;
      text-align: center;
      -webkit-box-shadow: inherit;
              box-shadow: inherit; }
    .nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
      background: #ffffff;
      border-bottom: 2px solid #cfc6a7;
      color: #cfc6a7; }

@media (max-width: 991px) {
  .nav-tabs .nav-item {
    margin: 0px 10px; } }

@media (max-width: 767px) {
  .nav-tabs .nav-item {
    margin: 0px 5px; }
    .nav-tabs .nav-item .nav-link {
      font-size: 16px;
      padding: 15px 6px 20px; } }

@media (max-width: 479px) {
  .nav-tabs {
    border: none; }
    .nav-tabs .nav-item {
      margin: 0 0 10px 0; }
  .nav-tabs.nav-tabs-02 .nav-item {
    margin: 0 0 10px 0; }
  .tab-content {
    margin-top: 30px; }
  .shop-tabs.nav-tabs.nav-tabs-02 .nav-item {
    width: 100% !important;
    margin-bottom: 1px !important; } }

/*****************************
  team
*****************************/
.team {
  position: relative; }
  .team .team-info {
    /*text-align: center;*/
    text-align: left;
    background-color: #f8f8f8;
    padding: 25px 15px; }
    .team .team-info .team-name {
      margin-bottom: 0; }
      .team .team-info .team-name a {
        font-size: 20px;
        color: #03112c;
        display: block; }
        .team .team-info .team-name a:hover {
          color: #cfc6a7; }
      .team .team-info .team-name span {
        font-size: 16px;
        color: rgba(24, 26, 37, 0.6); }
    .team .team-info .share {
      margin-left: auto; }
      .team .team-info .share .share-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #181a25;
        color: #ffffff;
        display: block; }
      .team .team-info .share .share-box {
        position: absolute;

        /*bottom: 75px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;*/

        top: 100px; /* Ändere den Wert, um die Position der share-box anzupassen */
        opacity: 1; /* Stelle sicher, dass die Box standardmäßig sichtbar ist */
        visibility: visible; /* Stelle sicher, dass die Box standardmäßig sichtbar ist */
        transition: all 0.5s ease-in-out; /* Entferne die Präfixe für die Transition, da sie nicht mehr erforderlich sind */
 }
        .team .team-info .share .share-box li {
          margin-bottom: 7px; }
          .team .team-info .share .share-box li a {
            width: 40px;
            height: 40px;
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            background: #cfc6a7;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .team .team-info .share .share-box li a:hover {
              background: #181a25;
              color: #ffffff; }
  .team:hover .team-info .share .share-box {
    opacity: 1;
    top: 100px;
    visibility: visible; }

/*****************************
  Owl carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
  margin: auto; }

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 10px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0; }
  .owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 10px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0; }
  .owl-carousel .owl-nav i {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #ffffff;
    background: #cfc6a7;
    border: 0px solid #f4f4f4;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .owl-carousel .owl-nav i:before {
      display: block; }
    .owl-carousel .owl-nav i:hover {
      background: #181a25;
      color: #ffffff; }

.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block; }

.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 20px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot span {
    background: #ddd;
    display: inline-block;
    width: 12px;
    min-height: 12px;
    margin-top: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer; }
  .owl-carousel .owl-dots .owl-dot:hover span {
    background: #cfc6a7; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: #cfc6a7; }

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 14px 2px 0; }

.owl-nav-bottom .owl-nav {
  bottom: 0;
  top: inherit; }
  .owl-nav-bottom .owl-nav .owl-next {
    right: 45%;
    bottom: -70px;
    top: inherit; }
  .owl-nav-bottom .owl-nav .owl-prev {
    left: 45%;
    bottom: -70px;
    top: inherit; }

.owl-nav-top-left .owl-nav {
  bottom: 0;
  top: inherit; }
  .owl-nav-top-left .owl-nav .owl-next {
    right: 0;
    top: -80px;
    -webkit-transform: inherit;
            transform: inherit; }
  .owl-nav-top-left .owl-nav .owl-prev {
    left: inherit;
    right: 50px;
    top: -80px;
    -webkit-transform: inherit;
            transform: inherit; }
  .owl-nav-top-left .owl-nav i {
    border: 1px solid transparent; }
    .owl-nav-top-left .owl-nav i:hover {
      border-color: #f4f4f4; }

.owl-nav-top-right .owl-nav {
  top: 0;
  bottom: inherit; }
  .owl-nav-top-right .owl-nav .owl-next {
    right: 20px;
    top: 20px;
    bottom: inherit;
    -webkit-transform: inherit;
            transform: inherit; }
  .owl-nav-top-right .owl-nav .owl-prev {
    left: inherit;
    right: 80px;
    top: 20px;
    bottom: inherit;
    -webkit-transform: inherit;
            transform: inherit; }

.owl-dots-bottom-center .owl-dots {
  bottom: 30px !important;
  position: absolute; }
  .owl-dots-bottom-center .owl-dots .owl-dot span {
    background: #ffffff; }

.owl-dots-bottom-right .owl-dots {
  bottom: 30px !important;
  position: absolute;
  right: 30px;
  width: auto; }
  .owl-dots-bottom-right .owl-dots .owl-dot span {
    background: #ffffff; }

.owl-dots-bottom-left .owl-dots {
  position: absolute;
  left: 0;
  width: auto;
  margin-top: 0; }
  .owl-dots-bottom-left .owl-dots .owl-dot span {
    background: #ffffff; }

.owl-carousel .owl-item .property-item {
  margin-bottom: 0; }

.carousel-control-next,
.carousel-control-prev {
  opacity: .6; }

/* bg-primary */
.bg-primary .owl-carousel .owl-dots .owl-dot span {
  background: #ffffff; }

.bg-primary .owl-carousel .owl-dots .owl-dot:hover span {
  background: #181a25; }

.bg-primary .owl-carousel .owl-dots .owl-dot.active span {
  background: #181a25; }

@media (max-width: 991px) {
  .owl-carousel .owl-nav button.owl-next {
    display: none; }
  .owl-carousel .owl-nav button.owl-prev {
    display: none; }
  .owl-carousel button.owl-dot {
    display: none; } }

/****************
  Feature Box
****************/
.feature-box .feature-box-img {
  /*width: 70px;
  height: auto;
  margin-bottom: 20px;  
  display: inline-block;*/ }

.feature-box .feature-box-content .feature-box-title {
  margin-bottom: 20px; }

.feature-box .feature-box-content .feature-box-description {
  margin-bottom: 0; }

.feature-box.feature-box-style-02 {
  -webkit-box-shadow: 0 1px 20px rgba(24, 26, 37, 0.1);
          box-shadow: 0 1px 20px rgba(24, 26, 37, 0.1);
  padding: 70px 20px 30px;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .feature-box.feature-box-style-02 .feature-box-icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #cfc6a7; }
    .feature-box.feature-box-style-02 .feature-box-icon i {
      font-size: 30px; }
  .feature-box.feature-box-style-02 .feature-box-content {
    min-height: 100px; }
    .feature-box.feature-box-style-02 .feature-box-content span {
      display: block; }
  .feature-box.feature-box-style-02:hover {
    -webkit-box-shadow: 0 1px 20px rgba(24, 26, 37, 0.3);
            box-shadow: 0 1px 20px rgba(24, 26, 37, 0.3); }

/*****************************
  List
*****************************/
ul.list {
  padding: 0;
  margin: 0; }
  ul.list li {
    list-style: none;
    margin-bottom: 15px; }
    ul.list li i {
      margin-right: 10px;
      font-size: 12px;
      text-align: center;
      color: #cfc6a7; }
    ul.list li:last-child {
      margin-bottom: 0; }

ul.list.list-circle li i {
  font-size: 6px; }

.bg-primary ul.list li {
  color: #ffffff; }
  .bg-primary ul.list li i {
    color: #181a25; }

.bg-secondary ul.list li {
  color: #ffffff; }
  .bg-secondary ul.list li i {
    color: #cfc6a7; }

.bg-dark ul.list li {
  color: #ffffff; }
  .bg-dark ul.list li i {
    color: #cfc6a7; }

/*****************************
  Counter
*****************************/
.counter .counter-icon {
  margin-bottom: 20px; }
  .counter .counter-icon img {
    margin-bottom: 20px; }
  .counter .counter-icon .timer {
    position: relative;
    font-size: 52px;
    line-height: 52px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    color: #181a25;
    display: inline-block;
    width: 100%; }

.counter .counter-content label {
  display: block;
  color: #181a25;
  margin-bottom: 0;
  font-size: 22px; }

.counter.text-end {
  text-align: right; }
  .counter.text-end .counter-icon img {
    margin-left: auto; }

.counter.text-center {
  text-align: center; }
  .counter.text-center .counter-icon img {
    margin: 0 auto; }
  .counter.text-center .counter-icon .timer {
    margin-top: 20px; }

.counter.counter-style-02 .counter-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .counter.counter-style-02 .counter-icon img {
    width: 70px;
    height: auto;
    margin-right: 35px;
    margin-bottom: 0; }
  .counter.counter-style-02 .counter-icon .timer {
    position: relative;
    width: 150px; }

/* bg-primary */
.bg-primary .counter .counter-icon .timer {
  color: #03112c; }

.bg-primary .counter .counter-content label {
  color: #03112c; }

/* bg-secondary */
.bg-secondary .counter .counter-icon .timer {
  color: #ffffff; }

.bg-secondary .counter .counter-content label {
  color: #ffffff; }

@media (max-width: 1199px) {
  .counter.counter-style-02 .counter-icon img {
    margin-right: 20px; }
  .counter .counter-icon .timer {
    font-size: 42px;
    line-height: 42px; } }

@media (max-width: 991px) {
  .counter {
    padding: 40px 0px 40px 40px; }
  .counter.counter-style-02 {
    padding: 0; } }

@media (max-width: 767px) {
  .counter {
    padding: 30px 0px 30px 20px; } }

/*****************************
  Countdown
*****************************/
.countdown {
  display: inline-block;
  text-align: center;
  margin: 0 20px; }
  .countdown span {
    font-size: 70px;
    line-height: 1;
    color: #cfc6a7;
    font-weight: 700; }
  .countdown p {
    font-size: 18px;
    text-transform: capitalize; }

@media (max-width: 767px) {
  .countdown span {
    font-size: 50px; } }

@media (max-width: 575px) {
  .countdown {
    margin: 0 10px; }
    .countdown span {
      font-size: 30px; }
    .countdown p {
      font-size: 14px; } }

/*****************************
  Menu List
*****************************/
/*Menu List*/
.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px; }
  .menu-list .menu-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    margin-right: 30px; }
  .menu-list .menu-details {
    border-bottom: 1px dashed rgba(3, 17, 44, 0.1);
    padding-bottom: 30px; }
    .menu-list .menu-details .menu-title {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      margin-bottom: 15px; }
      .menu-list .menu-details .menu-title a {
        font-size: 24px;
        font-weight: 700;
        color: #03112c; }
        .menu-list .menu-details .menu-title a:hover {
          color: #cfc6a7; }
      .menu-list .menu-details .menu-title .menu-price {
        font-size: 26px;
        font-weight: 700;
        color: #cfc6a7;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
                flex: 0 0 100px;
        text-align: right; }
    .menu-list .menu-details .menu-description {
      font-size: 16px;
      margin-bottom: 0; }
  .menu-list:last-child {
    margin-bottom: 0; }

.bg-primary .menu-list .menu-details .menu-title a {
  color: #03112c; }
  .bg-primary .menu-list .menu-details .menu-title a:hover {
    color: #ffffff; }

.bg-primary .menu-list .menu-details .menu-title .menu-price {
  color: #03112c; }

.bg-primary .menu-list .menu-details .menu-description {
  color: #03112c; }

.bg-dark .menu-list .menu-details,
.bg-secondary .menu-list .menu-details {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
  .bg-dark .menu-list .menu-details .menu-title a,
  .bg-secondary .menu-list .menu-details .menu-title a {
    color: #ffffff; }
    .bg-dark .menu-list .menu-details .menu-title a:hover,
    .bg-secondary .menu-list .menu-details .menu-title a:hover {
      color: #cfc6a7; }
  .bg-dark .menu-list .menu-details .menu-title .menu-price,
  .bg-secondary .menu-list .menu-details .menu-title .menu-price {
    color: #ffffff; }
  .bg-dark .menu-list .menu-details .menu-description,
  .bg-secondary .menu-list .menu-details .menu-description {
    color: #ffffff; }

/*menu-list-02*/
.menu-list.menu-list02 .menu-details .menu-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 15px; }
  .menu-list.menu-list02 .menu-details .menu-title a {
    font-size: 24px;
    font-weight: 700;
    color: #03112c; }
    .menu-list.menu-list02 .menu-details .menu-title a:hover {
      color: #cfc6a7; }
  .menu-list.menu-list02 .menu-details .menu-title .menu-price {
    font-size: 26px;
    font-weight: 700;
    color: #cfc6a7;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px; }

.menu-list.menu-list02 .menu-details p {
  margin-bottom: 0; }

/*menu-list-03*/
.menu-list.menu-list-style-03 {
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  border-bottom: 1px dashed rgba(24, 26, 37, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .menu-list.menu-list-style-03 .menu-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
    padding-right: 30px;
    margin-bottom: 0px;
    margin-right: 0; }
    .menu-list.menu-list-style-03 .menu-thumbnail img {
      width: 100%;
      height: auto; }
  .menu-list.menu-list-style-03 .menu-details {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
    z-index: 2;
    border-bottom: none; }
    .menu-list.menu-list-style-03 .menu-details:before {
      content: "";
      position: absolute;
      top: 15px;
      right: 0px;
      width: 40%;
      height: 2px;
      border-bottom: 2px dashed #181a25;
      z-index: -1; }
    .menu-list.menu-list-style-03 .menu-details .menu-title {
      margin-bottom: 0;
      padding-right: 20px;
      display: inline-block;
      background-color: #ffffff; }
      .menu-list.menu-list-style-03 .menu-details .menu-title a {
        font-size: 18px;
        font-weight: 600;
        color: #181a25;
        width: 180px;
        display: inline-block;
        max-width: 100%;
        white-space: nowrap;
        /*overflow: hidden;*/
        text-overflow: ellipsis;
        text-align: left; }
        .menu-list.menu-list-style-03 .menu-details .menu-title a:hover {
          color: #cfc6a7; }
      .menu-list.menu-list-style-03 .menu-details .menu-title ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .menu-list.menu-list-style-03 .menu-details .menu-title ul li {
          position: relative;
          padding-right: 10px;
          margin-right: 10px;
          font-size: 16px; }
          .menu-list.menu-list-style-03 .menu-details .menu-title ul li:before {
            content: "/";
            position: absolute;
            top: 0;
            right: -4px; }
          .menu-list.menu-list-style-03 .menu-details .menu-title ul li:last-child:before {
            display: none; }
    .menu-list.menu-list-style-03 .menu-details .menu-price {
      margin-left: auto;
      text-align: center;
      padding-left: 20px;
      background-color: #ffffff; }
      .menu-list.menu-list-style-03 .menu-details .menu-price .price-min {
        opacity: 1;
        background-color: #cfc6a7;
        display: block;
        color: #181a25; }
      .menu-list.menu-list-style-03 .menu-details .menu-price span {
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        color: #181a25;
        opacity: 0.6;
        padding: 10px 20px;
        text-align: center;
        display: inline-block; }
  .menu-list.menu-list-style-03:last-child {
    margin-bottom: 0; }

.bg-secondary .menu-list.menu-list-style-03 {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
  .bg-secondary .menu-list.menu-list-style-03 .menu-details {
    border-bottom: none; }
    .bg-secondary .menu-list.menu-list-style-03 .menu-details:before {
      border-bottom: 1px dashed #ffffff; }
    .bg-secondary .menu-list.menu-list-style-03 .menu-details .menu-title {
      background-color: #181a25; }
      .bg-secondary .menu-list.menu-list-style-03 .menu-details .menu-title a {
        color: #cfc6a7; }
        .bg-secondary .menu-list.menu-list-style-03 .menu-details .menu-title a:hover {
          color: #ffffff; }
      .bg-secondary .menu-list.menu-list-style-03 .menu-details .menu-title ul li {
        color: #ffffff; }
        .bg-secondary .menu-list.menu-list-style-03 .menu-details .menu-title ul li:before {
          color: #ffffff; }
    .bg-secondary .menu-list.menu-list-style-03 .menu-details .menu-price {
      background-color: #181a25; }
      .bg-secondary .menu-list.menu-list-style-03 .menu-details .menu-price .price-min {
        color: #181a25; }
      .bg-secondary .menu-list.menu-list-style-03 .menu-details .menu-price span {
        color: #cfc6a7; }

.bg-dark .menu-list.menu-list-style-03 {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
  .bg-dark .menu-list.menu-list-style-03 .menu-details:before {
    border-bottom: 1px dashed #ffffff; }
  .bg-dark .menu-list.menu-list-style-03 .menu-details .menu-price {
    background-color: #000000; }
    .bg-dark .menu-list.menu-list-style-03 .menu-details .menu-price .price-min {
      color: #181a25; }
    .bg-dark .menu-list.menu-list-style-03 .menu-details .menu-price span {
      color: #cfc6a7; }

.bg-dark-01 .menu-list.menu-list-style-03 {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
  .bg-dark-01 .menu-list.menu-list-style-03 .menu-details:before {
    border-bottom: 1px dashed #ffffff; }
  .bg-dark-01 .menu-list.menu-list-style-03 .menu-details .menu-price {
    background-color: #03112c; }
    .bg-dark-01 .menu-list.menu-list-style-03 .menu-details .menu-price .price-min {
      color: #181a25; }
    .bg-dark-01 .menu-list.menu-list-style-03 .menu-details .menu-price span {
      color: #cfc6a7; }

.bg-dark-02 .menu-list.menu-list-style-03 {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
  .bg-dark-02 .menu-list.menu-list-style-03 .menu-details:before {
    border-bottom: 1px dashed #ffffff; }
  .bg-dark-02 .menu-list.menu-list-style-03 .menu-details .menu-price {
    background-color: #222222; }
    .bg-dark-02 .menu-list.menu-list-style-03 .menu-details .menu-price span {
      color: #cfc6a7; }

.bg-secondary .menu-list .menu-details,
.bg-dark .menu-list .menu-details,
.bg-dark-01 .menu-list .menu-details,
.bg-dark-02 .menu-list .menu-details {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
  .bg-secondary .menu-list .menu-details .menu-title,
  .bg-dark .menu-list .menu-details .menu-title,
  .bg-dark-01 .menu-list .menu-details .menu-title,
  .bg-dark-02 .menu-list .menu-details .menu-title {
    color: #cfc6a7; }
  .bg-secondary .menu-list .menu-details .menu-description,
  .bg-dark .menu-list .menu-details .menu-description,
  .bg-dark-01 .menu-list .menu-details .menu-description,
  .bg-dark-02 .menu-list .menu-details .menu-description {
    color: #ffffff; }

/*Recipe-list*/
.recipe-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 20px;
  margin-bottom: 30px; }
  .recipe-list .recipe-list-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 20px; }
  .recipe-list .recipe-list-content .recipe-list-title {
    font-size: 24px;
    line-height: 32px; }
  .recipe-list .recipe-list-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
    .recipe-list .recipe-list-content ul li {
      position: relative;
      text-align: center;
      padding-right: 20px;
      margin-right: 20px; }
      .recipe-list .recipe-list-content ul li label {
        font-size: 12px;
        margin-bottom: 5px;
        display: block; }
      .recipe-list .recipe-list-content ul li .time {
        font-size: 14px;
        font-weight: 700; }
      .recipe-list .recipe-list-content ul li .user i {
        font-size: 14px; }
      .recipe-list .recipe-list-content ul li:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 65%;
        top: 6px;
        right: 0px;
        background-color: rgba(124, 128, 135, 0.33); }
      .recipe-list .recipe-list-content ul li:last-child {
        padding-right: 0;
        margin-right: 0; }
        .recipe-list .recipe-list-content ul li:last-child:after {
          display: none; }
  .recipe-list:last-child {
    margin-bottom: 0; }

.recipe-list.recipe-list-style-02 {
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 20px; }
  .recipe-list.recipe-list-style-02 .recipe-list-content .recipe-list-title {
    font-size: 20px;
    font-weight: 600; }
  .recipe-list.recipe-list-style-02 .recipe-list-content ul li {
    padding-right: 35px;
    margin-right: 35px; }
    .recipe-list.recipe-list-style-02 .recipe-list-content ul li label {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 7px; }
    .recipe-list.recipe-list-style-02 .recipe-list-content ul li .time {
      font-size: 24px; }
    .recipe-list.recipe-list-style-02 .recipe-list-content ul li .user i {
      font-size: 20px; }
    .recipe-list.recipe-list-style-02 .recipe-list-content ul li:after {
      background-color: #181a25; }
    .recipe-list.recipe-list-style-02 .recipe-list-content ul li:last-child {
      padding-right: 0;
      margin-right: 0; }
      .recipe-list.recipe-list-style-02 .recipe-list-content ul li:last-child:after {
        display: none; }

.recipe-list.recipe-list-style-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  margin-left: 40px;
  position: relative;
  padding: 20px 25px 20px 70px; }
  .recipe-list.recipe-list-style-03 .recipe-list-img {
    width: 90px;
    height: auto;
    position: absolute;
    left: -40px; }
  .recipe-list.recipe-list-style-03 .recipe-list-content .recipe-list-title {
    margin-bottom: 15px;
    color: #03112c; }
  .recipe-list.recipe-list-style-03 .recipe-list-content ul {
    margin-bottom: 0; }
    .recipe-list.recipe-list-style-03 .recipe-list-content ul li {
      padding-right: 15px;
      margin-right: 15px;
      text-align: left; }
      .recipe-list.recipe-list-style-03 .recipe-list-content ul li label {
        font-size: 14px;
        color: #03112c; }
      .recipe-list.recipe-list-style-03 .recipe-list-content ul li .time {
        font-size: 14px;
        color: #03112c; }
      .recipe-list.recipe-list-style-03 .recipe-list-content ul li .user i {
        font-size: 14px;
        color: #03112c; }
      .recipe-list.recipe-list-style-03 .recipe-list-content ul li:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        right: 0px;
        background-color: #03112c; }
      .recipe-list.recipe-list-style-03 .recipe-list-content ul li:last-child {
        padding-right: 0;
        margin-right: 0; }
        .recipe-list.recipe-list-style-03 .recipe-list-content ul li:last-child:after {
          display: none; }

.recipe-list.recipe-list-style-03.bg-secondary {
  background-color: #181a25; }
  .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content .recipe-list-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px; }
  .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content ul {
    margin-bottom: 0; }
    .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content ul li {
      padding-right: 25px;
      margin-right: 25px; }
      .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content ul li label {
        font-size: 12px;
        color: #ffffff;
        opacity: 0.7; }
      .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content ul li .time {
        font-size: 14px;
        color: #ffffff; }
      .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content ul li .user i {
        font-size: 14px;
        color: #ffffff; }
      .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content ul li:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 65%;
        top: 6px;
        right: 0px;
        background-color: rgba(255, 255, 255, 0.4); }
      .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content ul li:last-child {
        padding-right: 0;
        margin-right: 0; }
        .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content ul li:last-child:after {
          display: none; }

.outstory02-dish-list.dark-recipe li {
  width: 50%; }
  .outstory02-dish-list.dark-recipe li .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content {
    width: 100%; }
    .outstory02-dish-list.dark-recipe li .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content ul {
      padding-right: 60px; }

/*Recipe-list*/
.recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .recipe .dish-list-content .dish-list-title {
    font-size: 20px;
    font-weight: 600; }
  .recipe .dish-list-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .recipe .dish-list-content ul li {
      position: relative;
      padding-right: 35px;
      margin-right: 35px;
      text-align: center; }
      .recipe .dish-list-content ul li label {
        font-size: 18px;
        font-weight: 700;
        display: block;
        margin-bottom: 7px; }
      .recipe .dish-list-content ul li .time {
        font-size: 24px;
        font-weight: 700; }
      .recipe .dish-list-content ul li .user i {
        font-size: 20px; }
      .recipe .dish-list-content ul li:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        right: 0px;
        background-color: #181a25; }
      .recipe .dish-list-content ul li:last-child {
        padding-right: 0;
        margin-right: 0; }
        .recipe .dish-list-content ul li:last-child:after {
          display: none; }

.dish-list.dish-list-02 {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 20px;
  margin-bottom: 30px; }
  .dish-list.dish-list-02 .dish-list-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 15px; }
  .dish-list.dish-list-02 .dish-list-content .dish-list-title {
    font-size: 24px;
    line-height: 32px; }
  .dish-list.dish-list-02 .dish-list-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .dish-list.dish-list-02 .dish-list-content ul li {
      padding-right: 20px;
      margin-right: 20px; }
      .dish-list.dish-list-02 .dish-list-content ul li label {
        font-size: 12px;
        margin-bottom: 5px; }
      .dish-list.dish-list-02 .dish-list-content ul li .time {
        font-size: 14px; }
      .dish-list.dish-list-02 .dish-list-content ul li .user i {
        font-size: 14px; }
      .dish-list.dish-list-02 .dish-list-content ul li:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        right: 0px;
        background-color: rgba(237, 237, 239, 0.33); }
      .dish-list.dish-list-02 .dish-list-content ul li:last-child {
        padding-right: 0;
        margin-right: 0; }
        .dish-list.dish-list-02 .dish-list-content ul li:last-child:after {
          display: none; }

.outstory02-dish-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .outstory02-dish-list ul li {
    margin-right: 20px; }
    .outstory02-dish-list ul li:last-child {
      margin-right: 0; }

.outstory02-dish-list .dish-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  margin-left: 40px;
  position: relative;
  padding: 20px 25px 20px 55px; }
  .outstory02-dish-list .dish-list .dish-list-img {
    width: 80px;
    height: auto;
    position: absolute;
    left: -40px; }
  .outstory02-dish-list .dish-list .dish-list-title {
    margin-bottom: 15px;
    color: #ffffff; }
  .outstory02-dish-list .dish-list ul {
    margin-bottom: 0; }
    .outstory02-dish-list .dish-list ul li {
      padding-right: 15px;
      margin-right: 15px; }
      .outstory02-dish-list .dish-list ul li label {
        font-size: 14px;
        color: #ffffff; }
      .outstory02-dish-list .dish-list ul li .time {
        font-size: 14px;
        color: #ffffff; }
      .outstory02-dish-list .dish-list ul li .user i {
        font-size: 14px;
        color: #ffffff; }
      .outstory02-dish-list .dish-list ul li:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        right: 0px;
        background-color: #ffffff; }
      .outstory02-dish-list .dish-list ul li:last-child {
        padding-right: 0;
        margin-right: 0; }
        .outstory02-dish-list .dish-list ul li:last-child:after {
          display: none; }

.dish-list-price {
  text-align: center; }
  .dish-list-price .price {
    font-size: 32px;
    color: #cfc6a7;
    font-weight: 600;
    display: block;
    margin-bottom: 20px; }
  .dish-list-price .btn {
    padding: 12px 40px;
    font-size: 18px;
    background-color: #cfc6a7;
    color: #ffffff; }
    .dish-list-price .btn:hover {
      background-color: #181a25; }

.dish-menu-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .dish-menu-list li {
    padding: 8px; }
    .dish-menu-list li:last-child {
      margin-right: 0; }

.grid-5 .dish-menu-list li {
  width: 20%; }

/*dish-menu*/
.dish-menu {
  position: relative;
  background-color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden; }
  .dish-menu .dish-menu-offers {
    position: absolute;
    top: 25px;
    right: -35px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    z-index: 99;
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #cfc6a7;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .dish-menu .dish-menu-img {
    margin-bottom: 20px; }
  .dish-menu .dish-menu-details .dish-menu-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #cfc6a7; }
  .dish-menu .dish-menu-details .dish-menu-price {
    margin-bottom: 10px; }
    .dish-menu .dish-menu-details .dish-menu-price span {
      color: #000000;
      padding-left: 5px; }
    .dish-menu .dish-menu-details .dish-menu-price del {
      font-size: 14px;
      color: #000000; }
    .dish-menu .dish-menu-details .dish-menu-price ins {
      font-size: 22px;
      color: #cfc6a7;
      text-decoration: none; }
  .dish-menu:hover {
    border-bottom: 3px solid #cfc6a7; }
    .dish-menu:hover .dish-menu-offers {
      opacity: 1; }
    .dish-menu:hover .dish-menu-title a {
      color: #181a25; }

.dish-menu.dish-menu-style-02 {
  border: 1px solid transparent;
  margin-bottom: 30px;
  overflow: visible;
  text-align: center; }
  .dish-menu.dish-menu-style-02 .dish-menu-details {
    position: relative; }
    .dish-menu.dish-menu-style-02 .dish-menu-details .dish-menu-description {
      font-size: 13px;
      line-height: 20px;
      opacity: 0;
      min-height: 51px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .dish-menu.dish-menu-style-02 .dish-menu-arrow {
    position: absolute;
    height: 27px;
    width: 27px;
    line-height: 27px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    background-color: #cfc6a7;
    color: #181a25;
    bottom: 58px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .dish-menu.dish-menu-style-02 .dish-menu-arrow i {
      font-size: 14px; }
  .dish-menu.dish-menu-style-02:hover {
    border-bottom: none;
    overflow: visible;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #f4f4f4;
    height: auto;
    position: absolute;
    left: 0;
    width: 100%; }
    .dish-menu.dish-menu-style-02:hover .dish-menu-details {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
      .dish-menu.dish-menu-style-02:hover .dish-menu-details .dish-menu-title a {
        color: #181a25; }
      .dish-menu.dish-menu-style-02:hover .dish-menu-details .dish-menu-description {
        display: block;
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
        opacity: 1; }
    .dish-menu.dish-menu-style-02:hover .dish-menu-arrow {
      bottom: -15px; }
      .dish-menu.dish-menu-style-02:hover .dish-menu-arrow i {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }

@media (max-width: 1500px) {
  .outstory02-dish-list.dark-recipe li .recipe-list.recipe-list-style-03.bg-secondary .recipe-list-content ul {
    padding-right: 0; }
  .recipe-list.recipe-list-style-03 {
    padding: 20px 25px 20px 50px; }
    .recipe-list.recipe-list-style-03 .recipe-list-img {
      left: -50px; } }

@media (max-width: 1199px) {
  .recipe-list .recipe-list-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px; }
  .recipe-list.recipe-list-style-03 .recipe-list-img {
    width: 80px; }
  .grid-5 .dish-menu-list li {
    width: 33.33%; } }

@media (max-width: 767px) {
  .grid-5 .dish-menu-list li {
    width: 50%; } }

@media (max-width: 575px) {
  .menu-list.menu-list-style-03 {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .menu-list.menu-list-style-03 .menu-thumbnail {
      width: 85px;
      margin: 0 auto;
      margin-bottom: 20px; }
    .menu-list.menu-list-style-03 .menu-details {
      display: block;
      text-align: center; }
      .menu-list.menu-list-style-03 .menu-details .menu-title {
        margin-bottom: 20px;
        padding-right: 0px; }
        .menu-list.menu-list-style-03 .menu-details .menu-title ul {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      .menu-list.menu-list-style-03 .menu-details .menu-description .menu-price {
        padding-left: 0px; }
      .menu-list.menu-list-style-03 .menu-details:before {
        display: none; }
      .menu-list.menu-list-style-03 .menu-details .menu-price {
        padding-left: 0; }
  .menu-list.menu-list02 .menu-details .menu-title .menu-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px; }
  .menu-list.menu-list02 .menu-details .menu-title a {
    font-size: 20px; }
  .grid-5 .dish-menu-list li {
    width: 100%; }
  .outstory02-dish-list ul {
    display: inherit; }
    .outstory02-dish-list ul li {
      margin: 0px 0px 10px; }
  .outstory02-dish-list.dark-recipe li {
    width: inherit; } }

@media (max-width: 479px) {
  .recipe-list {
    display: inline-block;
    text-align: center; }
    .recipe-list .recipe-list-content ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .recipe-list .recipe-list-img {
      margin: 0 0 15px; } }

/*****************************
  Button
*****************************/
button {
  outline: medium none !important;
  color: #cfc6a7; }

/* btn */
.btn {
  font-weight: 600;
  font-size: 16px;
  padding: 15px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  background-color: #cfc6a7;
  color: #03112c;
  border: 1px solid transparent; }
  .btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background-color: #03112c;
    color: #cfc6a7; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background-color: #03112c;
    color: #cfc6a7; }

.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff; }

.show > .btn-primary.dropdown-toggle {
  background: #cfc6a7;
  border-color: #cfc6a7; }

.btn-primary {
  background: #cfc6a7;
  border-color: #cfc6a7;
  color: #03112c;
  position: relative; }
  .btn-primary:hover {
    background: #363231; /*#181a25*/
    border-color: #363231;  /*#181a25*/
    color: #cfc6a7; }
    .btn-primary:hover:not(:disabled):not(.disabled).active {
      background: #181a25;
      border-color: #181a25;
      color: #cfc6a7; }
    .btn-primary:hover:not(:disabled):not(.disabled):active {
      background: #181a25;
      border-color: #181a25;
      color: #cfc6a7; }
  .btn-primary:focus {
    background: #181a25;
    border-color: #181a25;
    color: #cfc6a7; }

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #181a25;
  border-color: #181a25; }

.btn-secondary {
  background: #181a25;
  border-color: #181a25;
  color: #ffffff;
  position: relative; }
  .btn-secondary:hover {
    background: #0c0d12;
    border-color: #0c0d12; }
    .btn-secondary:hover:not(:disabled):not(.disabled).active {
      background: #181a25;
      border-color: #181a25; }
    .btn-secondary:hover:not(:disabled):not(.disabled):active {
      background: #181a25;
      border-color: #181a25; }
  .btn-secondary:focus {
    background: #0c0d12;
    border-color: #0c0d12; }
  .btn-secondary:focus {
    background: #0c0d12;
    border-color: #0c0d12; }

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: #181a25;
  border-color: #181a25; }

.btn-dark {
  background: #181a25;
  border-color: #181a25;
  color: #ffffff; }
  .btn-dark:hover {
    background: #cfc6a7;
    border-color: #cfc6a7;
    color: #181a25; }

.btn:not(:disabled):not(.disabled).active:focus {
  color: #03112c; }

.btn i {
  padding-right: 10px; }

.btn + .btn {
  margin-left: 3px; }

.btn-link {
  padding: 0;
  color: #cfc6a7;
  background-color: inherit; }
  .btn-link:hover {
    color: #181a25;
    text-decoration: none;
    outline: none;
    background-color: inherit; }
  .btn-link:focus {
    color: #181a25;
    text-decoration: none;
    outline: none; }

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #181a25; }

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #181a25; }
  .btn-white:hover {
    background: #ededef;
    border-color: #ededef;
    color: #181a25; }
  .btn-white:active {
    color: #181a25; }
  .btn-white:focus {
    color: #181a25; }

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
  color: #181a25; }

.btn-light:active {
  color: #181a25; }

.btn-light:focus {
  color: #181a25; }

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #181a25; }

.btn.btn-sm {
  padding: 6px 24px; }

.btn.btn-md {
  padding: 12px 40px; }

.btn.btn-lg {
  padding: 20px 50px; }

.btn.btn-xl {
  padding: 25px 60px; }

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btn-app i {
    font-size: 40px; }

/* Button Outline */
.btn-outline {
  background-color: transparent;
  color: #cfc6a7;
  border-color: #cfc6a7; }
  .btn-outline:hover {
    background-color: #cfc6a7;
    color: #03112c;
    border-color: #cfc6a7; }
  .btn-outline:not(:disabled):not(.disabled).active {
    background-color: #cfc6a7;
    color: #03112c;
    border-color: #cfc6a7; }
  .btn-outline:not(:disabled):not(.disabled):active {
    background-color: #cfc6a7;
    color: #03112c;
    border-color: #cfc6a7; }

.btn-dark-outline {
  background-color: transparent;
  color: #181a25;
  border-color: #181a25; }
  .btn-dark-outline:hover {
    background-color: #181a25;
    color: #ffffff;
    border-color: #181a25; }
  .btn-dark-outline:not(:disabled):not(.disabled).active {
    background-color: #181a25;
    color: #ffffff;
    border-color: #181a25; }
  .btn-dark-outline:not(:disabled):not(.disabled):active {
    background-color: #181a25;
    color: #ffffff;
    border-color: #181a25; } 
    

.btn-white-outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff; }
  .btn-white-outline:hover {
    background-color: #ffffff;
    color: #181a25;
    border-color: #ffffff; }
  .btn-white-outline:not(:disabled):not(.disabled).active {
    background-color: #ffffff;
    color: #181a25;
    border-color: #ffffff; }
  .btn-white-outline:not(:disabled):not(.disabled):active {
    background-color: #ffffff;
    color: #181a25;
    border-color: #ffffff; }

.btn.btn-rounded {
  border-radius: 50px; }

@media (max-width: 767px) {
  .btn {
    padding: 15px 30px; } }

@media (max-width: 575px) {
  .btn {
    padding: 10px 20px;
    font-size: 14px; } }

/*****************************
	Portfolio
*****************************/
.my-shuffle-container {
  margin-left: -15px;
  margin-right: -15px; }
  .my-shuffle-container .grid-item {
    width: 25%;
    padding: 15px; }

.portfolio-item {
  position: relative;
  overflow: hidden; }
  .portfolio-item .portfolio-overlay .portfolio-description {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%; }
    .portfolio-item .portfolio-overlay .portfolio-description i {
      background-color: #181a25;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      position: absolute;
      bottom: -100%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 9;
      font-size: 18px;
      color: #ffffff;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .portfolio-item:hover .portfolio-overlay .portfolio-description i {
    bottom: 37%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .portfolio-item:before {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    top: auto;
    background: rgba(207,198,167, 0.85);
    content: "";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .portfolio-item:hover:before {
    bottom: 0;
    height: 100%; }

.filters-group {
  display: table;
  margin: 0 auto 50px;
  text-align: center; }
  .filters-group button {
    margin: 0 15px 10px;
    padding: 14px 25px;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    background-color: #181a25;
    color: #ffffff;
    border: 1px solid #181a25;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .filters-group button:hover {
      background-color: #cfc6a7;
      color: #ffffff;
      border: 1px solid #cfc6a7; }
  .filters-group button.active {
    background-color: #cfc6a7;
    color: #ffffff;
    border: 1px solid #cfc6a7; }

.gallery .filters-group button {
  padding: 10px 30px;
  margin: 0 5px 5px;
  border: 1px solid #cfc6a7; }

.gallery .filters-group button.active {
  background-color: #cfc6a7;
  color: #ffffff;
  border: 1px solid #cfc6a7; }

/* Responsive */
@media (max-width: 991px) {
  .filters-group button {
    margin: 0 5px 10px; }
    .filters-group button:first-child {
      margin-left: 0; }
    .filters-group button:last-child {
      margin-right: 0; }
  .my-shuffle-container .grid-item {
    width: 33.33%; } }

@media (max-width: 767px) {
  .my-shuffle-container .grid-item {
    width: 50%; } }

@media (max-width: 479px) {
  .my-shuffle-container .grid-item {
    width: 100%; } }

/*****************************
	Pricing
*****************************/
.pricing-plan {
  position: relative;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07); }
  .pricing-plan .pricing-price {
    padding: 30px 30px 25px;
    background: #ededef;
    position: relative;
    overflow: hidden; }
    .pricing-plan .pricing-price .pricing-title {
      font-size: 28px;
      line-height: 1;
      margin-bottom: 25px; }
    .pricing-plan .pricing-price span {
      display: inline-block; }
      .pricing-plan .pricing-price span strong {
        color: #181a25;
        font-size: 36px;
        line-height: 1; }
      .pricing-plan .pricing-price span sub {
        font-size: 16px;
        line-height: 1; }
    .pricing-plan .pricing-price .pricing-icon {
      position: absolute;
      width: 110px;
      right: -8px;
      bottom: -5px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      .pricing-plan .pricing-price .pricing-icon img {
        opacity: 0.1; }
  .pricing-plan .pricing-list {
    padding: 30px; }
    .pricing-plan .pricing-list li {
      margin-bottom: 15px; }
      .pricing-plan .pricing-list li i {
        font-size: 12px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        background: #f8f8f8;
        margin-right: 10px; }
      .pricing-plan .pricing-list li:last-child {
        margin-bottom: 0; }
  .pricing-plan .pricing-bottom {
    background: #ededef;
    padding: 15px; }

.pricing-plan.active .pricing-price {
  background: #cfc6a7; }
  .pricing-plan.active .pricing-price .pricing-title {
    color: #ffffff; }
  .pricing-plan.active .pricing-price strong {
    color: #ffffff; }
  .pricing-plan.active .pricing-price sub {
    color: #ffffff; }

@media (max-width: 575px) {
  .pricing-plan .pricing-price .pricing-title {
    font-size: 24px; } }

/*************************
    Testimonials
*************************/
.testimonial .testimonial-item {
  position: relative;
  padding: 46px;
  margin: 30px 0px; }
  .testimonial .testimonial-item .testimonial-content {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px; }
    .testimonial .testimonial-item .testimonial-content .quote-icon {
      font-size: 40px;
      line-height: 40px;
      color: rgba(124, 128, 135, 0.09);
      margin-bottom: 20px; }
  .testimonial .testimonial-item .testimonial-author .author-name {
    color: #cfc6a7;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0; }

/* Testimonial Style 01 */
.testimonial-style-1 .testimonial-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
  margin: 20px; }
  .testimonial-style-1 .testimonial-item .testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .testimonial-style-1 .testimonial-item .testimonial-info .testimonial-avatar-img img {
      height: 62px;
      width: 62px;
      margin-right: 26px; }
  .testimonial-style-1 .testimonial-item .testimonial-content .quote-icon {
    margin-bottom: 0;
    position: absolute;
    right: 46px;
    bottom: 46px; }

/* Testimonial Style 02 */
.testimonial-style-2 .testimonial-item {
  padding: 0;
  border-radius: 0px;
  margin: 0; }
  .testimonial-style-2 .testimonial-item .testimonial-content {
    padding: 25px;
    font-size: 14px;
    font-style: normal;
    position: relative;
    border: 1px solid #f4f4f4; }
    .testimonial-style-2 .testimonial-item .testimonial-content:after {
      top: 100%;
      left: 55px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
    .testimonial-style-2 .testimonial-item .testimonial-content:before {
      top: 100%;
      left: 55px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(232, 232, 232, 0);
      border-top-color: #e8e8e8;
      border-width: 11px;
      margin-left: -11px; }
  .testimonial-style-2 .testimonial-item .testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .testimonial-style-2 .testimonial-item .testimonial-info .testimonial-avatar-img img {
      height: 45px;
      width: 45px;
      margin: 0px 15px 0px 30px; }
  .testimonial-style-2 .testimonial-item .testimonial-author .author-name {
    font-weight: 500; }
  .testimonial-style-2 .testimonial-item .testimonial-author span {
    font-size: 13px; }

.bg-primary .testimonial-style-2 .testimonial-item .testimonial-content {
  color: #000000;
  border: 1px solid #000000; }
  .bg-primary .testimonial-style-2 .testimonial-item .testimonial-content:after {
    border-top-color: #cfc6a7; }
  .bg-primary .testimonial-style-2 .testimonial-item .testimonial-content:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000; }
  .bg-primary .testimonial-style-2 .testimonial-item .testimonial-content .quote-icon {
    color: rgba(24, 26, 37, 0.3); }

.bg-primary .testimonial-style-2 .testimonial-item .testimonial-author .author-name {
  color: #ffffff; }

/* Testimonial Style 03 */
.testimonial-style-3 .testimonial-item {
  padding: 0px 11%;
  margin: 0; }
  .testimonial-style-3 .testimonial-item .testimonial-author .author-name {
    font-size: 16px; }
  .testimonial-style-3 .testimonial-item .testimonial-content {
    font-style: inherit;
    font-size: 14px;
    color: #03112c;
    margin-bottom: 0; }
    .testimonial-style-3 .testimonial-item .testimonial-content .testimonial-avatar-img img {
      width: 80px;
      height: 80px;
      margin: 0 auto; }
    .testimonial-style-3 .testimonial-item .testimonial-content p {
      font-size: 24px;
      font-weight: 500;
      color: #03112c;
      line-height: 1.4; }

.testimonial-style-3.owl-carousel:hover .owl-nav .owl-prev {
  left: 0px; }
  .testimonial-style-3.owl-carousel:hover .owl-nav .owl-prev i {
    color: #ffffff;
    background-color: transparent; }

.testimonial-style-3.owl-carousel:hover .owl-nav .owl-next {
  right: 0px; }
  .testimonial-style-3.owl-carousel:hover .owl-nav .owl-next i {
    color: #ffffff;
    background-color: transparent; }

.testimonial-style-3.owl-carousel .owl-nav .owl-prev {
  opacity: 1; }

.testimonial-style-3.owl-carousel .owl-nav .owl-next {
  opacity: 1; }

@media (max-width: 991px) {
  /* Testimonial Style 03 */
  .testimonial-style-3 .testimonial-item .testimonial-content p {
    font-size: 20px;
    line-height: 1.4; } }

@media (max-width: 767px) {
  .testimonial .testimonial-item {
    padding: 20px; }
  /* Testimonial Style 01 */
  .testimonial-style-1 .testimonial-item .testimonial-content .quote-icon {
    right: 20px; }
  .testimonial-style-1 .testimonial-item .testimonial-info .testimonial-avatar-img img {
    margin-right: 15px; }
  /* Testimonial Style 02 */
  .testimonial-style-2 .testimonial-item {
    padding: 0; }
  /* Testimonial Style 03 */
  .testimonial-style-3 .testimonial-item .testimonial-content p {
    font-size: 16px;
    line-height: 1.4; } }

/*****************************
	Select
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px; }

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #181a25 !important;
    font-weight: normal;
    line-height: inherit; }

.select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered {
  color: #181a25 !important; }

.select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered {
  color: #181a25 !important; }

.bigdrop {
  min-width: 196px !important; }

.select2-results__options {
  padding: 8px 2px; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-results__option--highlighted {
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding-left: 10px;
  font-weight: 600; }

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 0px;
  height: 21px;
  width: 14px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    color: #181a25; }

.select2-container--default .select2-search--dropdown {
  padding: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f4f4f4; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f8f8f8; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgb(207, 198, 167, 0.3);
  color: #181a25; }

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 9; }

.select-border .select2-container--default .select2-selection--single {
  border: 1px solid #f4f4f4;
  height: 53px;
  padding: 15px 20px;
  border-radius: inherit;
  background: #ededef; }
  .select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 20px; }

.select2-container--default .select2-results > .select2-results__options {
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #19222d !important; }

.select2-container--open .select2-dropdown {
  background: #ffffff;
  padding: 7px;
  border: 1px solid #f4f4f4; }

.select2-search--dropdown .select2-search__field {
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04); }

/*****************************
		Service
*****************************/
.service-style-01 {
  margin-bottom: 20px; }
  .service-style-01 .service-title {
    text-align: center;
    padding: 20px 10px;
    margin: 0px 25px 0;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    position: relative;
    top: -30px;
    z-index: 9;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    color: #181a25;
    font-size: 18px;
    line-height: 1.2; }
    .service-style-01 .service-title a {
      font-weight: 700; }
    .service-style-01 .service-title img {
      width: 50px;
      margin: 0 auto;
      margin-bottom: 15px;
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .service-style-01 .service-title:hover {
      color: #181a25; }
  .service-style-01:hover .service-title {
    background-color: #cfc6a7;
    margin-top: 0px;
    top: -45px;
    color: #ffffff; }
    .service-style-01:hover .service-title a {
      color: #ffffff; }
      .service-style-01:hover .service-title a:hover {
        color: #181a25; }
    .service-style-01:hover .service-title i {
      color: #ffffff; }

@media (max-width: 767px) {
  .service-style-01 {
    margin-bottom: 30px; } }

/*****************************
	Range Slider
*****************************/
.irs--flat .irs-line {
  height: 6px; }

.irs--flat .irs-bar {
  background: #cfc6a7;
  height: 6px; }

.irs--flat .irs-from {
  background: transparent;
  color: #cfc6a7;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-from:before {
    display: none; }

.irs--flat .irs-to {
  background: transparent;
  color: #cfc6a7;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-to:before {
    display: none; }

.irs--flat .irs-single {
  background: transparent;
  color: #cfc6a7;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-single:before {
    display: none; }

.irs--flat .irs-handle > i:first-child {
  background: #ffffff;
  background: #ffffff;
  width: 12px;
  width: 12px;
  height: 12px;
  height: 12px;
  border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #cfc6a7;
  border: 2px solid #cfc6a7;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.irs--flat .irs-handle:hover > i:first-child {
  background: #cfc6a7; }

.irs--flat .irs-handle.state_hover > i:first-child {
  background: #cfc6a7; }

/*****************************
  header
*****************************/
/*Header default*/
.header {
  background: #ffffff; }
  .header .container-fluid {
    padding: 20px 20px;}

/* topbar */
.header .topbar {
  background: #cfc6a7;
  padding: 8px 0; }
  .header .topbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    color: #ffffff; }
    .header .topbar ul li {
      padding: 0 6px; }
  .header .topbar a {
    color: #222222;
    font-size: 14px; }
    .header .topbar a:hover {
      color: #ffffff; }
  .header .topbar .social ul li {
    margin: 0;
    padding: 0 6px; }
    .header .topbar .social ul li:last-child {
      padding-right: 0px; }

/* navbar */
.header .navbar {
  padding: 0; }
  .header .navbar .navbar-brand .logo-dark {
    display: none; }
  .header .navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-family: "Libre Baskerville", serif;
    font-size: 14px;
    padding: 10px 18px;
    color: #181a25;
    text-transform: capitalize; }
    .header .navbar .navbar-nav .nav-link i {
      font-weight: bold; }
    .header .navbar .navbar-nav .nav-link:hover {
      color: #000; }
  .header .navbar .navbar-nav .dropdown-menu li a {
    padding: 5px 10px; }

.header .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  left: 0; }
  .header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #cfc6a7; }
    .header .navbar .navbar-nav .nav-item .nav-link:hover:before {
      width: 15px; }

.header .navbar .navbar-nav .dropdown-menu li.active > a {
  color: #cfc6a7; }

.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #cfc6a7; }
  .header .navbar .navbar-nav .nav-item.active .nav-link:before {
    width: 15px; }

.dropdown-menu {
  z-index: 9999; }

.navbar-collapse {
  position: relative; }

.navbar-light {
  color: #ffffff;
  background-color: #f8f8f8;
  border-color: #f4f4f4; }
  .navbar-light .navbar-nav > li > a {
    color: #ffffff; }
  .navbar-light .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff; }

.navbar .navbar-brand {
  padding: 0px 0px;
  margin-right: 0;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px; }
  .navbar .navbar-brand img {
    height: 55px; }

.header .navbar-nav li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #181a25;
  text-transform: capitalize;
  font-size: 14px; }
  .header .navbar-nav li > a:hover {
    color: #cfc6a7;
    background-color: inherit; }
  .header .navbar-nav li > a i {
    margin-left: 5px;
    font-size: 10px; }

.header .add-listing {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: right; }
  .header .add-listing .btn-link {
    color: #181a25; }
    .header .add-listing .btn-link:hover {
      color: #cfc6a7; }
      .header .add-listing .btn-link:hover .menu-btn {
        background-color: #181a25;
        color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .header .add-listing .menu-btn {
    background-color: #cfc6a7;
    color: #181a25;
    line-height: 0;
    padding: 13px 14px;
    display: inline;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/* Header transparent */
.header.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 999; }
  .header.header-transparent .navbar .navbar-nav li > a {
    color: #ffffff; }
    .header.header-transparent .navbar .navbar-nav li > a:hover {
      color: #cfc6a7; }
  .header.header-transparent .navbar .navbar-nav li .dropdown-menu li a {
    color: #181a25;
    padding: 5px 10px; }
    .header.header-transparent .navbar .navbar-nav li .dropdown-menu li a:hover {
      color: #cfc6a7;
      background-color: inherit; }
  .header.header-transparent .navbar .navbar-nav li .dropdown-menu li.active a {
    color: #cfc6a7; }
  .header.header-transparent .add-listing .btn-link {
    color: #ffffff; }
    .header.header-transparent .add-listing .btn-link:hover {
      color: #cfc6a7; }

/* megamenu */
.megamenu {
  padding: 20px 20px;
  width: 100%; }
  .megamenu > div > li > ul {
    padding: 0;
    margin: 0; }
    .megamenu > div > li > ul > li {
      list-style: none; }
      .megamenu > div > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #181a25;
        white-space: normal; }
        .megamenu > div > li > ul > li > a:hover {
          text-decoration: none;
          color: #181a25;
          background-color: #f8f8f8; }
        .megamenu > div > li > ul > li > a:focus {
          text-decoration: none;
          color: #181a25;
          background-color: #f8f8f8; }

.megamenu .card {
  outline: none; }
  .megamenu .card:hover {
    outline: 1px solid #000000; }
  .megamenu .card:focus {
    outline: 1px solid #000000; }

.megamenu.disabled > a:hover {
  color: #f8f8f8;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.megamenu.disabled > a:focus {
  color: #f8f8f8;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.megamenu.dropdown-header {
  color: #cfc6a7;
  font-size: 18px; }

/* header-02 */
.header-02 .navbar .navbar-brand {
  padding: 35px 0px; }

.header-02 .navbar .navbar-nav li > a {
  color: #181a25; }
  .header-02 .navbar .navbar-nav li > a:hover {
    color: #cfc6a7; }

.header-02 .navbar .navbar-nav li .dropdown-menu li a {
  color: #181a25;
  padding: 5px 10px; }
  .header-02 .navbar .navbar-nav li .dropdown-menu li a:hover {
    color: #cfc6a7;
    background-color: inherit; }

.header.header-transparent.header-02.sticky-top .navbar .navbar-brand {
  padding: 20px 0px; }

.header.header-02.header-transparent .navbar .navbar-nav li > a {
  color: #181a25; }
  .header.header-02.header-transparent .navbar .navbar-nav li > a:hover {
    color: #cfc6a7; }

.header.header-02.header-transparent .navbar .navbar-nav li .dropdown-menu li a {
  color: #181a25;
  padding: 5px 10px; }
  .header.header-02.header-transparent .navbar .navbar-nav li .dropdown-menu li a:hover {
    color: #cfc6a7;
    background-color: inherit; }

.header.header-02.header-transparent .navbar .navbar-nav li .dropdown-menu li.active a {
  color: #cfc6a7; }

.header.sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(24, 26, 37, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(24, 26, 37, 0.1); }
  .header.sticky-top .topbar {
    display: none; }
  .header.sticky-top .navbar .navbar-brand img {
    height: 40px; }
  .header.sticky-top .navbar .navbar-brand .main-logo {
    display: none; }
  .header.sticky-top .navbar .navbar-brand .logo-dark {
    display: inline-block; }
  .header.sticky-top .navbar .navbar-nav li > a {
    color: #181a25; }
    .header.sticky-top .navbar .navbar-nav li > a:hover {
      color: #cfc6a7; }
  .header.sticky-top .add-listing .btn-link {
    color: #181a25; }
    .header.sticky-top .add-listing .btn-link:hover {
      color: #cfc6a7; }

/* min-width:992px */
@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: inherit;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important; }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
      left: 100%;
      right: auto;
      -webkit-transform: translate3d(15px, 10px, 0);
              transform: translate3d(15px, 10px, 0); }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
      right: 100%;
      left: auto;
      -webkit-transform: translate3d(-15px, 10px, 0);
              transform: translate3d(-15px, 10px, 0); }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .navbar-nav .mega-menu {
    position: static; }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 540px; }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown-submenu {
    position: relative; }
    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px; }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

/* Responsive */
@media (max-width: 991px) {
  .navbar-toggler {
    border: 1px solid #cfc6a7;
    position: absolute;
    height: 40px;
    line-height: 36px;
    right: 10px; top:20px;
    background: #cfc6a7;
    color: #181a25;
    border-radius: inherit; 
    z-index:9999;}
    .navbar-toggler:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .header .add-listing {
    margin-right: 40px; }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 94%;
    max-height: 350px;
    overflow: auto;
    left: 0;
    margin-left: 10px; 
    -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07); }
  .header .navbar .dropdown-menu {
    margin: 10px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f8f8f8;
    padding: 14px 30px;
    font-size: 13px; }
  .navbar .navbar-nav .nav-link i {
    position: absolute;
    right: 20px; }
  .header.header-transparent .navbar .navbar-nav li > a {
    color: #181a25; }
  .header.header-transparent .navbar .navbar-nav li .dropdown-menu li a {
    padding: 10px 10px; } }

@media (max-width: 575px) {
  .header-02 .navbar .navbar-brand {
    padding: 20px 0px; }
  .navbar .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px; }
    .navbar .navbar-brand img {
      height: auto; }
  .header .add-listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px; } }

/*****************************
  Banner
*****************************/
/* Banner 01 */
.banner-01 {
  position: relative; }
  .banner-01 h1 {
    font-size: 98px;
    line-height: 130px;
    font-weight: 700;
    color: #ffffff;
    text-transform: inherit;
    margin-bottom: 30px; }
  .banner-01 .swiper-button-prev {
    left: 30px; }
  .banner-01 .swiper-button-next {
    right: 30px; }
  .banner-01 .swiper-button-prev, .banner-01 .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.4);
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    padding: 15px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .banner-01 .swiper-button-prev i, .banner-01 .swiper-button-next i {
      font-size: 18px; }
  .banner-01 .swiper-button-prev:hover, .banner-01 .swiper-button-next:hover {
    background: #cfc6a7;
    color: #ffffff; }
  .banner-01 .swiper-slide {
    padding: 310px 0px 200px; }
    .banner-01 .swiper-slide:before {
      background: #363231; /*#2e3234 */
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 57%;
      z-index: 1; } 
    .banner-01 .slide-2:before {
      background: #363231; /*#2e3234 */
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 47%;
      z-index: 1; }       
    .banner-01 .swiper-slide:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 40px;
      /*background: url(../images/bg/02.png) no-repeat;*/
      height: 346px;
      width: 220px;
      z-index: 2;
      opacity: 0.4; }
    .banner-01 .swiper-slide .slider-1 {
      position: relative;
      z-index: 2; }
      .banner-01 .swiper-slide .slider-1 .sub-title-text {
        font-size: 95px; 
        line-height: 20px;
        font-family: 'ballantines-script-ef-medium', cursive; }
      .banner-01 .swiper-slide .slider-1 h1 {
        margin-top: -10px; }
        .banner-01 .swiper-slide .slider-1 h1 span {
          padding-left: 50px; }
      .banner-01 .swiper-slide .slider-1 .details-text {
        padding-left: 100px; }
      .banner-01 .swiper-slide .details-text-2 {
    padding-left: 70px;
    font-family: 'ballantines-script-ef-medium', cursive;
    font-size: 75px;
    padding-left: 0px;}
  .banner-01 .swiper-slide.slide-2:before {
    right: 0;
    left: inherit; }

/* Banner 02 */
.banner-02 .swiper-slide {
  position: relative;
  padding: 320px 0px 230px; }
  .banner-02 .swiper-slide .slider01-bg1 {
    position: absolute;
    bottom: 0;
    right: 0; }
  .banner-02 .swiper-slide .slider01-bg2 {
    position: absolute;
    right: 33%;
    top: 24%; }
  .banner-02 .swiper-slide .slider01-bg3 {
    position: absolute;
    bottom: 0;
    left: 0; }
  .banner-02 .swiper-slide .recipe-list {
    background-color: transparent;
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
    .banner-02 .swiper-slide .recipe-list .recipe-list-content ul li {
      padding-right: 30px;
      margin-right: 30px; }
      .banner-02 .swiper-slide .recipe-list .recipe-list-content ul li label {
        font-size: 18px;
        font-weight: 500; }

.banner-02 .swiper-slide.slide-2 {
  position: relative;
  padding: 320px 0px 230px; }
  .banner-02 .swiper-slide.slide-2 .slider01-bg1 {
    position: absolute;
    bottom: -3%;
    left: 6%; }
  .banner-02 .swiper-slide.slide-2 .slider01-bg2 {
    position: absolute;
    right: 53%;
    top: 15%; }
  .banner-02 .swiper-slide.slide-2 .slider01-bg3 {
    position: absolute;
    bottom: 0;
    left: 30%; }
  .banner-02 .swiper-slide.slide-2 .recipe-list {
    background-color: transparent;
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
    .banner-02 .swiper-slide.slide-2 .recipe-list .recipe-list-content ul li {
      padding-right: 30px;
      margin-right: 30px; }
      .banner-02 .swiper-slide.slide-2 .recipe-list .recipe-list-content ul li label {
        font-size: 18px;
        font-weight: 500; }

.banner-02 h1 {
  font-size: 50px;
  line-height: 70px; }

.banner-02 p {
  font-size: 14px;
  line-height: 24px; }

/*Inner Banner*/
.inner-banner {
  display: block;
  padding-top: 200px;
  padding-bottom: 80px; }
  .inner-banner h1 {
    font-size: 46px;
    line-height: 1;
    margin-bottom: 15px; }

/* Responsive */
@media (max-width: 1500px) {
  .banner-02 .swiper-slide.slide-2 .slider01-bg1 {
    left: 2%; }
  .banner-02 .swiper-slide.slide-2 .slider01-bg2 {
    right: 48%;
    top: 20%; } }

@media (max-width: 1400px) {
  .banner-01 .swiper-slide .slider-1 .sub-title-text {
    font-size: 65px; }
  .banner-01 .swiper-slide .details-text {
    padding-left: 70px; }
  .banner-01 .swiper-slide .details-text-2 {
    padding-left: 70px;
    font-family: 'ballantines-script-ef-medium', cursive;
    font-size: 55px;
    padding-left: 0px;}
  .banner-01 h1 {
    font-size: 76px;
    line-height: 110px; }
  .banner-02 .swiper-slide .slider01-bg1 {
    width: 65%; }
  .banner-02 .swiper-slide .slider01-bg2 {
    right: 40%;
    width: 15%; }
  .banner-02 .swiper-slide.slide-2 .slider01-bg1 {
    left: 2%;
    width: 50%;
    bottom: 0; }
  .banner-02 .swiper-slide.slide-2 .slider01-bg2 {
    right: 40%;
    width: 15%; } }

@media (max-width: 1199px) {
  .banner-02 .swiper-slide {
    padding: 230px 0px 150px; }
    .banner-02 .swiper-slide .slider01-bg2 {
      top: 25%;
      right: 25%; }
    .banner-02 .swiper-slide .slider01-bg1 {
      width: 60%; }
  .banner-02 .swiper-slide.slide-2 {
    padding: 230px 0px 150px; } }

@media (max-width: 991px) {
  .header .add-listing.canvas-btn {
    display: none; }
  .banner-01 .swiper-slide {
    padding: 230px 0px 200px; }
    .banner-01 .swiper-slide:after {
      display: none; }
  .banner-02 h1 {
    font-size: 42px;
    line-height: 48px; }
  .banner-02 .swiper-slide.slide-2 .slider01-bg1 {
    left: 0;
    width: 45%;
    bottom: 20%; }
  .banner-02 .swiper-slide.slide-2 .slider01-bg3 {
    left: 8%; } }

@media (max-width: 767px) {
  .inner-banner h1 {
    font-size: 36px; }
  .swiper-slide.slide-1 {
    background-position: inherit; }
  .banner-01 h1 {
    font-size: 60px;
    line-height: 80px; }
  .banner-01 .swiper-slide {
    padding: 200px 0px 130px; }
    .banner-01 .swiper-slide .slider-1 h1 {
      margin-top: -35px; }
      .banner-01 .swiper-slide .slider-1 h1 span {
        padding-left: 0px; }
    .banner-01 .swiper-slide .slider-1 .sub-title-text {
      font-size: 90px; }
    .banner-01 .swiper-slide .slider-1 .details-text {
      padding-left: 0px; }
  .banner-01 .swiper-button-prev {
    display: none; }
  .banner-01 .swiper-button-next {
    display: none; }
  .banner-02 .swiper-slide {
    padding: 230px 0px 100px; }
  .banner-02 .swiper-slide.slide-2 {
    padding: 230px 0px 100px; } }

@media (max-width: 575px) {
  .banner h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px; }
  .inner-banner h1 {
    font-size: 30px; }
  .banner-01 .swiper-slide .slider-1 .sub-title-text {
    font-size: 50px; }
  .banner-01 .swiper-slide .details-text-2 {
    padding-left: 70px;
    font-family: 'ballantines-script-ef-medium', cursive;
    font-size: 45px;
    padding-left: 0px;}

  .banner-01 .swiper-slide .slider-1 h1 {
    margin-top: -5px; }
  .banner-02 .swiper-slide {
    padding: 190px 0px 40px; }
    .banner-02 .swiper-slide .dish-list-price .btn {
      padding: 12px 10px;
      font-size: 14px; }
    .banner-02 .swiper-slide .recipe-list .recipe-list-content ul li {
      padding-right: 15px;
      margin-right: 15px; }
  .banner-02 .swiper-slide.slide-2 {
    padding: 190px 0px 40px; }
    .banner-02 .swiper-slide.slide-2 .recipe-list .recipe-list-content ul li {
      padding-right: 15px;
      margin-right: 15px; } }

/*****************************
    Layout
*****************************/
@media (min-width: 1500px) {
  .container {
    max-width: 1460px; } }

/* section title */
.section-title {
  margin-bottom: 50px; }
  .section-title .title {
    margin-bottom: 20px; }
    .section-title .title span {
      color: #cfc6a7; }
  .section-title .sub-title {
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-left: 65px; }
    .section-title .sub-title:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0px;
      background-color: #181a25;
      z-index: 1; }
  .section-title .sub-title.text-primary:before {
    background-color: #cfc6a7; }
  .section-title .sub-title.text-white:before {
    background-color: #ffffff; }
  .section-title .pre-title {
    font-size: 16px; }

.bg-primary .section-title .title span {
  color: #181a25; }

.section-title.text-center .sub-title {
  padding-right: 65px; }
  .section-title.text-center .sub-title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0px;
    background-color: #181a25;
    z-index: 1; }

.section-title.text-center .sub-title.text-primary:after {
  background-color: #cfc6a7; }

.section-title.text-center .sub-title.text-white:after {
  background-color: #ffffff; }

.inner-title {
  position: absolute;
  bottom: 10px; }

.map {
  height: 650px; }

/*Breadcrumb*/
ul.page-breadcrumb {
  padding: 0;
  margin: 0; }
  ul.page-breadcrumb li {
    color: #ffffff;
    display: inline-block;
    list-style: none;
    font-size: 14px; }
    ul.page-breadcrumb li span {
      color: #cfc6a7;
      text-transform: capitalize; }
    ul.page-breadcrumb li i {
      padding: 0 7px; }
    ul.page-breadcrumb li a {
      color: #ffffff;
      font-size: 14px;
      text-transform: capitalize; }
      ul.page-breadcrumb li a:hover {
        color: #cfc6a7; }

.special-dishes {
  position: relative;
  z-index: 9;
  margin-top: -80px; }
  .special-dishes:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    left: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(24, 26, 37, 0.1);
            box-shadow: 0px 2px 5px 0px rgba(24, 26, 37, 0.1);
    z-index: -1; }
  .special-dishes .container {
    background-color: #ffffff; }
  .special-dishes .section-title {
    background-color: #ffffff;
    padding: 40px 5px; }
  .special-dishes .dish-menu.dish-menu-style-02 {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: transparent; }
    .special-dishes .dish-menu.dish-menu-style-02:hover {
      background-color: #ffffff; }

.special-menu.special-dishes:before {
  width: 88%;
  height: 220px; }

.special-menu.special-dishes .container {
  background-color: transparent; }
  .special-menu.special-dishes .container .section-title {
    background-color: transparent; }

.outstory-section {
  position: relative;
  padding-top: 310px;
  margin-top: -290px; }

.bg-pattern {
  position: relative; }
  .bg-pattern .outstory-bg-pattern {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0; }

.outstory-img {
  position: relative;
  padding-right: 80px;
  z-index: 4; }
  .outstory-img .about-experience {
    position: absolute;
    bottom: 30px;
    left: 25px;
    font-size: 30px;
    line-height: 25px;
    color: #ffffff;
    padding: 40px 35px; }
    .outstory-img .about-experience span {
      font-size: 60px;
      line-height: 40px;
      display: block; }
    .outstory-img .about-experience:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0px;
      background: url(../images/about/border-bg.png) no-repeat;
      height: 97px;
      width: 105px;
      z-index: 2; }

.author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .author-box .author-img {
    margin-right: 20px; }
    .author-box .author-img img {
      border-radius: 50px; }
  .author-box .author-info .author-name {
    font-size: 20px;
    color: #cfc6a7; }
  .author-box .author-info .author-designation {
    font-size: 16px;
    color: #181a25; }

.counter-section {
  position: relative;
  background-color: #181a25;
  z-index: 2; }
  .counter-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #ffffff;
    height: 100%;
    width: 12%;
    z-index: 1; }

.menu-section {
  position: relative;
  z-index: 2; }
  .menu-section .menu-section-bg {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: -1; }

.reservation-section {
  position: relative;
  z-index: 3;
  margin-top: -140px; }

.opening-hours {
  margin: 30px;
  padding: 60px;
  border: 2px dashed rgba(255, 255, 255, 0.2); }
  .opening-hours .sub-title {
    font-size: 16px; }
    .opening-hours .sub-title:before {
      background-color: #ffffff; }
  .opening-hours .opening-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px; }
    .opening-hours .opening-time .time-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 54px;
              flex: 0 0 54px;
      margin-right: 20px; }
    .opening-hours .opening-time .time-details span {
      font-size: 16px;
      font-weight: 700;
      color: #ffffff;
      font-family: "Libre Baskerville", serif; }
    .opening-hours .opening-time .time-details .day {
      display: block; }
    .opening-hours .opening-time .time-details .hours span {
      padding: 0px 10px; }
  .opening-hours .phone a {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Libre Baskerville", serif; }

.outstory02-section {
  position: relative;
  padding-bottom: 190px; }
  .outstory02-section .outstory02-pat1 {
    position: absolute;
    top: 20px;
    right: 20px; }
  .outstory02-section .outstory02-pat2 {
    position: absolute;
    right: 14%;
    bottom: 80px; }
  .outstory02-section .outstory02-img {
    position: relative;
    margin-right: 100px;
    padding: 40px 30px 250px 240px;
    background-color: #cfc6a7;
    border: 15px solid #ffffff;
    -webkit-box-shadow: 0 1rem 3rem rgba(34, 34, 34, 0.175);
            box-shadow: 0 1rem 3rem rgba(34, 34, 34, 0.175); }
    .outstory02-section .outstory02-img .outstory-bg1 {
      position: absolute;
      top: 0;
      left: 0; }
    .outstory02-section .outstory02-img .outstory-bg2 {
      position: absolute;
      bottom: 0px;
      left: 10px;
      width: 330px;
      height: auto; }
    .outstory02-section .outstory02-img .outstory02-list h2 {
      font-size: 40px;
      text-align: right; }
    .outstory02-section .outstory02-img .outstory02-list ul li {
      text-align: right;
      margin-bottom: 10px;
      color: #ffffff; }
      .outstory02-section .outstory02-img .outstory02-list ul li i {
        font-size: 10px; }
    .outstory02-section .outstory02-img .discount {
      background: url(../images/about/pattern03.png) no-repeat;
      position: absolute;
      right: -100px;
      bottom: -100px;
      width: 310px;
      height: 325px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .outstory02-section .outstory02-img .discount span {
        font-size: 75px;
        color: #ffffff;
        font-weight: 700;
        text-align: center;
        line-height: 75px; }

.special-menu-section {
  position: relative; }
  .special-menu-section .special-menu-pattern {
    position: absolute;
    left: 0;
    bottom: 180px;
    z-index: 4; }
  .special-menu-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 170px;
    background-color: #cfc6a7;
    width: 100%;
    height: 65%;
    z-index: -1; }
  .special-menu-section:after {
    position: absolute;
    content: "";
    right: 0;
    top: 170px;
    background-color: #ffffff;
    width: 16%;
    height: 65%;
    z-index: -1; }

.popup-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0; }
  .popup-gallery li {
    width: 19%;
    margin-right: 1%; }
    .popup-gallery li:last-child {
      margin-right: 0px; }

.honours-awards-section {
  overflow: hidden;
  position: relative;
  padding: 130px 0px; }
  .honours-awards-section ul li {
    margin-bottom: 15px; }
    .honours-awards-section ul li i {
      color: #cfc6a7;
      font-size: 5px;
      padding-right: 10px; }
  .honours-awards-section .order-offer {
    top: 0px;
    right: 30%;
    position: absolute;
    z-index: 2; }
  .honours-awards-section .order-pattern {
    right: 44%;
    bottom: 80px;
    position: absolute;
    z-index: 2; }
  .honours-awards-section .parcel-man {
    right: 0;
    bottom: 0px;
    position: absolute;
    z-index: 2;
    width: 36%; }
  .honours-awards-section .order-pattern-02 {
    right: 50%;
    top: 0px;
    position: absolute;
    z-index: 2; }

.order-section {
  position: relative; }
  .order-section:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #cfc6a7; }
  .order-section:after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: #cfc6a7; }

.map-contact {
  position: absolute;
  top: 60%; /* Zentriert den oberen Rand des Elements auf 50% der Eltern-Höhe */
  left: 27%; /* Zentriert den linken Rand des Elements auf 50% der Eltern-Breite */
  transform: translate(-60%, -27%); /* Zentriert das Element exakt auf seiner Mitte */
  text-align: center; /* Zentriert inline-Inhalte horizontal */
  z-index:99;
}

  .map-contact .contact-info {
    position: absolute;
/*top: -100px;*/
    top: -150px;    
    background-color: #ffffff;
    padding: 10px 10px;
    border-top: 5px solid #cfc6a7;
    /*-webkit-box-shadow: 0 1rem 3rem rgba(34, 34, 34, 0.175);
            box-shadow: 0 1rem 3rem rgba(34, 34, 34, 0.175);*/
    text-align: center;
    width: 600px; margin: 0 auto; /* Horizontal zentrieren, falls nötig */
}
    .map-contact .contact-info img {
      margin-bottom: 50px; }
    .map-contact .contact-info .Address {
      font-size: 18px;
      line-height: 30px;
      color: #03112c;
      margin-bottom: 10px; }
    .map-contact .contact-info .phone {
      font-size: 26px;
      margin-bottom: 30px; }
    .map-contact .contact-info .email {
      font-size: 16px;
      line-height: 26px; }

/* Social Bg Color */
.facebook-bg {
  background-color: #445c8e;
  color: #ffffff; }
  .facebook-bg:hover {
    background-color: #344c7e;
    color: #ffffff; }
  .facebook-bg:focus {
    background-color: #344c7e;
    color: #ffffff; }
  .facebook-bg:active {
    background-color: #344c7e;
    color: #ffffff; }

.twitter-bg {
  background-color: #43afe9;
  color: #ffffff; }
  .twitter-bg:hover {
    background-color: #3198cf;
    color: #ffffff; }
  .twitter-bg:focus {
    background-color: #3198cf;
    color: #ffffff; }
  .twitter-bg:active {
    background-color: #3198cf;
    color: #ffffff; }

.instagram-bg {
  background-color: #dd2a7b;
  color: #ffffff; }
  .instagram-bg:hover {
    background-color: #c11462;
    color: #ffffff; }
  .instagram-bg:focus {
    background-color: #c11462;
    color: #ffffff; }
  .instagram-bg:active {
    background-color: #c11462;
    color: #ffffff; }

.linkedin-bg {
  background-color: #007eb3;
  color: #ffffff; }
  .linkedin-bg:hover {
    background-color: #02628b;
    color: #ffffff; }
  .linkedin-bg:focus {
    background-color: #02628b;
    color: #ffffff; }
  .linkedin-bg:active {
    background-color: #02628b;
    color: #ffffff; }

.sidebar-social ul li a {
  font-size: 16px;
  color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #cfc6a7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sidebar-social ul li a:hover {
    background: #181a25; }

.coming-soon-section .form-inline {
  position: relative; }
  .coming-soon-section .form-inline .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 40px 13px;
    font-size: 16px; }

.bootstrap-datetimepicker-widget a {
  background-color: transparent; }
  .bootstrap-datetimepicker-widget a:hover {
    background-color: transparent; }

@media (max-width: 1600px) {
  .counter-section:after {
    width: 3%; }
  .special-menu.special-dishes:before {
    width: 95%; }
  .honours-awards-section .parcel-man {
    width: 40%; } }

@media (max-width: 1500px) {
  .special-menu.special-dishes:before {
    width: 97%; } }

@media (max-width: 1400px) {
  .counter-section:after {
    width: 3%; }
  .opening-hours {
    padding: 60px 30px; }
  .outstory02-section .outstory02-img {
    padding: 40px 30px 250px 30px; }
    .outstory02-section .outstory02-img .outstory02-list h2 {
      font-size: 36px;
      position: relative; }
    .outstory02-section .outstory02-img .outstory-bg2 {
      width: 230px; }
  .honours-awards-section .parcel-man {
    width: 50%; } }

@media (max-width: 1199px) {
  .special-dishes .dish-menu.dish-menu-style-02 {
    position: relative; }
  .outstory-section {
    position: relative;
    padding-top: 280px; }
  .outstory02-section {
    padding-bottom: 110px; }
    .outstory02-section .outstory02-img {
      margin-right: 0;
      padding: 40px 20px 250px 35px; }
      .outstory02-section .outstory02-img .discount {
        width: 200px;
        height: 200px;
        right: -30px;
        bottom: -70px;
        background-size: cover; }
        .outstory02-section .outstory02-img .discount span {
          font-size: 40px;
          line-height: 50px; }
  .recipe-list.recipe-list-style-03 {
    padding: 20px 25px 20px 40px; }
  .outstory-img {
    padding-right: 40px; } }

@media (max-width: 991px) {
  .outstory-img {
    padding-right: 0px; }
  .outstory02-section {
    padding-bottom: 80px; }
  .honours-awards-section {
    padding: 0px 0px 60px; }
  .map-contact {
   position: absolute;
  top: 45%; /* Zentriert den oberen Rand des Elements auf 50% der Eltern-Höhe */
  left: 12%; /* Zentriert den linken Rand des Elements auf 50% der Eltern-Breite */
  transform: translate(-45%, -12%); /* Zentriert das Element exakt auf seiner Mitte */
  text-align: center; /* Zentriert inline-Inhalte horizontal */
 } 
  .map-contact .contact-info {
    top: -70px; } }

@media (max-width: 767px) {
  .outstory02-section {
    padding-bottom: 60px; } 
  .map-contact {
   position: absolute;
  top: 46%; /* Zentriert den oberen Rand des Elements auf 50% der Eltern-Höhe */
  left: 0%; /* Zentriert den linken Rand des Elements auf 50% der Eltern-Breite */
  transform: translate(-46%, -0%); /* Zentriert das Element exakt auf seiner Mitte */
  text-align: center; /* Zentriert inline-Inhalte horizontal */
 }
  .map-contact .contact-info {
    width: 600px; }
  .error-404 img {
    width: 80%; } }

@media (max-width: 575px) {
  .reservation-section {
    margin-top: -100px; }
  .section-title {
    margin-bottom: 30px; }
  .counter-section:after {
    width: 0%; }
  .special-menu.special-dishes:before {
    width: 100%;
    height: 80%; }
  .outstory02-section .outstory02-img .discount {
    right: 0; }
.map-contact {
   position: absolute;
  top: 40%; /* Zentriert den oberen Rand des Elements auf 50% der Eltern-Höhe */
  left: 0%; /* Zentriert den linken Rand des Elements auf 50% der Eltern-Breite */
  transform: translate(-40%, -0%); /* Zentriert das Element exakt auf seiner Mitte */
  text-align: center; /* Zentriert inline-Inhalte horizontal */
 }
  .map-contact .contact-info {
    width: 360px;
    padding: 10px 40px; }
    .map-contact .contact-info .Address {
      margin-bottom: 10px; }
  .bootstrap-datetimepicker-widget {
    width: 300px;
    overflow-x: auto; }
  .error-404 img {
    width: 60%; } }

@media (max-width: 375px) {
  .bootstrap-datetimepicker-widget {
    width: 200px;
    overflow-x: auto; } }

/*****************************
    Blog
*****************************/
.blog-post {
  margin-bottom: 30px; }
  .blog-post .blog-post-image {
    position: relative; }
    .blog-post .blog-post-image .blog-post-date {
      position: absolute;
      top: 20px;
      left: 20px;
      background-color: #cfc6a7;
      padding: 5px;
      line-height: 20px;
      font-size: 12px;
      color: #ffffff;
      text-align: center; }
      .blog-post .blog-post-image .blog-post-date span {
        font-size: 18px;
        line-height: 20px;
        display: inline-block;
        width: 100%; }
  .blog-post .blog-post-content {
    margin-left: 10px;
    padding: 30px;
    background: #ffffff;
    position: relative;
    margin-top: -80px;
/*
    -webkit-box-shadow: 0px 2px 5px 0px rgba(24, 26, 37, 0.1);
            box-shadow: 0px 2px 5px 0px rgba(24, 26, 37, 0.1);*/ }
    .blog-post .blog-post-content .blog-post-category {
      font-size: 14px;
      line-height: 1;
      background-color: #363231;
      color: #ffffff;
      padding: 7px 10px;
      display: inline-block;
      margin-bottom: 20px; }
    .blog-post .blog-post-content .blog-post-author {
      position: absolute;
      top: -30px;
      right: 40px;
      height: 60px;
      width: 60px;
      border-radius: 50px;
      border: 3px solid #ffffff; }
      .blog-post .blog-post-content .blog-post-author img {
        width: 100%;
        height: 100%;
        border-radius: 50px; }
    .blog-post .blog-post-content .blog-post-title {
      margin-bottom: 0px; }
      .blog-post .blog-post-content .blog-post-title a {
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        color: #181a25; }
        .blog-post .blog-post-content .blog-post-title a:hover {
          color: #cfc6a7; }
    .blog-post .blog-post-content .blog-post-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog-post .blog-post-content .blog-post-footer .blog-post-time {
        font-size: 16px;
        color: rgba(24, 26, 37, 0.6); }
        .blog-post .blog-post-content .blog-post-footer .blog-post-time i {
          color: #cfc6a7;
          margin-right: 10px; }
      .blog-post .blog-post-content .blog-post-footer .blog-post-btn {
        position: relative;
        height: 30px;
        width: 30px;
        border-radius: 50px;
        background-color: #cfc6a7;
        margin-right: 15px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .blog-post .blog-post-content .blog-post-footer .blog-post-btn img {
          margin-right: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: -11px;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .blog-post .blog-post-content .blog-post-footer .blog-post-btn:hover {
          width: 60px; }
          .blog-post .blog-post-content .blog-post-footer .blog-post-btn:hover img {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            right: 20px; }

         .blog-post .blog-post-content .blog-post-footer .blog-post-btn-2 {
        position: relative;
        height: 30px;
        width: 30px;
        border-radius: 50px;
        background-color: #cfc6a7;
        margin-left: 15px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .blog-post .blog-post-content .blog-post-footer .blog-post-btn img {
          margin-left: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: -11px;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .blog-post .blog-post-content .blog-post-footer .blog-post-btn:hover {
          width: 60px; }
          .blog-post .blog-post-content .blog-post-footer .blog-post-btn:hover img {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            left: 20px; }


.blog-detail hr {
  margin-top: 40px;
  margin-bottom: 40px; }

.blog-detail .blog-post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px; }
  .blog-detail .blog-post-social span {
    padding-right: 15px; }
  .blog-detail .blog-post-social ul {
    margin-bottom: 0; }
    .blog-detail .blog-post-social ul li {
      display: inline-block;
      float: left;
      padding: 0 6px; }
      .blog-detail .blog-post-social ul li a {
        color: #181a25; }
        .blog-detail .blog-post-social ul li a:hover {
          color: #cfc6a7; }

.blog-detail .blog-post-navigation .post-navigation .nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0; }
  .blog-detail .blog-post-navigation .post-navigation .nav-link a i {
    position: absolute;
    font-size: 24px;
    color: #181a25;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .blog-detail .blog-post-navigation .post-navigation .nav-link a span {
    display: block;
    color: #181a25;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .blog-detail .blog-post-navigation .post-navigation .nav-link a .nav-title {
    font-size: 18px; }
  .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a {
    position: relative;
    display: block;
    padding-left: 90px;
    padding-top: 11px;
    padding-bottom: 11px; }
    .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a i {
      left: 20px; }
    .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a:before {
      position: absolute;
      content: "";
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 60px;
      height: 100%;
      -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
              box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
      background-color: #ffffff;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a:hover i {
      color: #ffffff; }
    .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a:hover span {
      color: #cfc6a7; }
    .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a:hover:before {
      background-color: #cfc6a7; }
  .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next {
    text-align: right; }
    .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a {
      position: relative;
      display: block;
      padding-right: 90px;
      padding-top: 11px;
      padding-bottom: 11px; }
      .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a i {
        right: 20px; }
      .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a:before {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 60px;
        height: 100%;
        -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
                box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
        background-color: #ffffff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a:hover i {
        color: #ffffff; }
      .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a:hover span {
        color: #cfc6a7; }
      .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a:hover:before {
        background-color: #cfc6a7; }

.blog-detail .comments-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .blog-detail .comments-01 .comment-author {
    width: 90px; }
    .blog-detail .comments-01 .comment-author img {
      width: 100%; }
  .blog-detail .comments-01 .comment-content {
    border: 1px solid #f4f4f4;
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%; }
    .blog-detail .comments-01 .comment-content .reviews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog-detail .comments-01 .comment-content .reviews p {
        margin-bottom: 0; }
      .blog-detail .comments-01 .comment-content .reviews .port-social {
        margin-left: auto;
        color: #ffffff;
        background: #181a25;
        padding: 5px 15px;
        display: block; }

.blog-detail .comments-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px; }
  .blog-detail .comments-02 .comment-author {
    width: 90px; }
    .blog-detail .comments-02 .comment-author img {
      width: 100%; }
  .blog-detail .comments-02 .comment-content {
    border: 1px solid #f4f4f4;
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%; }
    .blog-detail .comments-02 .comment-content .reviews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog-detail .comments-02 .comment-content .reviews p {
        margin-bottom: 0; }
      .blog-detail .comments-02 .comment-content .reviews .port-social {
        margin-left: auto;
        color: #ffffff;
        background: #181a25;
        padding: 5px 15px;
        display: block; }

/* Blog Sidebar */
.blog-sidebar {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(24, 26, 37, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(24, 26, 37, 0.1);
  padding: 40px 40px; }
  .blog-sidebar .widget {
    margin-bottom: 50px; }
    .blog-sidebar .widget:last-child {
      margin-bottom: 0; }
    .blog-sidebar .widget .search {
      position: relative; }
      .blog-sidebar .widget .search .form-control {
        padding-right: 50px; }
      .blog-sidebar .widget .search i {
        position: absolute;
        right: -1px;
        top: 0;
        background: inherit;
        color: #03112c;
        padding: 17px 16px;
        cursor: pointer;
        border-radius: 0 5px 5px 0px; }
    .blog-sidebar .widget .recent-post-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 90px;
              flex: 0 0 90px; }
    .blog-sidebar .widget .recent-post-info a {
      color: #181a25; }
      .blog-sidebar .widget .recent-post-info a:hover {
        color: #cfc6a7; }
    .blog-sidebar .widget .input-with-btn {
      position: relative; }
      .blog-sidebar .widget .input-with-btn .btn {
        position: absolute;
        top: 0;
        right: 0;
        padding: 14px 20px 13px; }

/* Blog Author */
.blog-author .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 30px;
  margin-left: 0px; }
  .blog-author .author .author-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 150px;
            flex: 0 150px;
    margin-left: 0px; }
  .blog-author .author .author-detail {
    position: relative;
    padding: 0 0 0 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 70%;
            flex: 0 70%;
    -ms-flex-item-align: center;
        align-self: center; }
    .blog-author .author .author-detail .author-title a {
      color: #ffffff; }
    .blog-author .author .author-detail .author-label {
      color: #ffffff; }
    .blog-author .author .author-detail .author-social {
      margin-top: 20px; }
      .blog-author .author .author-detail .author-social ul {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 0; }
        .blog-author .author .author-detail .author-social ul li {
          display: inline-block;
          list-style-type: none;
          float: left; }
          .blog-author .author .author-detail .author-social ul li a {
            color: #ffffff;
            margin-right: 20px; }
    .blog-author .author .author-detail .author-content {
      margin-top: 15px; }

.blockquote-02 {
  padding: 30px 0px;
  text-align: left;
  position: relative;
  margin: 0 30px; }
  .blockquote-02 .blockquote-info {
    padding: 40px 40px;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.07);
    border-left: 5px solid rgba(238,28,37, 0.7);
    position: relative;
    background-color: #ffffff; }
    .blockquote-02 .blockquote-info .blockquote-quote {
      padding-left: 0; }
      .blockquote-02 .blockquote-info .blockquote-quote i {
        position: inherit;
        top: 0;
        font-size: 60px;
        line-height: 60px;
        color: rgba(238,28,37, 0.5); }
    .blockquote-02 .blockquote-info .blockquote-content {
      font-size: 18px;
      font-style: italic;
      font-weight: 600;
      position: relative;
      margin-bottom: 0px; }
    .blockquote-02 .blockquote-info .blockquote-author {
      margin-bottom: 0;
      margin-top: 20px; }
      .blockquote-02 .blockquote-info .blockquote-author .blockquote-name h6 {
        font-weight: 500;
        margin-right: 10px;
        display: inline-block;
        color: #cfc6a7; }
      .blockquote-02 .blockquote-info .blockquote-author .blockquote-name span {
        font-size: 16px;
        font-weight: 400;
        color: #ededef; }

.owl-carousel .blog-post {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .blog-detail .blog-post-navigation .post-navigation .nav-link {
    display: block; }
  .blog-detail .blog-post-navigation .post-navigation .nav-next {
    margin-top: 20px; } }

@media (max-width: 575px) {
  .blog-sidebar {
    padding: 20px; }
  .blog-author .author {
    display: inline-block;
    text-align: center; }
    .blog-author .author .author-image {
      margin-bottom: 20px; }
    .blog-author .author .author-detail {
      padding: 0; }
  .blog-detail .comments-01 .comment-content {
    margin-left: 10px; }
    .blog-detail .comments-01 .comment-content .reviews p {
      margin-right: 2px; }
  .blog-detail .comments-02 {
    padding-left: 20px; }
    .blog-detail .comments-02 .comment-content {
      margin-left: 10px; }
      .blog-detail .comments-02 .comment-content .reviews p {
        margin-right: 2px; } }

/*****************************
  Shop
*****************************/
/* Product */
.product {
  cursor: pointer;
  margin-bottom: 30px; }
  .product .product-image {
    position: relative;
    overflow: hidden; }
    .product .product-image .in-stock {
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 2px 12px;
      background: #ffffff; }
      .product .product-image .in-stock small {
        font-weight: 700;
        letter-spacing: inherit; }
    .product .product-image .product-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 100%;
      height: 100%;
      background: rgba(238,28,37, 0.09);
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: perspective(400px) rotateX(-90deg);
              transform: perspective(400px) rotateX(-90deg);
      -webkit-transform-origin: center top 0;
              transform-origin: center top 0;
      -webkit-transition: all .6s ease 0s;
      transition: all .6s ease 0s; }
      .product .product-image .product-actions .product-wishlist a {
        background: #ffffff;
        color: #181a25;
        width: 38px;
        height: 38px;
        line-height: 42px;
        border-radius: 5px;
        display: inline-block; }
        .product .product-image .product-actions .product-wishlist a:hover {
          background: #cfc6a7;
          color: #ffffff; }
      .product .product-image .product-actions .product-quick-view {
        margin: 0 8px; }
        .product .product-image .product-actions .product-quick-view button {
          background: #ffffff;
          color: #181a25;
          width: 38px;
          height: 38px;
          padding: 0;
          line-height: 38px;
          border: none;
          border-radius: 5px;
          display: inline-block;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .product .product-image .product-actions .product-quick-view button:hover {
            background: #cfc6a7;
            color: #ffffff; }
      .product .product-image .product-actions .product-search a {
        background: #ffffff;
        color: #181a25;
        width: 38px;
        height: 38px;
        line-height: 42px;
        border-radius: 5px;
        display: inline-block; }
        .product .product-image .product-actions .product-search a:hover {
          background: #cfc6a7;
          color: #ffffff; }
    .product .product-image .swatch-colored {
      text-align: center;
      left: 50%;
      position: absolute;
      bottom: 0px;
      z-index: 9;
      -webkit-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      opacity: 0; }
      .product .product-image .swatch-colored ul {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
            align-self: center; }
        .product .product-image .swatch-colored ul li {
          width: 21px;
          height: 21px;
          display: inline-block;
          -ms-flex-item-align: center;
              align-self: center;
          margin: 0 4px;
          opacity: 0;
          -webkit-transform: translateY(40px);
                  transform: translateY(40px);
          -webkit-transition: all .6s ease 0s;
          transition: all .6s ease 0s; }
        .product .product-image .swatch-colored ul .active {
          border: 3px solid #ffffff;
          width: 24px;
          height: 24px; }
    .product .product-image:hover .product-actions {
      opacity: 1;
      -webkit-transform: perspective(400px) rotateX(0);
              transform: perspective(400px) rotateX(0); }
    .product .product-image:hover .swatch-colored li {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .product .product-image:hover .swatch-colored li:first-child {
        -webkit-transition-delay: .1s;
                transition-delay: .1s; }
      .product .product-image:hover .swatch-colored li:nth-child(2) {
        -webkit-transition-delay: .2s;
                transition-delay: .2s; }
      .product .product-image:hover .swatch-colored li:nth-child(3) {
        -webkit-transition-delay: .3s;
                transition-delay: .3s; }
  .product:hover .product-image .product-actions {
    opacity: 1; }
  .product:hover .product-image .swatch-colored {
    opacity: 1;
    bottom: 15px; }
  .product .product-info {
    text-align: center; }
    .product .product-info .product-title {
      margin: 20px 0px 0px; }
      .product .product-info .product-title a {
        color: #707173; }
        .product .product-info .product-title a:hover {
          color: #cfc6a7; }
    .product .product-info .product-category {
      margin-bottom: 8px; }
      .product .product-info .product-category span {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase; }
    .product .product-info .product-rating {
      margin-bottom: 10px; }
      .product .product-info .product-rating i {
        color: #ffb100; }
    .product .product-info .product-price {
      font-size: 14px;
      font-weight: 700;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .product .product-info .product-price del {
        color: #ededef; }
      .product .product-info .product-price ins {
        color: #181a25;
        text-decoration: none; }
      .product .product-info .product-price span.product-sale {
        font-size: 10px;
        background: #3c3d32;
        padding: 3px 5px 1px;
        color: #ffffff;
        margin: -2px 0 0 2px; }
    .product .product-info .product-cart a.btn.btn-link {
      letter-spacing: inherit;
      color: #000000; }
      .product .product-info .product-cart a.btn.btn-link i {
        font-size: 11px; }
      .product .product-info .product-cart a.btn.btn-link:hover {
        color: #cfc6a7; }
  .product .product-price-cart {
    height: 24px;
    overflow: hidden;
    line-height: 24px; }
  .product:hover .product-price-cart .product-price {
    margin-top: -22px; }

/* Owl Carousel */
.owl-carousel .product {
  margin-bottom: 0; }

/* Product Detail */
.shop-single .nav-tabs-02 .nav-item .nav-link {
  font-size: 16px; }

.shop-single .product-detail .product-price-rating .product-price {
  margin-bottom: 20px; }
  .shop-single .product-detail .product-price-rating .product-price h4 {
    font-size: 20px;
    margin-bottom: 0; }
    .shop-single .product-detail .product-price-rating .product-price h4 span {
      font-size: 24px;
      color: #cfc6a7;
      margin-left: 8px; }

.shop-single .product-detail .product-price-rating .product-rating {
  margin: 20px 0; }
  .shop-single .product-detail .product-price-rating .product-rating i {
    color: #cfc6a7; }

.shop-single .product-detail .product-summary {
  margin-top: 30px; }
  .shop-single .product-detail .product-summary a {
    color: #181a25;
    margin-right: 10px; }
    .shop-single .product-detail .product-summary a i {
      color: #cfc6a7;
      margin-right: 10px; }
    .shop-single .product-detail .product-summary a:hover {
      color: #cfc6a7; }

.shop-single .product-detail hr {
  margin: 30px 0; }

.shop-single .product-detail .product-detail-meta {
  margin-bottom: 20px; }
  .shop-single .product-detail .product-detail-meta span {
    display: block;
    margin: 10px 0; }

.shop-single .product-detail .product-detail-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0; }
  .shop-single .product-detail .product-detail-social span {
    font-weight: 800; }
  .shop-single .product-detail .product-detail-social ul {
    padding-left: 15px;
    margin-bottom: 0; }
    .shop-single .product-detail .product-detail-social ul li {
      display: inline-block;
      list-style-type: none;
      float: left;
      margin-right: 20px;
      font-size: 16px; }
      .shop-single .product-detail .product-detail-social ul li a:hover {
        color: #181a25; }

.shop-single .product-detail .input-group {
  width: 90px;
  float: left;
  margin-right: 20px; }

.form-group .product-rating {
  color: #cfc6a7; }

.slider-slick .slider-nav .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: 999;
  color: #181a25;
  font-size: 18px; }

.slider-slick .slider-nav .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: 999;
  color: #181a25;
  font-size: 18px; }

.slider-slick .slider-nav:hover .slick-prev {
  z-index: 9;
  opacity: 1; }
  .slider-slick .slider-nav:hover .slick-prev:hover:before {
    color: #181a25; }

.slider-slick .slider-nav:hover .slick-next {
  z-index: 9;
  opacity: 1; }
  .slider-slick .slider-nav:hover .slick-next:hover:before {
    color: #181a25; }

.slider-slick .slider-nav .slick-prev {
  left: 0;
  opacity: 0;
  width: 40px;
  height: 40px;
  left: 5px;
  background: #cfc6a7;
  color: #181a25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9; }

.slider-slick .slider-nav .slick-next {
  right: 0;
  opacity: 0;
  width: 40px;
  height: 40px;
  right: 5px;
  background: #cfc6a7;
  color: #181a25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9; }

.slider-slick .slider-nav .slick-track .slick-slide {
  margin-left: 5px;
  margin-right: 5px; }

/* commentlist */
.commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .commentlist .comment-author img {
    width: 80px; }
  .commentlist .comment-content {
    border: 1px solid #f4f4f4;
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 100%; }
    .commentlist .comment-content .reviews {
      margin-bottom: 10px; }
      .commentlist .comment-content .reviews .meta {
        margin-bottom: 0; }
      .commentlist .comment-content .reviews .rating {
        margin-left: auto; }
        .commentlist .comment-content .reviews .rating i {
          color: #cfc6a7; }

.form-check-label {
  padding-left: 20px; }

/* Shop Sticky Image */
.shop-single .card-body .table.table-bordered tbody th {
  width: 100px;
  background: #f8f8f8; }

/* Shop Sidebar */
.shop-sidebar .widget {
  margin-bottom: 50px; }
  .shop-sidebar .widget .price-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .shop-sidebar .widget .price-filter a {
      margin-left: auto; }
  .shop-sidebar .widget .social-icon ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px; }
    .shop-sidebar .widget .social-icon ul li a {
      font-size: 18px;
      color: #181a25;
      border: 1px solid #181a25;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 40px;
      width: 40px; }
      .shop-sidebar .widget .social-icon ul li a:hover {
        color: #cfc6a7;
        border: 1px solid #cfc6a7; }
  .shop-sidebar .widget .widget-categories ul li a {
    font-size: 14px;
    color: #7c8087;
    line-height: 32px;
    display: block; }
    .shop-sidebar .widget .widget-categories ul li a:hover {
      color: #cfc6a7; }
  .shop-sidebar .widget .tagcloud ul li {
    margin-bottom: 10px;
    display: inline-block; }
    .shop-sidebar .widget .tagcloud ul li a {
      color: #7c8087;
      line-height: 32px;
      border: 1px solid #f4f4f4;
      padding: 2px 20px;
      margin-right: 6px;
      display: block;
      font-size: 13px; }
      .shop-sidebar .widget .tagcloud ul li a:hover {
        background: #cfc6a7;
        border: 1px solid #cfc6a7;
        color: #ffffff; }
  .shop-sidebar .widget .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .shop-sidebar .widget .product-list .product-info a {
      color: #181a25; }
      .shop-sidebar .widget .product-list .product-info a:hover {
        color: #cfc6a7; }
    .shop-sidebar .widget .product-list .product-info .product-title {
      font-size: 16px;
      margin-bottom: 10px; }
  .shop-sidebar .widget .custom-control-label:before {
    top: 3px; }
  .shop-sidebar .widget .custom-control-label:after {
    top: 3px; }

.shop-sidebar .custom-checkbox {
  margin-bottom: 6px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .shop-sidebar .custom-checkbox:last-child {
    margin-bottom: 0; }
  .shop-sidebar .custom-checkbox .form-check-label {
    padding-left: 10px; }
  .shop-sidebar .custom-checkbox span {
    margin-left: auto; }
  .shop-sidebar .custom-checkbox .custom-control-input {
    margin-right: 10px; }

.shop-sidebar .custom-control-label:before {
  top: 0; }

.shop-sidebar .custom-control-label:after {
  top: 0; }

.search-field {
  padding: 14px 20px;
  color: #7c8087;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f4f4f4;
  height: 52px;
  width: 100%;
  background: #ededef; }

.custom-control-input:checked ~ .custom-control-label:before {
  background: #cfc6a7;
  border-color: #cfc6a7; }

.form-check-input:checked {
  background: #cfc6a7;
  border-color: #cfc6a7; }

.form-check-input:focus {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border-color: #cfc6a7; }

/* Checkout */
.checkout-info {
  padding: 25px 25px 25px 120px;
  background: #f8f8f8;
  position: relative; }
  .checkout-info:before {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 25px;
    content: "\f2f6";
    font-size: 60px;
    font-family: "Font Awesome 6 Free";
    z-index: 1;
    color: #ededef;
    font-weight: 700; }

.login-form-toggle {
  padding: 20px;
  border: 1px solid #f4f4f4; }

.checkout-info-coupon .checkout-info:before {
  content: "\f3ff"; }

.checkout-info-coupon .checkout-coupon {
  padding: 20px;
  border: 1px solid #f4f4f4; }

.checkout .billing-fields {
  padding: 20px;
  background: #f8f8f8; }

.checkout .billing-form {
  padding: 30px 20px; }

.address-checkbox {
  padding: 20px 40px;
  background: #f8f8f8; }
  .address-checkbox .custom-control-label:before {
    top: 8px; }
  .address-checkbox .custom-control-label:after {
    top: 8px; }

.checkout-review {
  padding: 15px 30px 30px;
  border: 1px solid #f4f4f4; }
  .checkout-review .table tr th {
    padding: 15px 0;
    font-size: 18px; }
  .checkout-review .table tr td {
    padding: 15px 0; }
  .checkout-review .table tr td.amount {
    font-size: 18px; }

/* Cart */
.table.table-bordered {
  border: 1px solid #f4f4f4;
  margin-bottom: 0; }
  .table.table-bordered thead tr {
    background: #f8f8f8; }
  .table.table-bordered tr th {
    border: none;
    padding: 15px 10px;
    color: #181a25; }
  .table.table-bordered tr td {
    border: none;
    border-top: 1px solid #f4f4f4;
    padding: 15px 10px;
    color: #7c8087;
    vertical-align: middle; }
    .table.table-bordered tr td.product-remove {
      padding: 15px 25px;
      text-align: center; }
    .table.table-bordered tr td.product-quantity .form-control {
      width: 100px; }
    .table.table-bordered tr td a {
      color: #181a25; }
      .table.table-bordered tr td a:hover {
        color: #cfc6a7; }
    .table.table-bordered tr td a.btn-outline-light {
      color: #7c8087; }
      .table.table-bordered tr td a.btn-outline-light:hover {
        color: #ffffff; }
    .table.table-bordered tr td .form-group {
      margin-bottom: 0px; }

.cart-table.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f4f4f4;
  border-top: none;
  padding: 15px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cart-table.actions .coupon .form-inline {
    position: relative; }
    .cart-table.actions .coupon .form-inline .form-group .form-control {
      width: 340px;
      padding-right: 160px;
      background: #f8f8f8; }
    .cart-table.actions .coupon .form-inline .btn {
      position: absolute;
      top: 0;
      right: 0;
      width: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px 25px;
      height: 53px;
      font-size: 12px; }
  .cart-table.actions .update-cart {
    margin-left: auto; }

.table td.product-thumbnail img {
  width: 70px;
  height: auto; }

.cart-totals {
  border: 1px solid #f4f4f4; }
  .cart-totals .cart-totals-title {
    background: #f8f8f8;
    padding: 20px;
    text-align: center; }
  .cart-totals .table tr th {
    text-align: left;
    border: none;
    border-top: 1px solid #f4f4f4;
    vertical-align: top;
    padding: 15px;
    font-weight: 400; }
  .cart-totals .table tr td {
    text-align: right;
    border: none;
    border-top: 1px solid #f4f4f4;
    padding: 15px;
    font-weight: 400; }
  .cart-totals .table tr.shipping .form-group {
    margin-bottom: 0; }
  .cart-totals .table tr.shipping .form-check-label {
    padding-left: 0px; }
  .cart-totals .table tr.shipping p {
    margin-bottom: 0; }
  .cart-totals .table tr.order-total th {
    font-size: 18px; }
  .cart-totals .table tr.order-total td {
    font-size: 26px; }
  .cart-totals .table .cart-subtotal th {
    font-size: 18px;
    border: none; }
  .cart-totals .table .cart-subtotal td {
    font-size: 18px;
    border: none; }

/* Order List */
.order-list .product-actions .btn {
  padding: 10px 20px;
  color: #7c8087; }
  .order-list .product-actions .btn:hover {
    color: #ffffff; }

/* Order details */
.order-details .table.table-bordered tr td {
  border-left: 1px solid #f4f4f4; }

/* Pagination */
.pagination .page-item {
  margin: 3px; }
  .pagination .page-item .page-link {
    display: inline-block;
    border: 1px solid #f8f8f8;
    padding: 0 10px;
    font-size: 15px;
    color: #7c8087;
    min-width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: inherit; }
    .pagination .page-item .page-link:hover {
      background: transparent;
      color: #cfc6a7;
      border-color: #cfc6a7; }
    .pagination .page-item .page-link:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }

.pagination .page-item.active .page-link {
  background: transparent;
  color: #cfc6a7;
  border-color: #cfc6a7; }

.widget .widget-categories .categories-rating i {
  font-size: 12px;
  line-height: 12px;
  color: #ffb100; }

.widget .widget-categories .categories-rating span {
  color: #7c8087;
  font-size: 14px;
  line-height: 1; }

.widget .widget-categories .categories-rating:hover span {
  color: #cfc6a7; }

/* Shop Categories */
.shop-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .shop-categories .category-name {
    color: #7c8087;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .shop-categories .category-count {
    border: 1px solid #7c8087;
    color: #7c8087;
    font-size: 12px;
    line-height: 18px;
    margin-left: 5px;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .shop-categories:hover .category-name {
    color: #cfc6a7; }
  .shop-categories:hover .category-count {
    color: #cfc6a7;
    border: 1px solid #cfc6a7; }

/*************************************
         Shuffle
 *************************************/
.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px; }

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px; }

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px; }

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px; }

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px; }

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 0px; }

/* Product */
.filters-group button {
  padding: 0;
  border: inherit;
  background: inherit;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 30px; }

.filters-group .btn-filter {
  color: #7c8087;
  letter-spacing: 1px; }

.filters-group .btn-filter.active {
  color: #181a25; }

.my-shuffle-container .grid-item {
  width: 25%;
  padding: 15px; }

/* Product Sale */
.product-offer-item {
  position: relative;
  padding-left: 110px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-offer-item .product-offer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-offer-item .product-offer-inner .product-offer-tag {
      color: #707173;
      letter-spacing: 2.8px;
      margin-bottom: 0;
      position: absolute;
      left: -10px;
      top: 160px;
      text-transform: uppercase;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      .product-offer-item .product-offer-inner .product-offer-tag:before {
        content: "";
        width: 20px;
        height: 1px;
        background: #707173;
        position: absolute;
        top: 50%;
        left: -30px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .product-offer-item .product-offer-inner .product-offer-title {
      line-height: 22px;
      background: #ffffff;
      padding: 20px 25px;
      margin-bottom: 0;
      position: absolute;
      bottom: 170px;
      left: 0;
      margin: calc(0% - 110px);
      max-width: 210px; }
      .product-offer-item .product-offer-inner .product-offer-title a:hover {
        color: #cfc6a7; }
    .product-offer-item .product-offer-inner .product-offer-img {
      position: relative; }

/* Compare product */
.table.compare-product thead tr {
  background: transparent; }

.table.compare-product tr th {
  width: 300px; }

.table.compare-product tr td {
  width: 300px; }

.table.compare-product tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.01); }

/* Tabs */
.shop-tabs.nav-tabs.nav-tabs-02 .nav-item {
  width: 33.33%;
  margin: 0; }
  .shop-tabs.nav-tabs.nav-tabs-02 .nav-item .nav-link:before {
    display: none; }

.form-check .form-check-input {
  margin-left: 0;
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  border-radius: inherit; }

.detail-big-car-gallery .slick-next.slick-arrow {
  right: 0;
  display: none !important; }

.detail-big-car-gallery .slick-prev.slick-arrow {
  left: 0;
  display: none !important; }

/*****************************
  Responsive
*****************************/
@media (max-width: 1366px) {
  /* Thumbnail Left */
  .thumbnail-left {
    max-width: 346px; }
    .thumbnail-left .nav-container img {
      max-height: 141px; } }

@media (max-width: 1199px) {
  .my-shuffle-container.columns-4 .grid-item {
    width: 25%; }
  /* Thumbnail Left */
  .thumbnail-left {
    max-width: 340px; }
    .thumbnail-left .nav-container img {
      max-height: 137px; }
  /* Product Sale */
  .product-offer-item .product-offer-inner .product-offer-title {
    bottom: 130px; } }

@media (max-width: 991px) {
  .my-shuffle-container.columns-4 .grid-item {
    width: 33%; }
  .shop-sidebar .widget {
    margin-bottom: 30px; }
  .product-style-1 .product-info {
    padding: 20px; }
  /* Product Sale */
  .product-offer-item .product-offer-inner .product-offer-tag {
    top: 120px; } }

@media (max-width: 767px) {
  .my-shuffle-container.columns-3 .grid-item {
    width: 50%; }
  .my-shuffle-container.columns-4 .grid-item {
    width: 50%; }
  .my-shuffle-container.columns-5 .grid-item {
    width: 50%; }
  .my-shuffle-container.columns-6 .grid-item {
    width: 50%; }
  /* Tab */
  .nav-tabs .nav-link {
    padding: 0 12px 10px;
    font-size: 14px; }
  .cart-table .actions .coupon .form-inline .form-group .form-control {
    width: 300px;
    padding-right: 160px; }
  .filters-group button {
    margin: 0 10px; }
  .slider-slick .slider-nav .slick-next {
    display: none !important; }
  .slider-slick .slider-nav .slick-prev {
    display: none !important; }
  .cart-table.actions .update-cart {
    margin-top: 10px; }
  .cart-table.actions .coupon {
    width: 100%; } }

@media (max-width: 575px) {
  .my-shuffle-container.columns-2 .grid-item {
    width: 100%; }
  .my-shuffle-container.columns-3 .grid-item {
    width: 100%; }
  .my-shuffle-container.columns-4 .grid-item {
    width: 100%; }
  .my-shuffle-container.columns-5 .grid-item {
    width: 100%; }
  .my-shuffle-container.columns-6 .grid-item {
    width: 100%; }
  /* Shop cart */
  .cart-table .actions .coupon .form-inline .form-group .form-control {
    width: 270px;
    padding-right: 160px; }
  .cart-table .actions .coupon .form-inline .btn {
    padding: 15px; }
  .pagination .page-item .page-link {
    font-size: 14px;
    min-width: 30px;
    height: 30px;
    line-height: 30px; }
  .product-style-1 .product-info {
    padding: 15px;
    margin-right: -75px; }
    .product-style-1 .product-info h4 {
      font-size: 18px;
      line-height: 26px; }
  /* Thumbnail Left */
  .thumbnail-left {
    max-width: 213px; }
    .thumbnail-left .nav-container img {
      max-height: 83px; }
  .shop-single .nav-tabs.nav-tabs-style-02 .nav-link {
    font-size: 10px;
    padding: 4px 6px 4px; }
  /* Comment list */
  .commentlist .comment-content .reviews {
    display: inherit; }
  .commentlist .comment-content p {
    margin-bottom: 5px; }
  .commentlist .comment-content .reviews .rating {
    margin-bottom: 10px; }
  /* Product Sale */
  .product-offer-item .product-offer-inner .product-offer-tag {
    top: 55px; }
  .product-offer-item .product-offer-inner .product-offer-title {
    padding: 6px 25px;
    max-width: 260px;
    bottom: 115px; } }

/*****************************
	Footer
*****************************/
.footer {
  position: relative;
  background: url(../images/bg/footer-bg.jpg);
  padding: 40px 0px 20px; }
  .footer .footer-img1 {
    position: absolute;
    left: 0;
    bottom: 0; }
  .footer .footer-img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.6; }
  .footer .footer-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
    margin-bottom: 50px; }
    .footer .footer-top .newsletter-form {
      position: relative; }
      .footer .footer-top .newsletter-form .form-control {
        height: 60px;
        border-radius: 50px;
        padding: 0px 165px 0px 30px;
        background: #ffffff; }
      .footer .footer-top .newsletter-form .btn {
        border-radius: 50px;
        position: absolute;
        right: 4px;
        top: 4px;
        padding: 13px 40px;
        color: #ffffff; }
  .footer .footer-contact-address {
    position: relative; }
    .footer .footer-contact-address .contact-item {
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;*/
      margin-bottom: 50px;}
      .footer .footer-contact-address .contact-item .contact-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        margin-right: 15px;
        width: 40px; }
      .footer .footer-contact-address .contact-item .contact-info label {
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
        color: #ffffff; }
      .footer .footer-contact-address .contact-item .contact-info span {
        font-size: 18px;
        color: #ffffff; }
      .footer .footer-contact-address .contact-item .contact-info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .footer .footer-contact-address .contact-item .contact-info ul li {
          padding: 0px 10px; }
          .footer .footer-contact-address .contact-item .contact-info ul li:first-child {
            padding-left: 0px; }
          .footer .footer-contact-address .contact-item .contact-info ul li a {
            font-size: 18px;
            color: #ffffff; }
            .footer .footer-contact-address .contact-item .contact-info ul li a:hover {
              color: #cfc6a7; }
  .footer .footer-link ul li {
    margin-bottom: 10px; }
    .footer .footer-link ul li a {
      font-size: 16px;
      color: #ffffff; }
      .footer .footer-link ul li a:hover {
        color: #cfc6a7; }
  .footer .footer-recent-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
    position: relative; }
    .footer .footer-recent-list-item img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
              flex: 0 0 80px;
      margin-right: 15px;
      width: 80px; }
    .footer .footer-recent-list-item .footer-recent-item-info .recent-item-title a {
      font-size: 16px;
      color: #ffffff; }
      .footer .footer-recent-list-item .footer-recent-item-info .recent-item-title a:hover {
        color: #cfc6a7; }
    .footer .footer-recent-list-item .footer-recent-item-info .recent-item-date {
      color: #ffffff;
      font-size: 14px; }

@media (max-width: 991px) {
  .footer .footer-img1 {
    display: none; } }

@media (max-width: 767px) {
  .footer {
    padding: 40px 0px 40px; }
    .footer .footer-img1 {
      width: 120px; }
    .footer .footer-img2 {
      width: 150px; }
    .footer .footer-contact-address .contact-item {
      margin-bottom: 30px; } }

@media (max-width: 575px) {
  .footer .footer-recent-list-item .footer-recent-item-info .recent-item-title a {
    font-size: 14px; }
  .footer .footer-top .newsletter-form .btn {
    padding: 13px 20px !important;
    top: 5px; } }

/*# sourceMappingURL=../css/style.css.map */
