/*---------------------------
      Table of Contents
    --------------------

    01- Global Styles
    02- Helper Classes
    03- Background & Colors
    04- Typography
    05- page title 
    06- Buttons 
    07- Forms
    08- Tabs
    09- Icons
    10- Breadcrumb
    11- Pagination
    12- Lists
    13- Alerts
    14- Header & Navbar 
    15- Accordions
    16- Banners
    18- Footer
    20- Carousel
    21- Slider
    22- Features
    23- Fancybox
    24- portfolio
    25- Team
    26- Testimonials
    27- Call To Action
    28- Clients
    29- Blog
    30- Contact
    31- Shop
    32- Sidebar
    33- events
    34- Menu
    35- Reservation

----------------------------*/
/*--------------------------
      Global Styles
---------------------------*/
html,
body {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;


}

::selection {
  background-color: #d3a971;
  color: #ffffff;
background-color: #ffffff;
opacity: 0.3;
background-image: linear-gradient(to right, #73ff98, #73ff98 2px, #ffffff 2px, #ffffff );
background-size: 4px 100%;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

a:hover {
  color: #a97735;
  text-decoration: none;
}

textarea {
  resize: none;
}

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

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  margin-top: 0;
  padding-top: 0;
}

*,
:active,
:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
  padding: 0;
}

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

/*----------------------------
      Helper Classes
----------------------------*/
.col-padding-0>.row {
  margin: 0;
}

.col-padding-0,
.col-padding-0>.row>[class*=col-] {
  padding: 0;
  padding-top: 20px ;
}

.inner-padding {
  padding: 120px 70px;
}

.vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.background-banner {
  min-height: 500px;
}

.width-auto {
  width: auto !important;
}

.lh-1 {
  line-height: 1 !important;
}

.vh-100 {
  height: 100vh !important;
}

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

.align-v-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hr-dashed {
  border-top: 1px dashed #dbdbdb;
}

.border-top {
  border-top: 1px solid #dbdbdb !important;
}

.border-bottom {
  border-bottom: 1px solid #dbdbdb !important;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt--100 {
  margin-top: -100px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

@media (max-width: 992px) {
  .text-center-xs-sm-md {
    text-align: center !important;
  }
}

/* Large Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner-padding {
    padding: 120px 50px;
  }
}

/* Medium Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section {
    padding: 75px 0;
  }

  .inner-padding {
    padding: 100px 50px !important;
  }

  .mt-30 {
    margin-top: 30.7692307692px !important;
  }

  .mt-40 {
    margin-top: 28.5714285714px !important;
  }

  .mt-50 {
    margin-top: 35.7142857143px !important;
  }

  .mt-60 {
    margin-top: 42.8571428571px !important;
  }

  .mt-70 {
    margin-top: 50px !important;
  }

  .mt-80 {
    margin-top: 57.1428571429px !important;
  }

  .mt-90 {
    margin-top: 64.2857142857px !important;
  }

  .mt-100 {
    margin-top: 71.4285714286px !important;
  }

  .mb-30 {
    margin-bottom: 23.0769230769px !important;
  }

  .mb-40 {
    margin-bottom: 28.5714285714px !important;
  }

  .mb-50 {
    margin-bottom: 35.7142857143px !important;
  }

  .mb-60 {
    margin-bottom: 42.8571428571px !important;
  }

  .mb-70 {
    margin-bottom: 50px !important;
  }

  .mb-80 {
    margin-bottom: 57.1428571429px !important;
  }

  .mb-90 {
    margin-bottom: 64.2857142857px !important;
  }

  .mb-100 {
    margin-bottom: 71.4285714286px !important;
  }

  /* Margin Right */
  .mr-30 {
    margin-right: 23.0769230769px !important;
  }

  .mr-40 {
    margin-right: 28.5714285714px !important;
  }

  .mr-50 {
    margin-right: 35.7142857143px !important;
  }

  /* Margin Left */
  .ml-30 {
    margin-left: 27.2727272727px !important;
  }

  .ml-40 {
    margin-left: 33.3333333333px !important;
  }

  .ml-50 {
    margin-left: 35.7142857143px !important;
  }

  /* padding Top */
  .pt-30 {
    padding-top: 23.0769230769px !important;
  }

  .pt-40 {
    padding-top: 28.5714285714px !important;
  }

  .pt-50 {
    padding-top: 35.7142857143px !important;
  }

  .pt-60 {
    padding-top: 42.8571428571px !important;
  }

  .pt-70 {
    padding-top: 50px !important;
  }

  .pt-80 {
    padding-top: 57.1428571429px !important;
  }

  .pt-90 {
    padding-top: 64.2857142857px !important;
  }

  .pt-100 {
    padding-top: 71.4285714286px !important;
  }

  .pt-110 {
    padding-top: 78.5714285714px !important;
  }

  .pt-120 {
    padding-top: 85.7142857143px !important;
  }

  .pt-130 {
    padding-top: 93.3333333333px !important;
  }

  .pt-140 {
    padding-top: 87.5px !important;
  }

  .pt-150 {
    padding-top: 88.2352941176px !important;
  }

  .pt-160 {
    padding-top: 88.8888888889px !important;
  }

  .pt-170 {
    padding-top: 89.4736842105px !important;
  }

  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 23.0769230769px !important;
  }

  .pb-40 {
    padding-bottom: 28.5714285714px !important;
  }

  .pb-50 {
    padding-bottom: 35.7142857143px !important;
  }

  .pb-60 {
    padding-bottom: 42.8571428571px !important;
  }

  .pb-70 {
    padding-bottom: 50px !important;
  }

  .pb-80 {
    padding-bottom: 57.1428571429px !important;
  }

  .pb-90 {
    padding-bottom: 64.2857142857px !important;
  }

  .pb-100 {
    padding-bottom: 71.4285714286px !important;
  }

  .pb-110 {
    padding-bottom: 78.5714285714px !important;
  }

  .pb-120 {
    padding-bottom: 85.7142857143px !important;
  }

  .pb-130 {
    padding-bottom: 86.6666666667px !important;
  }

  .pb-140 {
    padding-bottom: 87.5px !important;
  }

  .pb-150 {
    padding-bottom: 88.2352941176px !important;
  }

  .pb-160 {
    padding-bottom: 88.8888888889px !important;
  }

  .pb-170 {
    padding-bottom: 89.4736842105px !important;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  section {
    padding: 50px 0;
  }

  .inner-padding {
    padding: 50px 30px !important;
  }

  .text-center-xs-sm {
    text-align: center !important;
  }

  .mt-30 {
    margin-top: 23.0769230769px !important;
  }

  .mt-40 {
    margin-top: 28.5714285714px !important;
  }

  .mt-50 {
    margin-top: 33.3333333333px !important;
  }

  .mt-60 {
    margin-top: 33.3333333333px !important;
  }

  .mt-70 {
    margin-top: 35px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .mt-90 {
    margin-top: 45px !important;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .mb-30 {
    margin-bottom: 23.0769230769px !important;
  }

  .mb-40 {
    margin-bottom: 28.5714285714px !important;
  }

  .mb-50 {
    margin-bottom: 33.3333333333px !important;
  }

  .mb-60 {
    margin-bottom: 33.3333333333px !important;
  }

  .mb-70 {
    margin-bottom: 35px !important;
  }

  .mb-80 {
    margin-bottom: 40px !important;
  }

  .mb-90 {
    margin-bottom: 45px !important;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }

  /* Margin Right */
  .mr-30 {
    margin-right: 25px !important;
  }

  .mr-40 {
    margin-right: 30.7692307692px !important;
  }

  .mr-50 {
    margin-right: 33.3333333333px !important;
  }

  /* Margin Left */
  .ml-30 {
    margin-left: 25px !important;
  }

  .ml-40 {
    margin-left: 30.7692307692px !important;
  }

  .ml-50 {
    margin-left: 33.3333333333px !important;
  }

  /* padding Top */
  .pt-30 {
    padding-top: 23.0769230769px !important;
  }

  .pt-40 {
    padding-top: 28.5714285714px !important;
  }

  .pt-50 {
    padding-top: 33.3333333333px !important;
  }

  .pt-60 {
    padding-top: 33.3333333333px !important;
  }

  .pt-70 {
    padding-top: 35px !important;
  }

  .pt-80 {
    padding-top: 40px !important;
  }

  .pt-90 {
    padding-top: 45px !important;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .pt-110 {
    padding-top: 55px !important;
  }

  .pt-120 {
    padding-top: 60px !important;
  }

  .pt-130 {
    padding-top: 66.6666666667px !important;
  }

  .pt-140 {
    padding-top: 63.6363636364px !important;
  }

  .pt-150 {
    padding-top: 65.2173913043px !important;
  }

  .pt-160 {
    padding-top: 66.6666666667px !important;
  }

  .pt-170 {
    padding-top: 68px !important;
  }

  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 23.0769230769px !important;
  }

  .pb-40 {
    padding-bottom: 28.5714285714px !important;
  }

  .pb-50 {
    padding-bottom: 33.3333333333px !important;
  }

  .pb-60 {
    padding-bottom: 33.3333333333px !important;
  }

  .pb-70 {
    padding-bottom: 35px !important;
  }

  .pb-80 {
    padding-bottom: 40px !important;
  }

  .pb-90 {
    padding-bottom: 45px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }

  .pb-110 {
    padding-bottom: 55px !important;
  }

  .pb-120 {
    padding-bottom: 60px !important;
  }

  .pb-130 {
    padding-bottom: 61.9047619048px !important;
  }

  .pb-140 {
    padding-bottom: 63.6363636364px !important;
  }

  .pb-150 {
    padding-bottom: 65.2173913043px !important;
  }

  .pb-160 {
    padding-bottom: 66.6666666667px !important;
  }

  .pb-170 {
    padding-bottom: 68px !important;
  }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #222222 !important;
}

.color-theme {
  color: #d3a971 !important;
}

.color-heading {
  color: #282828 !important;
}

.color-body {
  color: #9b9b9b !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #282828 !important;
}

.bg-theme {
  background-color: #d3a971 !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.45);
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.6);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-4:before {
  background-color: rgba(27, 26, 26, 0.55);
}

.bg-overlay-gradient:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.03)));
  background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.03));
  background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.03));
  background-image: -ms-linear-gradient(center bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.03));
  background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.03));
  background-image: linear-gradient(center bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.03));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(0,0,0,0.75)", endColorstr="rgba(0,0,0,0.03)", GradientType=1);
}

