/*
@File: Jeel Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Home Demo One CSS
** - Home Demo Two CSS
** - Home Demo Three CSS
** - About Us CSS
** - Services Details CSS
** - Blog Details CSS
** - Shop CSS
** - Cart CSS
** - Checkout CSS
** - Single Product CSS
** - Contact CSS
** - User CSS
** - Team CSS
** - Appointment CSS
** - Error CSS
** - Go Top CSS
** - Preloader CSS
*/
/* @import url("vazir-font-face.css");
@import url("sahel-font-face.css"); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

@import url("font-awesome.min.css");
@import url("danella-jasmine.css");
 

/*----- Default CSS -----*/
body {
  /* font-family: "vazir", sans-serif; */
  font-family: "Open Sans", sans-serif;

  color: #828282;
  background-color: #fff;
  font-size: 16px;
}
.color-ddd{
  color: #828282;
}
.pt-0 {
}
/* Invite Section */
.invite-section {
  background-color: #335d2d;
}

.invite-section .container {
  background-color: #335d2d;
  border-radius: 10px;
  padding: 30px;
}

.invite-section h4 {
  color: white;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.invite-section .btn-white {
  border-width: 2px;
  padding: 10px 30px;
  font-weight: 500;
  background-color: #fff;
  width: 190px;
}

/* portfolio */
.portfolio-salon {
  margin: 0;
  position: relative;
}

.portfolio-salon li {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: -20px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #dddddd75;
  overflow: hidden;
}
/* portfolio end */
/*----- skeleton -----*/
.skeleton {
  background-color: #eee;
  background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee);
  background-size: 200px 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  width: 100%;
  height: 50px;
  margin: 14px 0px 14px;
  animation: skeleton-animation 1.5s ease-in-out infinite;
}

@keyframes skeleton-animation {
  0% {
    background-position: -200px 0;
  }

  100% {
    background-position: calc(200px + 100%) 0;
  }
}
/*----- skeleton End -----*/
/*----- message count -----*/
.message-count-side {
  width: 100%;
}

.message-count-side p {
  background: #fafafa;
  border-radius: 5px;
  padding: 5px;
  margin-top: 15px;
}

.message-count-side ul {
  padding: 5px;
  margin-top: 15px;
  text-align: center;
}

.Shocut-list-dash {
  list-style: none;
  padding: 0;
  text-align: center;
}

.Shocut-list-dash li a {
  font-weight: bold;
  color: #444;
}

.Shocut-list-dash li {
  width: 100px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  background: #f2f0f0;
  height: 60px;
  margin-top: 6px;
  border: 2px solid #62a856;
}

.Shocut-list-dash li i {
  font-size: 25px;
}

.Shocut-list-dash li:hover i {
  color: #198754;
}

.message-count-side ul li {
  width: 100px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  height: 60px;
}

.message-count-side ul li strong {
  font-weight: normal;
  font-size: 14px;
  color: #222;
}

.message-count-side ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.message-count-side ul li badge {
  display: block;
}

.message-count-side ul .nonverified {
  /* background: #dc3545; */
  border: 2px solid #f26876;
}

.message-count-side ul .nonverifiedDisable {
  /* background: #f2adb4; */
  border: 2px solid #f26876;
}

.message-count-side ul .nonverifiedDisable a {
  color: #222;
}

.message-count-side ul .accepted {
  /* background: #198754; */
  border: 2px solid #62a856;
}

.message-count-side ul .accepted a {
  color: #222;
}

.message-count-side ul .nonverified a {
  color: #222;
}

.message-count-side ul .verified {
  /* background: #ffc107; */
  border: 2px solid #ffc107;
}

.message-count-side ul .verified a {
  color: #222;
}
/*----- end message count -----*/

.v-align-middle {
  vertical-align: middle;
}
.date-content-side {
  font-size: 13px;
  border-radius: 5px;
  background: #9f9a9a;
  color: #fff;
}
.input-mini-table {
  width: 60px;
  border: 1px solid green;
  border-radius: 5px;
  padding: 5px;
  outline: none;
  text-align: center;
}
.mx-width-1520 {
  max-width: 1540px !important;
}
.append-color-side {
  padding: 0;
}
.fs-25 {
  font-size: 25px;
}
.w-30 {
  width: 30px !important;
}
.w-50 {
    width: 50px !important;
  }
.w-200 {
  width: 200px !important;
}
.append-color-side li {
  width: 170px;
  padding: 5px 11px 5px 5px;
  border: 1px solid #ccc;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  margin: 5px;
}

.append-color-side li span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 42px;
  top: 8px;
  border-radius: 15px;
}
.app-defaultl-min {
  min-height: 650px;
}
.append-color-side li i {
  position: absolute;
  right: 2px;
  top: 3px;
  color: #ad4747;
  margin: 5px;
  cursor: pointer;
}
.menu-category-alt-right {
  position: fixed;
  right: 19px;
  z-index: 5;
  top: 50%;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 48px;
  color: #222;
  width: 50px;
  height: 50px;
  display: none;
}

.category-list .Close-category-menu-tm {
  float: left;
  width: 50px;
  text-align: center;
  margin-left: 9px;
  color: #000;
  cursor: pointer;
  display: none;
}

.menu-category-alt-right i {
  color: #000;
}
.category .category_father {
  font-weight: bold;
  color: green;
}
._modal_closed {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  right: 8px;
  z-index: 9;
  top: 8px;
}

._modal_closed:before,
._modal_closed:after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 23px;
  width: 2px;
  background-color: #999;
  top: 6px;
}

._modal_closed:before {
  transform: rotate(45deg);
}

._modal_closed:after {
  transform: rotate(-45deg);
}
select {
  font-family: "sahel" !important;
}
.bx-x::before {
  content: "\ebe9";
  font-size: 25px !important;
  color: #ad4747 !important;
  cursor: pointer;
}
.color_red {
  color: #ad4747;
  font-weight: bold;
}
.color_blue {
  color: #3f4dea;
  font-weight: bold;
}
.count-day-reserve {
  text-align: center;
  float: left;
  background: #ad4747;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
}
.count-day-reserve a {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #484848;
  font-family: "sahel", sans-serif;
}
.EmptyBasket .bx {
  font-size: 70px;
}

.waiting_loadings {
  position: fixed;
  top: 40%;
  right: 0;
  left: 0;
  z-index: 9999;
}
.NotFindPR {
  font-size: 17px;
  margin-top: 14px;
}
.filterings {
  /* box-shadow: 0px 0px 20px 0px #dddddd75; */
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 16px;
  border: 2px solid #668561;
}
.color_green {
  color: #198754;
}
.cursor-pointer {
  cursor: pointer;
}
.filterings .form-group {
  margin-bottom: 0 !important;
}
.clearFilter {
  display: none;
  position: absolute;
  right: 50px;
  top: 10px;
  background: #333;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
}
.Acount-items-side {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #5a7b58;
  background-color: #f0ffef;
  margin-top: 10px;
}

.Acount-items-side a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #5a7b58;
  padding: 3px 0 7px 0;
  color: #000;
}

.table-footer-price-count {
  width: 100%;
  padding: 11px;
  border: 1px solid #5a7b58;
  border-radius: 9px;
  background: #f0ffef;
  font-weight: 700;
  font-size: 15px;
}
/*================== notifi css =====================*/
/* .navbar-area .notification {
  width: 30px;
  border-radius: 10px;
  background-color: #fff;
  color: #fff;
  margin-left: 16px;
  position: relative;
  text-align: center;
} */
.mbN-31 {
  margin-bottom: 27px;
}

.mbN-10 {
  margin-bottom: 28px;
}
.navbar-area .noti_bg_none {
  background-color: #3f663a !important;
}

.navbar-area .notification .bx {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 4px;
  left: 5px;
}

.navbar-area .notification .icon_noti {
  color: #fff !important;
}

