/*
@File: Osta Template Styles

* 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 AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area
** - Hero Slider Area Style
** - Feature Area Style
** - About Area Style
** - Services Area Style
** - Prevent Area Style
** - Process Area Style
** - Project Area Style
** - Product Area Style
** - Appointment Area Style
** - Blog Area Style
** - Blog Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style
** - Sidebar Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style
** - Nice select Area

*******************************************
/*


/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Mukta", sans-serif;
  color: #8b8b8b;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  color: #dab583;
}

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

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #242424;
  font-weight: 700;
  font-family: "Amiri", serif;
  text-transform: capitalize;
}

h3 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
}

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

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

p {
  font-size: 16px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

.form-control {
  height: 50px;
  color: #242424;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}

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

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

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

.form-control::placeholder {
  color: #495057;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #dab583;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

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

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
  background-color: #dab583;
  border-radius: 50px;
}

.default-btn.two {
  border-radius: 0;
  background-color: #242424;
}

.default-btn.two::before {
  background-color: #dab583;
}

.default-btn.two::after {
  background-color: #dab583;
}

.default-btn.four {
  background-color: #ffffff;
  border-radius: 0;
  line-height: 1.4;
}

.default-btn.four i {
  position: relative;
  right: -9px;
}

.default-btn.four::before {
  background-color: #dab583;
}

.default-btn.four::after {
  background-color: #dab583;
}

.default-btn i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #242424;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #242424;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn.active {
  margin-left: 20px;
  color: #242424;
  background-color: #ffffff;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  left: auto;
  right: 0;
  width: 50%;
}

.default-btn:hover::after {
  left: 0;
  right: 0;
  width: 50%;
}

/*
Read More Area Style*/
.read-more {
  line-height: 1;
  color: #8b8b8b;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.read-more:hover {
  color: #dab583;
  letter-spacing: 1.5px;
}

.read-more:hover i {
  color: #dab583;
  -webkit-animation: rotation 0.5s linear infinite;
          animation: rotation 0.5s linear infinite;
}

/*===== DEFAULT STYLE END ======*/
/*====================================================
HOME PAGE ONE STYLE
======================================================*/
/*
Header Area Style
======================================================*/
.header-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.header-area .top-header-area {
  background-color: #ffffff;
  padding: 15px 0;
}

.header-area .top-header-area .header-content-left a {
  color: #8b8b8b;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #e2e2e2;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 15px;
}

.header-area .top-header-area .header-content-left i {
  color: #8b8b8b;
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-area .top-header-area .header-content-left:hover a {
  color: #dab583;
  border-color: #dab583;
}

.header-area .top-header-area .header-content-left:hover a i {
  color: #dab583;
}

.header-area .top-header-area .header-logo {
  text-align: center;
  max-width: 100px;
  margin: auto;
}

.header-area .top-header-area .header-logo .white-logo {
  display: none;
}

.header-area .top-header-area .header-content-right {
  float: right;
}

.header-area .top-header-area .header-content-right a {
  color: #8b8b8b;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #e2e2e2;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 15px;
}

.header-area .top-header-area .header-content-right a i {
  color: #8b8b8b;
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-area .top-header-area .header-content-right a:hover {
  color: #dab583;
  border-color: #dab583;
}

.header-area .top-header-area .header-content-right a:hover i {
  color: #dab583;
}

/*
Nav Area Style
======================================================*/
.nav-area .container {
  max-width: 1300px;
}

.nav-area .navbar-area .main-nav {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
}

.nav-area .navbar-area .main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.nav-area .navbar-area .main-nav .navbar .mean-menu {
  border-top: 1px dashed #d4d4d4;
  border-bottom: 1px dashed #d4d4d4;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item {
  padding: 10px 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-size: 16px;
  color: #242424;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 15px;
  position: relative;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a::after {
  content: "";
  position: absolute;
  top: 11px;
  left: -19px;
  width: 4px;
  height: 4px;
  background-color: #8b8b8b;
  border-radius: 50%;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 5px;
}

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

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #dab583;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  top: 100%;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  padding: 0 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #8b8b8b;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  text-transform: uppercase;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #dab583;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #515151;
  background-color: #f3f3f3;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #515151;
  background-color: #f3f3f3;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  top: 0;
}

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

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:first-child a::after {
  display: none;
}

.nav-area .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #242424;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}

.nav-area .others-option-one {
  position: absolute;
  left: 50px;
  top: 22px;
}

.nav-area .others-option-one .social-icon {
  line-height: 1;
}

.nav-area .others-option-one .social-icon li {
  display: inline-block;
}

.nav-area .others-option-one .social-icon li a {
  padding: 0 5px;
}

.nav-area .others-option-one .social-icon li a i {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-area .others-option-one .social-icon li:last-child a {
  padding-right: 0;
}

.nav-area .others-option-one .social-icon li:first-child a {
  padding-left: 0;
}

.nav-area .others-option-one .social-icon li:nth-child(1) a i {
  color: #0c92ff;
}

.nav-area .others-option-one .social-icon li:nth-child(1) a:hover i {
  color: #dab583;
}

.nav-area .others-option-one .social-icon li:nth-child(2) a i {
  color: #1da1f2;
}

.nav-area .others-option-one .social-icon li:nth-child(2) a:hover i {
  color: #dab583;
}

.nav-area .others-option-one .social-icon li:nth-child(3) a i {
  color: #fe0eb2;
}

.nav-area .others-option-one .social-icon li:nth-child(3) a:hover i {
  color: #dab583;
}

.nav-area .others-option-one .social-icon li:nth-child(4) a i {
  color: #d32f2f;
}

.nav-area .others-option-one .social-icon li:nth-child(4) a:hover i {
  color: #dab583;
}

.nav-area .others-option-one .social-icon li:nth-child(5) a i {
  color: #e52d27;
}

.nav-area .others-option-one .social-icon li:nth-child(5) a:hover i {
  color: #dab583;
}

.nav-area .others-option-two {
  position: absolute;
  right: 50px;
  top: 11px;
}

.nav-area .others-option-two .option-item {
  color: #8b8b8b;
  display: inline-block;
  line-height: 1;
  margin-right: 14px;
  position: relative;
}

.nav-area .others-option-two .option-item span {
  text-transform: uppercase;
  position: absolute;
  left: -60px;
  top: 6px;
  font-size: 16px;
}

.nav-area .others-option-two .option-item .search-overlay {
  display: none;
}

.nav-area .others-option-two .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-top: 27px;
}

.nav-area .others-option-two .option-item .search-overlay.search-popup .search-form {
  position: relative;
}

.nav-area .others-option-two .option-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #242424;
  outline: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
}

.nav-area .others-option-two .option-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #dab583;
}

.nav-area .others-option-two .option-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #dab583;
  border: none;
  width: 50px;
  outline: 0;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
}

.nav-area .others-option-two .option-item .search-overlay.search-popup .search-form .search-button:hover {
  background-color: #242424;
}

.nav-area .others-option-two .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #8b8b8b;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  position: relative;
  top: 3px;
}

.nav-area .others-option-two .option-item .search-btn:hover {
  color: #dab583;
}

.nav-area .others-option-two .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #dab583;
  position: relative;
  top: 3px;
}

.nav-area .others-option-two .option-item .close-btn:hover {
  color: #dab583;
}

.nav-area .others-option-two .option-item .close-btn.active {
  display: block;
}

.nav-area .others-option-two .cart {
  font-size: 25px;
  display: inline-block;
  margin-left: 10px;
  top: 6px;
  position: relative;
  cursor: pointer;
}

.nav-area .others-option-two .cart a {
  color: #8b8b8b;
  position: relative;
}

.nav-area .others-option-two .cart a span {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: red;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 50px;
}

.nav-area .others-option-two .cart a:hover {
  color: #dab583;
}

.nav-area .others-option-two .cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
  height: 80%;
  border-left: 1px dashed #d4d4d4;
}

/*
Banner Area Style
======================================================*/
.banner-text {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 193px 30px;
  padding-left: 65px;
  position: relative;
  z-index: 1;
}

.banner-text .date {
  margin-bottom: 30px;
}

.banner-text h1 {
  font-size: 45px;
  margin-bottom: 25px;
}

.banner-text p {
  margin-bottom: 30px;
}

.banner-text .banner-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  z-index: -1;
}

.banner-slider-wrap {
  position: relative;
}

.banner-slider-wrap.owl-theme .owl-nav [class*=owl-].owl-prev::before {
  content: "PREV";
  position: absolute;
  left: 35px;
  bottom: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #dab583;
  color: #ffffff;
  border-radius: 50%;
}

.banner-slider-wrap.owl-theme .owl-nav [class*=owl-].owl-next::before {
  content: "NEXT";
  position: absolute;
  right: 35px;
  bottom: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #dab583;
  color: #ffffff;
  border-radius: 50%;
}

.banner-slider-wrap.owl-theme .owl-nav [class*=owl-].owl-next::before:hover {
  background-color: #ffffff;
  color: #dab583;
}

.banner-slider-wrap.owl-theme span {
  display: none;
}

.banner-slider-wrap.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
}

.banner-slider-wrap.owl-theme .owl-nav::before {
  content: "";
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  width: 75%;
  height: 2px;
  background-color: #e4e1e0;
  margin: auto;
}

.banner-slider-wrap.owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
  background-color: #ffffff;
  color: #dab583;
}

.banner-slider-wrap.owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
  background-color: #ffffff;
  color: #dab583;
}

.slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.slider-item.bg-1 {
  background-image: url(../../assets/img/life-style-page-img/banner-img/1.jpg);
}

.slider-item.bg-2 {
  background-image: url(../../assets/img/life-style-page-img/banner-img/2.jpg);
}

/*
Hello Area Style
======================================================*/
.hello-text-wrap {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 75px 30px;
}

.hello-text-wrap .hello-text h2 {
  font-size: 40px;
  margin-bottom: 0;
}

.hello-text-wrap .hello-text-2 p {
  margin-bottom: 30px;
}

.hello-img-wrap {
  margin-left: 60px;
  margin-right: 15px;
}

.hello-img {
  border-top: 30px solid #f8f8f8;
  margin-bottom: 30px;
  position: relative;
}

.hello-img .default-btn {
  position: absolute;
  bottom: 20px;
  right: 20%;
  left: 20%;
  background-color: #ffffff;
  color: #dab583;
}

.hello-img.one {
  margin-top: -62px;
  border-top: 30px solid #f8f8f8;
  border-left: 30px solid #f8f8f8;
  border-right: 30px solid #f8f8f8;
}