.bg-parallax {
  background-attachment: fixed;
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 20px;
}

p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
    font-size: 15px;
    color: #d3a971;
    display: block;
    margin-bottom: 8px;
    line-height: 1;
    text-transform: uppercase;
}

.heading__title {
    font-family: 'Poppins';
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;


background-color: #ffffff;
opacity: 1;
background: repeating-linear-gradient( -45deg, #dbff73, #dbff73 2px, #ffffff 2px, #ffffff 10px );
}

.heading__icon {
  margin-bottom: 20px;
}

.heading__desc {
  margin-bottom: 0;
}

.heading__desc+img {
  margin-top: 14px;
}

.heading-layout2 .heading__title {
  font-family: "Yeseva One";
  color: #d3a971;
  font-size: 30px;
  margin-bottom: 20px;
}

.heading-white .heading__subtitle {
  color: #f9f9f9;
}

.heading-white .heading__title {
  color: #ffffff;
}

.heading-white .heading__icon svg {
  fill: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .heading__title {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .heading-layout2 .heading__title {
    font-size: 35px;
  }
}

/*-------------------------
    page title 
-------------------------*/
.header-transparent+.page-title {
  margin-top: -100px;
}

.pagetitle__subheading {
    font-size: 10px;
    color: #f9f9f9;
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.pagetitle__heading {
  font-family: "Yeseva One";
  font-size: 55px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.pagetitle__desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 0;
}

.page-title {
  padding-top: 283px;
  padding-bottom: 30px;
}

.page-title .breadcrumb {
  margin-top: 143px;
  margin-bottom: 0;
}

.page-title .breadcrumb-item a {
  color: #ffffff;
}

.page-title .breadcrumb-item a:hover {
  color: #d3a971;
}

.page-title .breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
  font-family: FontAwesome;
  content: "";
}

.page-title .breadcrumb-item.active {
  color: #d3a971;
}

.page-title-layout2 {
  padding-top: 250px;
  padding-bottom: 85px;
}

.page-title-layout2 .pagetitle__subheading {
  font-family: "Poppins";
  font-size: 12px;
  margin-bottom: 9px;
}

.page-title-layout3 {
  padding-top: 287px;
  padding-bottom: 187px;
}

.page-title-layout4 {
  padding-top: 340px;
  padding-bottom: 85px;
}

.page-title-layout5 {
  padding-top: 385px;
  padding-bottom: 60px;
}

.page-title-layout5 .breadcrumb {
  margin-top: 10px;
}

.page-title-layout6 {
  padding-top: 285px;
  padding-bottom: 160px;
}

.page-title-layout6 .breadcrumb {
  margin-top: 15px;
  margin-bottom: 0;
}

.page-title-layout7 {
  padding-top: 290px;
  padding-bottom: 180px;
}

.page-title-layout8 {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-title-layout8 .pagetitle__heading {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.page-title-layout8 .breadcrumb-item a,
.page-title-layout8 .breadcrumb-item.active,
.page-title-layout8 .breadcrumb-item+.breadcrumb-item::before {
  color: #9b9b9b;
}

.page-title-layout8 .breadcrumb {
  margin-top: 0;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-title-layout7 {
    padding-top: 190px;
    padding-bottom: 180px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pagetitle__desc {
    font-size: 13px;
    font-weight: 400;
  }

  .pagetitle__subheading {
    font-size: 30px;
    margin-bottom: 0;
  }

  .pagetitle__heading {
    font-size: 32px;
  }

  .page-title .breadcrumb {
    margin-top: 20px;
  }

  .page-title-layout7 {
    padding-bottom: 100px;
  }

  .page-title-layout8 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  .page-title-layout8 .breadcrumb {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

/*-----------------------
    Buttons
----------------------*/
.btn {
  font-family: "Poppins";
  text-transform: capitalize;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  min-width: 170px;
  height: 50px;
  line-height: 48px;
  border-radius: 1px;
  text-align: center;
  padding: 0 10px;
  letter-spacing: 1.3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn.active,
.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn__block {
  width: 100%;
}

.btn__lg {
  min-width: 210px;
}

.btn__primary {
  background-color: #d3a971;
  color: #ffffff;
  border: 2px solid #d3a971;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

.btn__primary:active,
.btn__primary:focus,
.btn__primary:hover {
  background-color: #282828;
  color: #ffffff;
  border-color: #282828;
}

.btn__primary.btn__hover2:active,
.btn__primary.btn__hover2:focus,
.btn__primary.btn__hover2:hover {
  background-color: #ffffff;
  color: #d3a971;
  border-color: #ffffff;
}

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
  background-color: transparent;
  color: #d3a971;
}

.btn__secondary {
  background-color: #222222;
  color: #ffffff;
  border: 2px solid #222222;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

.btn__secondary:active,
.btn__secondary:focus,
.btn__secondary:hover {
  background-color: #d3a971;
  color: #ffffff;
  border-color: #d3a971;
}

.btn__secondary.btn__hover2:active,
.btn__secondary.btn__hover2:focus,
.btn__secondary.btn__hover2:hover {
  background-color: #ffffff;
  color: #222222;
  border-color: #ffffff;
}

.btn__white {
  background-color: #ffffff;
  color: #282828;
  border: 2px solid #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

.btn__white:active,
.btn__white:focus,
.btn__white:hover {
  background-color: #d3a971;
  color: #ffffff;
  border-color: #d3a971;
}

.btn__white.btn__hover2:active,
.btn__white.btn__hover2:focus,
.btn__white.btn__hover2:hover {
  background-color: #282828;
  color: #ffffff;
  border-color: #282828;
}

.btn__rounded {
  border-radius: 50px;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0 0 5px 0;
  border: none;
  box-shadow: none !important;
}

.btn__link:after,
.btn__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}

.btn__link:before {
  width: 0;
  z-index: 2;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.btn__link:hover:before {
  width: 100%;
}

.btn__link.btn__primary {
  color: #d3a971;
}

.btn__link.btn__primary:after {
  background-color: #d3a971;
}

.btn__link.btn__primary:active,
.btn__link.btn__primary:focus,
.btn__link.btn__primary:hover {
  color: #222222;
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__primary:active:before,
.btn__link.btn__primary:focus:before,
.btn__link.btn__primary:hover:before {
  background-color: #222222;
}

.btn__link.btn__primary.btn__hover2:active,
.btn__link.btn__primary.btn__hover2:focus,
.btn__link.btn__primary.btn__hover2:hover {
  color: #ffffff;
}

.btn__link.btn__primary.btn__hover2:active:before,
.btn__link.btn__primary.btn__hover2:focus:before,
.btn__link.btn__primary.btn__hover2:hover:before {
  background-color: #ffffff;
}

.btn__link.btn__secondary {
  color: #222222;
}

.btn__link.btn__secondary:after {
  background-color: #222222;
}

.btn__link.btn__secondary:active,
.btn__link.btn__secondary:focus,
.btn__link.btn__secondary:hover {
  color: #d3a971;
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__secondary:active:before,
.btn__link.btn__secondary:focus:before,
.btn__link.btn__secondary:hover:before {
  background-color: #d3a971;
}

.btn__bordered {
  background-color: transparent;
}

.btn__bordered.btn__primary {
  color: #d3a971;
  border-color: #d3a971;
}

.btn__bordered.btn__primary:active,
.btn__bordered.btn__primary:focus,
.btn__bordered.btn__primary:hover {
  color: #ffffff;
  background-color: #d3a971;
  border-color: #d3a971;
}

.btn__bordered.btn__secondary {
  color: #222222;
  border-color: #222222;
}

.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:focus,
.btn__bordered.btn__secondary:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

.btn__bordered.btn__white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn__bordered.btn__white:active,
.btn__bordered.btn__white:focus,
.btn__bordered.btn__white:hover {
  color: #d3a971;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn__white.btn__secondary {
  color: #222222;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn__white.btn__secondary:active,
.btn__white.btn__secondary:focus,
.btn__white.btn__secondary:hover {
  color: #ffffff;
  background-color: #d3a971;
  border-color: #d3a971;
}

.btn i {
  margin-right: 9px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .btn {
    font-size: 12px;
    min-width: 100px;
    height: 40px;
    line-height: 38px;
    letter-spacing: 1px;
  }
}

/*----------------------
        Forms
----------------------*/
.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  height: 50px;
  background-color: #f6f6f6;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
  color: #9b9b9b;
}

.form-control:focus {
  background-color: #f6f6f6;
  border-color: #d3a971;
}

.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}

.form-control:-moz-placeholder {
  color: #9b9b9b;
}

.form-control::-moz-placeholder {
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  color: #9b9b9b;
}

textarea.form-control {
  min-height: 122px;
  line-height: 1.5;
  padding-top: 10px;
}

.form-control.nice-select {
  margin-bottom: 30px;
}

.nice-select .list {
  width: 100%;
  max-height: 50vh;
  overflow-y: auto;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .form-control {
    height: 40px;
  }
}

/*--------------------
    Tabs
--------------------*/
.nav-tabs .nav__link {
  display: block;
  padding-bottom: 3px;
  margin-right: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.nav-tabs .nav__link:last-of-type {
  margin-right: 0;
}

.nav-tabs .nav__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #d3a971;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
  color: #d3a971;
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
  width: 100%;
}

.tab-content {
  padding-top: 35px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .nav-tabs .nav__link {
    margin-right: 15px;
  }
}

/*------------------- 
    Icons
------------------*/
.social__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.social__icons li {
  margin-right: 20px;
}

.social__icons li:last-of-type {
  margin-right: 0;
}

.social__icons li a {
  display: block;
  line-height: 1;
  font-size: 15px;
  color: #282828;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.social__icons li a:hover {
  color: #d3a971;
}

.social__icons-white li a {
  color: #ffffff;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item {
  line-height: 1;
}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  color: #9b9b9b;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination li a i {
  font-weight: 700;
}

.pagination li a:hover,
.pagination li a.current {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  background-color: #d3a971;
  border-color: #d3a971;
  color: #ffffff;
}

/* Mobile Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .pagination li a {
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

/*-------------------
    Lists
-------------------*/
.list-items li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  margin-bottom: 7px;
}

.list-items li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d3a971;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-items.list-items-right li {
  text-align: right;
  padding-left: 0;
  padding-right: 20px;
}

.list-items.list-items-right li:before {
  right: 0;
  left: auto;
}

/*-----------------------
    Alerts
-----------------------*/
.alert-panel {
  position: relative;
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 40px;
}

.alert-panel:after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  height: 2px;
  width: calc(100% - 60px);
  background-color: #d3a971;
}

.alert__title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

.alert__desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

/*----------------------------
       Header & Navbar 
-----------------------------*/
.header {
  position: relative;
  z-index: 1010;
}

/* Navbar */
.navbar {
  padding: 0;
  height: 100px;
  max-height: 100px;
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
  /*  dropdown-menu  */
}

.navbar>.container,
.navbar>.container-fluid {
  position: relative;
  height: 100px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px;
}

.navbar .logo-light {
  display: none;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before,
.navbar .navbar-toggler .menu-lines:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 2px;
  display: inline-block;
  background-color: #222222;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
  top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 2px;
  background-color: #222222;
}

.navbar .navbar-toggler.actived .menu-lines>span {
  opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .nav__item {
  position: relative;
  margin-right: 32px;
}

.navbar .nav__item:last-child {
  margin-right: 0;
}

.navbar .nav__item .nav__item-link {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  position: relative;
  color: #222222;
  line-height: 100px;
  letter-spacing: 0.6px;
}

.navbar .nav__item .nav__item-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: auto;
  display: block;
  background-color: #d3a971;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navbar .nav__item .nav__item-link.active,
.navbar .nav__item .nav__item-link:hover {
  color: #d3a971;
}

.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
  width: 100%;
}

.navbar .dropdown-toggle:after {
  content: "";
  font-family: fontAwesome;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #161616;
}

.navbar .dropdown-menu .nav__item {
  padding: 0 40px;
  margin-right: 0;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
  color: #9b9b9b;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 40px;
  white-space: nowrap;
  border-bottom: 1px solid #494b4f;
}

.navbar .dropdown-menu .nav__item .nav__item-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  margin: 0;
  display: block !important;
  background-color: #d3a971;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  color: #d3a971;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover:before {
  width: 100%;
}

.navbar .dropdown-menu .nav__item:last-child>.nav__item-link {
  border-bottom: none;
}

.navbar .dropdown-menu .nav__item:last-child>.nav__item-link:before {
  display: none !important;
}

.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}

/* navbar-transparent */
.header-transparent .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}

.header-transparent .navbar .navbar-toggler .menu-lines:before,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
  background-color: #ffffff;
}

.header-transparent .logo-light {
  display: inline-block;
}

.header-transparent .logo-dark {
  display: none;
}

.header-transparent .navbar__action-btn,
.header-transparent .nav__item .nav__item-link {
  color: #ffffff;
}

.header-transparent .navbar__action-btn-reserve {
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
}

.header-transparent .navbar__action-btn-reserve:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #282828;
}

.header-transparent .social__icons li a {
  color: #ffffff;
}

.header-transparent .navbar.fixed-navbar>.nav__item>.nav__item-link:before {
  background-color: #222222;
}

.header-layout2 .navbar__action-btn-reserve {
  border: 2px solid #222222;
  color: #222222;
}

.header-layout2 .navbar__action-btn-reserve:hover {
  background-color: #222222;
  color: #ffffff;
}

/* fixed-navbar */
.fixed-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100px;
  max-height: 100px;
  z-index: 1040;
  border-bottom: 0 !important;
  background-color: #ffffff !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  -webkit-animation: translateHeader 0.8s;
  -moz-animation: translateHeader 0.8s;
  -ms-animation: translateHeader 0.8s;
  -o-animation: translateHeader 0.8s;
  animation: translateHeader 0.8s;
}

.fixed-navbar .nav__item .nav__item-link {
  color: #222222;
}

.fixed-navbar .logo-light {
  display: none;
}

.fixed-navbar .logo-dark {
  display: inline-block;
}

.fixed-navbar .navbar__action-btn,
.fixed-navbar .social__icons-white li a,
.fixed-navbar .social__icons li a {
  color: #222222;
}

.fixed-navbar .navbar__action-btn-reserve {
  border: 2px solid #222222;
  color: #222222;
}

.fixed-navbar .navbar__action-btn-reserve:hover {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}

/* Header Animation */
@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* navbar-actions */
.navbar__action-btn {
  position: relative;
  margin-left: 30px;
  color: #222222;
}

.navbar__action-btn:hover {
  color: #d3a971;
}

.navbar__action-btn-reserve {
  font-weight: 700;
  min-width: 124px;
  height: 37px;
  line-height: 35px;
  color: #ffffff;
}

.navbar__action-btn-reserve:hover {
  color: #ffffff;
}

.cart__label {
  position: absolute;
  top: -7px;
  right: -9px;
  width: 16px;
  height: 16px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  background-color: #d3a971;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  font-family: "Poppins";
}

/* module-search  */
.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(27, 26, 26, 0.95);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.search-popup .module__search-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 750px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}

.search-popup .module__search-btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #ffffff;
}