.navbar-area .notification .noti-count {
  border: 1px solid #ad4747;
  background-color: #ad4747;
  position: absolute;
  top: 0;
  right: -7px;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.navbar-area .notification .hide_noti_count {
  display: none;
}
/*================== end notifi css =====================*/
/*================== learning css =====================*/
.day_side {
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0px 20px 0px #dddddd75;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd75;
  border-radius: 20px 20px 20px 0;
  position: relative;
}

.day_side header {
  width: 100%;
  padding: 7px 13px 7px 0;
  border-bottom: 1px solid #aaa8a8;
  background: #c8c8c8;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
}

.day_side .date-day-select {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.day_side .date-day-select-reserve {
  width: 100%;
  text-align: center;   
  margin-top: 5px;
  background: #a1cb8d;
  color: #333;
  border-radius: 20px;
  font-weight: normal;
  padding: 4px;
   border: 1px solid #7bb36a;
}
.day_side .date-day-select i {
  font-size: 40px;
  cursor: pointer;
  color: #45683d;
  display: grid;
}

.day_side .date-day-select .edit-day-time {
  font-size: 31px;
  float: right;
}

.day_side .date-day-select .delete-day-time {
  color: red;
  cursor: pointer;
}

.section-class-row {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.section-class-row .col-lg-Day {
  width: 160px;
  position: relative;
  display: inline-block;
  padding: 7px;
  margin-top: 14px;
  text-align: center;
}

.Main-section-class-row {
  position: relative;
  border: 2px solid #ccc;
  border-radius: 10px;
  margin-top: 20px;
}
.HidenRowTeacher {
  display: none;
}

.Main-section-class-row ._class_name {
  position: absolute;
  top: -13px;
  width: 100px;
  background: #ad4747;
  color: #fff;
  border-radius: 26px;
  text-align: center;
  right: 15px;
  font-weight: bold;
}
.Main-section-class-row ._class_code {
  position: absolute;
  top: -13px;
  width: 110px;
  background: #f6f6f6;
  color: #777;
  border-radius: 26px;
  text-align: center;
  right: 45%;
  font-weight: bold;
}
.Main-section-class-row ._Capacity_course {
  position: absolute;
  top: -13px;
  width: 160px;
  background: #ad4747;
  color: #fff;
  border-radius: 26px;
  text-align: center;
  left: 15px;
  display: block ruby;
}
.Main-section-class-row-reserve-content {
  padding: 15px;
}
.shadow-main {
  box-shadow: 0px 0px 20px 0px #dddddd75;
  border-radius: 15px;
}
.disabled_btn {
  background: #ccc !important;
  cursor: no-drop !important;
}
/*================== endlearning css =====================*/
/*================== reserve css =====================*/
.title-reserve-salon {
  position: absolute;
  top: -27px;
  background: #fdfdfd;
  padding: 8px 22px 8px 22px;
  border-radius: 10px;
  color: #335d2d;
  font-size: 22px;
  border: 1px solid #70a864;
  font-weight: bold;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.wh-20 {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.title-reserve-salon2 {
  left: 0;
  bottom: -20px;
  right: 0;
  background: #fff;
  width: 345px;
  margin: 4px auto;
  color: #555;
  font-size: 14px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px #dddddd75;
  padding: 8px 22px 8px 22px;
  border-radius: 10px;
  position: absolute;
}
.title-reserve-salon-price {
  left: 0;
  top: -26px;
  right: 0;
  background: #ffd687;
  width: 232px;
  margin: 4px auto;
  color: #555;
  text-align: center;
  box-shadow: 0px 0px 20px 0px #dddddd75;
  padding: 8px 22px 8px 22px;
  border-radius: 10px;
  position: absolute;
  font-weight: bold;
  border: 1px solid #ccab05;
  font-size: 16px;
}
.Pic-reserve-salon {
  position: absolute;
  top: -90px;
  right: 15px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #f4f3f3;
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  box-shadow: 0px 0px 20px 0px #dddddd75;
}

.Pic-reserve-salon img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.appointment-area .appointment-content .listPersonnel {
  position: relative;
  margin-top: 40px;
}

.appointment-area .appointment-content .listPersonnel .avatar-personnel-salon {
  position: absolute;
  top: -39px;
  left: -30px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #f4f3f3;
  background: #fff;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  box-shadow: 0px 0px 20px 0px #dddddd75;
}

.appointment-area
  .appointment-content
  .listPersonnel
  li
  .avatar-personnel-salon
  img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.appointment-area .appointment-content .listPersonnel .l-personnel {
  list-style: none;
  text-align: center;
}

.appointment-area .appointment-content .listPersonnel .l-personnel li {
  display: inline-block;
  width: 250px;

  box-shadow: 0px 0px 20px 0px #dddddd75;
  border-radius: 15px;
  margin: 20px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #40673a;
   
  position: relative;
  padding: 18px 15px 18px 15px;
  text-align: center;
}
 .font-bold{
  font-weight: bold;
 }
.color-green{
  color: #40673a;
}
.color-yellow{
  color: #efcc1c;
}
.appointment-area .appointment-content .listPersonnel .l-personnel li b {
  color: #111;
}
.HTableReserve{
  display: none;
}
.appointment-area
  .appointment-content
  .listPersonnel
  .l-personnel
  li
  .btn-reserve {
  width: 100%;
  border: 1px solid green;
  padding: 7px;
  border-radius: 8px;
  margin-top: 9px;
  background: #e2ece0;
}
.appointment-area
  .appointment-content
  .listPersonnel
  .l-personnel
  li
  .btn-reserve:hover {
    background: #f7eec5;
    border: 1px solid #e9c50f;
}
.reserve-item li strong {
  background: #6a8865;
  padding: 2px 10px 2px 10px;
  color: #fff;
  border-radius: 15px;
  font-size: 14px;
}

.reserve-item .disable_calss {
  opacity: 0.5;
  cursor: no-drop !important;
}

.appTime li {
  width: 140px !important;
  height: 78px !important;
}

.appTime li b {
  font-size: 18px !important;
}
.font-size-14{
  font-size: 14px;
}
.font-size-16{
  font-size: 16px !important;
}
.font-size-18{
  font-size: 18px !important;
}
.font-size-20{
  font-size: 20px !important;
}
.underline{
  text-decoration: underline;
}
.reserve-item .biggerHour {
  opacity: 0.5;
  cursor: no-drop !important;
}

.title-label {
 
   
  color: #000;
  font-size: 18px;
   margin-bottom: 6px;
   font-weight: bold;
}

.appDay .InactiveDay {
  opacity: 0.5;
  cursor: no-drop !important;
}
/*================== end reserve css =====================*/
/*================== categorymap =====================*/
.category-list h2 {
  font-size: 20px;
  border-bottom: 1px solid #f2c493;
  color: #40673a;
  padding-bottom: 15px;
}

.category-list .category-map {
  list-style: none;
  padding: 0;
}

.category-list .category-map .fatherClass {
  font-weight: bold;
  font-size: 17px;
}
.category-list .category-map .LifatherClass {
  /* border-bottom: 1px solid #e8e4e4; */
  border-bottom: 1px solid #e2ece0;
}
.category-list .category-map li {
  padding: 15px 0px 15px 0;
  position: relative;
}
.category-list .bg-active {
  background: #e7e7e7;
  border-radius: 10px;
}
.category-list .category-map li .fatherClass:hover {
  color: green;
}

.category-list .category-map li .bx-chevron-down {
  position: absolute;
  font-size: 24px;
}

.category-list .category-map li a {
  color: #000;
}

.category-list .child-menu {
  list-style: none;
  padding: 0;
}

.category-list .child-menu {
  list-style: none;
  padding: 0;
}

.category-list .child-menu li {
  padding: 15px 18px 0 0;
}

.category-list .child-menu li a {
  color: #333;
  font-weight: bold;
}

.category-list .Sub-mega-menu {
  list-style: none;
  padding: 0;
}

.category-list .Sub-mega-menu li a {
  font-size: 15px;
  font-weight: normal;
  padding-right: 17px;
}
.category-map li ul {
  display: none;
}

#cssmenu {
  overflow: hidden;
  height: 489px;
  overflow-y: auto;
}

.category-map li ul li {
  position: relative;
  border-bottom: none !important;
  padding: 11px 17px 11px 17px !important;
  margin-top: 8px;
  transition: 0.3s;
}

.category-map li ul li:hover {
  background-color: #ffdcdc;
  border-radius: 10px;
}

.category-map li .mega-menu li:hover a {
  color: green !important;
}

.Sub-mega-menu {
  margin-top: 10px;
}

.category-map .mega-menu {
  margin-top: 10px;
}

.category-map .mega-menu i {
  padding: 5px;
  color: green;
}

#cssmenu .submenu-button.submenu-opened:after {
  content: "\f106";
}

#cssmenu .submenu-button.submenu-opened:before {
  display: none;
}

.submenu-button {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 8px;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 34px;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  color: #2b2c2f;
  background: #e1e9e0;
  border-radius: 100%;
}

.Ssubmenu-button {
  float: left;
  margin-top: 0;
  background-color: #eeecec;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #444;
  cursor: pointer;
  border-radius: 4px;
  position: absolute;
  left: 18px;
  border-radius: 100%;
  font-size: 24px;
  line-height: 31px;
  top: 8px;
}

.Ssubmenu-opened:after {
  content: "\f106";
  color: #46f415 !important;
  cursor: pointer;
  text-align: center;
}

.Ssubmenu-opened:before {
  display: none;
}
/*================== endcategorymap =====================*/
/*================== pagination =====================*/
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- 

xnugget info 

-------------------------------- */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.no-touch .cd-nugget-info a:hover {
  opacity: 0.8;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}

/* -------------------------------- 

Main components 

xpopup 

-------------------------------- */
.cd-popup {
  z-index: 999999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #fff;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container p {
  padding: 3em 1em;
  margin-bottom: 0;
}

.cd-popup-container .cd-buttons {
  padding-left: 0 !important;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-buttons .C_yes {
  background-color: #85af7f !important;
}

.cd-popup-container .cd-buttons .C_no {
  background-color: #f77474 !important;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  border-radius: 0 0 0 0.25em;
}

.cd-popup-container .cd-buttons li:last-child a {
  border-radius: 0 0 0.25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}
/*================== start rate =====================*/
.star-rating > fieldset {
  border: none;
  display: inline-block;
  font-family: "FontAwesome";
}

.star-rating > fieldset:not(:checked) > input {
  position: absolute;
  visibility: hidden;
  clip: rect(0, 0, 0, 0);
}

.star-rating > fieldset:not(:checked) > label {
  float: right;
  padding: 0 2px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 29px;
  color: #f5cb0c;
  font-weight: normal;
}

.star-rating > fieldset:not(:checked) > label:before {
  content: "\f006";
}

.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
  content: "\f005";
}

.star-rating > fieldset > input:checked ~ label:before {
  content: "\f005";
}

.star-rating > fieldset > label:active {
  position: relative;
  top: 2px;
}
/*================== end star rate =====================*/
.pagination-area .row {
  display: flex;
  align-items: center;
}

.pagination-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination-area ul li:after,
.pagination-area ul li:before {
  content: "";
  display: block;
  clear: both;
}

.pagination-area ul li {
  display: inline;
  float: right;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-left-width: 0;
  color: #999;
  font-size: 12px;
  line-height: initial;
  padding: 3px 10px;
  cursor: pointer;
}

.pagination-area .next {
  display: inline;
  float: right;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  color: #999;
  font-size: 12px;
  line-height: initial;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
}

.pagination-area .prev {
  display: inline;
  float: right;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  color: #999;
  font-size: 12px;
  line-height: initial;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 0px 5px 5px 0;
}

.pagination-area ul li:hover,
.pagination-area ul li.active {
  color: #fff;
  background-color: #335d2d;
  border-color: #335d2d;
}

.pagination-area ul li.active {
  cursor: default;
}

/*================== pagination =====================*/
.text-center {
  text-align: center;
}
.row-services {
  padding: 10px;
  border: 1px solid #e3e0e0;
  border-radius: 10px;
}
.day-row {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd52;
  box-shadow: 0px 0px 20px 0px #dddddd52;
  border-radius: 5px;
  height: 305px;

  padding: 20px;
}

.day-row header {
  width: 100%;
  border-bottom: 2px solid #97bf8f;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.day-row .more-activity {
  text-align: left;
  font-weight: bold;
  color: #3e663a;
  cursor: pointer;
}
.bx-icon {
  font-size: 22px;
  color: #000;
}
.day-row header h3 {
  color: #335d2d;
}
.service-table img {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  border-radius: 50%;
}
.label-title-side {
  width: 100%;
  color: #fff;
  margin-bottom: 8px;
}
.w100 {
  width: 100%;
}
p {
  line-height: 1.7;
}
.title-h2 {
  font-size: 32px;
  color: #335d2d;
}
.helpPage {
  position: fixed;
  left: 19px;
  z-index: 5;
  top: 20%;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  display: grid;
  cursor: pointer;
  font-size: 35px;
  color: #335c2c;
}
a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-decoration: none;
}
.actived-service {
  color: green;
  position: absolute;
  top: 10px;
  right: 11px;
  font-size: 25px;
}
.side-code-license {
  width: 100%;
  display: block;
  color: black;
  border-top: 1px solid #ccc;
  text-align: center;
}
.input-style {
  height: 50px;
  border-radius: 5px;
  border: 1px solid green;
  outline: none !important;
  padding: 10px;
  width: 100%;
}
.dialog-success {
  min-width: 250px;
  margin-left: -125px;
  background-color: #15d455;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1055;
  left: 50%;
  top: 40%;
  display: none;
}
.dialog-warning {
  min-width: 250px;
  margin-left: -125px;
  background-color: #ed4e22;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1055;
  left: 50%;
  top: 40%;
  display: none;
}
.req-form {
  color: #eaa9a9;
  display: none;
}
.pt-100 {
  padding-top: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.table-toggle {
  font-size: 40px;
  cursor: pointer;
}

.toggle-on {
  color: green;
}

.toggle-off {
  color: #bbb;
}

.table-bx-edit {
  font-size: 25px;
  color: #333;
}
.d-flex {
  display: flex;
}
.text-left {
  text-align: left !important;
}
.loading-wait {
  display: none;
}
.country-code {
  margin: 0;
  width: 180px;
  background: #fff;
  border-radius: 6px;
  padding: 0;
}
.selct_Country_code {
  width: 100%;
  height: 50px;
  text-align: center;
  background: #fff;
  border: 1px solid green;
  border-radius: inherit;
}
.country-code li {
  list-style: none;
  width: 100%;
  overflow: auto;
  line-height: 35px;
}

.country-code li img {
  width: 20px;
  float: left;
  margin-top: 10px;
}

.country-code li .code-c-side {
  float: left;
  width: 60px;
  text-align: center;
  outline: none;
  border: none;
}
img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-10 {
  margin-top: 10px;
}
.text-right {
  text-align: left;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-20 {
  margin-bottom: 20px;
}
.d-none {
  display: none;
}
.italic{
  font-style: italic !important;
}
.ptb-100 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 30px;
}

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

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

button:focus {
  outline: 0;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.title_header_tbl {
  margin-bottom: 0;
  width: 100%;
  background: #fafafa;
  padding: 10px;
  font-size: 19px;
  border-top: 1px solid #e3e0e0;
  border-left: 1px solid #e3e0e0;
  border-right: 1px solid #e3e0e0;
  color: #198754;
  line-height: 38px;
}
.common-btn {
  display: inline-block;
  color: #fff;
  background-color: #335d2d;
  padding: 12px 30px;
  font-weight: 600;
  border: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 1;
  z-index: 1;
  position: relative;
  border-radius: 20px 0 20px 0;
}

.common-btn:before {
  position: absolute;
  content: "";
  width: 95%;
  height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 20px 0 20px 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.common-btn:hover {
  border-radius: 0 20px 0 20px;
  color: #fff;
}

.common-btn:hover:before {
  border-radius: 0 20px 0 20px;
}

.common-btn.two {
  background-color: #335d2d;
}

.common-btn.three {
  background-color: #335d2d;
}

.section-title-comment h2 {
  color: #335d2d;
  font-size: 28px;
  font-weight: 800;
  margin-top: 7px;
  text-align: center;
}
.section-title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -5px;
}
.section-title h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
}

.section-title p {
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.two h2 {
   
   color: #335d2d; 
}
.loadingBasket .spinner-border {
  width: 2rem !important;
  height: 2rem !important;
}
/*----- Home Demo One CSS -----*/

/*-- archive-items-side css --*/
.archive-items-side a {
  color: #000;
}

.archive-items-side h3 {
  margin-bottom: 23px !important;
  margin-top: 23px;
}

.dash-items-side {
  width: 100%;
  padding: 10px;
  border: 1px solid #5a7b58;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  height: 55px;
  background: #f0ffef;
}

.dash-items-side b {
  position: absolute;
  top: 14px;
  right: 18px;
}

.dash-items-side strong {
  left: 2px;
  width: 52px;
  height: 52px;
  background: #55673b;
  border-radius: 100%;
  top: 1px;
  text-align: center;
  position: absolute;
  line-height: 50px;
  color: #fff;
}
/*-- Endarchive-items-side css --*/

/*-- BroadCrumb --*/
.broadCrumb {
  padding: 11px;
  margin: 30px 0 50px 0;
  list-style: none;
  background: #e2ece0;
  border-radius: 8px;
  color: #40673a;
  border: 2px solid #668561;
}
.broadCrumb li {
  display: inline-block;
}
.broadCrumb li a {
  color: #444;
  font-size: 17px;
  font-weight: bold;
}
/*-- EndBroadCrumb --*/
/*-- Header --*/
.header-area {
  background-color: #335d2d;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-area .container-fluid {
  max-width: 1540px;
}

.header-area .left ul {
  margin: 0;
  padding: 0;
}

.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
}

.header-area .left ul li a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #335d2d;
  background-color: #fff;
  border-radius: 3px;
  font-size: 15px;
}

.header-area .left ul li a i {
  line-height: 20px;
}

.header-area .left ul li a:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.header-area .right {
  text-align: left;
}

.header-area .right ul {
  margin: 0;
  padding: 0;
}

.header-area .right ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  vertical-align: middle;
}

.header-area .right ul li:last-child {
  margin-left: 0;
}

.header-area .right ul li i {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.header-area .right ul li span {
  display: inline-block;
  margin-left: 3px;
  font-weight: 600;
  color: #fff;
}

.header-area .right ul li a {
  color: #fff;
  position: relative;
}

.header-area .right ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.header-area .right ul li a:hover:before {
  width: 100%;
}

/* .header-area .right ul li .nice-select {
  background-color: transparent;
  border: 0;
padding-right: 0;
  height: 25px;
  line-height: 25px;
} */

/* .header-area .right ul li .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
} */

/* .header-area .right ul li .nice-select ul {
  border-radius: 0;
right: -45px;
} */

/* .header-area .right ul li .nice-select ul li {
  display: block;
margin-left: 0;
} */

.header-area .right ul li .dropdown-toggle::after {
  display: none;
}

@-webkit-keyframes world-rotate-ani-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes world-rotate-ani-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-- Navbar --*/
.sticky-top {
  z-index: 9999;
} 

.main-nav {
  background: #335d2ded;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 7;
}

.main-nav.menu-shrink {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #335d2d;
}

.main-nav .container-fluid {
  max-width: 1540px;
}

.main-nav nav {
  padding: 0;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #fff;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: unset;
  position: relative;
  font-weight: 600;
}

.main-nav nav .navbar-nav .nav-item a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-size: 16px;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
  color: #fff;
}