.hello-img.two {
  border-top: 30px solid #f8f8f8;
  border-left: none;
  border-right: 15px solid #f8f8f8;
}

.hello-img.three {
  border-left: 15px solid #f8f8f8;
}

/*
Trending Area Style
======================================================*/
.trending-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.trending-img.bg-1 {
  background-image: url(../../assets/img/life-style-page-img/trending-img/1.jpg);
}

.trending-img.bg-2 {
  background-image: url(../../assets/img/life-style-page-img/trending-img/2.jpg);
}

.trending-img.bg-3 {
  background-image: url(../../assets/img/life-style-page-img/trending-img/3.jpg);
}

.trending-wrap .trending-text .date {
  margin-bottom: 15px;
}

.trending-wrap .trending-text h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.trending-wrap .trending-text h3:hover {
  color: #dab583;
}

.trending-area .container-fluid {
  max-width: 1244px;
  margin-left: auto;
  margin-right: 0;
}

/*
Cherry Area Style
======================================================*/
.cherry-area {
  background-image: url(../../assets/img/life-style-page-img/cherry-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.cherry-wrap {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
  background-color: #ffffff;
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.cherry-wrap .date {
  margin-bottom: 15px;
}

.cherry-wrap h2 {
  font-size: 35px;
  margin-bottom: 25px;
}

.cherry-wrap p {
  margin-bottom: 30px;
}

/*
Featured Area Style
======================================================*/
.single-featured {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.single-featured .featured-content {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  text-align: center;
  padding: 30px;
  max-width: 490px;
  margin: -100px auto 0;
  position: relative;
}

.single-featured .featured-content .date {
  margin-bottom: 10px;
}

.single-featured .featured-content h3 {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-featured .featured-content p {
  margin-bottom: 20px;
}

.single-featured.two {
  margin-top: 30px;
}

.single-featured.two .featured-content {
  margin-top: -200px;
}

.single-featured.four {
  margin-top: -70px;
}

.single-featured.six {
  margin-top: -70px;
}

.single-featured:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-featured:hover .featured-content h3 {
  color: #dab583;
}

/*
Intelligent Area Style
======================================================*/
.intelligent-area {
  background-color: #f1e9e7;
}

.intelligent-area .cherry-wrap {
  max-width: unset;
}

.intelligent-area .intelligent-img {
  background-image: url(../../assets/img/life-style-page-img/intelligent-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
Inspired Area Style
======================================================*/
.single-inspired {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.single-inspired .inspired-content {
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  position: relative;
  padding: 20px;
  margin-top: -50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-inspired .inspired-content .date {
  margin-bottom: 15px;
}

.single-inspired .inspired-content h3 {
  font-size: 20px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-inspired:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-inspired:hover .inspired-content {
  max-width: 100%;
}

.single-inspired:hover .inspired-content h3 {
  color: #dab583;
}

.inspired-area .owl-theme .owl-dots {
  margin-top: 0 !important;
  line-height: 1;
}

.inspired-area .owl-theme .owl-dots .owl-dot span {
  background-color: #8b8b8b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 10px;
}

.inspired-area .owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid #dab583;
  background-color: transparent;
  position: relative;
}

.inspired-area .owl-theme .owl-dots .owl-dot.active span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -15px;
  width: 8px;
  height: 2px;
  background-color: #dab583;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.inspired-area .owl-theme .owl-dots .owl-dot.active span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -15px;
  width: 8px;
  height: 2px;
  background-color: #dab583;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*
Subscribe Area
=================================================*/
.subscribe-area {
  background-color: #dab583;
  padding-top: 70px;
  padding-bottom: 70px;
}

.subscribe-area .subscribe-content h2 {
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
}

.subscribe-area .subscribe-wrap .newsletter-form {
  position: relative;
}

.subscribe-area .subscribe-wrap .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  padding: 22px 65px;
  background-color: #242424;
}

.subscribe-area .subscribe-wrap .newsletter-form .default-btn:hover {
  background-color: #ffffff;
  color: #dab583;
}

.subscribe-area .subscribe-wrap .form-control {
  height: 60px;
  color: #8b8b8b;
  border-radius: 0;
  border: none;
  width: 70%;
  display: inline-block;
}

.subscribe-area .subscribe-wrap .form-control:focus {
  background-color: #ffffff;
}

.subscribe-area .subscribe-wrap #validator-newsletter {
  color: #ff0000;
  position: absolute;
  bottom: -30px;
}

/*
Popular Today Area
=================================================*/
.popular-today-area .owl-theme .owl-dots {
  margin-top: 30px !important;
  line-height: 1;
}

.popular-today-area .owl-theme .owl-dots .owl-dot span {
  background-color: #8b8b8b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 10px;
}

.popular-today-area .owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid #dab583;
  background-color: transparent;
  position: relative;
}

.popular-today-area .owl-theme .owl-dots .owl-dot.active span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -15px;
  width: 8px;
  height: 2px;
  background-color: #dab583;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popular-today-area .owl-theme .owl-dots .owl-dot.active span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -15px;
  width: 8px;
  height: 2px;
  background-color: #dab583;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popular-today-area .trending-wrap .trending-text h3 {
  font-size: 20px;
}

/*
Instagram Area Two Style
=================================================*/
.single-slider-instagram {
  position: relative;
}

.single-slider-instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #dab583;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-slider-instagram .instagram-link {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-slider-instagram .instagram-link i {
  color: #ffffff;
  font-size: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-slider-instagram .instagram-link i:hover {
  color: #242424;
}

.single-slider-instagram:hover .instagram-link {
  top: 0;
}

.single-slider-instagram:hover::before {
  height: 100%;
}

/*
Footer Area Two Style
=================================================*/
.footer-area {
  background-color: #1f1f1f;
}

.footer-area .footer-wrap {
  text-align: center;
  max-width: 510px;
  margin: 0 auto 50px;
}

.footer-area .footer-wrap img {
  margin-bottom: 20px;
}

.footer-area .footer-wrap p {
  color: #ffffff;
  text-transform: uppercase;
}

.footer-area .footer-wrap p i {
  position: relative;
  top: 1px;
  color: #ff0000;
}

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

.footer-area .footer-wrap p a:hover {
  color: #dab583;
}

.footer-area .important-links {
  margin-bottom: 20px;
}

.footer-area .important-links li {
  display: inline-block;
  padding: 0 5px;
}

.footer-area .important-links li a {
  color: #959595;
  text-transform: uppercase;
}

.footer-area .important-links li a:hover {
  color: #ffffff;
}

.footer-area .important-links li:first-child {
  padding-left: 0;
}

.footer-area .important-links li:last-child {
  padding-right: 0;
}

.footer-area .social {
  margin-bottom: 20px;
  float: right;
}

.footer-area .social li {
  display: inline-block;
  padding: 0 5px;
}

.footer-area .social li a {
  color: #ffffff;
}

.footer-area .social li a i {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .social li a:hover {
  color: #dab583;
}

.footer-area .social li:first-child {
  padding-left: 0;
}

.footer-area .social li:last-child {
  padding-right: 0;
}

.footer-area .social li:nth-child(1) a i {
  color: #0c92ff;
}

.footer-area .social li:nth-child(1) a:hover i {
  color: #dab583;
}

.footer-area .social li:nth-child(2) a i {
  color: #1da1f2;
}

.footer-area .social li:nth-child(2) a:hover i {
  color: #dab583;
}

.footer-area .social li:nth-child(3) a i {
  color: #fe0eb2;
}

.footer-area .social li:nth-child(3) a:hover i {
  color: #dab583;
}

.footer-area .social li:nth-child(4) a i {
  color: #d32f2f;
}

.footer-area .social li:nth-child(4) a:hover i {
  color: #dab583;
}

.footer-area .social li:nth-child(5) a i {
  color: #e52d27;
}

.footer-area .social li:nth-child(5) a:hover i {
  color: #dab583;
}

/*====================================================
HOME PAGE TWO STYLE
======================================================

/*
Nav Area Two Style
======================================================*/
.nav-area-two .navbar-area .main-nav {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  position: relative;
}

.nav-area-two .navbar-area .main-nav .navbar .mean-menu {
  border-top: none;
  border-bottom: none;
  position: relative;
  z-index: 1;
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item {
  padding: 20px 0;
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo {
  padding: 0;
  position: relative;
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo::before {
  content: "";
  position: absolute;
  top: 40%;
  right: -2px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  z-index: 1;
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo .white-logo {
  display: none;
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo .nav-link::after {
  display: none;
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo .nav-link img {
  max-width: 100px;
  position: relative;
  top: 4px;
}

.nav-area-two .navbar-area .main-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/minimal-page-img/menu-shape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

.nav-area-two .others-option-two .search .search-txt {
  border: 1px solid #ffffff;
}

.nav-area-two .others-option-two .search .search-btn {
  background: #ffffff;
}

/*
Banner Area Two Style
======================================================*/
.banner-area-two {
  background-image: url(.././img/minimal-page-img/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 200px;
}

.banner-area-two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  z-index: -1;
}

.banner-area-two::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: -2;
}

.banner-area-two .banner-text {
  padding: 50px;
  max-width: 950px;
  margin: auto;
  -webkit-box-shadow: 0px -20px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -20px 20px 3px rgba(0, 0, 0, 0.05);
}

.banner-area-two .banner-social-area {
  max-width: 950px;
  background-color: #efe3e2;
  margin: auto;
  text-align: center;
}

.banner-area-two .banner-social-area .social-text {
  line-height: 1;
  text-align: center;
}

.banner-area-two .banner-social-area .social-text li {
  display: inline;
  font-size: 18px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.banner-area-two .banner-social-area .social-text li a {
  color: #242424;
}

.banner-area-two .banner-social-area .social-text li a:hover {
  color: #dab583;
}

.banner-area-two .banner-social-area .social-text li:hover a {
  color: #dab583;
}

.banner-area-two .banner-social-area .share-now {
  display: inline-block;
  display: block;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  font-size: 18px;
  color: #242424;
}

.banner-area-two .banner-social-area .share-now:hover {
  color: #dab583;
}

.banner-area-two .banner-social-area .share-now i {
  background-color: #c98f88;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  position: relative;
  top: 2px;
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-area-two .banner-social-area .share-now i:hover {
  background-color: #242424;
}

/*
Minimal Area Style
======================================================*/
.minimal-blog-area {
  padding-bottom: 50px;
}

.minimal-blog-wrap {
  margin-bottom: 50px;
}

.minimal-blog-wrap .single-minimal-blog {
  position: relative;
}

.minimal-blog-wrap .single-minimal-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
}

.minimal-blog-wrap .minimal-blog-content {
  text-align: center;
}

.minimal-blog-wrap .minimal-blog-content .date-two {
  margin-bottom: 20px;
}

.minimal-blog-wrap .minimal-blog-content h3 {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 30px;
}

.minimal-blog-wrap .minimal-blog-content h3:hover {
  color: #dab583;
}

.minimal-blog-wrap .minimal-blog-content p {
  margin-bottom: 20px;
}

.minimal-blog-wrap .minimal-blog-content .social-icon {
  line-height: 1;
  margin-bottom: 20px;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li {
  display: inline-block;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li span {
  font-size: 16px;
  position: relative;
  top: -4px;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li a {
  padding: 0 5px;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li a i {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:last-child a {
  padding-right: 0;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:first-child a {
  padding-left: 0;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(1) a i {
  color: #0c92ff;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(1) a:hover i {
  color: #dab583;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(2) a i {
  color: #1da1f2;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(2) a:hover i {
  color: #dab583;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(3) a i {
  color: #fe0eb2;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(3) a:hover i {
  color: #dab583;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(4) a i {
  color: #d32f2f;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(4) a:hover i {
  color: #dab583;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(5) a i {
  color: #e52d27;
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(5) a:hover i {
  color: #dab583;
}

/*
Subscribe Area Style
======================================================*/
.subscribe-area.two {
  background-image: url(../../assets/img/minimal-page-img/subscribe-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.subscribe-area.two .subscribe-area-wrap {
  max-width: 950px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
}

.subscribe-area.two .subscribe-area-wrap h2 {
  color: #242424;
  font-size: 22px;
  margin-bottom: 0;
}

.subscribe-area.two .subscribe-area-wrap .form-control {
  background-color: #c8c8c8;
}

.subscribe-area.two .subscribe-area-wrap .newsletter-form .default-btn {
  padding: 22px 40px;
}

/*====================================================
HOME PAGE THREE STYLE
======================================================

/*
Nav Area Two Style
======================================================*/
.nav-area-three .navbar-area .main-nav {
  background-color: #ffffff;
  position: relative;
}

.nav-area-three .navbar-area .main-nav .navbar .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-area-three .navbar-area .main-nav .navbar .mean-menu {
  position: relative;
  z-index: 1;
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item {
  padding: 15px 0;
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo {
  padding: 0;
  position: relative;
  padding: 0 60px;
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo::before {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 100%;
  height: 110%;
  background-color: #ffffff;
  z-index: 1;
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo .nav-link {
  z-index: 1;
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo .nav-link::after {
  display: none;
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo .nav-link img {
  max-width: 100px;
  position: relative;
  top: -1px;
}

.nav-area-three .others-option-two .search .search-txt {
  border: 1px solid #ffffff;
}

.nav-area-three .others-option-two .search .search-btn {
  background: #ffffff;
}

/*
Design Sponge Area Style
======================================================*/
.design-sponge-item {
  text-align: center;
  position: relative;
}

.design-sponge-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}

.design-sponge-item .design-sponge-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: auto;
}

.design-sponge-item .design-sponge-content .admin {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-left: 50px;
}

.design-sponge-item .design-sponge-content .admin img {
  margin-right: 10px;
  border-radius: 50px;
  width: unset;
  margin: auto;
  position: absolute;
  left: 0;
  top: -6px;
}

.design-sponge-item .design-sponge-content .admin a {
  color: #ffffff;
  font-size: 15px;
}

.design-sponge-item .design-sponge-content .admin a:hover {
  color: #dab583;
}

.design-sponge-item .design-sponge-content h3 {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  font-size: 30px;
}

.design-sponge-item .design-sponge-content h3:hover {
  color: #dab583;
}

.design-sponge-item .design-sponge-content .date li {
  color: #ffffff;
  border-color: #ffffff;
}

.design-sponge-wrap {
  position: relative;
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-prev::before {
  content: "PREV";
  position: absolute;
  left: 35px;
  bottom: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  color: #b56953;
  border-radius: 50%;
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-next::before {
  content: "NEXT";
  position: absolute;
  right: 35px;
  bottom: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  color: #b56953;
  border-radius: 50%;
}

.design-sponge-wrap.owl-theme span {
  display: none;
}

.design-sponge-wrap.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 50%;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
  background-color: #b56953;
  color: #ffffff;
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
  background-color: #b56953;
  color: #ffffff;
}

/*
Address Area Style
======================================================*/
.address-area {
  padding-top: 30px;
  padding-bottom: 30px;
}

.address-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.address-area .email-area {
  background-image: url(../../assets/img/interior-page-img/address-img/1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  padding: 50px;
  z-index: 1;
}

.address-area .email-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  z-index: -1;
}

.address-area .email-area span {
  display: block;
  color: #ffffff;
  font-size: 20px;
}

.address-area .email-area a {
  display: block;
  color: #ffffff;
  font-size: 30px;
}

.address-area .email-area a:hover {
  color: #dab583;
}

.address-area .subscribe-wrap {
  background-image: url(../../assets/img/interior-page-img/address-img/2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  padding: 50px;
  z-index: 1;
}

.address-area .subscribe-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  z-index: -1;
}

.address-area .subscribe-wrap h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 20px;
}

.address-area .subscribe-wrap .form-control {
  width: 60%;
  display: inline-block;
  background-color: #ffffff;
}

.address-area .subscribe-wrap .default-btn {
  display: inline-block;
  padding: 17px 60px;
  margin-left: 15px;
}

/*
Latest Articles Area Style
======================================================*/
.latest-articles-area {
  padding-bottom: 30px;
}

.latest-articles-area .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}

.latest-articles-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.latest-articles-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  z-index: -1;
}

.latest-articles-img.bg-1 {
  background-image: url(../../assets/img/interior-page-img/latest-articles-img/1.jpg);
}

.latest-articles-img.bg-2 {
  background-image: url(../../assets/img/interior-page-img/latest-articles-img/2.jpg);
}

.latest-articles-img.bg-3 {
  background-image: url(../../assets/img/interior-page-img/latest-articles-img/3.jpg);
}

.latest-articles-img.bg-4 {
  background-image: url(../../assets/img/interior-page-img/latest-articles-img/4.jpg);
}

.latest-articles-img.bg-5 {
  background-image: url(../../assets/img/interior-page-img/latest-articles-img/5.jpg);
}

.latest-articles-img.bg-6 {
  background-image: url(../../assets/img/interior-page-img/latest-articles-img/6.jpg);
}

.latest-articles-img.bg-7 {
  background-image: url(../../assets/img/interior-page-img/latest-articles-img/7.jpg);
}

.latest-articles-img.bg-8 {
  background-image: url(../../assets/img/interior-page-img/latest-articles-img/8.jpg);
}

.latest-articles-img.bg-9 {
  background-image: url(../../assets/img/interior-page-img/latest-articles-img/9.jpg);
}

.latest-articles-img.bg-10 {
  background-image: url(../../assets/img/interior-page-img/latest-articles-img/10.jpg);
}

.latest-articles-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.latest-articles-content .date {
  margin-bottom: 15px;
}

.latest-articles-content h3 {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 22px;
}

.latest-articles-content h3:hover {
  color: #dab583;
}

.latest-articles-content p {
  margin-bottom: 20px;
}

.latest-articles-content.must {
  padding: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.latest-articles-content.must h3 {
  font-size: 18px;
}

.latest-articles-content.must .read-more {
  font-size: 15px;
}

/*
Update News Area Style
======================================================*/
.news-update .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.update-bg {
  background-image: url(../../assets/img/interior-page-img/update-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.update-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.update-bg .owl-theme .owl-nav [class*=owl-].owl-prev::before {
  content: "PREV";
  position: absolute;
  left: 35px;
  bottom: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  color: #b56953;
  border-radius: 50%;
}

.update-bg .owl-theme .owl-nav [class*=owl-].owl-next::before {
  content: "NEXT";
  position: absolute;
  right: 35px;
  bottom: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  color: #b56953;
  border-radius: 50%;
}

.update-bg .owl-theme span {
  display: none;
}

.update-bg .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}

.update-bg .owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
  background-color: #b56953;
  color: #ffffff;
}

.update-bg .owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
  background-color: #b56953;
  color: #ffffff;
}

.update-news-item {
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.update-news-item .date {
  margin-bottom: 15px;
}

.update-news-item .date li {
  color: #ffffff;
}

.update-news-item h2 {
  margin-bottom: 0;
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.update-news-item h2:hover {
  color: #dab583;
}

.blogger {
  text-align: center;
  margin-bottom: 30px;
}

.blogger .blogger-content {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  max-width: 400px;
  margin: -50px auto 0;
  padding: 30px;
  position: relative;
}

.blogger .blogger-content h3 {
  font-size: 20px;
}

.blogger .blogger-content span {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.blogger .blogger-content p {
  border-bottom: 1px dashed #e4e4e4;
  padding-bottom: 15px;
}

.blogger .blogger-content .social-icon {
  line-height: 1;
}

.blogger .blogger-content .social-icon li {
  display: inline-block;
}

.blogger .blogger-content .social-icon li a {
  padding: 0 5px;
}

.blogger .blogger-content .social-icon li a i {
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  display: inline-block;
  padding: 5px;
  transition: all 0.5s;
}

.blogger .blogger-content .social-icon li:last-child a {
  padding-right: 0;
}

.blogger .blogger-content .social-icon li:first-child a {
  padding-left: 0;
}

.blogger .blogger-content .social-icon li:nth-child(1) a i {
  color: #0c92ff;
}

.blogger .blogger-content .social-icon li:nth-child(1) a:hover i {
  color: #dab583;
  border: 1px solid #dab583;
}

.blogger .blogger-content .social-icon li:nth-child(2) a i {
  color: #1da1f2;
}

.blogger .blogger-content .social-icon li:nth-child(2) a:hover i {
  color: #dab583;
  border: 1px solid #dab583;
}

.blogger .blogger-content .social-icon li:nth-child(3) a i {
  color: #fe0eb2;
}

.blogger .blogger-content .social-icon li:nth-child(3) a:hover i {
  color: #dab583;
  border: 1px solid #dab583;
}

.blogger .blogger-content .social-icon li:nth-child(4) a i {
  color: #d32f2f;
}

.blogger .blogger-content .social-icon li:nth-child(4) a:hover i {
  color: #dab583;
  border: 1px solid #dab583;
}

.blogger .blogger-content .social-icon li:nth-child(5) a i {
  color: #e52d27;
}

.blogger .blogger-content .social-icon li:nth-child(5) a:hover i {
  color: #dab583;
  border: 1px solid #dab583;
}

.categories-area h3 {
  border-top: 1px dashed #e4e4e4;
  border-bottom: 1px dashed #e4e4e4;
  padding: 5px 0;
  margin-bottom: 30px;
}

.categories-area ul li a {
  background-color: #b56953;
  display: block;
  padding: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.categories-area ul li a span {
  float: right;
  background-color: #ffffff;
  display: inline-block;
  padding: 3px 10px;
  color: #b56953;
}

.categories-area ul li a:hover {
  background-color: #242424;
}

/*====================================================
HOME PAGE FOUR STYLE
======================================================

/*
Nav Area Two Style
======================================================*/
.nav-area-four .navbar-area .main-nav {
  padding: 10px 0;
  background-color: transparent;
}

.nav-area-four .navbar-area .main-nav.bg-color {
  background-color: #ffffff;
}

.nav-area-four .navbar-area .main-nav .navbar .container {
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}

.nav-area-four .navbar-area .main-nav .navbar .mean-menu {
  border: none;
}

.nav-area-four .navbar-area .main-nav nav .navbar-nav .nav-item a::after {
  display: none;
}

.nav-area-four .navbar-area .navbar-brand {
  padding-top: 0;
  margin-right: -60px;
}

.nav-area-four .navbar-area.is-sticky {
  background-color: #ffffff;
}

.nav-area-four .others-option-two {
  position: unset;
}

.nav-area-four .others-option-two .search .search-txt {
  border: 1px solid #ffffff;
}

.nav-area-four .others-option-two .search .search-btn {
  background: #ffffff;
}

/*
Sidebar Area Style
======================================================*/
.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 30%;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar-modal .sidebar-modal-inner .close-btn {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 36px;
  background-color: #242424;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
  color: #ffffff;
  background-color: #dab583;
}

.sidebar-modal .sidebar-about-area {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-about-area .title h2 {
  margin-bottom: 0;
  font-size: 24px;
}

.sidebar-modal .sidebar-about-area .title p {
  margin-top: 15px;
  font-size: 15px;
}

.sidebar-modal .sidebar-instagram-feed {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-instagram-feed h2 {
  margin-bottom: 25px;
  font-size: 24px;
}

.sidebar-modal .sidebar-instagram-feed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}

.sidebar-modal .sidebar-instagram-feed ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.sidebar-modal .sidebar-instagram-feed ul li a {
  display: block;
  position: relative;
}

.sidebar-modal .sidebar-instagram-feed ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
  opacity: .50;
  visibility: visible;
}

.sidebar-modal .sidebar-contact-area .contact-info {
  text-align: center;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 24px;
  text-transform: lowercase;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #dab583;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:hover {
  color: #8b8b8b;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
  color: #8b8b8b;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #dab583;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
  display: block;
  color: #8b8b8b;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 1px;
  padding-left: 0;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 38px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #8b8b8b;
  display: block;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a i {
  font-size: 16px;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #dab583;
  background-color: #dab583;
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.9);
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

/*
Banner Area Style
======================================================*/
.banner-area-four {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.banner-area-four .container {
  max-width: 1300px;
}

.banner-area-four .banner-bg-color {
  background-color: #ffffff;
  padding: 80px 30px 30px;
}

.banner-area-four .banner-text {
  text-align: left;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.banner-area-four .banner-text h1 {
  font-size: 70px;
}

.banner-area-four .travel-admin {
  position: relative;
  top: 100px;
}

.banner-area-four .travel-admin .travel-admin-text {
  position: absolute;
  left: 0;
  top: 13px;
  padding-left: 100px;
}

.banner-area-four .travel-admin .travel-admin-text h3 {
  margin-bottom: 5px;
}

.banner-area-four .admin-post-wrap {
  background-color: #ffffff;
  max-width: 300px;
  margin-left: auto;
  margin-top: -50px;
}

.banner-area-four .admin-post-wrap .admin-post-admin-text .date {
  margin-bottom: 20px;
}

.banner-area-four .admin-post-wrap .admin-post-admin-text h3 {
  font-size: 18px;
}

.banner-area-four .admin-post-wrap.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 0;
}

.banner-area-four .admin-post-wrap.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #242424;
}

/*
Find Desire Area Style
======================================================*/
.find-desire-area .container {
  max-width: 1300px;
}

.find-desire-area .col-lg-4:nth-child(1) .single-find-desire {
  border-bottom: 1px dashed #eeeeee;
  border-right: 1px dashed #eeeeee;
}

.find-desire-area .col-lg-4:nth-child(2) .single-find-desire {
  border-bottom: 1px dashed #eeeeee;
  border-right: 1px dashed #eeeeee;
}

.find-desire-area .col-lg-4:nth-child(3) .single-find-desire {
  border-bottom: 1px dashed #eeeeee;
}

.find-desire-area .col-lg-4:nth-child(4) .single-find-desire {
  border-right: 1px dashed #eeeeee;
}

.find-desire-area .col-lg-4:nth-child(5) .single-find-desire {
  border-right: 1px dashed #eeeeee;
}

.find-desire-content span {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1;
  padding-left: 10px;
}

.find-desire-content span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #8b8b8b;
}

.find-desire-content h2 {
  font-size: 40px;
  margin-bottom: 22px;
}

.find-desire-content p {
  margin-bottom: 0;
}

.find-desire-content .default-btn {
  margin-top: 30px;
  background-color: #ae661f;
  color: #ffffff;
}

.find-desire-content .default-btn:hover {
  color: #ffffff;
}

.single-find-desire {
  text-align: center;
  cursor: pointer;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-find-desire i {
  font-size: 60px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-find-desire span {
  display: block;
  margin-bottom: 10px;
}

.single-find-desire h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
}

.single-find-desire:hover {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-find-desire:hover i {
  color: #ffffff;
}

/*
Destination Area Style
======================================================*/
.destination-area .container {
  max-width: 1300px;
}

.single-destination {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-destination .destination-content {
  position: absolute;
  bottom: -14px;
  left: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-destination .destination-content span {
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.single-destination .destination-content h3 {
  font-size: 40px;
  margin-bottom: 0;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-destination .destination-content h3:hover {
  color: #dab583;
}

.single-destination:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-destination:hover .destination-content {
  bottom: 15px;
}

/*
Exploring Area Style
======================================================*/
.exploring-area .container {
  max-width: 1300px;
}

.exploring-area .blogger .blogger-img {
  position: relative;
}

.exploring-area .blogger .blogger-img .astiver {
  position: absolute;
  bottom: -25px;
  z-index: 1;
  right: 0;
  left: 0;
}

.exploring-area .blogger .blogger-img .astiver p {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  color: #ffffff;
}

.exploring-area .blogger .blogger-content {
  margin-top: 0;
}

.exploring-area .blogger .blogger-content p {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.exploring-area .blogger .blogger-content .follow {
  position: relative;
}

.exploring-area .blogger .blogger-content .follow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  border: 1px dashed #eeeeee;
}

.exploring-area .blogger .blogger-content .follow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 1px;
  border: 1px dashed #eeeeee;
}

.single-exploring .exploring-content {
  margin-top: -40px;
}

.single-exploring .exploring-content .dddddd {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.single-exploring .exploring-content .dddddd .date {
  position: absolute;
  top: 35%;
  left: 40px;
}

.single-exploring .exploring-content .dddddd .date li {
  text-transform: capitalize;
  color: #ffffff;
  border-color: #ffffff;
}

.single-exploring .exploring-content h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.single-exploring .exploring-content p {
  margin-bottom: 30px;
}

.single-exploring .exploring-content .read-more {
  color: #ffffff;
}

.single-exploring .exploring-content .read-more i {
  position: relative;
  top: 3px;
  color: #ffffff;
}

/*
Advices Area Style
======================================================*/
.advices-area .container {
  max-width: 1300px;
}

.advices-area .container .advices-wrap {
  text-align: center;
  background-image: url(../../assets/img/travel-page-img/advices-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.advices-area .container .advices-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.35;
  z-index: -1;
}

.advices-area .container .advices-wrap .advices-content {
  max-width: 700px;
  margin: auto;
}

.advices-area .container .advices-wrap .advices-content .advices-shape {
  position: relative;
  margin-bottom: 10px;
}

.advices-area .container .advices-wrap .advices-content .advices-shape span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  color: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.advices-area .container .advices-wrap .advices-content h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 25px;
}

.advices-area .container .advices-wrap .advices-content .read-more {
  color: #ffffff;
}

.advices-area .container .advices-wrap .advices-content .read-more i {
  position: relative;
  top: 4px;
  color: #ffffff;
}

/*
News And Blog Area Style
======================================================*/
.news-and-blog-area .container {
  max-width: 1300px;
}

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

.single-news-blog .news-blog-content {
  margin-top: 30px;
}

.single-news-blog .news-blog-content .date {
  margin-bottom: 20px;
}

.single-news-blog .news-blog-content .date li {
  text-transform: capitalize;
}

.single-news-blog .news-blog-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-news-blog .news-blog-content h3:hover {
  color: #dab583;
}

.single-news-blog .news-blog-content .admin span {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.single-news-blog .news-blog-content .admin img {
  border-radius: 50px;
}

.single-news-blog.four {
  margin-top: -110px;
}

.single-news-blog:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Travel Area Style
======================================================*/
.travel-area {
  background-image: url(../../assets/img/travel-page-img/from-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: cover;
  text-align: center;
}

/*
From Book Area Style
======================================================*/
.from-book-area .container {
  max-width: 1300px;
}

.from-book-area .default-btn.four {
  display: block;
  line-height: 1.3;
}

/*
Map Area Style
======================================================*/
.map-area .container {
  max-width: 1300px;
}

.map-area .map-wrap iframe {
  height: 500px;
  width: 100%;
}

/*
Product Area Style
======================================================*/
.product-area .container {
  max-width: 1300px;
}

.product-area .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.product-area .owl-prev i {
  font-size: 50px;
  color: #8b8b8b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-area .owl-prev:hover i {
  color: #ffffff;
}

.product-area .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.product-area .owl-next i {
  font-size: 50px;
  color: #8b8b8b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-area .owl-next:hover i {
  color: #ffffff;
}

.product-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.single-product {
  text-align: center;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.single-product .product-content {
  padding-top: 30px;
}

.single-product .product-content ul {
  line-height: 1;
  margin-bottom: 15px;
}

.single-product .product-content ul li {
  display: inline-block;
  color: #ffffff;
  padding: 0 5px;
}

.single-product .product-content ul li del {
  color: #8b8b8b;
}

.single-product .product-content h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.single-product .product-content h3:hover {
  color: #dab583;
}

.single-product .product-content .default-btn.four {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 185px;
  bottom: -24px;
  padding: 10px 30px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.single-product:hover {
  border-color: #16a085;
}

.single-product:hover .default-btn.four {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*
Travel Essential Area Style
======================================================*/
.travel-essential-area .container {
  max-width: 1300px;
}

.travel-essential-area .single-exploring {
  margin-bottom: 30px;
}

/*
Instagram Area Style
======================================================*/
.instagram-area {
  padding-top: 40px;
}

.instagram-area.four {
  background-color: #f0faf4;
}

/*
Footer Area Style
======================================================*/
.footer-area-four {
  background-color: #1c2522;
}

.single-widget {
  margin-bottom: 30px;
}

.single-widget img {
  margin-bottom: 30px;
}

.single-widget p {
  margin-bottom: 25px;
  color: #ffffff;
}

.single-widget .social-icon {
  line-height: 1;
}

.single-widget .social-icon li {
  display: inline-block;
}

.single-widget .social-icon li a {
  padding: 0 5px;
}

.single-widget .social-icon li a i {
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #8b8b8b;
}

.single-widget .social-icon li:last-child a {
  padding-right: 0;
}

.single-widget .social-icon li:first-child a {
  padding-left: 0;
}

.single-widget .social-icon li:nth-child(1) a i {
  color: #0c92ff;
}

.single-widget .social-icon li:nth-child(1) a:hover i {
  color: #dab583;
}

.single-widget .social-icon li:nth-child(2) a i {
  color: #1da1f2;
}

.single-widget .social-icon li:nth-child(2) a:hover i {
  color: #dab583;
}

.single-widget .social-icon li:nth-child(3) a i {
  color: #fe0eb2;
}

.single-widget .social-icon li:nth-child(3) a:hover i {
  color: #dab583;
}

.single-widget .social-icon li:nth-child(4) a i {
  color: #d32f2f;
}

.single-widget .social-icon li:nth-child(4) a:hover i {
  color: #dab583;
}

.single-widget .social-icon li:nth-child(5) a i {
  color: #e52d27;
}

.single-widget .social-icon li:nth-child(5) a:hover i {
  color: #dab583;
  border-color: #dab583;
}

.single-widget h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.single-widget .important-link li {
  margin-bottom: 7px;
}

.single-widget .important-link li:last-child {
  margin-bottom: 0;
}

.single-widget .important-link li a {
  color: #ffffff;
  font-size: 17px;
}

.single-widget .important-link li a:hover {
  color: #dab583;
}

.single-widget .recent-link li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
}

.single-widget .recent-link li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
  color: #8e8e8e;
}

.single-widget .recent-link li span {
  display: block;
  color: #ffffff;
  color: #8e8e8e;
  font-size: 16px;
  margin-bottom: 5px;
}

.single-widget .recent-link li a {
  font-size: 17px;
  color: #ffffff;
}

.single-widget .recent-link li a:hover {
  color: #dab583;
}

.single-widget .newsletter-form .form-control {
  background-color: #ffffff;
  border-color: #ffffff;
}

.single-widget .newsletter-form .default-btn.four {
  margin-top: 20px;
  width: 100%;
}

#validator-newsletter {
  color: #ff0000;
  margin-top: 10px;
}

/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
  background-color: #27312e;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom-area .copy-right p {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #ffffff;
}

.footer-bottom-area .copy-right p i {
  position: relative;
  top: 2px;
}

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

.footer-bottom-area .copy-right p a:hover {
  color: #dab583;
}

/*====================================================
INNER PAGE STYLE AREA
======================================================*/
/* 

/*
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  padding-top: 240px;
  padding-bottom: 150px;
  text-align: center;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.page-title-area.bg-1 {
  background-image: url(../../assets/img/page-title-bg/1.jpg);
}

.page-title-area.bg-2 {
  background-image: url(../../assets/img/page-title-bg/2.jpg);
}

.page-title-area.bg-3 {
  background-image: url(../../assets/img/page-title-bg/3.jpg);
}

.page-title-area.bg-4 {
  background-image: url(../../assets/img/page-title-bg/4.jpg);
}

.page-title-area.bg-5 {
  background-image: url(../../assets/img/page-title-bg/5.jpg);
}

.page-title-area.bg-6 {
  background-image: url(../../assets/img/page-title-bg/6.jpg);
}

.page-title-area.bg-7 {
  background-image: url(../../assets/img/page-title-bg/7.jpg);
}

.page-title-area.bg-8 {
  background-image: url(../../assets/img/page-title-bg/8.jpg);
}

.page-title-area.bg-9 {
  background-image: url(../../assets/img/page-title-bg/9.jpg);
}

.page-title-area.bg-10 {
  background-image: url(../../assets/img/page-title-bg/10.jpg);
}

.page-title-area.bg-11 {
  background-image: url(../../assets/img/page-title-bg/11.jpg);
}

.page-title-area.bg-12 {
  background-image: url(../../assets/img/page-title-bg/12.jpg);
}

.page-title-area.bg-13 {
  background-image: url(../../assets/img/page-title-bg/13.jpg);
}

.page-title-area.bg-14 {
  background-image: url(../../assets/img/page-title-bg/14.jpg);
}

.page-title-area.bg-15 {
  background-image: url(../../assets/img/page-title-bg/15.jpg);
}

.page-title-area.bg-16 {
  background-image: url(../../assets/img/page-title-bg/16.jpg);
}

.page-title-area.bg-17 {
  background-image: url(../../assets/img/page-title-bg/17.jpg);
}

.page-title-area.bg-18 {
  background-image: url(../../assets/img/page-title-bg/18.jpg);
}

.page-title-area.bg-19 {
  background-image: url(../../assets/img/page-title-bg/19.jpg);
}

.page-title-area.bg-20 {
  background-image: url(../../assets/img/page-title-bg/20.jpg);
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
  color: #ffffff;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -7px;
  background-color: #dab583;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

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

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

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

.page-title-area .page-title-content ul .active {
  color: #dab583;
}

/*
Contact Area Style
=====================================================*/
.page-title-area.contact-page-title {
  padding-bottom: 250px;
}

.contact-area .contact-wrap {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  margin-top: -100px;
}

.contact-area .contact-title {
  margin-bottom: 30px;
}

.contact-area .contact-title .top-title {
  text-transform: uppercase;
  letter-spacing: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.contact-area .contact-form {
  background-color: #ffffff;
  padding: 50px;
  max-width: 800px;
  margin: 0 auto 0;
  background-color: #f4f4f4;
  position: relative;
  z-index: 1;
}

.contact-area #contactForm .form-group {
  margin-bottom: 30px;
}

.contact-area #contactForm #msgSubmit {
  margin-bottom: 0;
  margin-top: 30px;
}

.contact-area #contactForm .text-danger {
  color: #dc3545;
}

.contact-area #contactForm .text-succuss {
  color: #ffffff;
}

.contact-area #contactForm .hidden {
  display: none;
}

.contact-area #contactForm .list-unstyled {
  margin-top: 10px;
  color: #dc3545;
}

/*
Quick Recipes Area Style
======================================================*/
.quick-recipes-area .single-exploring {
  text-align: center;
}

.quick-recipes-area .single-exploring .exploring-content {
  padding-top: 30px;
  max-width: 800px;
  margin: auto;
}

.quick-recipes-area .single-exploring .exploring-content .date {
  margin-bottom: 15px;
}

.quick-recipes-area .single-exploring .exploring-content .read-more {
  color: #8b8b8b;
}

.quick-recipes-area .single-exploring .exploring-content .read-more:hover {
  color: #ff9600;
}

.quick-recipes-area .single-exploring .exploring-content .follow {
  margin-top: 0;
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
}

.quick-recipes-area .single-exploring .exploring-content .follow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  width: 100px;
  height: 1px;
  border: 1px dashed #eeeeee;
}

.quick-recipes-area .single-exploring .exploring-content .follow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -120px;
  width: 100px;
  height: 1px;
  border: 1px dashed #eeeeee;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon {
  line-height: 1;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li {
  display: inline-block;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li a {
  padding: 0 5px;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li a i {
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  display: inline-block;
  padding: 5px;
  transition: all 0.5s;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:last-child a {
  padding-right: 0;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:first-child a {
  padding-left: 0;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(1) a i {
  color: #0c92ff;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(1) a:hover i {
  color: #dab583;
  border: 1px solid #dab583;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(2) a i {
  color: #1da1f2;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(2) a:hover i {
  color: #dab583;
  border: 1px solid #dab583;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(3) a i {
  color: #fe0eb2;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(3) a:hover i {
  color: #dab583;
  border: 1px solid #dab583;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(4) a i {
  color: #d32f2f;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(4) a:hover i {
  color: #dab583;
  border: 1px solid #dab583;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(5) a i {
  color: #e52d27;
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(5) a:hover i {
  color: #dab583;
  border: 1px solid #dab583;
}

.quick-recipes-area .blogger .blogger-img {
  position: relative;
}

.quick-recipes-area .blogger .blogger-content {
  margin-top: 0;
  max-width: unset;
}

.quick-recipes-area .blogger .blogger-content p {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.quick-recipes-area .blogger .blogger-content .follow {
  position: relative;
}

.quick-recipes-area .blogger .blogger-content .follow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  border: 1px dashed #eeeeee;
}

.quick-recipes-area .blogger .blogger-content .follow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 1px;
  border: 1px dashed #eeeeee;
}

.quick-recipes-area .food-newsletter {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.quick-recipes-area .food-newsletter h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.quick-recipes-area .food-newsletter .newsletter-form .form-control {
  margin-bottom: 20px;
  background-color: #ffffff;
}

.quick-recipes-area .food-newsletter .default-btn.four {
  width: 100%;
  background-color: #ff9600;
}

/*
Best Product Area Style
======================================================*/
.single-best-product {
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-best-product .best-product-content {
  padding: 30px;
}

.single-best-product .best-product-content .admin {
  margin-bottom: 15px;
}

.single-best-product .best-product-content .admin span {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  position: relative;
  top: 3px;
}

.single-best-product .best-product-content h3 {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-best-product .best-product-content h3:hover {
  color: #ff9600;
}

.single-best-product .best-product-content .date li {
  text-transform: capitalize;
}

.single-best-product:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.book-Restaurant {
  background-image: url(../../assets/img/food-page-img/book-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.book-Restaurant .book-Restaurant-content {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 30px;
  max-width: 247px;
  margin: 0 auto 0;
}

.book-Restaurant .book-Restaurant-content .date {
  margin-bottom: 10px;
}

.book-Restaurant .book-Restaurant-content .date li {
  text-transform: capitalize;
}

.bast-recent-post .recent {
  margin-top: 30px;
  border-top: 1px dashed #eeeeee;
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 30px;
}

.bast-recent-post ul li {
  position: relative;
  padding-left: 90px;
  margin-bottom: 20px;
}

.bast-recent-post ul li:last-child {
  margin-bottom: 0;
}

.bast-recent-post ul li h3 {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bast-recent-post ul li h3:hover {
  color: #ff9600;
}

.bast-recent-post ul li img {
  position: absolute;
  left: 0;
  top: 0;
}

.bast-recent-post ul li span {
  margin-bottom: 5px;
  display: inline-block;
}

.bast-recent-post ul li h3 {
  margin-bottom: 0;
}

/*
Travel About Page Area Style
======================================================*/
.travel-about-page {
  position: relative;
  z-index: 1;
}

.travel-about-page::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 1300px;
  height: 100%;
  margin: auto;
  background-color: #ffffff;
  z-index: -1;
}

.travel-about-page .follow-wrap {
  text-align: center;
}

.travel-about-page .travel-about-img img {
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.timeline-img2 {
  background-image: url(../../assets/img/timeline-img/2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
Blog Page Area Style
======================================================*/
.exploring-area .exploring-bg-wrap {
  background-color: #ffffff;
  padding-top: 50px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.exploring-area .exploring-bg-wrap .exploring-wrap {
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.exploring-area .exploring-bg-wrap .exploring-wrap .date {
  margin-bottom: 25px;
  display: inline-block;
}

.exploring-area .exploring-bg-wrap .exploring-wrap .date li {
  background-color: #16a085;
  color: #ffffff;
  padding: 8px 10px;
  border: none;
  margin: 0 5px;
}

.exploring-area .exploring-bg-wrap .exploring-wrap h2 {
  font-size: 40px;
  margin-bottom: 35px;
}

.exploring-area .exploring-bg-wrap .exploring-wrap .admin {
  position: relative;
  display: inline-block;
  padding-left: 100px;
  text-align: left;
}

.exploring-area .exploring-bg-wrap .exploring-wrap .admin img {
  border-radius: 50px;
  position: absolute;
  top: -16px;
  left: 0;
}

.exploring-area .exploring-bg-wrap .exploring-wrap .admin h3 {
  margin-bottom: 0;
}

/*
Blog Details Area Style
======================================================*/
.blog-details-left-area .blog-details-single-post {
  margin-bottom: 30px;
}

.blog-details-left-area .blog-details-single-post span {
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 5px 10px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}

.blog-details-left-area .blog-details-single-post h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.blog-details-left-area .blog-details-single-post ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}

.blog-details-left-area .blog-details-single-post ul li:first-child {
  padding-left: 0;
  padding-right: 0;
}

.blog-details-left-area .blog-details-single-post ul li a {
  color: #8b8b8b;
}

.blog-details-left-area .blog-details-single-post ul li a i {
  color: #8b8b8b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-left-area .blog-details-single-post ul li a:hover {
  color: #dab583;
}

.blog-details-left-area .blog-details-single-post ul li a:hover i {
  color: #dab583;
}

.blog-details-left-area .blog-details-single-post ul li i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.blog-details-left-area .blog-details-single-post .blog-details-img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-details-left-area .blog-details-admin {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.blog-details-left-area .blog-details-admin .blog-admin img {
  position: absolute;
  left: 0;
  top: -0;
  border-radius: 50px;
}

.blog-details-left-area .blog-details-admin .blog-admin h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.blog-details-left-area .blog-details-admin .social-icon {
  line-height: 1;
  float: right;
}

.blog-details-left-area .blog-details-admin .social-icon li {
  display: inline-block;
}

.blog-details-left-area .blog-details-admin .social-icon li a {
  padding: 0 5px;
}

.blog-details-left-area .blog-details-admin .social-icon li a i {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-left-area .blog-details-admin .social-icon li:last-child a {
  padding-right: 0;
}

.blog-details-left-area .blog-details-admin .social-icon li:first-child a {
  padding-left: 0;
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(1) a i {
  color: #0c92ff;
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(1) a:hover i {
  color: #dab583;
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(2) a i {
  color: #1da1f2;
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(2) a:hover i {
  color: #dab583;
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(3) a i {
  color: #fe0eb2;
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(3) a:hover i {
  color: #dab583;
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(4) a i {
  color: #d32f2f;
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(4) a:hover i {
  color: #dab583;
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(5) a i {
  color: #e52d27;
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(5) a:hover i {
  color: #dab583;
}

.blog-details-left-area .blockquote-1 {
  position: relative;
  padding-left: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-details-left-area .blockquote-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #ffffff;
}

.blog-details-left-area .blockquote-1 p {
  font-size: 25px;
  color: #595959;
}

.blog-details-left-area .blockquote-1 span {
  font-size: 20px;
  font-style: italic;
  color: #ffffff;
}

.blog-details-left-area .color {
  color: #ffffff;
}

.blog-details-left-area .single-post-2 p {
  margin-bottom: 30px;
}

.blog-details-left-area .single-post-2 .single-post-img-1 {
  background-image: url(../../assets/img/blog-details-img/4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.blog-details-left-area .single-post-2 ul {
  margin-top: 50px;
  margin-bottom: 30px;
}

.blog-details-left-area .single-post-2 ul li {
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
  padding-left: 35px;
}

.blog-details-left-area .single-post-2 ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
}

.blog-details-left-area .blockquote-2 {
  background-color: #eeeeee;
  position: relative;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-details-left-area .blockquote-2::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/blog-details-img/quate.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.blog-details-left-area .blockquote-2 p {
  font-size: 25px;
  color: #595959;
}

.blog-details-left-area .blockquote-2 span {
  font-size: 20px;
  font-style: italic;
  color: #ffffff;
}

.blog-details-left-area .blog-details-sheare {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 50px;
}

.blog-details-left-area .blog-details-sheare .blog-sheare-tag ul li {
  display: inline-block;
  background-color: #eeeeee;
  padding: 5px 10px;
}

.blog-details-left-area .blog-details-sheare .social-icon {
  line-height: 1;
  text-align: right;
}

.blog-details-left-area .blog-details-sheare .social-icon .share {
  position: relative;
  top: -3px;
}

.blog-details-left-area .blog-details-sheare .social-icon li {
  display: inline-block;
}

.blog-details-left-area .blog-details-sheare .social-icon li a {
  padding: 0 5px;
}

.blog-details-left-area .blog-details-sheare .social-icon li a i {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-left-area .blog-details-sheare .social-icon li:last-child a {
  padding-right: 0;
}

.blog-details-left-area .blog-details-sheare .social-icon li:first-child a {
  padding-left: 0;
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(1) a i {
  color: #0c92ff;
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(1) a:hover i {
  color: #dab583;
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(2) a i {
  color: #1da1f2;
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(2) a:hover i {
  color: #dab583;
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(3) a i {
  color: #fe0eb2;
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(3) a:hover i {
  color: #dab583;
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(4) a i {
  color: #d32f2f;
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(4) a:hover i {
  color: #dab583;
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(5) a i {
  color: #e52d27;
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(5) a:hover i {
  color: #dab583;
}

.blog-details-left-area .prev-next {
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.blog-details-left-area .prev-next::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  height: 80%;
  width: 1px;
  background-color: #eeeeee;
}

.blog-details-left-area .prev-next .prev-post {
  font-size: 18px;
}

.blog-details-left-area .prev-next .prev-post a {
  color: #8b8b8b;
}

.blog-details-left-area .prev-next .prev-post a:hover {
  color: #ffffff;
}

.blog-details-left-area .prev-next .prev-post i {
  position: relative;
  top: 1px;
  color: #ffffff;
}

.blog-details-left-area .prev-next .next-post {
  font-size: 18px;
  float: right;
}

.blog-details-left-area .prev-next .next-post a {
  color: #8b8b8b;
}

.blog-details-left-area .prev-next .next-post a:hover {
  color: #ffffff;
}

.blog-details-left-area .prev-next .next-post i {
  position: relative;
  top: 1px;
  color: #ffffff;
}

.blog-details-left-area .related-post-wrap {
  margin-top: 50px;
}

.blog-details-left-area .related-post-wrap .title {
  text-align: center;
  font-size: 30px;
}

.blog-details-left-area .related-post {
  margin-top: 30px;
  position: relative;
}

.blog-details-left-area .related-post img {
  width: unset;
}

.blog-details-left-area .related-post .admin {
  position: relative;
}

.blog-details-left-area .related-post .admin span {
  position: absolute;
  top: 8px;
  left: 40px;
}

.blog-details-left-area .related-post.owl-theme .owl-nav [class*=owl-].owl-prev::before {
  content: "PREV";
  position: absolute;
  left: -125px;
  bottom: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  color: #ffffff;
  border-radius: 50%;
}

.blog-details-left-area .related-post.owl-theme .owl-nav [class*=owl-].owl-next::before {
  content: "NEXT";
  position: absolute;
  right: -125px;
  bottom: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  color: #ffffff;
  border-radius: 50%;
}

.blog-details-left-area .related-post.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 100px;
  right: 100px;
  top: 25%;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}

.blog-details-left-area .related-post.owl-theme .owl-nav span {
  display: none;
}

.blog-details-left-area .related-post.owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
  background-color: #b56953;
  color: #ffffff;
}

.blog-details-left-area .related-post.owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
  background-color: #b56953;
  color: #ffffff;
}

.blog-details-left-area .profile {
  background-color: #eeeeee;
  padding: 30px;
  margin-top: 20px;
  position: relative;
  padding-left: 230px;
}

.blog-details-left-area .profile img {
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 30px;
}

.blog-details-left-area .profile .social-icon {
  line-height: 1;
}

.blog-details-left-area .profile .social-icon .share {
  position: relative;
  top: -3px;
}

.blog-details-left-area .profile .social-icon li {
  display: inline-block;
}

.blog-details-left-area .profile .social-icon li a {
  padding: 0 5px;
}

.blog-details-left-area .profile .social-icon li a i {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-left-area .profile .social-icon li:last-child a {
  padding-right: 0;
}

.blog-details-left-area .profile .social-icon li:first-child a {
  padding-left: 0;
}

.blog-details-left-area .profile .social-icon li:nth-child(1) a i {
  color: #0c92ff;
}

.blog-details-left-area .profile .social-icon li:nth-child(1) a:hover i {
  color: #dab583;
}

.blog-details-left-area .profile .social-icon li:nth-child(2) a i {
  color: #1da1f2;
}

.blog-details-left-area .profile .social-icon li:nth-child(2) a:hover i {
  color: #dab583;
}

.blog-details-left-area .profile .social-icon li:nth-child(3) a i {
  color: #fe0eb2;
}

.blog-details-left-area .profile .social-icon li:nth-child(3) a:hover i {
  color: #dab583;
}

.blog-details-left-area .profile .social-icon li:nth-child(4) a i {
  color: #d32f2f;
}

.blog-details-left-area .profile .social-icon li:nth-child(4) a:hover i {
  color: #dab583;
}

.blog-details-left-area .profile .social-icon li:nth-child(5) a i {
  color: #e52d27;
}

.blog-details-left-area .profile .social-icon li:nth-child(5) a:hover i {
  color: #dab583;
}

.blog-details-left-area .comments-wrap {
  margin-top: 50px;
  border-top: 1px solid #eeeeee;
  padding-top: 40px;
}

.blog-details-left-area .comments-wrap .title {
  font-size: 30px;
  margin-bottom: 30px;
}

.blog-details-left-area .comments-wrap ul li {
  position: relative;
  background-color: #eeeeee;
  padding: 30px;
  padding-left: 150px;
  margin-bottom: 30px;
}

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

.blog-details-left-area .comments-wrap ul li img {
  border-radius: 50%;
  position: absolute;
  top: 35px;
  left: 30px;
}

.blog-details-left-area .comments-wrap ul li h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.blog-details-left-area .comments-wrap ul li span {
  margin-bottom: 10px;
  display: block;
}

.blog-details-left-area .comments-wrap ul li p {
  margin-bottom: 0;
}

.blog-details-left-area .comments-wrap ul li a {
  position: absolute;
  top: 30px;
  right: 30px;
}

.blog-details-left-area .comments-wrap ul .ml-30 {
  margin-left: 30px;
}

.blog-details-right-area .blog-widget {
  margin-bottom: 35px;
}

.blog-details-right-area .blog-widget .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
}

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

.blog-details-right-area .blog-widget.search-widget .search-form .form-control {
  height: 50px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px;
  width: 100%;
}

.blog-details-right-area .blog-widget.search-widget .search-form .form-control:focus {
  border-color: #ffffff;
}

.blog-details-right-area .blog-widget.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-right-area .blog-widget.search-widget .search-form button:hover {
  background-color: #dab583;
}

.blog-details-right-area .blog-widget.search-widget .search-form button i {
  color: #ffffff;
}

.blog-details-right-area .blog-widget.resent-post-widget ul li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 80px;
}

.blog-details-right-area .blog-widget.resent-post-widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.blog-details-right-area .blog-widget.resent-post-widget ul li a {
  position: relative;
  display: block;
  padding-left: 90px;
}

.blog-details-right-area .blog-widget.resent-post-widget ul li a img {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-details-right-area .blog-widget.resent-post-widget ul li a span {
  display: block;
  margin-bottom: 5px;
  color: #8b8b8b;
}

.blog-details-right-area .blog-widget.resent-post-widget ul li a h3 {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-right-area .blog-widget.resent-post-widget ul li a h3:hover {
  color: #ffffff;
}

.blog-details-right-area .blog-widget.archives-widget ul li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blog-details-right-area .blog-widget.archives-widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.blog-details-right-area .blog-widget.archives-widget ul li a {
  position: relative;
  display: block;
  color: #8b8b8b;
}

.blog-details-right-area .blog-widget.archives-widget ul li a span {
  display: block;
  margin-bottom: 5px;
  color: #8b8b8b;
  float: right;
}

.blog-details-right-area .blog-widget.archives-widget ul li a:hover {
  color: #ffffff;
}

.blog-details-right-area .blog-widget.archives-widget ul li a:hover span {
  color: #ffffff;
}

.blog-details-right-area .blog-widget.categories-widget ul li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blog-details-right-area .blog-widget.categories-widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.blog-details-right-area .blog-widget.categories-widget ul li a {
  position: relative;
  display: block;
  color: #8b8b8b;
}

.blog-details-right-area .blog-widget.categories-widget ul li a span {
  display: block;
  margin-bottom: 5px;
  color: #8b8b8b;
  float: right;
}

.blog-details-right-area .blog-widget.categories-widget ul li a:hover {
  color: #ffffff;
}

.blog-details-right-area .blog-widget.categories-widget ul li a:hover span {
  color: #ffffff;
}

.blog-details-right-area .blog-widget.tags-widget ul li {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-right-area .blog-widget.tags-widget ul li a {
  position: relative;
  display: block;
  color: #8b8b8b;
}

.blog-details-right-area .blog-widget.tags-widget ul li:hover {
  background-color: #ffffff;
}

.blog-details-right-area .blog-widget.tags-widget ul li:hover a {
  color: #ffffff;
}

/* 
Cart Area Style
=====================================================*/
.cart-area .cart-table table {
  margin-bottom: 0;
}

.cart-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  font-size: 15px;
}

.cart-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-area .cart-table table tbody tr td.product-thumbnail img {
  width: 60px;
  height: 60px;
}

.cart-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-area .cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 600;
  display: inline-block;
}

.cart-area .cart-table table tbody tr td.product-name a:hover {
  color: #242424;
}

.cart-area .cart-table table tbody tr td.product-price span {
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #666666;
  float: right;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}

.cart-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #242424;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #dab583;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #242424;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #242424;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #242424;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #242424;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #242424;
}

.cart-area .cart-buttons {
  margin-top: 30px;
}

.cart-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}

.cart-area .cart-totals h3 {
  margin-bottom: 25px;
}

.cart-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-area .cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 600;
}

.cart-area .cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-area .cart-totals ul li:last-child {
  border-top: none;
}

.cart-area .cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

.cart-area .cart-area .nice-select {
  height: 50px;
  line-height: 49px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 18px;
}

.cart-area .cart-wraps {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
}

.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap .nice-select {
  background-color: #f2f9fc;
}

.cart-area .coupon-wrap .nice-select .list {
  width: 100%;
}

.cart-area .coupon-wrap .nice-select .option {
  color: #242424 !important;
}

.cart-area .coupon-wrap .nice-select .option:hover {
  color: #ffffff !important;
  background-color: #1089d4 !important;
}

.cart-area .coupon-wrap select .option.focus, .cart-area .coupon-wrap .nice-select .option.selected.focus {
  background-color: #1089d4 !important;
  color: #ffffff !important;
}

.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
}

.cart-area .coupon-wrap .form-group {
  margin-bottom: 18px;
}

.cart-area .coupon-wrap .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border-radius: 0;
}

.cart-area .coupon-wrap .nice-select .current {
  position: relative;
  top: 4px;
}

.cart-area .table-bordered > :not(caption) > * {
  border-top: none;
}

.cart-area .text-right {
  text-align: right;
}

.cart-area .default-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* 
Checkout Area Style 
=====================================================*/
.checkout-area .user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #dab583;
  position: relative;
  color: #dab583;
}

.checkout-area .user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.checkout-area .user-actions i {
  color: #dab583;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.checkout-area .user-actions span {
  display: inline-block;
  font-weight: 500;
  color: #242424;
}

.checkout-area .user-actions span a {
  display: inline-block;
  color: #dab583;
  font-size: 15px;
}

.checkout-area .user-actions span a:hover {
  color: #dab583;
}

.checkout-area .user-actions span a:focus {
  color: #dab583;
}

.checkout-area .checkout-area .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.checkout-area .billing-details {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .billing-details .form-group {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-group label {
  display: block;
  color: #242424;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group label .required {
  color: red;
}

.checkout-area .billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #242424;
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-area .billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
  background-color: #dab583 !important;
  color: #ffffff;
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}

.checkout-area .billing-details .form-group .nice-select:after {
  right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: #dab583 !important;
  color: #ffffff !important;
}

.checkout-area .billing-details .form-group textarea {
  padding-top: 13px;
}

.checkout-area .billing-details .form-check {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-check .form-check-label {
  color: #242424;
}

.checkout-area .billing-details .form-check label {
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .order-details .order-table table {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 700;
}

.checkout-area .order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #242424;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a {
  color: #242424;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
  color: #242424;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
  color: #242424;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
  color: #242424;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.total-price span {
  color: #242424;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.shipping-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}

.checkout-area .order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #dab583;
  position: relative;
  margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #dab583;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #242424;
  position: relative;
  margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #dab583;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.checkout-area .order-details .payment-box .btn.order-btn {
  display: block;
  margin-top: 25px;
}

.checkout-area .order-details .payment-box .default-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
}

/*
Product Details Area Style
=====================================================*/
.product-details-area .product-details-desc h3 {
  margin-bottom: 12px;
  font-weight: 700;
}

.product-details-area .product-details-desc p {
  margin-bottom: 0;
}

.product-details-area .product-details-desc .price {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700;
}

.product-details-area .product-details-desc .price span {
  padding: 0 5px;
}

.product-details-area .product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}

.product-details-area .product-details-desc .product-review {
  margin-bottom: 15px;
}

.product-details-area .product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-details-area .product-details-desc .product-review .rating i {
  color: #ffba0a;
}

.product-details-area .product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}

.product-details-area .product-details-desc .product-review .rating-count:hover {
  color: #dab583;
  border-color: #dab583;
}

.product-details-area .product-details-desc .product-add-to-cart {
  margin-top: 20px;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #242424;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .default-btn {
  border: none;
  cursor: pointer;
  float: right;
}

.product-details-area .product-details-desc .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .btn i {
  margin-right: 2px;
}

.product-details-area .product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.product-details-area .product-details-desc .buy-checkbox-btn input {
  display: none;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #57647c;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #333333;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #333333;
  border-color: #333333;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.product-details-area .product-details-desc .buy-checkbox-btn .btn {
  display: block;
  width: 100%;
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.product-details-area .product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.product-details-area .product-details-desc .custom-payment-options span {
  display: block;
  color: #57647c;
  margin-bottom: 15px;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
  margin-right: 5px;
}

.product-details-area .product-details-image {
  text-align: center;
  background-color: #f7f7f7;
}

.product-details-area .tab .tabs_item {
  display: none;
}

.product-details-area .tab .tabs_item:first-child {
  display: block;
}

.product-details-area .products-details-tab {
  margin-top: 50px;
}

.product-details-area .products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}

.product-details-area .products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.product-details-area .products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  border: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 700;
}

.product-details-area .products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.product-details-area .products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  margin: 2px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .products-details-tab .tabs li a:hover {
  color: #ffffff;
  background-color: #dab583;
  border-color: #dab583;
}

.product-details-area .products-details-tab .tabs li a:hover .dot {
  border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:hover .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #dab583;
  border-color: #dab583;
}

.product-details-area .products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.product-details-area .products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #dab583;
  border-color: #dab583;
}

.product-details-area .products-details-tab .tabs li.current a .dot {
  border: 1px solid #ffffff;
}

.product-details-area .products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tab_content {
  border: 1px solid #eeeeee;
  padding: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #57647c;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 10px 11px;
  font-size: 11px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 4px;
  background-color: #242424;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #ff4800;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #444444;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}

/*
Sign In & Log In  Area Style
=====================================================*/
.user-area-all-style {
  position: relative;
  z-index: 1;
}

.user-area-all-style .contact-form-action {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin: auto;
  max-width: 570px;
}

.user-area-all-style .contact-form-action form .submit-btn {
  margin-top: 24px;
}

.user-area-all-style .contact-form-action form .default-btn {
  font-size: 14px;
  padding: 15px 40px;
  margin-bottom: 30px;
}

.user-area-all-style .contact-form-action form .default-btn.btn-two {
  display: table;
  margin: 0 auto 0;
  padding: 15px 40px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(1) .default-btn {
  background-color: #db4a39;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
  background-color: #3b5998;
  display: table;
  margin: 0 auto 30px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
  background-color: #00acee;
  float: right;
}

.user-area-all-style .contact-form-action form .reset-btn {
  margin-top: 0;
}

.user-area-all-style .contact-form-action form .form-condition {
  margin-bottom: 20px;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label a {
  color: #dab583;
}

.user-area-all-style .contact-form-action form .form-group {
  margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .account-desc {
  margin: 25px auto 0;
  display: table;
  font-weight: 600;
}

.user-area-all-style .contact-form-action .account-desc a {
  color: #dab583;
  margin-left: 10px;
  font-weight: 600;
}

.user-area-all-style .contact-form-action #chb1 {
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.user-area-all-style .contact-form-action #chb2 {
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.user-area-all-style .contact-form-action .forget {
  float: right;
  color: #dab583;
  font-weight: 600;
}

.user-area-all-style .contact-form-action .now-register {
  font-weight: 600;
  float: right;
  margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .now-register a {
  color: #dab583;
}

.user-area-all-style .contact-form-action .now-log-in {
  color: #dab583;
  font-weight: 600;
}

.user-area-all-style .contact-form-action .now-log-in .font-q {
  font-weight: 600;
}

.user-area-all-style .log-in-img {
  background-image: url(../../assets/img/log-in-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.user-area-all-style .sign-in-img {
  background-image: url(../../assets/img/sign-in-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.recover-password-area .contact-form-action {
  max-width: 570px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.recover-password-area .contact-form-action .form-heading h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.recover-password-area .contact-form-action .form-heading p {
  margin-bottom: 30px;
}

/*
Client Area Style
======================================================*/
.single-client {
  text-align: center;
  background-color: #ffffff;
  position: relative;
  margin-top: 30px;
  margin-bottom: 165px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  background-color: #fef4f8;
  margin-bottom: 195px;
  transition: all 0.5s;
}

.single-client .quotes {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  color: #dab583;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client ul li {
  display: inline-block;
}

.single-client ul li i {
  font-size: 20px;
  color: #ffba0a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 45px solid #ffffff;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 50px solid transparent;
  bottom: -24px;
  left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client::before {
  border-top: 45px solid #fef4f8;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  left: 0;
  right: 0;
  margin: auto;
}

.single-client .client-img {
  left: 0;
  right: 0;
}

.single-client .client-img h3 {
  color: #242424;
}

.single-client:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.client-img {
  position: absolute;
  left: 30px;
  bottom: -170px;
}

.client-img img {
  border-radius: 10px;
  margin-bottom: 15px;
}

.client-img h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #ffffff;
}

.client-img span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #dab583;
}

/*
Terms Conditions Area CSS
======================================================*/
.terms-conditions-area h3 {
  margin-bottom: 30px;
}

.terms-conditions-area ul li {
  margin-bottom: 20px;
}

.terms-conditions-area ul li p {
  position: relative;
  padding-left: 35px;
}

.terms-conditions-area ul li p strong {
  position: absolute;
  left: 0;
  top: 0;
}

.single-privacy h3 {
  margin-bottom: 30px;
}

.single-privacy ul li {
  margin-bottom: 20px;
}

.single-privacy ul li p {
  position: relative;
  padding-left: 35px;
}

.single-privacy ul li p strong {
  position: absolute;
  left: 0;
  top: 0;
}

/* 
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url(../../assets/img/coming-soon-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coming-soon-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8b8b8b;
  opacity: 0.4;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
          clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  background-color: #fef4f8;
  padding: 70px 30px;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #242424;
  font-size: 60px;
  margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #242424;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #242424;
  color: #8b8b8b;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #dab583;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #dab583;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}

.coming-soon-area .coming-soon-content ul {
  margin-top: 30px;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  margin: 0 5px;
}

.coming-soon-area .coming-soon-content ul li a {
  width: 30px;
  height: 30px;
  line-height: 36px;
  background-color: #dab583;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.coming-soon-area .coming-soon-content ul li a i {
  font-size: 18px;
}

.coming-soon-area .coming-soon-content ul li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  padding: 50px 0;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}

.error-area .error-content-wrap h1 {
  font-size: 300px;
  line-height: 1;
  color: #242424;
}

.error-area .error-content-wrap h1 .a {
  -webkit-animation: bounce 3s infinite linear;
          animation: bounce 3s infinite linear;
  display: inline-block;
}

.error-area .error-content-wrap h1 .b {
  -webkit-animation: bounce 3s infinite linear;
          animation: bounce 3s infinite linear;
  display: inline-block;
}

.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #242424;
}

/*
Video Area Style
=====================================================*/
.single-minimal-blog .videos-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
Full Width Area Style
=====================================================*/
.full-width-blog {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*
Left Sidebar Area Style
=====================================================*/
.left-sidebar .single-featured .featured-content {
  padding: 20px;
}

/*
Post Style Two Area Style
=====================================================*/
.post-style-two {
  max-width: 810px;
  margin: auto;
}

.video-page {
  padding-bottom: 100px;
}

/*====================================================
OTHERS STYLE AREA
======================================================*/
/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 93%;
  right: -10%;
  background-color: #dab583;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #dab583;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #242424;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 89px;
  text-align: center;
  border-radius: 0;
  color: #dab583;
  position: relative;
  top: 3px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#dab583), to(#dab583));
  background-image: linear-gradient(to bottom right, #dab583, #dab583);
}

.video-btn i {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#dab583), to(#dab583));
  background-image: linear-gradient(to bottom right, #dab583, #dab583);
}

.video-btn::before {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
  background-color: #dab583;
}

.video-btn:hover i {
  color: #ffffff;
}

.video-btn:hover::after, .video-btn:hover::before {
  background-color: #dab583;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*
Section Title Area Style*/
.section-title {
  max-width: 900px;
  margin: -6px auto 40px;
  text-align: center;
  position: relative;
}

.section-title.three {
  margin-bottom: 30px;
}

.section-title.three h2 {
  text-transform: uppercase;
  font-size: 30px;
}

.section-title.four h2 {
  background-color: transparent;
}

.section-title.four h2::before {
  display: none;
}

.section-title.four h2::after {
  display: none;
}

.section-title span {
  color: #dab583;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  position: relative;
  display: block;
  text-transform: capitalize;
  background-color: #ffffff;
  z-index: 1;
}

.section-title h2 i {
  position: relative;
  top: 5px;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 250px;
  height: 1px;
  border-bottom: 1px dashed #8b8b8b;
  z-index: -1;
}

.section-title h2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 250px;
  height: 1px;
  border-bottom: 1px dashed #8b8b8b;
  z-index: -1;
}

.section-title.white-title span {
  color: #ffffff;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

/*
Nice select Area Style*/
.nice-select .list {
  width: 100%;
}

.nice-select .option:hover {
  background-color: #242424;
  color: #ffffff;
}

.nice-select .option.selected.focus {
  color: #242424;
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 35px;
}

.pagination-area .page-numbers {
  width: 38px;
  height: 38px;
  background-color: #dab583;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  line-height: 41px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 20px;
  font-weight: 600;
}

.pagination-area .page-numbers.prev {
  width: 50px;
  height: 50px;
  line-height: 53px;
  font-size: 15px;
}

.pagination-area .page-numbers.next {
  width: 50px;
  height: 50px;
  line-height: 53px;
  font-size: 15px;
}

.pagination-area .page-numbers:hover {
  color: #ffffff;
  background-color: #242424;
}

.pagination-area .page-numbers i {
  position: relative;
  top: 2.2px;
}

.pagination-area .page-numbers.current {
  color: #ffffff;
  background-color: #242424;
}

.date {
  line-height: 1;
}

.date li {
  display: inline-block;
  border-right: 1px dashed #8b8b8b;
  text-transform: uppercase;
  padding: 0 8px;
}

.date li:first-child {
  padding-left: 0;
}

.date li:last-child {
  border-right: none;
  padding-right: 0;
}

.date.date-two li {
  background-color: #b99995;
  color: #ffffff;
  padding: 8px 10px;
  margin: 0 10px;
}

.date.date-two li:first-child {
  border-right: none;
  background-color: #c98f88;
  margin-left: 0;
}

.date.date-two li:first-child {
  margin-right: 0;
}
/*# sourceMappingURL=style.css.map */