.search-popup .module__search-btn:hover {
  color: #d3a971;
}

.search-popup .search__input {
  z-index: 1;
  height: 80px;
  padding-left: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d3a971;
  width: 100%;
  color: #ffffff;
  font-size: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-popup .search__input::-webkit-input-placeholder {
  color: #ffffff;
}

.search-popup .search__input:-moz-placeholder {
  color: #ffffff;
}

.search-popup .search__input::-moz-placeholder {
  color: #ffffff;
}

.search-popup .search__input:-ms-input-placeholder {
  color: #ffffff;
}

.search-popup .search__input::placeholder {
  color: #ffffff;
}

.search-popup.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.search-popup.inActive {
  opacity: 0;
  transition-delay: 0.5s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.search-popup.active .module__search-form {
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  -o-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.search-popup.inActive .module__search-form {
  transition-delay: 0ms;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}

/* Module Cart */
.cart-popup {
  background-color: #161616;
  width: 310px;
  padding: 40px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1055;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.cart-popup .cart-item {
  position: relative;
  display: flex;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cart-popup .cart-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.cart-popup .cart-item .cart__item-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 2px;
  margin-right: 15px;
}

.cart-popup .cart-item .cart__item-content {
  flex: 1;
  padding-right: 22px;
}

.cart-popup .cart-item .cart__item-title {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}

.cart-popup .cart-item .cart__item-detail {
  color: #d3a971;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.cart-popup .cart-item .cart__item-detail span:first-child {
  padding-right: 4px;
}

.cart-popup .cart-item .cart__item-delete {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #d3a971;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.cart-popup .cart-item .cart__item-delete:hover {
  background-color: #ffffff;
  color: #d3a971;
}

.cart-popup .cart-subtotal {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #494b4f;
  border-bottom: 2px solid #494b4f;
  padding: 18px 0;
  margin-bottom: 20px;
}

.cart-popup .cart-subtotal span {
  font-family: "Poppins";
  line-height: 1;
  font-weight: 700;
}

.cart-popup .cart-action .btn {
  min-width: 105px;
  height: 42px;
  line-height: 40px;
}

.cart-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* hamburger menu */
.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  width: 370px;
  height: 100%;
  padding: 100px 40px 40px;
  transition-delay: 0.6s;
  background-color: #161616;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
}

.hamburger-menu.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.hamburger-menu .close__hamburger-menu {
  position: absolute;
  top: 50px;
  right: 50px;
  line-height: 1;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
}

.hamburger-menu .close__hamburger-menu:hover {
  color: #d3a971;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .search-popup .module__search-form {
    max-width: 90%;
  }

  .search-popup .search__input {
    font-size: 20px;
  }
}

/* Mobile and Tablets */
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }

  .navbar .collapse:not(.show) {
    display: block;
  }

  .navbar .navbar-nav {
    margin: 0 !important;
  }

  .navbar .nav__item {
    margin-right: 0;
  }

  .navbar .nav__item .nav__item-link {
    color: #ffffff;
    line-height: 35px;
    padding-left: 15px;
  }

  .navbar .nav__item .nav__item-link:hover {
    color: #d3a971;
  }

  .navbar .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .navbar-collapse {
    background-color: #161616;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }

  .navbar .navbar-collapse .navbar-actions {
    padding: 0 15px;
  }

  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar .dropdown-toggle:after {
    right: 15px;
    content: "L";
    font-family: ElegantIcons;
  }

  .navbar .nav__item.opened>.dropdown-toggle:after,
  .navbar .nav__item.show>.dropdown-toggle:after {
    content: "K";
  }

  .navbar .dropdown-menu {
    background-color: #161616;
  }

  .navbar .dropdown-menu .nav__item {
    padding: 0 25px;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link:hover:before {
    display: none !important;
  }

  .navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
    padding-left: 10px;
  }

  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
  }

  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }

  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }

  .navbar .mega-dropdown-menu>.nav__item {
    padding: 0 10px;
  }

  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .fixed-navbar {
    position: static;
    animation: none;
  }

  .navbar-actions-wrap {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .navbar__action-btn-reserve {
    display: none;
  }

  .header-transparent+.page-title {
    margin-top: 0;
  }

  .header .navbar,
  .header-transparent .navbar {
    background-color: #ffffff;
  }

  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
  }

  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }

  .header .navbar__action-btn,
  .header .social__icons li a,
  .header-transparent .navbar__action-btn,
  .header-transparent .social__icons li a {
    color: #222222;
  }

  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #222222;
  }

  .header .navbar-expand-lg>.container,
  .header .navbar-expand-lg>.container-fluid,
  .header-transparent .navbar-expand-lg>.container,
  .header-transparent .navbar-expand-lg>.container-fluid {
    width: 100%;
    max-width: none;
  }

  .header .navbar,
  .header .navbar>.container,
  .header .navbar>.container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar>.container,
  .header-transparent .navbar>.container-fluid {
    height: 80px;
  }

  .header .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px;
  }

  .header-layout3 .navbar>.container {
    flex-direction: row;
  }

  .header-layout3 .navbar>.container .navbar-brand img {
    max-height: 60px;
  }

  .cart-popup {
    right: 15px;
  }
}