.main-nav nav .navbar-nav .nav-item a:hover i,
.main-nav nav .navbar-nav .nav-item a:focus i,
.main-nav nav .navbar-nav .nav-item a.active i {
  -webkit-animation: rotate-ani-one 2s infinite alternate;
  animation: rotate-ani-one 2s infinite alternate;
}

.main-nav nav .navbar-nav .nav-item a:hover:before,
.main-nav nav .navbar-nav .nav-item a:focus:before,
.main-nav nav .navbar-nav .nav-item a.active:before {
  width: 50%;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu:before {
  height: 100%;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu:after {
  height: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #fff;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 270px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  top: 0;
  left: 0;
  background-color: #335d2d;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  bottom: 0;
  right: 0;
  background-color: #335d2d;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #e3e1e1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #335d2d;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: unset;
  padding: 12px 15px;
  color: #484848;
  font-weight: 600;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
  display: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #335d2d;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #484848;
  text-transform: unset;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #335d2d;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

@-webkit-keyframes rotate-ani-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-ani-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.side-nav .nav-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.side-nav .nav-search #search-btn {
  color: #fff;
  font-size: 30px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  top: 3px;
}

.side-nav .nav-search #search-btn:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.side-nav .nav-search #close-btn {
  padding: 0;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-size: 60px;
  cursor: pointer;
}

.side-nav .nav-search #close-btn:hover {
  color: #335d2d;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.side-nav .nav-search #search-overlay {
  display: none;
  z-index: 999999;
}

.side-nav .nav-search .block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #000000eb;
}

.side-nav .nav-search .block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.side-nav .nav-search .centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

.side-nav .nav-search .centered #search-box {
  position: relative;
}

.side-nav .nav-search .centered #search-box form .form-control {
  height: 50px;
  border: 0;
  border-radius: 5px;
  padding-left: 20px;
}

.side-nav .nav-search .centered #search-box form .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-nav .nav-search .centered #search-box form .btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #335d2d;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  height: 100%;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
}

.side-nav .nav-search .centered #search-box form .btn:hover {
  color: #fff;
  background-color: #484848;
}

.side-nav .cart {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.side-nav .cart i {
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
}

.side-nav .cart span {
  position: absolute;
  top: -2px;
  right: -2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #484848;
}

.side-nav .cart:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.side-nav .nav-btn {
  color: #335d2d;
  background-color: #fff;
}

.side-nav .nav-btn:before {
  border: 1px solid #335d2d;
}

/*-- Banner --*/
.banner-img-one {
  background-image: url("../images/banner/banner-bg6.png");
}

.banner-area {
  height: 850px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-area .banner-shape img {
  position: absolute;
}

.banner-area .banner-shape img:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.banner-area .banner-shape img:nth-child(2) {
  top: 0;
  left: 0;
  max-width: 155px;
  -webkit-animation: banner-ani-one 8s infinite linear;
  animation: banner-ani-one 8s infinite linear;
}

.banner-area .banner-shape img:nth-child(3) {
  top: 0;
  left: 40%;
  max-width: 220px;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.banner-area .banner-shape img:nth-child(4) {
  bottom: 0;
  left: 0;
  max-width: 155px;
  -webkit-animation: banner-ani-three 8s infinite linear;
  animation: banner-ani-three 8s infinite linear;
}

.banner-area .banner-shape img:nth-child(5) {
  bottom: 0;
  left: 35%;
  max-width: 155px;
  -webkit-animation: banner-ani-four 8s infinite linear;
  animation: banner-ani-four 8s infinite linear;
}

.banner-area .container-fluid {
  max-width: 1540px;
}

.banner-content {
  max-width: 900px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.banner-content h1 {
  font-size: 95px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #335d2d;
}

.banner-content .banner-btn-area .banner-btn {
  margin-left: 15px;
  color: #335d2d;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd75;
  box-shadow: 0px 0px 20px 0px #dddddd75;
}

.banner-content .banner-btn-area .banner-btn:before {
  border: 1px solid #335d2d;
}

@-webkit-keyframes banner-ani-one {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes banner-ani-one {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes banner-ani-two {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes banner-ani-two {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes banner-ani-three {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes banner-ani-three {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes banner-ani-four {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes banner-ani-four {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*-- Offer --*/
.offer-area {
  background-color: #fcfcfc;
  position: relative;
}

.offer-area .offer-shape img {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: banner-ani-four 8s infinite linear;
  animation: banner-ani-four 8s infinite linear;
}

.offer-area .owl-prev {
  width: 45px;
  height: 45px;
  line-height: 45px !important;
  font-size: 25px !important;
  color: #fff !important;
  background-color: #335d2d !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 0 !important;
  position: absolute;
  top: 35%;
  left: 30px;
}

.offer-area .owl-prev:hover {
  color: #fff !important;
  background-color: #484848 !important;
}

.offer-area .owl-next {
  width: 45px;
  height: 45px;
  line-height: 45px !important;
  font-size: 25px !important;
  color: #fff !important;
  background-color: #335d2d !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 0 !important;
  position: absolute;
  top: 35%;
  right: 30px;
}

.offer-area .owl-next:hover {
  color: #fff !important;
  background-color: #484848 !important;
}

.offer-item {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.offer-item img {
  width: 100%;
}

.offer-item:hover .inner {
  opacity: 1;
  top: 50%;
  visibility: visible;
}

.offer-item:hover .inner:before {
  top: 50%;
}

.offer-item .inner {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #335d2dd6;
  width: 150px;
  height: 150px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.offer-item .inner:before {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.offer-item .inner h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}

.offer-item .inner a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.offer-item .inner a:hover {
  color: #fff;
  letter-spacing: 1px;
}

/*-- Best --*/
.best-area {
  position: relative;
}

.best-area .best-shape img {
  position: absolute;
  bottom: 100px;
  right: 0;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.best-area .best-img {
  position: relative;
  margin-bottom: 30px;
}

.best-area .best-img img {
  width: 100%;
}

.best-area .best-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faq-item {
  margin-bottom: 30px;
  max-width: 650px;
}

.faq-item .section-title {
  text-align: left;
}

.faq-item .section-title p {
  margin-left: 0;
}

.faq-item .accordion {
  margin: 0;
  padding: 0;
}

.faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
  display: block;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd75;
  box-shadow: 0px 0px 20px 0px #dddddd75;
}

.faq-item .accordion li .faq-head {
  color: #484848;
  font-size: 18px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 18px 35px 18px 18px;
  margin-bottom: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #f9f9f9;
  border: 1px solid transparent;
}

.faq-item .accordion li .faq-head:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}

.faq-item .accordion li .faq-head.active {
  color: #fff;
  background-color: #335d2d;
  border: 1px solid #335d2d;
}

.faq-item .accordion li .faq-head.active:after {
  content: "-";
  font-size: 25px;
  color: #fff;
}

.faq-item .accordion li .faq-content {
  display: none;
  background-color: #fff;
  padding: 20px 45px 15px 20px;
}

.faq-item .accordion li .faq-content p {
  margin-bottom: 0;
}

.faq-item .accordion li .faq-content p a {
  display: inline-block;
  color: #335d2d;
}

.faq-item .accordion li .faq-content p a:hover {
  color: #484848;
}

.faq-item .accordion li .faq-content a {
  display: inline-block;
  color: #335d2d;
  font-weight: 600;
}

.faq-item .accordion li .faq-content a:hover {
  color: #484848;
}

/*-- Services --*/
.services-item {
  margin-bottom: 0;
  text-align: center;
  /* -webkit-box-shadow: 0px 0px 20px 0px #dddddd75;
  box-shadow: 0px 0px 20px 0px #dddddd75;
   */
  padding: 30px 15px;
  border-radius: 20px;
  background-image: url("../images/services/services-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 3px solid #fff;
}

.services-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.services-item:hover:before {
  height: 0;
}

.services-item:hover:after {
  height: 100%;
}

.services-item:hover .inner h3 a {
  color: #fff;
}

.services-item:hover .inner span {
  color: #fff;
}

.services-item:hover .inner p {
  color: #fff;
}

.services-item:hover .inner .services-btn {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.services-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 20px;
  /* border-radius: 20px 20px 20px 0; */
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.services-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background-color: #335d2d;
  border-radius: 20px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0.8;
}

.services-item .inner {
  position: relative;
  z-index: 1;
}

.services-item .inner img {
  width: 124px;
  height: 124px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  border-radius: 50%;
}

.services-item .inner h3 {
  font-size: 22px;
  margin-bottom: 13px;
}

.services-item .inner h3 a {
  color: #484848;
}

.services-item .inner h3 a:hover {
  color: #484848;
}

.services-item .inner p {
  margin-bottom: 14px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #828282;
}

.services-item .inner .services-btn {
  display: inline-block;
  font-weight: 600;
  color: #828282;
  border-bottom: 1px solid #484848;
}

.services-item .inner .services-btn:hover {
  letter-spacing: 1px;
}

/*-- Reviews --*/
.reviews-area {
  background-color: #fcfcfc;
}

.reviews-area .tab-content {
  position: relative;
  z-index: 2;
}

.reviews-area .tab-content .reviews-shape img {
  position: absolute;
}

.reviews-area .tab-content .reviews-shape img:nth-child(1) {
  bottom: 0;
  left: 0;
  max-width: 140px;
  -webkit-animation: banner-ani-three 8s infinite linear;
  animation: banner-ani-three 8s infinite linear;
}

.reviews-area .tab-content .reviews-shape img:nth-child(2) {
  top: 0;
  right: 0;
  max-width: 150px;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.reviews-area ::-webkit-scrollbar {
  width: 5px;
}

.reviews-area ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.reviews-area ::-webkit-scrollbar-thumb {
  background: #484848;
}

.reviews-area ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.reviews-area .nav-pills {
  background-color: #335d2d;
  padding: 30px 25px 0;
  border-radius: 5px;
  height: 570px;
  overflow-y: scroll;
  text-align: center;
}

.reviews-area .nav-pills .nav-link {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.reviews-area .nav-pills .nav-link.active,
.reviews-area .nav-pills .show > .nav-link {
  color: transparent;
  background-color: transparent;
  position: relative;
}

.reviews-area .nav-pills .nav-link.active:before,
.reviews-area .nav-pills .show > .nav-link:before {
  position: absolute;
  content: "";
  top: 50px;
  left: -42px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.reviews-area .review-content {
  text-align: center;
  background-color: #fff;
  padding: 40px 40px 45px;
}

.reviews-area .review-content .icon {
  display: inline-block;
  font-size: 40px;
  color: #335d2d;
  margin-bottom: 10px;
}

.reviews-area .review-content p {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}

.reviews-area .review-content h3 {
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.reviews-area .review-content ul {
  margin: 0;
  padding: 0;
}

.reviews-area .review-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}

.reviews-area .review-content ul li i {
  display: inline-block;
  font-size: 16px;
  color: #828282;
}

.reviews-area .review-content ul li i.checked {
  color: #ffc107;
}

.reviews-area .reviews-img {
  text-align: center;
  margin-bottom: 30px;
}

.reviews-area .reviews-img img {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 130px;
}

.reviews-area .reviews-img h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #fff;
}

.reviews-area .reviews-img span {
  display: block;
  color: #fff;
  font-size: 15px;
}

/*-- Get --*/
.get-area {
  background-image: url("../images/get-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}

.get-area .get-content {
  text-align: center;
  background-color: #335d2dd4;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.get-area .get-content:before {
  position: absolute;
  content: "";
  width: 95%;
  height: 85%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  z-index: -1;
}

.get-area .get-content .get-shape img {
  position: absolute;
  max-width: 200px;
}

.get-area .get-content .get-shape img:nth-child(1) {
  top: 0;
  right: 0;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.get-area .get-content .get-shape img:nth-child(2) {
  left: 0;
  bottom: 0;
  -webkit-animation: banner-ani-three 8s infinite linear;
  animation: banner-ani-three 8s infinite linear;
}

.get-area .get-content .section-title {
  margin-bottom: 30px;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
}

.get-area .get-content .section-title h2 {
  color: #fff;
}

.get-area .get-content .common-btn {
  color: #335d2d;
  background-color: #fff;
}

.get-area .get-content .common-btn:before {
  border: 1px solid #335d2d;
}

/*-- Instagram --*/
.instagram-area {
  background-color: #fcfcfc;
}

.instagram-area .owl-prev {
  width: 33px;
  height: 33px;
  line-height: 36px !important;
  font-size: 22px !important;
  color: #fff !important;
  background-color: #335d2d !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 0 !important;
  position: absolute;
  top: 29%;
  left: -10px;
}

.instagram-area .owl-prev:hover {
  color: #fff !important;
  background-color: #484848 !important;
}

.instagram-area .owl-next {
  width: 33px;
  height: 33px;
  line-height: 36px !important;
  font-size: 22px !important;
  color: #fff !important;
  background-color: #335d2d !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 0 !important;
  position: absolute;
  top: 29%;
  right: -10px;
}

.instagram-area .owl-next:hover {
  color: #fff !important;
  background-color: #484848 !important;
}

.instagram-area .owl-theme .owl-nav {
  margin-top: 0;
}

.instagram-item {
  text-align: center;
  position: relative;
 }

 
 

 

.instagram-item img {
  width: 100%;
}

 

 

.instagram-item .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}

.instagram-item .title-blog {
  color: #444;
  font-size: 12px;
  text-align: left;
  direction: ltr;
}

 

/*-- Skin --*/
.skin-area .skin-content {
  margin-bottom: 30px;
  max-width: 635px;
  margin-left: auto;
}

.skin-area .skin-content .section-title {
  margin-bottom: 25px;
  text-align: left;
}

.skin-area .skin-content .section-title h2 {
  font-size: 37px;
}

.skin-area .skin-content .section-title p {
  margin-bottom: 5px;
  margin-left: 0;
}

.skin-area .skin-content .section-title p:last-child {
  margin-bottom: 0;
}

.skin-area .skin-img {
  margin-bottom: 30px;
  position: relative;
}

.skin-area .skin-img img {
  width: 100%;
  /* border:1px solid #fff; */
}

.skin-area .skin-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-- Video --*/
.video-area {
  height: 422px;
  text-align: center;
  position: relative;
  background-image: url("../images/video-bg2.jpg");
  background-size: cover;
  background-position: revert;
  background-repeat: no-repeat;
}

.video-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

.video-area .video-shape img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.video-area .video-item h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  position: relative;
  z-index: 1;
}

.video-wrap {
  z-index: 2;
  margin-bottom: 20px;
}

.video-wrap .js-modal-btn {
  z-index: 5;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  font-size: 65px;
  text-align: center;
  color: #335d2d;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.video-wrap .js-modal-btn a {
  color: #335d2d;
}
.video-wrap .js-modal-btn i {
  line-height: 98px;
}

.video-wrap .js-modal-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-wrap .js-modal-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.video-wrap .js-modal-btn:hover a {
  color: #fff;
}

.video-wrap .js-modal-btn:hover:before {
  background-color: #335d2d;
}

.video-wrap .js-modal-btn:hover:after {
  background-color: #335d2d;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*-- Blog --*/
.blog-area {
  position: relative;
}

.blog-area .blog-shape img {
  position: absolute;
  bottom: 0;
  left: 40px;
  max-width: 400px;
  z-index: -1;
}

.blog-item {
  margin-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.blog-item .top {
  position: relative;
  margin-bottom: 18px;
}

.blog-item .top span {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  color: #335d2d;
  background-color: #fff;
  border-radius: 15px 0 15px 0;
  width: 55px;
  text-align: center;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 6px;
  font-size: 15px;
}

.blog-item .top img {
  width: 100%;
}

.blog-item .bottom h3 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-item .bottom h3 a {
  color: #484848;
}

.blog-item .bottom h3 a:hover {
  color: #335d2d;
}

.blog-item .bottom p {
  margin-bottom: 10px;
}

.blog-item .bottom .blog-btn {
  display: inline-block;
  color: #335d2d;
  position: relative;
  font-weight: 600;
}

.blog-item .bottom .blog-btn:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #335d2d;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-item .bottom .blog-btn:hover:before {
  width: 100%;
}

/*-- Footer --*/
.footer-area {
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.footer-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #335d2d;
  opacity: 0.9;
}

.footer-area .footer-shape img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
  /* opacity: 0.5; */
}

.footer-item {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.footer-item h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #fff;
}

.footer-item .footer-contact .info {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.footer-item .footer-contact .info li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.footer-item .footer-contact .info li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-contact .info li span {
  display: inline-block;
  font-weight: 600;
  color: #fff;
}

.footer-item .footer-contact .info li a {
  color: #fff;
  display: inline-block;
  position: relative;
  direction: ltr;
}

.footer-item .footer-contact .info li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.footer-item .footer-contact .info li a:hover {
  color: #fff;
}

.footer-item .footer-contact .info li a:hover:before {
  width: 100%;
}

.footer-item .footer-contact .social {
  margin: 0;
  padding: 0;
}

.footer-item .footer-contact .social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
}

.footer-item .footer-contact .social li a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  color: #335d2d;
  background-color: #fff;
  font-size: 16px;
}

.footer-item .footer-contact .social li a i {
  line-height: 25px;
}

.footer-item .footer-contact .social li a:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.footer-item .footer-img {
  text-align: center;
}

.footer-item .footer-img a {
  display: inline-block;
}

.footer-item .footer-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-item .footer-hours .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

.footer-item .footer-hours .left ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-hours .left ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.footer-item .footer-hours .left ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-hours .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

.footer-item .footer-hours .right ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-hours .right ul li {
  list-style-type: none;
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}

.footer-item .footer-hours .right ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  left: 0;
  right: 0;
  top: 12px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.footer-item .footer-hours .right ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-hours .right ul li span {
  position: absolute;
  top: 0;
  right: 0;
}

/*-- Copyright --*/
.copyright-area {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #335d2d;
}

.copyright-area .copyright-item p {
  margin-bottom: 0;
  color: #fff;
}

.copyright-area .copyright-item p a {
  display: inline-block;
  font-weight: 600;
  /* border-bottom: 1px solid #fff; */
  color: #fff;
}

/* .copyright-area .copyright-item p a:hover {
  color: #484848;
  border-bottom: 1px solid #484848;
} */

/*----- Home Demo Two CSS -----*/
/*-- Header --*/
.header-area.two {
  background-color: #fff;
}

.header-area.two .left ul li a {
  color: #fff;
  background-color: #335d2d;
}

.header-area.two .right ul li i {
  color: #335d2d;
}

.header-area.two .right ul li span {
  color: #335d2d;
}

.header-area.two .right ul li a {
  color: #335d2d;
}

.header-area.two .right ul li a:before {
  background-color: #335d2d;
}

/* .header-area.two .right ul li .nice-select:after {
  border-bottom: 2px solid #335D2D;
  border-right: 2px solid #335D2D;
} */

/*-- Navbar --*/
.main-nav.two {
  background: #335d2dbf;
}

.main-nav.two.menu-shrink {
  background: #335d2d;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu:before {
  background-color: #335d2d;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu:after {
  background-color: #335d2d;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #335d2d;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #484848;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #335d2d;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #484848;
}

.main-nav.two
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.main-nav.two
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.main-nav.two
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #335d2d;
}

.side-nav.two .cart span {
  background-color: #ad4747;
}

.side-nav.two .common-btn.two {
  color: #335d2d;
}

.side-nav.two .common-btn.two:before {
  border: 1px solid #335d2d;
}

/*-- Banner --*/
.banner-img-two {
  background-image: url("../images/banner/banner-bg2.jpg");
}

.banner-area.two {
  position: relative;
}

.banner-area.two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.50798) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.banner-area.two .banner-shape-two img {
  position: absolute;
}

.banner-area.two .banner-shape-two img:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-area.two .banner-shape-two img:nth-child(2) {
  top: 0;
  left: 0;
  max-width: 155px;
  -webkit-animation: banner-ani-one 8s infinite linear;
  animation: banner-ani-one 8s infinite linear;
}

.banner-area.two .banner-shape-two img:nth-child(3) {
  top: 100px;
  left: 215px;
  max-width: 90px;
  -webkit-animation: banner-ani-three 8s infinite linear;
  animation: banner-ani-three 8s infinite linear;
}

.banner-area.two .banner-shape-two img:nth-child(4) {
  top: 180px;
  left: 43%;
  max-width: 150px;
  -webkit-animation: banner-ani-five 15s infinite linear;
  animation: banner-ani-five 15s infinite linear;
}

.banner-area.two .banner-shape-two img:nth-child(5) {
  top: 135px;
  right: 170px;
  max-width: 105px;
  -webkit-animation: banner-ani-four 8s infinite linear;
  animation: banner-ani-four 8s infinite linear;
}

.banner-area.two .banner-shape-two img:nth-child(6) {
  bottom: 50px;
  left: 35%;
  max-width: 85px;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.banner-area.two .banner-shape-two img:nth-child(7) {
  bottom: 90px;
  right: 125px;
  max-width: 100px;
  -webkit-animation: banner-ani-one 8s infinite linear;
  animation: banner-ani-one 8s infinite linear;
}

.banner-area.two .banner-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.banner-area.two .banner-content h1 {
  color: #fff;
}

.banner-area.two .banner-content .banner-btn-area .banner-btn {
  color: #335d2d;
}

.banner-area.two .banner-content .banner-btn-area .banner-btn:before {
  border: 1px solid #335d2d;
}

@-webkit-keyframes banner-ani-five {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(50px, 100px);
    transform: translate(50px, 100px);
  }
  70% {
    -webkit-transform: translate(-100px, 150px);
    transform: translate(-100px, 150px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes banner-ani-five {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(50px, 100px);
    transform: translate(50px, 100px);
  }
  70% {
    -webkit-transform: translate(-100px, 150px);
    transform: translate(-100px, 150px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*-- Services --*/
.services-area.two .services-item:after {
  background-color: #335d2d;
}

.services-area.two .services-item:hover .inner h3 a {
  color: #fff;
}

.services-area.two .services-item .inner h3 a {
  color: #484848;
}

.services-area.two .services-item .inner h3 a:hover {
  color: #484848;
}

/*-- Know --*/
.know-area {
  background-color: #fff2f4;
  position: relative;
}

.know-area .know-shape img {
  position: absolute;
  width: 100%;
}

.know-area .know-shape img:nth-child(1) {
  top: 0;
  left: 0;
  display: none;
}

.know-area .know-shape img:nth-child(2) {
  bottom: 0;
  left: 0;
  display: none;
}

.know-area .know-shape img:nth-child(3) {
  top: 0;
  right: 100px;
  max-width: 115px;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.know-area .know-img {
  position: relative;
  margin-bottom: 30px;
}

.know-area .know-img img:nth-child(1) {
  width: 100%;
}

.know-area .know-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.know-area .know-content {
  max-width: 630px;
  margin-bottom: 30px;
}

.know-area .know-content .section-title {
  text-align: left;
  margin-bottom: 25px;
}

.know-area .know-content .section-title p {
  margin-left: 0;
}

.know-area .know-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.know-area .know-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 25px 25px 25px 110px;
  margin-bottom: 15px;
}

.know-area .know-content ul li:last-child {
  margin-bottom: 0;
}

.know-area .know-content ul li:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.know-area .know-content ul li img {
  position: absolute;
  top: 25px;
  left: 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.know-area .know-content ul li h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.know-area .know-content ul li h3 a {
  color: #484848;
}
.know-area .know-content ul li p {
  margin-bottom: 0;
}

/*-- Skin --*/
.skin-area.two {
  position: relative;
}

.skin-area.two .skin-shape img {
  position: absolute;
  top: 15px;
  left: 100px;
  max-width: 110px;
  -webkit-animation: banner-ani-three 8s infinite linear;
  animation: banner-ani-three 8s infinite linear;
}

/*-- Get --*/
.get-area.two .get-content {
  background-color: #335d2dd1;
}

.get-area.two .get-content .common-btn.two {
  color: #335d2d;
}

/*-- Team --*/
.team-item {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  box-shadow: 0px 0px 20px 0px #dddddd75;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid #9bba94;
}

.team-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.team-item:hover .top ul li {
  opacity: 1;
  visibility: visible;
}

.team-item:hover .top ul li:nth-child(1) {
  left: 0;
}

.team-item:hover .top ul li:nth-child(2) {
  bottom: 0;
}

.team-item:hover .top ul li:nth-child(3) {
  right: 0;
}

.team-item .top {
  position: relative;
  margin-bottom: 20px;
}

.team-item .top img {
  width: 100%;
  height: 220px;
  border-radius: 10px;
}

.team-item .top img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.team-item .top ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-item .top ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}

.team-item .top ul li:nth-child(1) {
  position: relative;
  left: -20px;
}

.team-item .top ul li:nth-child(2) {
  position: relative;
  bottom: -20px;
}

.team-item .top ul li:nth-child(3) {
  position: relative;
  right: -20px;
}

.team-item .top ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  color: #335d2d;
  background-color: #fff;
  font-size: 16px;
}

.team-item .top ul li a i {
  line-height: 30px;
}

.team-item .top ul li a:hover {
  color: #fff;
  background-color: #335d2d;
}

.team-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.team-item .bottom span {
  display: block;
  font-size: 15px;
}

/*-- Review --*/
.reviews-area.two {
  background-color: #fff2f4;
  position: relative;
}

.reviews-area.two .reviews-top-bottom-shape img {
  position: absolute;
  width: 100%;
}

.reviews-area.two .reviews-top-bottom-shape img:nth-child(1) {
  top: 0;
  left: 0;
  display: none;
}

.reviews-area.two .reviews-top-bottom-shape img:nth-child(2) {
  bottom: 0;
  left: 0;
  display: none;
}

.reviews-area.two .review-content {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.reviews-area.two .review-content .icon {
  color: #335d2d;
}

.reviews-area.two .nav-pills {
  height: auto;
  overflow-x: unset;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #335d2d;
}

.reviews-area.two .nav-pills .nav-link.active:before,
.reviews-area.two .nav-pills .show > .nav-link:before {
  top: -28px;
  left: 0;
  right: 0;
  max-width: 28px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*-- Shop --*/
.shop-area {
  position: relative;
}

.shop-area .shop-shape img {
  position: absolute;
}

.shop-area .shop-shape img:nth-child(1) {
  top: 10px;
  left: 100px;
  -webkit-animation: banner-ani-three 8s infinite linear;
  animation: banner-ani-three 8s infinite linear;
}

.shop-area .shop-shape img:nth-child(2) {
  bottom: 10px;
  right: 100px;
  max-width: 130px;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.shop-item {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd75;
  box-shadow: 0px 0px 20px 0px #dddddd75;
  background: #fff;
  margin-bottom: 18px;
  margin-top: 16px;
}

.shop-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.shop-item:hover .top ul li {
  opacity: 1;
  visibility: visible;
}

.shop-item:hover .top ul li:nth-child(1) {
  top: 0;
}

.shop-item:hover .top ul li:nth-child(2) {
  bottom: 0;
}
/* .shop-item .hEqual {
  max-height: 275.333px;
} */
.shop-item .top {
  position: relative;
  margin-bottom: 20px;
}
.shop-item .title-store-category {
  position: absolute;
  padding: 4px;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  bottom: 5%;
  font-size: 22px;
  width: 100%;
  /* background: rgba(25, 24, 24, 0.5); */
  border-radius: 0 0 18px 18px;
}
.shop-item .top img {
  border-radius: 20px;
  transition: 0.5s all ease;
}
.category-shop-item:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.category-shop-item:hover img {
  opacity: 0.4;
}
.shop-item .bottom {
  padding-bottom: 18px;
}
.sort-icon-select {
  position: absolute;
  left: 0;
  top: 15px;
  left: 10px;
  font-size: 22px;
}
.shop-item .top ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shop-item .top ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  opacity: 0;
  visibility: hidden;
}

.shop-item .top ul li:nth-child(1) {
  top: -20px;
}

.shop-item .top ul li:nth-child(2) {
  bottom: -20px;
}

.shop-item .top ul li a {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #335d2d;
  background-color: #fff;
  border-radius: 10px 0 10px 0;
  font-size: 30px;
  position: relative;
}

.shop-item .top ul li a:before {
  position: absolute;
  content: "";
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #335d2d;
  border-radius: 10px 0 10px 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.shop-item .top ul li a i {
  line-height: 60px;
}

.shop-item .top ul li a:hover {
  border-radius: 0 10px 0 10px;
}

.shop-item .top ul li a:hover:before {
  border-radius: 0 10px 0 10px;
}

.shop-item .bottom h3 {
  margin-bottom: 5px;
  font-size: 22px;
}

.shop-item .bottom h3 a {
  color: #484848;
}

.shop-item .bottom h3 a:hover {
  color: #335d2d;
}

.shop-item .bottom span {
  display: block;
}

/*-- Video --*/
.video-area.two .video-wrap .js-modal-btn {
  color: #335d2d;
}

.video-area.two .video-wrap .js-modal-btn:hover {
  color: #fff;
}

.video-area.two .video-wrap .js-modal-btn:hover:before {
  background-color: #335d2d;
}

.video-area.two .video-wrap .js-modal-btn:hover:after {
  background-color: #335d2d;
}

/*-- Blog --*/
.blog-area.two .blog-shape img {
  left: 0;
}

.blog-area.two .blog-item .top span {
  color: #335d2d;
}

.blog-area.two .blog-item .bottom h3 a:hover {
  color: #335d2d;
}

.blog-area.two .blog-item .bottom .blog-btn {
  color: #335d2d;
}

.blog-area.two .blog-item .bottom .blog-btn:before {
  background-color: #335d2d;
}

.blog-area.two .blog-right-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.blog-area.two .blog-right-item .inner .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
}

.blog-area.two .blog-right-item .inner .left img {
  width: 100%;
}

.blog-area.two .blog-right-item .inner .left span {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline-block;
  color: #335d2d;
  background-color: #fff;
  border-radius: 15px 0 15px 0;
  width: 55px;
  text-align: center;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 6px;
  font-size: 15px;
}

.blog-area.two .blog-right-item .inner .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
  margin-right: 10px;
  padding-left: 5px;
}

.blog-area.two .blog-right-item .inner .right h4 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4;
}

.blog-area.two .blog-right-item .inner .right h4 a {
  color: #484848;
}

.blog-area.two .blog-right-item .inner .right h4 a:hover {
  color: #335d2d;
}

.blog-area.two .blog-right-item .inner .right p {
  margin-bottom: 0;
}

/*-- Footer --*/
.footer-area.two:before {
  background-color: #335d2d;
}

.footer-area.two .footer-item .footer-contact .social li a {
  color: #335d2d;
}

/*-- Copyright --*/
.copyright-area.two {
  background-color: #335d2d;
}

/*----- Home Demo Three CSS -----*/
/*-- Header --*/
.header-area.three {
  background-color: #fff;
}

.header-area.three .left ul li a {
  color: #fff;
  background-color: #335d2d;
}

.header-area.three .right ul li i {
  color: #335d2d;
}

.header-area.three .right ul li span {
  color: #335d2d;
}

.header-area.three .right ul li a {
  color: #335d2d;
}

.header-area.three .right ul li a:before {
  background-color: #335d2d;
}

/* .header-area.three .right ul li .nice-select:after {
  border-bottom: 2px solid #335D2D;
  border-right: 2px solid #335D2D;
} */

/*-- Navbar --*/
.main-nav.three {
  background: #335d2dba;
}

.main-nav.three.menu-shrink {
  background: #335d2d;
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu:before {
  background-color: #335d2d;
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu:after {
  background-color: #335d2d;
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #335d2d;
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #484848;
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:before {
  background-color: #335d2d;
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:after {
  background-color: #335d2d;
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #335d2d;
}

.main-nav.three
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #484848;
}

.main-nav.three
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.main-nav.three
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.main-nav.three
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #335d2d;
}

.side-nav.three .cart span {
  border: 1px solid #ad4747;
  background-color: #ad4747;
}

.side-nav.three .common-btn.three {
  color: #335d2d;
}

.side-nav.three .common-btn.three:before {
  border: 1px solid #335d2d;
}

/*-- Banner --*/
.banner-area-three {
  position: relative;
}

.banner-area-three .banner-shape-three img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.banner-area-three .rev_slider_wrapper .banner-h1 {
  color: #fff;
  font-weight: 800 !important;
  font-family: "sahel", sans-serif;
}

.banner-area-three .rev_slider_wrapper .common-btn {
  -webkit-transition: 0.5s all ease !important;
  transition: 0.5s all ease !important;
}

.banner-area-three .hermes .tp-bullet {
  background-color: #fff !important;
}

.banner-area-three .hermes .tp-bullet:after {
  background-color: #335d2d !important;
}

.owl-slider-area {
  height: 100% !important;
}

.owl-slider-area .banner-shape-three img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.owl-slider-area .owl-item.active .banner-content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.owl-slider-area .owl-item.active .banner-content .common-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.owl-slider-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 225px;
  left: 0;
  right: 0;
}

.owl-slider-area .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.owl-slider-area .owl-theme .owl-dots .owl-dot.active span {
  background: #335d2d;
}

.banner-img-three {
  background-image: url("../images/banner/banner-bg3.jpg");
}

.banner-img-four {
  background-image: url("../images/banner/banner-bg4.jpg");
}

.banner-img-five {
  background-image: url("../images/banner/banner-bg5.jpg");
}

.banner-slider-item {
  height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-slider-item img {
  position: absolute;
}
.banner-slider-item .banner-content {
  max-width: 1095px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}

.banner-slider-item .banner-content h1 {
  color: #fff;
  font-size: 90px;
  font-family: Danella;
}

/*-- Know --*/
.know-area.two {
  background-color: #fff;
}

.know-area.two .know-shape img:nth-child(1) {
  left: unset;
  width: unset;
  top: 0;
  right: 100px;
  max-width: 115px;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.know-area.two .know-content ul li {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd75;
  box-shadow: 0px 0px 20px 0px #dddddd75;
}

/*-- Services --*/
.services-area.three {
  background-image: url("../images/services/services-bg2.jpg");
  background-size: cover;
  background-position: center;
  /* background-repeat: no-repeat; */
  position: relative;
  padding-top: 150px;
  padding-bottom: 60px;
}

.services-area.three .services-shape img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.services-area.three:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #335d2d;
  opacity: 0.6;
}

.services-area.three .section-title h2 {
  color: #fff;
}

.services-area.three .section-title p {
  color: #fff;
}

.services-area.three .services-item:hover:before {
  height: 100%;
}

.services-area.three .services-item:hover .inner h3 a {
  color: #335d2d;
}

.services-area.three .services-item:hover .inner p {
  color: #828282;
}

.services-area.three .services-item:hover .inner .services-btn {
  color: #828282;
  border-bottom: 1px solid #828282;
}

.services-area.three .services-item:after {
  display: none;
}

.services-area.three .services-item .inner h3 a {
  color: #484848;
}

.services-area.three .services-item .inner h3 a:hover {
  color: #484848;
}

/*-- Booking --*/
.booking-item {
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 10px;
}

.booking-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.booking-item img {
  width: 100%;
}

.booking-item .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.booking-item .inner h3 {
  font-size: 24px;
  color: #335d2d;
  margin-bottom: 0;
  line-height: 1.4;
}

/*-- Pricing --*/
.pricing-area .pricing-img {
  margin-bottom: 30px;
}

.pricing-area .pricing-img img {
  width: 100%;
}

.pricing-area .pricing-img.two {
  margin-top: 80px;
}

.pricing-area .pricing-content {
  margin-bottom: 30px;
  position: relative;
  background-color: #335d2d;
  padding: 60px 65px;
  max-width: 705px;
  margin-right: -60px;
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd52;
  box-shadow: 0px 0px 20px 0px #dddddd52;
}

.pricing-area .pricing-content .pricing-shape img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pricing-area .pricing-content .top {
  text-align: center;
}

.pricing-area .pricing-content .top h3 {
  font-size: 22px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.pricing-area .pricing-content .bottom {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-area .pricing-content .bottom ul {
  margin: 0;
  padding: 0;
}

.pricing-area .pricing-content .bottom ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 600;
}

.pricing-area .pricing-content .bottom ul li:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  right: 0;
  left: -220px;
  top: 12px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px dashed #fff;
}

.pricing-area .pricing-content .bottom ul li:last-child {
  margin-bottom: 0;
}

.pricing-area .pricing-content .bottom ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

.pricing-area .pricing-content.two {
  margin-right: auto;
  margin-left: -60px;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

/*-- Get --*/
.get-area.three {
  background-image: url("../images/get-bg2.jpg");
}

.get-area.three .get-content {
  background-color: #335d2de0;
}

.get-area.three .get-content .common-btn {
  color: #335d2d;
  background-color: #fff;
}

.get-area.three .get-content .common-btn:before {
  border: 1px solid #335d2d;
}

/*-- Counter --*/
.counter-item {
  margin-bottom: 30px;
  text-align: center;
  background-color: #335d2d;
  padding-top: 60px;
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
}

.counter-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.counter-item h3 {
  font-size: 40px;
  margin-bottom: 3px;
  font-weight: 800;
  color: #fff;
}

.counter-item h3 .target {
  margin-left: -7px;
  position: relative;
  top: 2px;
}

.counter-item p {
  margin-bottom: 0;
  color: #fff;
}

/*-- Reviews --*/
.reviews-area.three .review-content .icon {
  color: #335d2d;
}

.reviews-area.three .nav-pills {
  background-color: #335d2d;
}

/*-- Video --*/
.video-area.three .video-wrap .js-modal-btn {
  color: #335d2d;
}

.video-area.three .video-wrap .js-modal-btn:hover {
  color: #fff;
}

.video-area.three .video-wrap .js-modal-btn:hover:before {
  background-color: #335d2d;
}

.video-area.three .video-wrap .js-modal-btn:hover:after {
  background-color: #335d2d;
}

/*-- Blog --*/
.blog-area.three .blog-item .top span {
  color: #335d2d;
}

.blog-area.three .blog-item .bottom h3 a:hover {
  color: #335d2d;
}

.blog-area.three .blog-item .bottom .blog-btn {
  color: #335d2d;
}

.blog-area.three .blog-item .bottom .blog-btn:before {
  background-color: #335d2d;
}

.blog-area.three .blog-right-item .inner .left span {
  color: #335d2d;
}

.blog-area.three .blog-right-item .inner .right h4 a:hover {
  color: #335d2d;
}

.blog-area.three .blog-right-item .inner .right p {
  margin-bottom: 8px;
}

.blog-area.three .blog-right-item .inner .right .blog-right-btn {
  display: inline-block;
  color: #335d2d;
  position: relative;
  font-weight: 600;
}

.blog-area.three .blog-right-item .inner .right .blog-right-btn:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #335d2d;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-area.three .blog-right-item .inner .right .blog-right-btn:hover:before {
  width: 100%;
}

/*-- Footer --*/
.footer-area.three {
  padding-top: 135px;
}

.footer-area.three:before {
  background-color: #335d2d;
}

.footer-area.three .footer-shape img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.footer-area.three .footer-item .footer-contact .social li a {
  color: #335d2d;
}

/*-- Copyright --*/
.copyright-area.three {
  background-color: #335d2d;
}

/*----- About Us CSS -----*/
/*-- Page Title --*/
.page-title-wrap {
  position: relative;
}

.title-img-one {
  background-image: url("../images/title/title1.jpg");
}

.page-title-area {
  height: 165px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  /* border-bottom: 1px solid #e3e1e1; */
}

.page-title-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #335d2d;
  /* opacity: 0.75; */
}

.page-title-area .title-shape img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page-title-area .title-content {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 40px;
}

.page-title-area .title-content h2 {
  font-size: 65px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}

.page-title-area .title-content ul {
  margin: 0;
  padding: 0;
}

.page-title-area .title-content ul li {
  list-style-type: none;
  display: inline-block;
  font-weight: 600;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}

.page-title-area .title-content ul li:before {
  position: absolute;
  content: "/";
  top: 0;
  right: -14px;
  color: #fff;
}

.page-title-area .title-content ul li:last-child:before {
  display: none;
}

.page-title-area .title-content ul li a {
  display: block;
  color: #fff;
}

.page-title-area .title-content ul li a:hover {
  color: #484848;
}

.page-title-area .title-content ul li span {
  display: block;
  color: #fff;
}

.know-area.four {
  background-color: #fff;
}

.know-area.four .know-shape img:nth-child(1) {
  left: unset;
  width: unset;
  top: 0;
  right: 100px;
  max-width: 115px;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.know-area.four .know-content ul li {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd52;
  box-shadow: 0px 0px 20px 0px #dddddd52;
}

.offer-area.two .inner {
  background-color: #f4929ef0;
}

.offer-area.two .owl-prev {
  background-color: #335d2d !important;
}

.offer-area.two .owl-prev:hover {
  background-color: #484848 !important;
}

.offer-area.two .owl-next {
  background-color: #335d2d !important;
}

.offer-area.two .owl-next:hover {
  background-color: #484848 !important;
}

.counter-area.two .counter-item {
  background-color: #335d2d;
}

.offer-area.three {
  background-color: #fff;
}

.title-img-two {
  background-image: url("../images/title/title2.jpg");
}

/*----- Service Details CSS -----*/
.category-index-service-item {
  padding: 0px !important;
  cursor: pointer;
}

.category-index-service-item .inner {
  position: relative;
}

.services-item .inner .Image-category-index {
  width: 100%;
  height: 100%;
  border-radius: 16px !important;
  margin-bottom: 0 !important;
}

.category-index-service-item .title-category-index {
  position: absolute;
  padding: 0 4px 0px 4px;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  bottom: 5%;
  font-size: 22px;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 2;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}
.service-details-area .details-img {
  margin-bottom: 30px;
}

.service-details-area .details-img img {
  border-radius: 10px;
}

.service-details-area .details-spa {
  margin-bottom: 30px;
}

.service-details-area .details-spa h3 {
  color: #335d2d;
  font-size: 35px;
  margin-bottom: 12px;
  border-bottom: 2px solid #fdcb36;
  padding-bottom: 7px
}

.service-details-area .details-spa p {
  margin-bottom: 10px;
}

.service-details-area .details-spa p:last-child {
  margin-bottom: 0;
}

.service-details-area .details-items .left {
  margin-bottom: 30px;
}

.service-details-area .details-items .left p {
  margin-bottom: 15px;
}

.service-details-area .details-items .left ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.service-details-area .details-items .left ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.service-details-area .details-items .left ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 8px;
  left: 0;
  background-color: #335d2d;
  border-radius: 50%;
}

.service-details-area .details-items .left ul li:last-child {
  margin-bottom: 0;
}

.service-details-area .details-items .right {
  position: relative;
  margin-bottom: 30px;
}

.service-details-area .details-items .right img:nth-child(1) {
  width: 100%;
}

.service-details-area .details-items .right img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preview-page a {
  display: inline-block;
  font-weight: 600;
  color: #828282;
}

.preview-page a i {
  display: inline-block;
  font-size: 24px;
  position: relative;
  top: 5px;
  margin-right: -5px;
}

.preview-page a:hover {
  color: #335d2d;
}

.title-img-three {
  background-image: url("../images/title/title3.jpg");
}

.blog-area.four .blog-item .top span {
  color: #335d2d;
}

.blog-area.four .blog-item .bottom h3 a:hover {
  color: #335d2d;
}

.blog-area.four .blog-item .bottom .blog-btn {
  color: #335d2d;
}

.blog-area.four .blog-item .bottom .blog-btn:before {
  background-color: #335d2d;
}

/*----- Blog Details CSS -----*/
.blog-details-area .details-head {
  margin-bottom: 30px;
}

.blog-details-area .details-head h2 {
  font-size: 35px;
  color: #335d2d;
  margin-bottom: 15px;
}

.blog-details-area .details-head .left {
  margin-bottom: 15px;
}

.blog-details-area .details-head .left ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-head .left ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.blog-details-area .details-head .left ul li:before {
  position: absolute;
  content: "-";
  top: 0;
  left: -11px;
  color: #828282;
}

.blog-details-area .details-head .left ul li:last-child:before {
  display: none;
}

.blog-details-area .details-head .left ul li a {
  display: inline-block;
  font-weight: 600;
  font-style: italic;
  color: #828282;
}

.blog-details-area .details-head .left ul li a:hover {
  color: #335d2d;
}

.blog-details-area .details-head .left ul li span {
  display: inline-block;
}

.blog-details-area .details-head .right {
  text-align: left;
  margin-bottom: 15px;
}

.blog-details-area .details-head .right ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-head .right ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.blog-details-area .details-head .right ul li:before {
  position: absolute;
  content: "-";
  top: 0;
  left: -11px;
  color: #828282;
}

.blog-details-area .details-head .right ul li:last-child {
  margin-left: 0;
}

.blog-details-area .details-head .right ul li:last-child:before {
  display: none;
}

.blog-details-area .details-head .right ul li a {
  display: inline-block;
  color: #828282;
}

.blog-details-area .details-head .right ul li a:hover {
  color: #335d2d;
}

.blog-details-area .details-head .right ul li span {
  display: inline-block;
}

.blog-details-area .details-head img {
  border-radius: 10px;
}

.blog-details-area .details-text {
  margin-bottom: 30px;
}

.blog-details-area .details-text p {
  margin-bottom: 10px;
}

.blog-details-area .details-text blockquote {
  background-color: #fafafa;
  padding: 46px 50px 50px 50px;
  position: relative;
  font-weight: 600;
  font-size: 22px;
  font-style: italic;
  margin-top: 18px;
  margin-bottom: 0;
  z-index: 1;
}

.blog-details-area .details-text blockquote i {
  position: absolute;
  top: 38px;
  right: 47px;
  color: #f4929e26;
  display: inline-block;
  font-size: 65px;
  z-index: -1;
}

.blog-details-area .details-list {
  margin-bottom: 30px;
}

.blog-details-area .details-list ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.blog-details-area .details-list ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-right: 20px;
}

.blog-details-area .details-list ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 8px;
  right: 0;
  background-color: #335d2d;
  border-radius: 50%;
}

.blog-details-area .details-list ul li:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-list p {
  margin-bottom: 30px;
}

.blog-details-area .details-list p:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-list img {
  margin-bottom: 25px;
}

.blog-details-area .details-tag {
  border-bottom: 1px solid #e3e1e1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog-details-area .details-tag .left ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-tag .left ul li {
  list-style-type: none;
  display: inline-block;
}

.blog-details-area .details-tag .left ul li span {
  display: inline-block;
  font-weight: 600;
}

.blog-details-area .details-tag .left ul li a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  background-color: #335d2d;
  border-radius: 5px;
}

.blog-details-area .details-tag .left ul li a i {
  line-height: 25px;
}

.blog-details-area .details-tag .left ul li a:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.blog-details-area .details-tag .right {
  text-align: left;
}

.blog-details-area .details-tag .right ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-tag .right ul li {
  list-style-type: none;
  display: inline-block;
}

.blog-details-area .details-tag .right ul li span {
  display: inline-block;
  font-weight: 600;
}

.blog-details-area .details-tag .right ul li a {
  display: inline-block;
  color: #484848;
  background-color: #fafafa;
  padding: 4px 12px;
  font-size: 15px;
  border-radius: 5px;
}

.blog-details-area .details-tag .right ul li a:hover {
  color: #fff;
  background-color: #335d2d;
}

.blog-details-area .details-related {
  border-bottom: 1px solid #e3e1e1;
  margin-bottom: 30px;
}

.blog-details-area .details-related h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.blog-details-area .details-related .blog-item .bottom h3 {
  margin-bottom: 12px;
}

.blog-details-area .details-related .blog-item .bottom h3 a:hover {
  color: #335d2d;
}

.blog-details-area .details-related .blog-item .bottom .blog-btn {
  color: #335d2d;
}

.blog-details-area .details-related .blog-item .bottom .blog-btn:before {
  background-color: #335d2d;
}

.blog-details-area .details-comment {
  border-bottom: 1px solid #e3e1e1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog-details-area .details-comment h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.blog-details-area .details-comment h3 span {
  color: #828282;
}

.blog-details-area .details-comment ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-comment ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-right: 115px;
}

.blog-details-area .details-comment ul li:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-comment ul li img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.blog-details-area .details-comment ul li h4 {
  margin-bottom: 5px;
  font-size: 16px;
}

.blog-details-area .details-comment ul li span {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.blog-details-area .details-comment ul li p {
  margin-bottom: 0;
}

.blog-details-area .details-comment ul li a {
  display: inline-block;
  color: #484848;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-details-area .details-comment ul li a:hover {
  color: #335d2d;
}

.blog-details-area .details-form h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.blog-details-area .details-form .form-group {
  margin-bottom: 15px;
}

.blog-details-area .details-form .form-group .form-control {
  height: 50px;
  background-color: #fafafa;
  border-radius: 5px;
  border: 0;
}

.blog-details-area .details-form .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-details-area .details-form .form-group textarea {
  padding-top: 13px;
  height: auto !important;
}

.widget-area .widget-item {
  margin-bottom: 30px;
}

.widget-area .widget-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.widget-area .search form {
  position: relative;
}

.widget-area .search form .form-control {
  height: 50px;
  background-color: #fafafa;
  border: 0;
}

.widget-area .search form .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget-area .search form .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 0;
}

.widget-area .search form .btn:hover {
  color: #335d2d;
}

.widget-area .articles .inner {
  margin-bottom: 15px;
}

.widget-area .articles .inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-area .articles .inner ul li {
  list-style-type: none;
  display: inline-block;
}

.widget-area .articles .inner ul li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.widget-area .articles .inner ul li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 10px;
}

.widget-area .articles .inner ul li img {
  width: 100%;
  border-radius: 5px;
}

.widget-area .articles .inner ul li span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.widget-area .articles .inner ul li a {
  display: block;
  color: #484848;
  font-weight: 600;
}

.widget-area .articles .inner ul li a:hover {
  color: #335d2d;
}

.widget-area .categories ul {
  margin: 0;
  padding: 0;
}

.widget-area .categories ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.widget-area .categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .categories ul li a {
  display: block;
  color: #484848;
  background-color: #fafafa;
  padding: 10px 15px;
  border-radius: 5px;
  position: relative;
}

.widget-area .categories ul li a span {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.widget-area .categories ul li a:hover {
  color: #fff;
  background-color: #335d2d;
}

.widget-area .tags h3 {
  margin-bottom: 7px;
}

.widget-area .tags ul {
  margin: 0;
  padding: 0;
}

.widget-area .tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tags ul li a {
  display: block;
  color: #484848;
  background-color: #fafafa;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 15px;
}

.widget-area .tags ul li a:hover {
  color: #fff;
  background-color: #335d2d;
}

/*----- Shop CSS -----*/
.title-img-four {
  background-image: url("../images/title/title4.jpg");
}

.shop-page-area {
  position: relative;
}

.shop-page-area .shop-shape img {
  position: absolute;
  max-width: 120px;
}

.shop-page-area .shop-shape img:nth-child(1) {
  top: 40%;
  right: 50px;
  -webkit-animation: banner-ani-one 8s infinite linear;
  animation: banner-ani-one 8s infinite linear;
}

.shop-page-area .shop-shape img:nth-child(2) {
  bottom: 0;
  left: 50px;
  -webkit-animation: banner-ani-three 8s infinite linear;
  animation: banner-ani-three 8s infinite linear;
}

.shop-page-area .shop-result .result-content {
  margin-bottom: 30px;
}

.shop-page-area .shop-result .result-content h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}

.shop-page-area .shop-result .form-group {
  position: relative;
  margin-bottom: 30px;
}

.shop-page-area .shop-result .form-group .nice-select {
  height: 50px;
  line-height: 50px;
  display: block;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 15px;
  background-color: #fafafa;
  border: 0;
}

.shop-page-area .shop-result .form-group .nice-select .list {
  width: 100%;
  display: block;
}

.shop-page-area .shop-result .form-group .form-control {
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: 15px;
  background-color: #fafafa;
  border: 0;
}

.shop-page-area .shop-result .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.shop-page-area .shop-result .form-group .btn {
  padding: 0;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.shop-page-area .shop-result .form-group .btn:hover {
  color: #335d2d;
}

.shop-page-area .pagination-area {
  text-align: center;
  position: relative;
  z-index: 1;
}

.shop-page-area .pagination-area ul {
  margin: 0;
  padding: 0;
}

.shop-page-area .pagination-area ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 5px;
}

.shop-page-area .pagination-area ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #335d2d;
  font-size: 16px;
  line-height: 30px;
  border-radius: 5px;
}

.shop-page-area .pagination-area ul li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 15px;
  display: inline-block;
}

.shop-page-area .pagination-area ul li a:hover {
  color: #fff;
  background-color: #484848;
}

.combo-shop-area h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

/*----- Cart CSS -----*/
.cart-area .table-item {
  text-align: center;
}

.cart-area .table-item .table {
  margin-bottom: 30px;
}

.cart-area .table-item .table thead {
  border: 1px solid #e3e1e1;
}

.cart-area .table-item .table tr {
  border: 1px solid #e3e1e1;
}

.cart-area .table-item .table-bordered {
  border: 0;
}

.cart-area .table-item .table thead th {
  border: 1px solid #e3e1e1;
  color: #484848;
}

.cart-area .table-item .table-bordered td,
.cart-area .table-item .table-bordered th {
  vertical-align: middle;
  border: 1px solid #e3e1e1;
}

.cart-area .table-item img {
  border-radius: 5px;
  max-width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.cart-area .table-item a {
  display: inline-block;
  color: #335d2d;
  font-size: 25px;
}

.cart-area .table-item a:hover {
  color: #484848;
}

.cart-area .table-cart ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.cart-area .table-cart ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.cart-area .table-cart ul li .left {
  margin-bottom: 30px;
}

.cart-area .table-cart ul li .left form {
  position: relative;
}

.cart-area .table-cart ul li .left form .form-control {
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  font-size: 16px;
  height: 60px;
  border: 1px solid #335d2d;
  border-radius: 20px 0 20px 0;
}

.cart-area .table-cart ul li .left form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #335d2d;
}

.cart-area .table-cart ul li .left form .btn {
  position: absolute;
  top: 6px;
  right: 5px;
}

.cart-area .table-cart ul li .left form .btn:before {
  display: none;
}

.cart-area .table-cart ul li .left form .btn:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: #484848;
  color: #fff;
}

.cart-area .table-cart ul li .right {
  text-align: right;
  margin-bottom: 30px;
}

.cart-area .cart-total {
  background-color: #335d2d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  border-radius: 5px;
}

.cart-area .cart-total h2 {
  font-size: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 18px;
  color: #fff;
}

.cart-area .cart-total .inner {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cart-area .cart-total .inner h3 {
  font-family: "vazir", sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  color: #fff;
}

.cart-area .cart-total .inner h3 span {
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
}

.cart-area .cart-total .inner ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.cart-area .cart-total .inner ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  color: #fff;
}

.cart-area .cart-total .inner ul li:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

.cart-area .cart-total .inner ul li:last-child {
  margin-bottom: 0;
}

.cart-area .cart-total .inner ul li span {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
}

.cart-area .cart-total .inner h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  color: #fff;
}

.cart-area .cart-total .inner h4 span {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
}

.cart-area .cart-total a {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #335d2d;
}

.cart-area .cart-total a:before {
  border: 1px solid #335d2d;
}

.number {
  margin: 0;
  padding: 0;
  max-width: 155px;
  margin-left: auto;
  margin-right: auto;
}

.number li {
  list-style-type: none;
  display: inline-block;
}

.number li .minus,
.number li .plus {
  color: #335d2d;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd8f;
  box-shadow: 0px 0px 20px 0px #dddddd8f;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 1px solid #335d2d;
}

.number li .minus:hover,
.number li .plus:hover {
  color: #fff;
  background-color: #335d2d;
}

.number li input {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  border: 0;
  color: #484848;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #335d2d;
  color: #fff;
  position: relative;
  top: -2px;
}

.number li input:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*----- Checkout CSS -----*/
.checkout-area .checkout-item h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

.checkout-area .checkout-item .checkout-billing {
  margin-bottom: 30px;
}

.checkout-area .checkout-item .checkout-billing .form-group {
  margin-bottom: 15px;
}

.checkout-area .checkout-item .checkout-billing .form-group .form-control {
  height: 55px;
  border-radius: 5px;
  border: 0;
  background-color: #fafafa;
  padding-left: 20px;
}

.checkout-area
  .checkout-item
  .checkout-billing
  .form-group
  .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.checkout-area .checkout-item .checkout-billing .form-check {
  margin-bottom: 15px;
}

.checkout-area
  .checkout-item
  .checkout-billing
  .form-check
  .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout-area .checkout-item .checkout-billing .common-btn.two {
  width: 100%;
  display: block;
}

.checkout-area .checkout-item .checkout-billing .common-btn.two:before {
  width: 98%;
}

.checkout-area .checkout-item .checkout-total {
  position: relative;
  z-index: 1;
  padding: 50px 45px 50px;
  margin-bottom: 30px;
  background-color: #335d2d;
  border-radius: 5px;
}

.checkout-area .checkout-item .checkout-total h2 {
  color: #fff;
}

.checkout-area .checkout-item .checkout-total ul {
  margin: 0;
  padding: 0;
}

.checkout-area .checkout-item .checkout-total ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  color: #484848;
  font-weight: 500;
  position: relative;
  color: #fff;
}

.checkout-area .checkout-item .checkout-total ul li span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
}

.checkout-area .checkout-item .checkout-total h3 {
  margin-bottom: 0;
  position: relative;
  font-size: 22px;
  color: #fff;
}

.checkout-area .checkout-item .checkout-total h3 span {
  position: absolute;
  top: 0;
  right: 0;
}

.checkout-area .checkout-item .checkout-payment {
  margin-bottom: 30px;
  border: 1px dashed #484848;
  padding: 30px 25px;
}

.checkout-area .checkout-item .checkout-payment ul {
  margin: 0;
  padding: 0;
}

.checkout-area .checkout-item .checkout-payment ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
}

.checkout-area .checkout-item .checkout-payment ul li:last-child {
  margin-bottom: 0;
}

.checkout-area .checkout-item .checkout-payment ul li .form-check-input {
  margin-top: 5px;
  margin-right: -20px;
}

.checkout-area .checkout-item .checkout-payment ul li .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout-area .checkout-item .checkout-payment ul li .form-check-label {
  font-weight: 600;
  color: #484848;
}

.checkout-area .checkout-item .checkout-payment ul li .form-check-label a {
  display: inline-block;
  color: #335d2d;
}

.checkout-area
  .checkout-item
  .checkout-payment
  ul
  li
  .form-check-label
  a:hover {
  color: #484848;
}

.checkout-area
  .checkout-item
  .checkout-payment
  ul
  li
  .form-check-label.default-label {
  font-weight: 400;
}

.wishlist-area .table-item .common-btn.two {
  color: #fff;
  font-size: 16px;
}

.wishlist-area .table-item .common-btn.two i {
  margin-left: 2px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.wishlist-area .table-item .common-btn.two:hover {
  color: #fff;
}

.wishlist-area .preview-page {
  text-align: right;
}

/*----- Single Product CSS -----*/
.product-details-area .shop-details {
  margin-bottom: 30px;
}

.product-details-area .shop-details h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.product-details-area .shop-details .reviews {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

.product-details-area .shop-details .reviews li {
  list-style-type: none;
  display: inline-block;
}

.product-details-area .shop-details .reviews li h3 {
  font-size: 25px;
  margin-bottom: 0;
  color: #335d2d;
  margin-left: 10px;
}

.product-details-area .shop-details .reviews li i {
  display: block;
  color: #ddd;
  font-size: 24px;
}

.product-details-area .shop-details .reviews li i.checked {
  color: #ffc107;
}

.product-details-area .shop-details .reviews li span {
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
}

.product-details-area .shop-details p {
  margin-bottom: 15px;
}

.product-details-area .shop-details .tag {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.product-details-area .shop-details .tag li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.product-details-area .shop-details .tag li:last-child {
  margin-bottom: 0;
}

.product-details-area .shop-details .tag li span {
  font-weight: 400;
}

.product-details-area .shop-details .cart {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.product-details-area .shop-details .cart li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.product-details-area .shop-details .cart li .number {
  margin-right: 0;
}

.product-details-area .shop-details .cart li .common-btn.two i {
  display: inline-block;
  margin-right: 3px;
}

.product-details-area .wishlist-btn {
  display: inline-block;
  color: #828282;
}

.product-details-area .wishlist-btn i {
  display: inline-block;
  margin-left: 3px;
  color: #ad4747;
  position: relative;
  font-size: 30px;
  top: 3px;
}

.product-details-area .wishlist-btn:hover {
  color: #335d2d;
}

.product-details-area .send-review-area .nav-pills {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.product-details-area .send-review-area .nav-pills li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.product-details-area .send-review-area .nav-pills li a {
  border-radius: 20px 0 20px 0;
  color: #335d2d;
  background-color: #fff;
  width: 180px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd52;
  box-shadow: 0px 0px 20px 0px #dddddd52;
}

.product-details-area .send-review-area .nav-pills li a:before {
  border: 1px solid #335d2d;
}

.product-details-area .send-review-area .nav-pills li a:hover,
.product-details-area .send-review-area .nav-pills li a.active {
  border-radius: 0 20px 0 20px;
  color: #fff;
  background-color: #335d2d;
}

.product-details-area .send-review-area .nav-pills li a:hover:before,
.product-details-area .send-review-area .nav-pills li a.active:before {
  border-radius: 0 20px 0 20px;
  border: 1px solid #fff;
}

.product-details-area .send-review-area .tab-content .describe-item p {
  margin-bottom: 10px;
}

.product-details-area .send-review-area .tab-content .describe-item ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.product-details-area .send-review-area .tab-content .describe-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-right: 20px;
}

.product-details-area
  .send-review-area
  .tab-content
  .describe-item
  ul
  li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 8px;
  right: 0;
  background-color: #335d2d;
  border-radius: 50%;
}

.product-details-area
  .send-review-area
  .tab-content
  .describe-item
  ul
  li:last-child {
  margin-bottom: 0;
}

.product-details-area .send-review-area .tab-content .review-item {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.product-details-area .send-review-area .tab-content .review-item li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 100px;
}

.product-details-area .send-review-area .tab-content .review-item li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.product-details-area .send-review-area .tab-content .review-item li h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.product-details-area .send-review-area .tab-content .review-item li span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  margin-bottom: 8px;
}

.product-details-area .send-review-area .tab-content .review-item li p {
  margin-bottom: 0;
}

.product-details-area .send-review-area .tab-content .review-item li .reviews {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.product-details-area
  .send-review-area
  .tab-content
  .review-item
  li
  .reviews
  li {
  list-style-type: none;
  display: inline-block;
  margin-left: 2px;
  padding: 0;
}

.product-details-area
  .send-review-area
  .tab-content
  .review-item
  li
  .reviews
  li
  i {
  display: block;
  color: #ddd;
}

.product-details-area
  .send-review-area
  .tab-content
  .review-item
  li
  .reviews
  li
  i.checked {
  color: #ffc107;
}

.product-details-area .send-review-area .tab-content .review-form {
  margin-top: 30px;
}

.product-details-area .send-review-area .tab-content .review-form h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.product-details-area .send-review-area .tab-content .review-form .form-group {
  margin-bottom: 15px;
}

.product-details-area
  .send-review-area
  .tab-content
  .review-form
  .form-group
  .form-control {
  height: 50px;
  border-radius: 5px;
  border: 0;
  background-color: #fafafa;
}

.product-details-area
  .send-review-area
  .tab-content
  .review-form
  .form-group
  .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-details-area
  .send-review-area
  .tab-content
  .review-form
  .form-group
  textarea {
  padding-top: 13px;
  height: auto !important;
}

.shop-area.two .section-title {
  margin-bottom: 30px;
  text-align: left;
}

.shop-area.two .section-title h2 {
  font-size: 25px;
  font-weight: 700;
}

/*----- Contact CSS -----*/
.title-img-five {
  background-image: url("../images/title/title5.jpg");
}

.contact-info-area .contact-info-item {
  margin-bottom: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd52;
  box-shadow: 0px 0px 20px 0px #dddddd52;
  border-radius: 10px;
  padding: 30px 65px;
}
.contact-info-area .contact-info-item ul li i {
  font-size: 25px;
  color: #fff;
  float: left;
}
.contact-info-area .contact-info-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #335d2d;
}

.contact-info-area .contact-info-item ul {
  margin: 0;
  padding: 0;
}

.contact-info-area .contact-info-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.contact-info-area .contact-info-item ul li:last-child {
  margin-bottom: 0;
}

.contact-info-area .contact-info-item ul li a {
  display: inline-block;
  color: #828282;
}

.contact-info-area .contact-info-item ul li a:hover {
  color: #335d2d;
}

.contact-info-area .contact-info-item.active {
  background-color: #335d2d;
}

.contact-info-area .contact-info-item.active h3 {
  color: #fff;
}

.contact-info-area .contact-info-item.active ul li a {
  color: #fff;
}

.contact-info-area .contact-info-item.active ul li a:hover {
  letter-spacing: 1px;
}

.contact-form-area .form-item {
  background-color: #335d2d;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.contact-form-area .form-item .contact-shape img {
  position: absolute;
  z-index: -1;
}

.contact-form-area .form-item .contact-shape img:nth-child(1) {
  top: 0;
  right: 0;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.contact-form-area .form-item .contact-shape img:nth-child(2) {
  bottom: 0;
  left: 0;
  -webkit-animation: banner-ani-three 8s infinite linear;
  animation: banner-ani-three 8s infinite linear;
}

.contact-form-area .form-item:before {
  position: absolute;
  content: "";
  width: 95%;
  height: 92%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  z-index: -1;
}

.contact-form-area .form-item #contactForm {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-area .form-item #contactForm .section-title.two {
  margin-bottom: 30px;
}

.contact-form-area .form-item #contactForm .section-title.two h2 {
  color: #fff;
}

.contact-form-area .form-item #contactForm .form-group {
  margin-bottom: 15px;
}

.contact-form-area .form-item #contactForm .form-group .form-control {
  height: 50px;
  border-radius: 5px;
  border: 0;
}

.contact-form-area .form-item #contactForm .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form-area .form-item #contactForm .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.contact-form-area .form-item #contactForm .form-check {
  margin-bottom: 15px;
}

.contact-form-area .form-item #contactForm .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form-area .form-item #contactForm .form-check .form-check-label {
  color: #fff;
}

.contact-form-area .form-item #contactForm .form-check .form-check-label a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}

.contact-form-area
  .form-item
  #contactForm
  .form-check
  .form-check-label
  a:hover {
  letter-spacing: 1px;
}

.contact-form-area .form-item #contactForm .common-btn.two {
  opacity: 1;
  color: #335d2d;
  background-color: #fff;
}

.contact-form-area .form-item #contactForm .common-btn.two:before {
  border: 1px solid #335d2d;
}

.contact-form-area .form-item #contactForm .list-unstyled {
  margin-top: 10px;
  color: #fff;
  margin-bottom: 0;
}

.contact-form-area .form-item #contactForm .text-danger {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff !important;
}