/* Medium and large Screens */
@media only screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    padding: 25px 0 23px;
  }

  .navbar .dropdown-menu.mega-dropdown-menu {
    padding: 20px;
  }

  .navbar .nav__item.with-dropdown>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu>.mega-menu,
  .navbar .nav__item.with-dropdown>.mega-menu,
  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
  }

  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.with-dropdown>.dropdown-menu {
    top: 0;
    left: 100%;
  }

  .navbar .nav__item.with-dropdown:hover>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu:hover>.mega-menu,
  .navbar .nav__item.with-dropdown:hover>.mega-menu,
  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  .navbar .nav__item.with-dropdown.mega-dropdown {
    position: static;
  }

  .navbar .nav__item.with-dropdown .mega-dropdown-menu {
    width: 100%;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    opacity: 0;
    color: #d3a971;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px;
  }

  .navbar-nav>.nav__item>.dropdown-toggle:after {
    display: none;
  }

  .header-layout3 .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-layout3 .navbar .navbar-nav>.nav__item:nth-of-type(4) {
    position: absolute;
    left: 70%;
  }

  .header-layout3 .navbar .navbar-nav>.nav__item:nth-of-type(5) {
    position: absolute;
    left: calc(70% + 80px);
  }

  .header-layout3 .navbar .navbar-nav>.nav__item:nth-of-type(6) {
    position: absolute;
    left: calc(70% + 140px);
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .dropdown-menu.mega-dropdown-menu>.nav__item {
    padding: 0 15px;
  }

  .dropdown-menu.mega-dropdown-menu .nav__item:last-child>.nav__item-link {
    border-bottom: 1px solid #f2f2f2;
  }

  .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child>.nav__item-link {
    border-bottom: 0;
  }
}

/*----------------------
    Accordions
------------------------*/
.accordion-item {
  border: 1px solid #d3a971;
  background-color: #ffffff;
  padding: 25px 30px;
  margin-bottom: 27px;
}

.accordion-item .accordion__item-title {
  color: #282828;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 25px;
}

.accordion-item .accordion__item-title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-family: "Fontawesome";
  background-color: #d3a971;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.accordion-item.opened .accordion__item-title {
  color: #d3a971;
}

.accordion-item.opened .accordion__item-title:after {
  background-color: #d3a971;
  color: #ffffff;
  content: "";
}

.accordion-item .accordion__item-body {
  padding-top: 25px;
}

.accordion-item .accordion__item-body p {
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .accordion-item {
    padding: 15px 20px;
  }
}

/*-----------------------
    Banners
------------------------*/
.header-transparent+.hero-banner {
  margin-top: -100px;
}

.hero-banner {
  height: 100vh;
}

.hero-banner .hero__banner-inner {
  height: 100vh;
}

.hero-banner .hero__banner-img {
  margin-top: 150px;
  text-align: center;
}