.contact-form-area .form-item #contactForm .text-success {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff !important;
}

.map-area #map {
  height: 400px;
  width: 100%;
  border: 0;
  display: block;
}

/*----- User CSS -----*/
.title-img-six {
  background-image: url("../images/title/title6.jpg");
}

.user-area .user-item {
  background-color: #335d2d;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.user-area .user-item:before {
  position: absolute;
  content: "";
  width: 95%;
  height: 94%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  z-index: -1;
}

.user-area .user-item .user-shape img {
  position: absolute;
  z-index: -1;
  max-width: 120px;
}

.user-area .user-item .user-shape img:nth-child(1) {
  top: 0;
  right: 0;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.user-area .user-item .user-shape img:nth-child(2) {
  bottom: 0;
  left: 0;
  -webkit-animation: banner-ani-three 8s infinite linear;
  animation: banner-ani-three 8s infinite linear;
}

.user-area .user-item h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
}

.user-area .user-item form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.user-area .user-item form .form-group {
  text-align: left;
  margin-bottom: 15px;
}

.user-area .user-item form .form-group .form-control {
  height: 50px;
  border-radius: 5px;
  border: 0;
}

.user-area .user-item form .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.user-area .user-item form .form-group .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.user-area .user-item form .form-group .form-check-label {
  color: #fff;
}

.user-area .user-item form .form-group .form-check-label a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}

.user-area .user-item form .form-group .form-check-label a:hover {
  color: #fff;
  letter-spacing: 1px;
}

.user-area .user-item form .common-btn.two {
  width: 100%;
  display: block;
  color: #335d2d;
  background-color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}

.user-area .user-item form .common-btn.two i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
}

.user-area .user-item form .common-btn.two:before {
  border: 1px solid #335d2d;
}

.user-area .user-item form p {
  margin-bottom: 15px;
  color: #fff;
}

.user-area .user-item form h4 {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: 500;
  margin-top: 12px;
}

.user-area .user-item form h4 a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}

.user-area .user-item form h4 a:hover {
  color: #484848;
}

/*----- Team CSS -----*/
.team-area.two .team-item .bottom span {
  margin-bottom: 10px;
}

.team-area.two .team-item .bottom p {
  margin-bottom: 0;
}

/*----- Appointment CSS -----*/
.title-img-seven {
  background-image: url("../images/title/title7.jpg");
}

.appointment-area .appointment-content {
  position: relative;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  background-color: #fafafa;
}
.appointment-area .appointment-content .header-reserve {
  padding: 2px 2px;
  color: green;
  font-weight: bold;
  font-size: 18px;
}

/* .appointment-area .appointment-content form .form-group .nice-select {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
} */