.hero-banner .hero__banner-categories {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.hero-banner .hero__banner-categories .cat__item {
  text-align: center;
  margin-right: 55px;
}

.hero-banner .hero__banner-categories .cat__item:last-child {
  margin-right: 0;
}

.hero-banner .hero__banner-categories .cat__item img {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.hero-banner .hero__banner-categories .cat__item .cat__item-title {
  display: block;
  font-size: 13px;
  color: #ffffff;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.hero-banner .hero__banner-categories .cat__item:hover img,
.hero-banner .hero__banner-categories .cat__item:hover .cat__item-title {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hero-banner .divider-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  fill: #ffffff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.text-banner {
  padding-top: 235px;
  padding-bottom: 235px;
}

.text-banner .banner__subtitle {
  display: block;
  font-family: "Kristi";
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 10px;
}

.text-banner .banner__title {
  font-family: "Yeseva One";
  color: #ffffff;
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 0;
}

.text-banner-layout2 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.text-banner-layout2 .divider-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../images/shapes/shape3.png) repeat-x;
}

.text-banner-layout3 .divider-shape {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 17px;
  background: url(../images/shapes/shape2.png) repeat-x;
}

.text-banner-layout3 .divider-shape-top {
  top: 0;
}

.text-banner-layout3 .divider-shape-bottom {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-banner {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .text-banner .banner__subtitle {
    font-size: 25px;
    margin-bottom: 0;
  }

  .text-banner .banner__title {
    font-size: 45px;
  }

  .text-banner-layout2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-banner-layout3 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero-banner .hero__banner-img {
    margin: 150px auto 0;
    max-width: 270px;
  }

  .text-banner {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-banner .banner__subtitle {
    font-size: 25px;
    margin-bottom: 0;
  }

  .text-banner .banner__title {
    font-size: 35px;
  }

  .text-banner-layout2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-banner-layout3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*-------------------------
    Footer
--------------------------*/
.footer .contact-box .contact__box-title {
  color: #ffffff;
}

.footer .footer__newsletter-form .form-group {
  max-width: 260px;
  margin: 0 auto 30px;
}

.footer .footer__newsletter-form .form-group:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 2px;
  bottom: 0;
  left: 2px;
  height: calc(100% + 4px);
  display: block;
  border-radius: 2px;
  border: 1px solid #d3a971;
}

.footer .footer__newsletter-form .form-group .form-control {
  background-color: transparent;
  border: 1px solid #d3a971;
  color: #ffffff;
  border-radius: 2px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
}

.footer .footer__newsletter-form .form-group .form-control::-webkit-input-placeholder {
  color: #474747;
  font-size: 12px;
}

.footer .footer__newsletter-form .form-group .form-control:-moz-placeholder {
  color: #474747;
  font-size: 12px;
}

.footer .footer__newsletter-form .form-group .form-control::-moz-placeholder {
  color: #474747;
  font-size: 12px;
}

.footer .footer__newsletter-form .form-group .form-control:-ms-input-placeholder {
  color: #474747;
  font-size: 12px;
}

.footer .footer__newsletter-form .form-group .form__submit {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #d3a971;
}

.footer .footer-top {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer .footer-bottom {
  position: relative;
  background-color: #1b1b1b;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer .footer-bottom:after {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  background-image: url(../images/shapes/shape1.png);
  width: 28px;
  height: 38px;
}

.footer .footer__links li {
  margin-right: 30px;
}

.footer .footer__links li:last-child {
  margin-right: 0;
}

.footer .footer__links li a {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.footer .footer__links li a:hover {
  color: #d3a971;
}

.footer .footer__copyright span,
.footer .footer__copyright a {
  font-size: 13px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer .contact-box {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .footer .contact-box .contact__box-title,
  .footer .contact-box .contact__box-list {
    margin-bottom: 10px;
  }

  .footer .footer-top {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .footer .footer-top .row>[class*=col-]:nth-of-type(1) {
    order: 2;
  }

  .footer .footer-top .row>[class*=col-]:nth-of-type(2) {
    order: 1;
  }

  .footer .footer-top .row>[class*=col-]:nth-of-type(3) {
    order: 3;
  }

  .footer .footer__links li {
    margin-right: 10px;
  }

  .footer .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* Scroll Top Button */
#scrollTopBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 20px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #d3a971;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

#scrollTopBtn:hover {
  background-color: #282828;
}

#scrollTopBtn.actived {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*----------------------
    Carousel
-----------------------*/
[data-nav=false] .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.carousel-dots .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.carousel-dots .owl-dots .owl-dot {
  margin: 3px;
}

.carousel-dots .owl-dots .owl-dot span {
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #9b9b9b;
  border: 2px solid #9b9b9b;
  margin: 0;
  display: inline-block;
}

.carousel-dots .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: #d3a971;
}

.carousel-dots .owl-dots .owl-dot.active span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d3a971;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel-dots-light .owl-dots .owl-dot span {
  background-color: #ffffff;
  border-color: #ffffff;
  opacity: 0.8;
}

.carousel-arrows .owl-nav .owl-prev,
.carousel-arrows .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #999999;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(-50%);
}

.carousel-arrows .owl-nav .owl-prev:hover,
.carousel-arrows .owl-nav .owl-next:hover {
  color: #d3a971;
  background-color: transparent;
}

.carousel-arrows .owl-nav .owl-prev:after,
.carousel-arrows .owl-nav .owl-next:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #d3a971;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.7s ease;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
}

.carousel-arrows .owl-nav .owl-prev:hover:after,
.carousel-arrows .owl-nav .owl-next:hover:after {
  opacity: 1;
}

.carousel-arrows .owl-nav .owl-prev {
  left: 0;
}

.carousel-arrows .owl-nav .owl-prev:before {
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
}

.carousel-arrows .owl-nav .owl-next {
  right: 0;
}

.carousel-arrows .owl-nav .owl-next:before {
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
}

.carousel-arrows .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  line-height: 1;
}

/*------------------------
    Slider 
--------------------------*/
.header-transparent+.slider {
  margin-top: -100px;
}

.header-transparent+.slider .slide__content {
  padding-top: 100px;
}

.slider {
  padding: 0;
}

.slider .slide-item {
  height: 100vh;
}

.slider .slide__subtitle {
  font-family: "Kristi";
  font-size: 40px;
  color: #f9f9f9;
  margin-bottom: 10px;
}

.slider .slide__title {
  font-family: "Yeseva One";
  font-size: 85px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}

.slider .slide__desc {
  font-family: "Kristi";
  font-size: 40px;
  color: #f9f9f9;
  margin-bottom: 30px;
}

.slider .carousel-arrows .owl-nav .owl-prev,
.slider .carousel-arrows .owl-nav .owl-next {
  border: 0;
  color: #ffffff;
  border-radius: 50%;
  line-height: 46px;
  opacity: 0;
  transform: scale(0.8);
  transition: border 0.3s linear, opacity 0.5s ease, transform 0.4s ease;
}

.slider:hover .carousel-arrows .owl-nav .owl-prev,
.slider:hover .carousel-arrows .owl-nav .owl-next {
  transform: scale(1);
  opacity: 1;
}

.slider:hover .carousel-arrows .owl-nav .owl-prev:hover,
.slider:hover .carousel-arrows .owl-nav .owl-next:hover {
  border-color: #d3a971;
  color: #d3a971;
}

.slider .carousel-arrows .owl-nav .owl-next:before,
.slider .carousel-arrows .owl-nav .owl-prev:before {
  font-family: icomoon;
  font-size: 50px;
  transition: 0.4s ease;
}

.slider .carousel-arrows .owl-nav .owl-next:before {
  content: "";
}

.slider .carousel-arrows .owl-nav .owl-prev:before {
  content: "";
}

.slider .carousel-arrows .owl-nav .owl-prev {
  left: 30px;
}

.slider .carousel-arrows .owl-nav .owl-next {
  right: 30px;
}

.slider .carousel-arrows .owl-nav .owl-prev:after,
.slider .carousel-arrows .owl-nav .owl-next:after {
  display: none;
}

.slider .carousel-arrows .owl-dots {
  bottom: 30px;
  text-align: center;
}

.slider-layout2 .slide__title {
  margin-bottom: 15px;
}

.slider-layout2 .slide__desc {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .slider .slide__title {
    padding: 0 30px;
  }
}

/* Large Size Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider .slide__title {
    font-size: 70px;
  }

  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider .carousel-arrows .owl-nav .owl-next {
    right: 0;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 0;
  }

  .slider .slide__title {
    font-size: 50px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .header-transparent+.slider {
    margin-top: 0;
  }

  .header-transparent+.slider .slide__content {
    padding-top: 0;
  }

  .slider .slide-item {
    height: calc(100vh - 80px);
  }

  .slider .slide__title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .slider .slide__desc {
    font-size: 27px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev,
  .slider .carousel-arrows .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-next:before,
  .slider .carousel-arrows .owl-nav .owl-prev:before {
    font-size: 30px;
  }
}

/* Mobile Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .slider .slide__subtitle {
    margin-bottom: 10px;
  }

  .slider .slide__title {
    font-size: 27px;
  }

  .slider .btn {
    font-size: 12px;
    font-weight: 600;
    min-width: 100px;
    height: 35px;
    line-height: 33px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev,
  .slider .carousel-arrows .owl-nav .owl-next {
    display: none;
  }
}

/*-----------------------
    Features
------------------------*/
.feature-item {
  position: relative;
  margin-bottom: 30px;
}

.feature-item .feature__img {
  position: relative;
  overflow: hidden;
}

.feature-item .feature__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.feature-item .feature__img img {
  -webkit-transition: transform 1.2s ease;
  -moz-transition: transform 1.2s ease;
  -ms-transition: transform 1.2s ease;
  -o-transition: transform 1.2s ease;
  transition: transform 1.2s ease;
}

.feature-item .feature__img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.feature-item .feature__title {
  font-family: "Kristi";
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 0;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 3;
  width: 100%;
  text-align: center;
}

/*-----------------------
     Fancybox 
------------------------*/
.fancybox-item {
  position: relative;
  margin-bottom: 60px;
}

.fancybox-item .fancybox__icon {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  margin-bottom: 13px;
}

.fancybox-item:hover .fancybox__icon {
  -webkit-animation: slideTopDown 0.8s infinite alternate;
  -moz-animation: slideTopDown 0.8s infinite alternate;
  -ms-animation: slideTopDown 0.8s infinite alternate;
  -o-animation: slideTopDown 0.8s infinite alternate;
  animation: slideTopDown 0.8s infinite alternate;
}

.fancybox-item:hover .fancybox__title {
  color: #d3a971;
}

.fancybox-item .fancybox__title {
  font-family: "Kristi";
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-item .fancybox__desc {
  padding: 0 10px;
  margin-bottom: 0;
}

@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-moz-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-ms-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-o-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* Mobile Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-item .fancybox__desc {
    padding: 0;
  }
}

/*-----------------------
    portfolio
------------------------*/
.portfolio-item {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-item .portfolio__img {
  position: relative;
}

.portfolio-item .portfolio__img img {
  width: 100%;
}

.portfolio-item .portfolio__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.portfolio-item .portfolio__hover>a {
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio-item:hover .portfolio__hover {
  opacity: 1;
}

.portfolio-item .portfolio__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.portfolio-item .portfolio__title a {
  color: #282828;
}

.portfolio-item .portfolio__title a:hover {
  color: #d3a971;
}

.portfolio-gallery-no-margin .portfolio-item {
  margin-bottom: 0;
}

.zoom__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
}

.zoom__icon:before,
.zoom__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.zoom__icon:after {
  width: 20px;
  height: 1px;
}

.portfolio-filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.portfolio-filter li {
  margin-right: 30px;
}

.portfolio-filter li:last-child {
  margin-right: 0;
}

.portfolio-filter li a {
  position: relative;
  font-family: "Poppins";
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.portfolio-filter li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d3a971;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.portfolio-filter li a:hover,
.portfolio-filter li a.active {
  color: #d3a971;
}

.portfolio-filter li a:hover:after,
.portfolio-filter li a.active:after {
  width: 100%;
}

/* Mobile Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .portfolio-filter li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

/*--------------------
     Team
---------------------*/
.member {
  position: relative;
  margin-bottom: 40px;
}

.member .member__img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.member .member__img img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.member:hover .member__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.member .member__info {
  padding-top: 27px;
}

.member .member__info .member__name {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 3px;
}

.member .member__info .member__desc {
  font-size: 12px;
  margin-bottom: 0;
}

.member .member__info .membrt__bio {
  padding: 0 20px;
  margin-bottom: 0;
}

.member .divider__img {
  margin-top: 10px;
  margin-bottom: 14px;
}

.member .member__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.member .member__content-inner {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.member .social__icons li {
  margin-right: 10px;
}

.member .social__icons li:last-child {
  margin-right: 0;
}

.member .social__icons li a {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.member .social__icons li a i {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.member .social__icons li a i:hover {
  opacity: 0.7;
}

.member .social__icons li a .fa-facebook {
  background-color: #5d82d1;
}

.member .social__icons li a .fa-twitter {
  background-color: #40bff5;
}

.member .social__icons li a .fa-google-plus {
  background-color: #eb5e4c;
}

.member .social__icons li:nth-of-type(2) a {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.member .social__icons li:nth-of-type(3) a {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.member .social__icons li:nth-of-type(4) a {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.member:hover .member__hover {
  opacity: 1;
}

.member:hover .member__content-inner {
  bottom: 50px;
  opacity: 1;
}

.member:hover .social__icons li a {
  opacity: 1;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .member {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .member .member__info {
    padding-top: 15px;
  }

  .member .member__info .member__name {
    font-size: 16px;
    margin-bottom: 0;
  }

  .member .member__info .membrt__bio {
    font-size: 12px;
    padding: 0;
  }
}

/*----------------------------
     Testimonial
------------------------------*/
.testimonial-item {
  position: relative;
  background-color: #ffffff;
  padding: 50px 30px 43px;
  border-radius: 3px;
  text-align: center;
}

.testimonial-item:before,
.testimonial-item:after {
  content: "";
  position: absolute;
  border-radius: 2px;
  border: 1px solid #d3a971;
  display: block;
}

.testimonial-item:before {
  right: 20px;
  bottom: 20px;
  left: 20px;
  height: calc(100% - 40px);
}

.testimonial-item:after {
  right: 22px;
  top: 18px;
  left: 22px;
  height: calc(100% - 36px);
}

.testimonial-item .testimonial__rating {
  line-height: 1;
  margin-bottom: 21px;
}

.testimonial-item .testimonial__rating i {
  color: #ffc80a;
}

.testimonial-item .testimonial__content {
  position: relative;
}

.testimonial-item .testimonial__desc {
  margin-bottom: 17px;
}

.testimonial__meta {
  position: relative;
  z-index: 2;
}

.testimonial__meta .testimonial__meta-title {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.testimonial__meta .testimonial__meta-desc {
  font-family: "Kristi";
  font-size: 28px;
  margin-bottom: 0;
}

.testimonial__thumb {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #d3a971;
  padding: 2px;
  margin-bottom: 26px;
}

.testimonial__thumb:after {
  content: "";
  position: absolute;
  top: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border: 8px solid #d3a971;
  border-bottom-color: transparent;
}

.testimonial__thumb img {
  max-width: 100%;
  border-radius: 50%;
}

.testimonials .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.testimonials-layout2 .testimonial-item {
  background-color: transparent;
  padding: 0 30px;
}

.testimonials-layout2 .testimonial-item:before,
.testimonials-layout2 .testimonial-item:after {
  display: none;
}

.testimonials-layout2 .testimonial-item .testimonial__desc {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}

.testimonials-layout2 .testimonial-item .testimonial__meta-title {
  color: #ffffff;
}

.testimonials-layout2 .testimonial__thumb {
  width: 70px;
  height: 70px;
}

.testimonials-layout2 .testimonial__thumb:after {
  top: 68px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial-item {
    padding: 20px 20px 24px 15px;
  }

  .testimonial-item .testimonial__thumb,
  .testimonial-item .testimonial__rating {
    margin-bottom: 15px;
  }

  .testimonials-layout2 .testimonial-item {
    padding: 0;
  }

  .testimonials-layout2 .testimonial-item .testimonial__desc {
    font-size: 18px;
    line-height: 24px;
  }
}

/*-------------------------
    Call To Action
---------------------------*/
.cta__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 11px;
}

.cta__desc {
  margin-bottom: 0;
}

.cta__actions {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}

.cta__actions .btn {
  margin-left: 30px;
}

.cta__actions-text p {
  font-size: 12px;
}

.cta__actions-text span {
  font-family: "Kristi";
  font-size: 40px;
  line-height: 1;
}

.cta-layout2 .cta__subtitle {
  font-family: "Kristi";
  font-size: 40px;
  color: #ffffff;
}

.cta-layout2 .cta__title {
  font-family: "Yeseva One";
  font-size: 85px;
  font-weight: 400;
  color: #ffffff;
}

.cta-layout2 .cta__desc {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 32px;
}

.cta-layout3 {
  padding-top: 230px;
  padding-bottom: 220px;
}

.cta-layout3 .cta__title {
  font-size: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-layout2 .cta__title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-layout2 .cta__title {
    font-size: 50px;
  }

  .cta-layout3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-layout3 .cta__title {
    font-size: 45px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta-layout1 {
    text-align: center;
  }

  .cta-layout1 .cta__actions {
    display: block;
    text-align: center;
  }

  .cta-layout1 .cta__actions .btn {
    margin: 10px 0 0 0;
  }

  .cta-layout1 .cta__desc {
    margin-bottom: 10px;
  }

  .cta-layout2 .cta__subtitle {
    font-size: 30px;
  }

  .cta-layout2 .cta__title {
    font-size: 35px;
    margin-bottom: 0;
  }

  .cta-layout2 .cta__desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .cta-layout3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-layout3 .cta__title {
    font-size: 32px;
  }
}

/*----------------------- 
    Clients
-----------------------*/
.client {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.client img {
  display: inline-block;
  width: auto !important;
  max-width: 100%;
}

/*--------------------
     Blog
-------------------*/
.post-item {
  position: relative;
  margin-bottom: 40px;
}

.post-item .post__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.post-item .post__img:before,
.post-item .post__img:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  background: #ffffff;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.post-item .post__img:after {
  opacity: 0.5;
}

.post-item .post__img:before,
.post-item .post__img:hover:before {
  right: 0;
  top: 0;
}

.post-item .post__img:after,
.post-item .post__img:hover:after {
  left: 0;
  bottom: 0;
}

.post-item .post__img:hover:before,
.post-item .post__img:hover:after {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.post-item .post__content {
  padding-left: 30px;
  padding-right: 15px;
}

.post-item .post__meta>* {
  margin-bottom: 11px;
}

.post-item .post__meta .post__meta-cat,
.post-item .post__meta .post__meta-tag {
  display: inline-flex;
}

.post-item .post__meta .post__meta-cat a,
.post-item .post__meta .post__meta-cat span,
.post-item .post__meta .post__meta-tag a,
.post-item .post__meta .post__meta-tag span {
  background-color: #d3a971;
  color: #ffffff;
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 3px;
  margin-right: 4px;
}

.post-item .post__meta .post__meta-cat a:last-child,
.post-item .post__meta .post__meta-cat span:last-child,
.post-item .post__meta .post__meta-tag a:last-child,
.post-item .post__meta .post__meta-tag span:last-child {
  margin-right: 0;
}

.post-item .post__meta .post__meta-cat a:hover,
.post-item .post__meta .post__meta-cat span:hover,
.post-item .post__meta .post__meta-tag a:hover,
.post-item .post__meta .post__meta-tag span:hover {
  background-color: #282828;
}

.post-item .post__meta .post__meta-cat span,
.post-item .post__meta .post__meta-tag span {
  transition: 0.3s linear;
}

.post-item .post__meta-date,
.post-item .post__meta-comments-count {
  font-size: 12px;
}

.post-item .post__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 11px;
}

.post-item .post__title a {
  color: #282828;
}

.post-item .post__title a:hover {
  color: #d3a971;
}

.post-item .post__desc {
  margin-top: 14px;
  margin-bottom: 0;
}

.post-item .btn__link {
  margin-top: 23px;
}

/* Blog Standard */
.blog-standard .post-item .post__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.blog-standard .post-item .post__content {
  padding-left: 40px;
}

.blog-standard .post-item .post__meta {
  display: flex;
  align-items: center;
}

.blog-standard .post-item .post__meta>* {
  margin-right: 20px;
}

/* Blog Single */
.blog-single .post-item .post__content {
  padding-left: 0;
}

.blog-single .post-item .post__desc {
  margin-bottom: 38px;
}

.blog-single .post-item .post__desc p {
  padding-left: 40px;
  line-height: 23px;
  margin-bottom: 30px;
}

.blog-widget {
  padding: 40px;
}

.blog__widget-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.post-share {
  display: flex;
  align-items: center;
}

.post-share .post__share-title {
  font-size: 14px;
  margin-right: 25px;
  line-height: 1;
  margin-bottom: 0;
}

.post-share .social__icons li a {
  font-size: 14px;
}

.post-author {
  display: flex;
  background-color: #f6f6f6;
}

.post-author .post__author-avatar {
  width: 90px;
  height: 90px;
  min-width: 90px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.post-author .post__author-avatar img {
  border-radius: 3px;
}

.post-author .post__author-bio {
  line-height: 23px;
  margin-bottom: 13px;
}

.post-author .social__icons li a {
  font-size: 15px;
  margin-right: 27px;
  color: #5d5d5d;
}

.post-author .social__icons li a:hover {
  color: #222222;
}

.post-author .social__icons li a:last-child {
  margin-right: 0;
}

.post-comments,
.post-comments-form {
  position: relative;
  border: 1px solid #d3a971;
}

.post-comments:before,
.post-comments-form:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 2px;
  bottom: 0;
  left: 2px;
  height: calc(100% + 8px);
  display: block;
  border-radius: 2px;
  border: 1px solid #d3a971;
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.comments-list .comment__item .comment__content {
  padding-left: 70px;
}

.comments-list .comment__item .comment__content .comment__author {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__date {
  color: #616161;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
  font-size: 14px;
  margin-bottom: 8px;
}

.comments-list .comment__item .comment__content .comment__reply {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #d3a971;
  display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #282828;
}

.comments-list .comment__item .nested__comment {
  border-top: 1px dashed #dbdbdb;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px;
}

.post-comments-form .form-group {
  margin-bottom: 30px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .post-item .post__title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .post-item .post__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .post-item .btn__link {
    margin-top: 10px;
  }

  .post-share,
  .post-author {
    padding: 15px;
    margin-left: 0 !important;
  }

  .widget-tags {
    margin-left: 0 !important;
  }

  .post-single .post-item .post__desc p {
    padding-left: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px;
  }

  .comments-list .comment__item .comment__content {
    padding-left: 60px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .blog-standard .post-item .post__meta>* {
    margin-right: 5px;
  }

  .post-author {
    display: block;
  }
}

/*----------------------------
    Contact
----------------------------*/
.contact .btn__link {
  color: #d3a971;
}

.contact .contact-box .contact__box-title {
  font-size: 16px;
}

.contact .contact-box .contact__box-list li {
  font-size: 13px;
  line-height: 23px;
}

.contact .social__icons li {
  margin-right: 10px;
}

.contact .social__icons li:last-of-type {
  margin-right: 0;
}

.contact .social__icons li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: #d3a971;
  color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

.contact .social__icons li a:hover {
  background-color: #282828;
}

.contact-box {
  margin-bottom: 30px;
}

.contact-box .contact__box-title {
  font-size: 14px;
  font-weight: 700;
}

.contact-box .contact__box-list {
  margin-bottom: 25px;
}

.contact-layout2 .contact-box {
  padding: 0 30px;
  margin-top: 50px;
}

.contact-layout2 .contact-box .contact__box-title {
  color: #d3a971;
}

.contact-layout2 .reservation__banner {
  min-height: 380px;
  max-width: 400px;
  margin: -190px auto 0;
}

@media only screen and (max-width: 992px) {
  .contact-layout2 .contact-box {
    margin: 30px 0;
  }

  .contact-layout2 .reservation__banner {
    margin: 0 auto;
  }
}

/* Mobile Phones*/
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .contact-box .contact__box-title {
    margin-bottom: 10px;
  }

  .contact-layout2 .contact-box {
    padding: 0;
  }

  .form-group,
  .form-control.nice-select {
    margin-bottom: 15px;
  }
}

/*------------------------
    Shop
--------------------------*/
.product-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}

.product-item .product__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.product-item .product__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
}

.product-item .product__cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
}

.product-item .product__cat a {
  position: relative;
  font-size: 11px;
  padding-right: 12px;
}

.product-item .product__cat a:hover {
  color: #d3a971;
}

.product-item .product__cat a:after {
  content: "-";
  position: absolute;
  top: 0;
  right: 3px;
  color: #9b9b9b;
}

.product-item .product__cat a:last-child {
  padding-right: 0;
}

.product-item .product__cat a:last-child::after {
  display: none;
}

.product-item .product__action {
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.product-item:hover .product__action {
  bottom: 0;
}

.product__title {
  font-size: 18px;
  margin-bottom: 10px;
}

.product__title a {
  color: #222222;
}

.product__title a:hover {
  color: #d3a971;
}

.product__price {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #d3a971;
}

.related__products-title {
  font-size: 15px;
}

.list-view {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.list-view .product-item {
  display: flex;
  border: 1px solid #eee;
}

.list-view .product-item .product__img {
  position: static;
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 0;
}

.list-view .product-item .product__img:after {
  display: none;
}

.list-view .product-item .product__cat {
  justify-content: flex-start;
}

.list-view .product-item .product__content {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 20px;
  text-align: left;
}

.list-view .product-item .product__hover {
  opacity: 1;
  background-image: none;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.list-view .product-item .product__action {
  left: calc(40% + 20px);
  width: auto;
  bottom: 30px;
}

.list-view .product-item .btn:hover {
  background-color: #282828;
  border-color: #282828;
  color: #ffffff;
}

/* Shop Single */
.product-single .quantity__input-wrap .qty-input {
  width: 60px;
  height: 50px;
  margin: 0;
  color: #9b9b9b;
  font-weight: 600;
  padding-right: 10px;
}

.product-single .quantity__input-wrap i {
  width: auto;
  height: auto;
  line-height: 1;
  border: 5px solid transparent;
  position: absolute;
  right: 10px;
}

.product-single .quantity__input-wrap .increase-qty {
  top: 7px;
  border-bottom-color: #9b9b9b;
}

.product-single .quantity__input-wrap .decrease-qty {
  bottom: 7px;
  border-top-color: #9b9b9b;
}

.product__meta-title {
  font-size: 12px;
  color: #282828;
}

.product__meta-cat a,
.product__meta-tags a {
  position: relative;
  font-size: 12px;
  padding-right: 6px;
}

.product__meta-cat a:after,
.product__meta-tags a:after {
  content: "-";
  position: absolute;
  top: -2px;
  right: -2px;
  color: #9b9b9b;
}

.product__meta-cat a:last-child,
.product__meta-tags a:last-child {
  padding-right: 0;
}

.product__meta-cat a:last-child:after,
.product__meta-tags a:last-child:after {
  display: none;
}

.product__share-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.quantity__input-wrap {
  display: inline-flex;
  position: relative;
}

.quantity__input-wrap i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  border: 1px solid #eeeeee;
  text-align: center;
  color: #d3a971;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.qty-input {
  background-color: #f6f6f6;
  width: 30px;
  height: 25px;
  border: 1px solid #dbdbdb;
  text-align: center;
  color: #9b9b9b;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  margin: 0 5px;
  border-radius: 1px;
  -moz-appearance: textfield;
}

.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.product__tabs .tab-content {
  padding-top: 20px;
}

.product__tabs .tab-content p {
  line-height: 22px;
}

.product__tabs .tab-content p :last-child {
  margin-bottom: 0;
}

.product__tabs .reviews__form .form-control {
  border: 1px solid #e6e6e6;
  height: 40px;
  padding: 0 10px;
}

.product__tabs .reviews__form .form-control:focus {
  border-color: #d3a971;
}

.product__tabs .reviews__form textarea.form-control {
  min-height: 120px;
}

/* Shop Filtering */
.filtering-options {
  display: flex;
  justify-content: space-between;
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.filtering-options .select-box {
  position: relative;
  display: inline-block;
}

.filtering-options .select-box:before {
  content: "";
  font-family: fontAwesome;
  position: absolute;
  top: 5px;
  right: 10px;
}

.filtering-options .select-box select {
  padding: 0 20px 0 10px;
  height: 30px;
  border: 1px solid #eeeeee;
  min-width: 128px;
  color: #9b9b9b;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.filtering-options .sort-box {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.filtering-options .sort-box:last-of-type {
  margin-right: 0;
}

.filter-option-sorting {
  display: flex;
  align-items: center;
}

.filter-option-view span,
.sort-box span {
  font-family: "Poppins";
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-right: 8px;
}

.filter-option-view a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eeeeee;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #9b9b9b;
  margin-right: 8px;
}

.filter-option-view a:last-child {
  margin-right: 0;
}

.filter-option-view a.active,
.filter-option-view a:hover {
  color: #d3a971;
}

/* shop-categories */
.shop__cat-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  margin-bottom: 30px;
}

.shop__cat-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(27, 26, 26, 0.25);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.shop__cat-item .btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shop__cat-item img {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shop__cat-item:hover:before {
  background-color: rgba(27, 26, 26, 0.75);
}

.shop__cat-item:hover .btn {
  background-color: #d3a971;
  border-color: #d3a971;
  color: #ffffff;
}

.shop__cat-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shopping Cart */
.cart-table {
  margin-bottom: 50px;
}

.cart-table .table {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  margin-bottom: 0;
}

.cart-table thead {
  background-color: transparent;
}

.cart-table thead tr th {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #282828;
  line-height: 50px !important;
  border-bottom-width: 0 !important;
  border-color: #eee;
  padding: 0;
}

.cart-table tbody tr td {
  padding: 20px;
  border-color: #eee;
}

.cart-table .cart__product-item {
  position: relative;
  display: flex;
}

.cart-table .cart__product-price,
.cart-table .cart__product-total {
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  color: #d3a971;
  text-align: center;
}

.cart-table .cart__product-quantity {
  text-align: center;
}

.cart-table .cart__product-quantity input {
  width: 30px;
  height: 25px;
  border: 1px solid #eee;
  border-radius: 2px;
  text-align: center;
  color: #222222;
  font-size: 14px;
  line-height: 25px;
  margin-right: 5px;
}

.cart-table .cart__product-img {
  width: 50px;
  margin-right: 20px;
}

.cart-table .cart__product-title h6 {
  font-size: 14px;
  font-weight: 700;
}

.cart-table .cart__product-remove {
  position: absolute;
  right: 20px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 9px;
  background-color: #222222;
  color: #ffffff;
  border-radius: 1px;
  text-align: center;
  cursor: pointer;
}

.cart-table .cart__product-remove:hover {
  background-color: #d3a971;
}

.cart-table .cart__product-action td {
  padding: 30px 20px 20px;
}

.cart-table .cart__product-action td .form-control {
  font-size: 12px;
  font-weight: 400;
  width: 250px;
  height: 42px;
  line-height: 25px;
  border: 1px solid #dbdbdb;
}

.cart-table .cart__product-action td .btn {
  line-height: 39px;
  height: 42px;
  min-width: 134px;
}

.cart-table .cart__product-action td .cart__product-action-content {
  display: flex;
  justify-content: space-between;
}

.cart__shiping,
.cart__total-amount {
  background-color: #f9f9f9;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.cart__shiping h6,
.cart__total-amount h6 {
  font-size: 16px;
  margin-bottom: 25px;
}

.cart__total-amount ul li {
  font-size: 13px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
}

.cart__total-amount ul li span:first-of-type {
  font-weight: 600;
  color: #d3a971;
}

.cart__shiping .form-control {
  border: 1px solid #dbdbdb;
  font-size: 12px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  margin-bottom: 20px;
}

.cart__shiping .btn {
  line-height: 39px;
  height: 42px;
}

/* Large Size Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product__form-wrap form {
    display: block;
  }

  .product__action-btns .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .product__quantity-title {
    margin-bottom: 10px;
  }

  .shop__cat-item .btn {
    bottom: 20px;
    left: 20px;
  }
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filtering-options {
    display: block;
    text-align: center;
    padding: 15px;
  }

  .filtering-options .sort-box {
    margin-right: 15px;
  }

  .filtering-options .select-box {
    margin-left: 0;
  }

  .filter-option-sorting {
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .product__form-wrap form {
    display: block;
  }

  .product__action-btns .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .product__quantity-title {
    margin-bottom: 14px;
  }

  .shopping-cart .container {
    max-width: 100%;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-item {
    margin-bottom: 30px;
  }

  .filtering-options .sort-box,
  .filter-option-sorting {
    margin-right: 15px;
  }

  .filter-option-view span,
  .sort-box span {
    display: block;
    margin-bottom: 5px;
  }

  .product__action-btns .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .product__quantity-title {
    margin-bottom: 14px;
  }

  .list-view .product-item .product__action {
    bottom: 10px;
    left: calc(40% + 10px);
  }

  .list-view .product-item .product__action .btn {
    min-width: 80px;
    font-size: 10px;
    height: 25px;
    line-height: 23px;
  }

  .list-view .product-item .product__content {
    padding: 10px;
  }

  .list-view .product-item .product__title {
    font-size: 15px;
    line-height: 1.1;
  }

  .shopping-cart .container {
    max-width: 100%;
  }

  .cart-table tbody tr td {
    padding: 5px;
  }

  .cart-table .cart__product-img {
    width: 40px;
    margin-right: 5px;
  }

  .cart-table .cart__product-remove {
    right: 5px;
  }

  .cart-table .cart__product-title h6 {
    font-size: 12px;
    font-weight: 400;
  }

  .cart-table .cart__product-price,
  .cart-table .cart__product-total {
    font-size: 10px;
  }

  .cart-table .quantity__input-wrap i {
    width: 15px;
    height: 20px;
    line-height: 20px;
  }

  .cart-table .cart__product-quantity input {
    width: 30px;
    height: 20px;
  }

  .cart-table .cart__product-action-content {
    display: block !important;
  }
}

/* Mobile Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .product-item img {
    width: 100%;
  }

  .product-item .product__content {
    padding: 15px 10px;
  }

  .list-view .product-item {
    max-width: none;
  }

  .list-view .product-item .product__action .btn {
    min-width: 100px;
    font-size: 11px;
    height: 35px;
    line-height: 33px;
  }

  .list-view .product-item .product__content {
    padding: 10px;
  }

  .list-view .product-item .product__title {
    font-size: 15px;
    line-height: 1.1;
  }

  .shop__cat-item .btn {
    bottom: 20px;
    left: 20px;
    width: 130px;
    height: 40px;
    line-height: 38px;
  }

  .cart-table .cart__product-price,
  .cart-table .cart__product-total {
    font-size: 10px;
    font-weight: 400;
    padding: 0;
  }

  .cart-table thead tr th {
    font-size: 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 440px) {
  .filtering-options {
    display: block;
    padding: 10px;
  }

  .filtering-options .sort-box,
  .filter-option-sorting {
    margin: 0 0 10px 0;
    display: block;
  }

  .filtering-options .select-box {
    display: block;
  }

  .filtering-options .select-box select {
    width: 100%;
    height: 35px;
  }

  .list-view .product-item .product__title {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .list-view .product-item .product__price {
    font-size: 15px;
  }
}

/*--------------------
    Sidebar
----------------------*/
.widget {
  background-color: #f6f6f6;
  padding: 40px;
  margin-bottom: 30px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget__title {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 26px;
}

.widget-search .widget__form-search {
  position: relative;
}

.widget-search .widget__form-search button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 0;
  color: #d3a971;
}

.widget-about img {
  margin-bottom: 26px;
}

.widget-about p {
  margin-bottom: 11px;
}

.widget-about .btn__link {
  line-height: 1;
  width: auto;
  height: auto;
  border: none;
  color: #d3a971;
}

.widget-about .btn__link:hover {
  color: #222222;
}

.widget-categories li a {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #d3a971;
  padding: 11px 10px;
  border-bottom: 1px solid #dbdbdb;
}

.widget-categories li a:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-categories li a:hover {
  color: #222222;
}

.widget-categories li:last-child a {
  border-bottom: 0;
}

.widget-tags ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.widget-tags ul li a {
  display: block;
  font-size: 14px;
  background-color: #d3a971;
  color: #ffffff;
  line-height: 1;
  border-radius: 3px;
  text-transform: capitalize;
  padding: 7px 9px;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
  background-color: #222222;
  color: #ffffff;
}

/*widget products*/
.widget-poducts .widget-product-item {
  display: flex;
  margin-bottom: 30px;
}

.widget-poducts .widget-product-item:last-of-type {
  margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget__product-title {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget__product-title a {
  color: #222222;
}

.widget-poducts .widget-product-item:hover .widget__product-title a {
  color: #d3a971;
}

.widget-poducts .widget-product-item .widget__product-img {
  margin-right: 20px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
}

.widget-poducts .widget-product-item .widget__product-img img {
  width: 100%;
  height: 100%;
}

.widget-poducts .widget-product-item .widget__product-price {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 600;
  color: #d3a971;
}

/*widget posts*/
.widget-posts .widget-post-item {
  margin-bottom: 28px;
}

.widget-posts .widget-post-item:last-of-type {
  margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title a {
  color: #222222;
}

.widget-posts .widget-post-item:hover .widget__post-title a {
  color: #d3a971;
}

.widget-posts .widget-post-item .widget__post-img {
  margin-bottom: 17px;
}

.widget-posts .widget-post-item .widget__post-date {
  line-height: 1;
  font-size: 13px;
  display: block;
  margin-bottom: 6px;
}

.sidebar-layou2 .widget {
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
}

/* Widget Filter */
.ui-slider {
  position: relative;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content {
  border: none;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: #d3a971;
  border-radius: 2px;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.widget-filter .ui-slider {
  background-color: #dbdbdb;
  border-radius: 0;
  height: 4px;
  margin-bottom: 18px;
}

.widget-filter .ui-slider-range {
  height: 4px;
  background-color: #d3a971;
}

.widget-filter .price-output {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 26px;
}

.widget-filter label {
  color: #9b9b9b;
  font-size: 12px;
  margin-bottom: 0;
}

.widget-filter input {
  background-color: transparent;
  color: #d3a971;
  font-size: 12px;
  border: none;
  max-width: 120px;
}

.widget-filter .btn {
  height: auto;
  line-height: 1;
  padding: 0;
  font-size: 12px;
}

.widget-filter .btn:after,
.widget-filter .btn:before {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .widget {
    padding: 15px;
    margin-bottom: 20px;
  }

  .widget .widget__title {
    margin-bottom: 10px;
  }

  .widget-tags ul li a {
    margin: 0 5px 5px 0;
  }
}

/*----------------------
        Events
-----------------------*/
.events .post-item .post__content {
  padding-left: 0;
}

.events .post-item .post__title {
  font-size: 19px;
}

.events .post-item .btn__link {
  margin-top: 8px;
}

.events .post-item .post__meta-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  white-space: nowrap;
  margin: 0;
}

.events .post-item .post__meta-tag.sold-out span {
  background-color: #ff0000;
}

/*-----------------------
     Menu
----------------------*/
.menu-item {
  position: relative;
  margin-bottom: 20px;
}

.menu-item .menu__item-title {
    font-size: 16px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.menu-item .menu__item-price {

  font-size: 14px;
  color: #fff;
  line-height: 1;
  background: #f00;
  padding: 5px;

}

.menu-item .menu__item-desc {
  margin-bottom: 0;
  color: #000000 ;
  text-transform: uppercase;

}

.menu-item .pricing__tag {
  display: inline-block;
  position: relative;
  background-color: #d3a971;
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 3px;
}

.menu-item .menu__item-img {
  margin-bottom: 28px;
}

.menu__block-title {
  font-family: "Yeseva One";
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.menu-layout1 .menu-item {
  padding-bottom: 11px;
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 20px;
}

.menu-layout1 .menu-item .menu__item-title {
  display: inline-block;
  margin-right: 10px;
}

.menu-layout1 .menu-item .menu__item-price {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 50px;
  text-align: right;
}

.menu-layout2 .menu-wrapper {
  padding-bottom: 0;

}

.menu-layout2 .menu-item {
  margin-bottom: 35px;
}

.menu-layout2 .menu-item .menu__item-title,
.menu-layout2 .menu-item .menu__item-desc {
  margin-bottom: 5px;
}

.menu-layout3 .menu-item {
  margin-bottom: 40px;
}

.menu-layout3 .menu-item .menu__item-content {
  position: relative;
}

.menu-layout3 .menu-item .menu__item-title {
  display: inline-block;
}

.menu-layout3 .menu-item .menu__item-price {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-layout3 .menu-item .menu__item-img {
  position: relative;
  overflow: hidden;
}

.menu-layout3 .menu-item .menu__item-img img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.menu-layout3 .menu-item:hover .menu__item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.menu-layout4 .menu-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.1);
  margin-bottom: 0;
}

.menu-layout4 .menu-item .menu__item-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.menu-layout4 .menu-item .menu__item-hover>a {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-layout4 .menu-item:hover .menu__item-hover {
  opacity: 1;
}

.menu-layout4 .menu-item .menu__item-img,
.menu-layout4 .menu-item .menu__item-content {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0;
}

.menu-layout4 .menu-item .menu__item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding: 40px 30px;
}

.menu-layout4 .menu-item .menu__item-content:before,
.menu-layout4 .menu-item .menu__item-content:after {
  content: "";
  position: absolute;
  border-radius: 2px;
  border: 1px solid #d3a971;
  display: block;
}

.menu-layout4 .menu-item .menu__item-content:before {
  right: 20px;
  bottom: 20px;
  left: 20px;
  height: calc(100% - 40px);
}

.menu-layout4 .menu-item .menu__item-content:after {
  right: 22px;
  top: 18px;
  left: 22px;
  height: calc(100% - 36px);
}

.menu-layout4 .menu-item .menu__item-img img {
  width: 100%;
}

.menu-layout4 .menu-item .menu__item-title {
  font-family: "Yeseva One";
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 22px;
}

.menu-layout4 .menu-item .menu__item-divider {
  margin-bottom: 19px;
}

.menu-layout4 .menu-item .pricing__tag {
  margin-bottom: 25px;
}

.menu-layout4 .menu-item .menu__item-desc {
  margin-bottom: 17px;
}

.menu-layout4 .menu-item .menu__item-price {
  font-size: 35px;
}

.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(1) .menu-item,
.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(2) .menu-item,
.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(5) .menu-item,
.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(6) .menu-item {
  flex-direction: row-reverse;
}

.menu-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 50px 50px 20px;
}

.menu-wrapper:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 2px;
  bottom: 0;
  left: 2px;
  height: calc(100% + 8px);
  display: block;
}

.menu-container {
  background-color: #ffffff;
  padding: 20px 20px 10px;
  border-radius: 2px;
}

@media (min-width: 1400px) {
  .menu-layout6 .heading__title {
    font-size: 55px;
  }

  .menu-layout6 .menu__card-inner {
    padding: 0 100px;
  }
}

@media (min-width: 992px) {
  .menu-item:last-of-type {
    border-bottom: 0;
  }

  .menu-layout2 .menu-item {
    display: flex;
  }

  .menu-layout2 .menu-item .menu__item-img {
    -ms-flex: 0 0 34.4%;
    flex: 0 0 34.4%;
    max-width: 34.4%;
    margin-bottom: 0;
  }

  .menu-layout2 .menu-item .menu__item-content {
    -ms-flex: 0 0 65.6%;
    flex: 0 0 65.6%;
    max-width: 65.6%;
    padding-left: 15px;
  }

  .menu-layout6 .menu__card-inner {
    padding: 0 50px;
  }
}

@media (max-width: 992px) {
  .menu-wrapper {
    padding: 15px;
  }

  .menu-layout2 .menu-item {
    margin-bottom: 20px;
  }

  .menu-layout2 .menu-item:last-child {
    margin-bottom: 0;
  }

  .menu-layout6 .menu__card-inner {
    padding: 0 15px;
  }
}

/* Medium Size Devices */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .menu-layout4 .menu-item .menu__item-content {
    padding: 25px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .menu-item .menu__item-desc {
    font-size: 12px;
  }

  .menu-layout1 .menu-item .menu__item-price {
    position: static;
    text-align: left;
  }

  .menu-layout4 .menu-item {
    flex-direction: column !important;
  }

  .menu-layout4 .menu-item .menu__item-img,
  .menu-layout4 .menu-item .menu__item-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu-layout4 .menu-item .menu__item-img {
    padding: 0 10px;
  }

  .menu-layout4 .menu-item .menu__item-content {
    padding: 30px 20px;
  }

  .menu-layout4 .menu-item .menu__item-title,
  .menu-layout4 .menu-item .menu__item-desc,
  .menu-layout4 .menu-item .menu__item-icon {
    margin-bottom: 10px;
  }
}

/*----------------------
    Reservation 
-----------------------*/
.reservation__form {
  position: relative;
  background-color: #ffffff;
  max-width: 850px;
  margin: auto;
  padding: 50px;
  border: 1px solid #d3a971;
  border-radius: 2px;
}

.reservation__form:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 2px;
  bottom: 0;
  left: 2px;
  height: calc(100% + 8px);
  display: block;
  border-radius: 2px;
  border: 1px solid #d3a971;
}

.reservation__banner {
  position: relative;
  text-align: center;
  max-width: 390px;
  margin: 20px auto;
}

.reservation__banner .reservation__banner-inner {
  position: relative;
  z-index: 2;
  padding: 75px 50px 60px;
}

.reservation__banner .reservation__banner-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.reservation__banner .reservation__banner-inner-subtitle,
.reservation__banner .reservation__banner-contact-label {
  font-family: "Kristi";
  font-size: 30px;
  color: #d3a971;
  display: block;
  margin-bottom: 0;
}

.reservation__banner .reservation__banner-inner-title,
.reservation__banner .reservation__banner-contact-phone {
  font-family: "Yeseva One";
  font-size: 27px;
  color: #ffffff;
  margin-bottom: 6px;
}

.reservation__banner ul {
  margin-bottom: 26px;
}

.reservation__banner ul li {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  border-bottom: 1px dashed #494b4f;
}

.reservation__banner ul li:last-child {
  border-bottom: 0;
}

.reservation__banner .reservation__banner-contact-phone {
  display: block;
}

.reservation__form textarea.form-control {
  min-height: 90px;
}

.reservation__form .reservation__form-heading h5 {
  font-size: 22px;
  font-weight: 700;
}

.reservation__form .reservation__form-heading a {
  color: #d3a971;
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}

.page-title+.reservation-layout2 {
  margin-top: -80px;
  z-index: 3;
}

.reservation-layout2 .reservation-container {
  padding: 70px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.reservation-layout2 .reservation-container .reservation__banner {
  flex: 0 0 40%;
  max-width: 40%;
  margin: 0;
}

.reservation-layout2 .reservation-container .reservation__form {
  flex: 0 0 57%;
  max-width: 57%;
  padding: 50px 40px;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .reservation-layout2 .reservation-container {
    padding: 40px;
  }

  .reservation-layout2 .reservation-container .reservation__form {
    padding: 20px 30px;
  }
}

@media (max-width: 992px) {
  .reservation-layout2 .reservation-container {
    flex-direction: column;
    padding: 30px;
  }

  .reservation-layout2 .reservation-container .reservation__banner {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .reservation-layout2 .reservation-container .reservation__form {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .reservation__form {
    text-align: center;
    padding: 10px;
  }

  .reservation__banner .reservation__banner-inner {
    padding: 30px;
  }

  .reservation-layout2 .reservation-container {
    padding: 10px;
  }

  .reservation-layout2 .reservation-container .reservation__banner {
    width: 100%;
  }

  .reservation-layout2 .reservation-container .reservation__form {
    padding: 10px;
  }
}

/*----------------------- 
    About
-----------------------*/
/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .about .mr-30 {
    margin-right: 0 !important;
  }

  .about .ml-30 {
    margin-left: 0 !important;
  }
}