/* .appointment-area .appointment-content form .form-group .nice-select .list {
  width: 100%;
  display: block;
} */

.appointment-area .appointment-content form .common-btn.two {
  color: #335d2d;
  background-color: #fff;
}

.appointment-area .appointment-content form .common-btn.two:before {
  border: 1px solid #335d2d;
}

.title-img-eight {
  background-image: url("../images/title/title8.jpg");
}

.gift-card-area .services-item .inner span {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.pricing-area.two .pricing-content {
  background-color: #335d2d;
}

.best-area.two .faq-item .accordion li .faq-head.active {
  background-color: #335d2d;
  border: 1px solid #335d2d;
}

.title-img-nine {
  background-image: url("../images/title/title9.jpg");
}

/*----- Error CSS -----*/
.error-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  text-align: center;
}

.error-area .error-content i {
  color: #335d2d;
  display: inline-block;
  font-size: 100px;
}

.error-area .error-content h1 {
  font-size: 130px;
  color: #335d2d;
  margin-bottom: 20px;
}

.error-area .error-content h2 {
  font-size: 25px;
  color: #484848;
  margin-bottom: 10px;
}

.error-area .error-content p {
  margin-bottom: 20px;
  font-weight: 500;
}

/*----- Agreement CSS -----*/
.title-img-ten {
  background-image: url("../images/title/title10.jpg");
}

.agreement-area .nav-pills {
  margin-bottom: 30px;
}

.agreement-area .nav-pills a {
  display: block;
  color: #484848;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 12px 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.agreement-area .nav-pills a:last-child {
  margin-bottom: 0;
}

.agreement-area .nav-pills a.active {
  background-color: #335d2d;
}

.agreement-area .tab-content {
  margin-bottom: 30px;
}

.agreement-area .tab-content h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.agreement-area .tab-content .inner h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.agreement-area .tab-content .inner p {
  margin-bottom: 0;
}

/*----- reserve-style CSS -----*/
.appointment-content .content-reserve {
  padding: 10px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.appointment-content .content-reserve .reserve-item {
  list-style: none;
  text-align: center;
}

.appointment-content .content-reserve .reserve-item li {
  width: 105px !important;
  height: 74px !important;
  box-shadow: 0px 0px 20px 0px #dddddd75;
  border-radius: 15px;
  margin: 6px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.appointment-content .content-reserve .reserve-item li:hover {
  border: 1px solid green;
  box-shadow: 0px 0px 0px 0px #fff;
}
.appointment-content .content-reserve .day-list-select .active {
  border: 1px solid green;
  box-shadow: 0px 0px 0px 0px #fff;
}
.appointment-content .content-reserve .day-list-select .active::after {
  font-family: "FontAwesome";
  position: absolute;
  left: 3px;
  content: "\f058";
  top: 0;
  color: green;
  font-size: 18px;
}
.appointment-content .content-reserve .appTime .active {
  border: 1px solid green;
  box-shadow: 0px 0px 0px 0px #fff;
}
.appointment-content .content-reserve .appTime .active::after {
  font-family: "FontAwesome";
  position: absolute;
  left: 12px;
  content: "\f058";
  top: -3px;
  color: green;
  font-size: 17px;
   left: 4px;
}
.appointment-content .content-reserve .reserve-item li b {
  font-size: 14px !important;
  display: block;
  padding-top: 7px;
  padding-bottom: 6px;
  color: #222;
}

.appointment-content .price-service {
  width: 100%;
  text-align: center;
  font-size: 25px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fafafa;
  border-radius: 11px;
}
/*----- Endreserve-style CSS -----*/

/*----- Preloader CSS -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #fff;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  overflow: hidden;
  -webkit-animation: preloader-rotate-one 10s infinite linear;
  animation: preloader-rotate-one 10s infinite linear;
}

.loader .loading div {
  position: absolute;
  width: 70px;
  height: 70px;
  -webkit-animation: alpha 2.25s linear infinite forwards;
  animation: alpha 2.25s linear infinite forwards;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader .loading div:nth-child(1) {
  top: -50%;
  left: -50%;
}

.loader .loading div:nth-child(2) {
  top: -50%;
  right: -50%;
}

.loader .loading div:nth-child(3) {
  bottom: -50%;
  right: -50%;
}

.loader .loading div:nth-child(4) {
  bottom: -50%;
  left: -50%;
}

@-webkit-keyframes alpha {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: #335d2d;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #335d2d;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #335d2d;
  }
}

@keyframes alpha {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: #335d2d;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #335d2d;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #335d2d;
  }
}

@-webkit-keyframes preloader-rotate-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader-rotate-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----- Go back CSS -----*/
.go-back {
  position: absolute;
  left: 8px;
  z-index: 5;
  top: 26.5%;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  display: grid;
  cursor: pointer;
  color: #335d2d;
  display: inline-flex;
  font-size: 16px;
  font-weight: bold;
}
.go-back i {
  font-size: 20px;
}
/*----- Go Top CSS -----*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 0;
  right: 15px;
  color: #484848;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 40px;
  line-height: 45px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top.active {
  bottom: 2%;
  -webkit-transform: translateY(-1%);
  transform: translateY(-1%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover,
.go-top:focus {
  color: #484848;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
/*# sourceMappingURL=style.css.map */
.coupon-side img {
  border-radius: 5px;
  border: 2px solid #668561;
  cursor: pointer;
}

.fatherClass {
  margin-left: 10px;
}

.header-user-side {
  color: white;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 4px 8px;
}
.header-user-side:hover {
  color: white;
}
.header-user-side-loggined {
  color: white;
  font-weight: bold;
  padding: 4px 8px;
}
.header-user-side-loggined:hover {
  color: white;
}

/* Mobile Search Bar Styles */
.search-sc-mobile-sice {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  z-index: 10;
}

.mobile-search-container {
  width: 100%;
}

.search-bar {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  /* backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.search-left-section,
.search-right-section {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
}

.search-left-section {
  padding-left: 15px;
}

.search-right-section {
  padding-left: 15px;
}

.search-icon,
.location-icon {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  flex-shrink: 0;
}

.search-input {
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  width: 100%;
  padding: 12px 0;
}

.search-input::placeholder {
  color: #f1f1f1;
  font-size: 14px;
}

.search-divider {
  width: 1px;
  height: 30px;
  background: #fff;
  margin: 0 10px;
  flex-shrink: 0;
}

.search-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #555;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-left: 5px;
  opacity: 0.7;
}

.search-button:hover {
  background: #555;
  transform: scale(1.05);
}

.search-button i {
  color: white;
  font-size: 18px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .search-sc-mobile-sice {
    width: 91%;
  }
  
  .search-bar {
    padding: 3px;
  }
  
  .search-input {
    font-size: 13px;
    padding: 10px 0;
    font-weight: bold;
  }
  
  .search-input::placeholder {
    font-size: 13px;
  }
  
  .search-button {
    width: 40px;
    height: 40px;
  }
  
  .search-button i {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .search-left-section,
  .search-right-section {
    padding-left: 10px;
  }
  
  .search-icon,
  .location-icon {
    font-size: 16px;
    margin-right: 8px;
  }
  
  .search-divider {
    margin: 0 4px;
  }
}

/* Beautiful Search Box Styles */
.banner-search-container {
  position: absolute;
   max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  left: 0;
  right: 0;
  top: 20%;
} 

.beautiful-search-box {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px; /* Pill shape */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.beautiful-search-box:focus-within {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(34, 139, 34, 0.5);
  box-shadow: 0 6px 20px rgba(34, 139, 34, 0.2);
  transform: translateY(-2px);
  backdrop-filter: blur(15px);
}

.search-input-beautiful {
  flex: 1;
  border: none;
  border-radius: 45px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  outline: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.search-input-beautiful::placeholder {
  color: #999;
  font-style: italic;
}

.search-input-beautiful:focus {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-btn-beautiful {
  background: rgba(34, 139, 34, 0.8);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(34, 139, 34, 0.3);
  position: absolute;
  right: 5px;
  backdrop-filter: blur(10px);
}

.search-btn-beautiful:hover {
  background: rgba(50, 205, 50, 0.9);
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(34, 139, 34, 0.4);
}

.search-btn-beautiful:active {
  transform: scale(0.95);
}

.search-btn-beautiful i {
  color: white;
  font-size: 20px;
}

/* Search Results Dropdown */
.search-results-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 2px solid #228B22;
  border-top: none;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.search-results-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-results-content {
  padding: 20px;
}

.search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #666;
}

.search-results-list {
  max-height: 300px;
  overflow-y: auto;
}

.search-result-item {
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin-bottom: 5px;
}

.search-result-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-result-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.search-result-details {
  flex: 1;
  min-width: 0;
}

.search-result-item:hover {
  background: #f8f9fa;
  transform: translateX(5px);
  
}

.search-result-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.search-result-item.selected {
  background: #e8f5e8;
  border-left: 4px solid #228B22;
}

.search-result-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.search-result-description {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.search-result-category {
  display: inline-block;
  background: #87CEEB;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  margin-top: 5px;
}

.no-results, .search-error {
  text-align: center;
  padding: 30px 20px;
  color: #666;
}

.no-results i, .search-error i {
  font-size: 48px;
  color: #ccc;
  margin-bottom: 15px;
  display: block;
}

.no-results h5, .search-error h5 {
  margin-bottom: 10px;
  color: #333;
}

.no-results p, .search-error p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
  .banner-search-container {
    max-width: 90%;
    margin-top: 20px;
  }
  
  .beautiful-search-box {
    padding: 3px;
  }
  
  .search-input-beautiful {
    padding: 12px 15px;
    font-size: 14px;
  }
  
  .search-btn-beautiful {
    width: 45px;
    height: 45px;
  }
  
  .search-btn-beautiful i {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .banner-search-container {
    max-width: 95%;
  }
  
  .search-input-beautiful {
    padding: 10px 12px;
    font-size: 13px;
  }
  
  .search-btn-beautiful {
    width: 40px;
    height: 40px;
  }
  
  .search-btn-beautiful i {
    font-size: 16px;
  }
  
  .search-results-content {
    padding: 15px;
  }
}
