@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Fioxen - Directory & Listings HTML Template
    Template URI: site.com
    Description: Fioxen - Directory & Listings HTML Template
    Author: WebTend 
    Author URI: https://webtend.net/
    Version: 1.0

-----------------------------------------------------------------------------------

##### CSS INDEX  ######

    01. Theme default css
    02. Header css
    03. Hero css
    04. Category CSS
    05. Features css
    06. Elements css
    07. Listing css
    08. Place css
    09. Products css
    10. Testimonial css
    11. Team css
    12. Blog css
    13. Widget css
    14. Footer css
    15. Contact css


-----------------------------------------------------------------------------------*/
/*=========================
    1. Start COMMON css 
==========================*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600&family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #383838;
  margin: 0px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 90px;
  line-height: 90px;
}

h2 {
  font-size: 48px;
  line-height: 55px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  color: #343434;
  margin: 0px;
}

input, textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  line-height: 24px;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .container-lg {
    max-width: 1300px;
  }
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slick-slide {
  outline: 0;
}

ul.social-link li {
  display: inline-block;
}

.form_group {
  position: relative;
}

.form_control {
  width: 100%;
  padding: 0 25px;
  height: 60px;
  border: none;
}

textarea.form_control {
  padding-top: 15px;
  display: inherit;
}

.section-title span.sub-title {
  margin-bottom: 17px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.section-title span.sub-title:after, .section-title span.sub-title:before {
  display: inline-block;
  content: "..";
}
.section-title span.sub-title:after {
  margin-left: 7px;
}
.section-title span.sub-title:before {
  margin-right: 7px;
}
.section-title.section-title-left span.sub-title:after {
  display: none;
}
.section-title.section-title-right span.sub-title:before {
  display: none;
}
.section-title h2 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.section-title.section-title-two h2 {
  font-weight: 300;
  line-height: 50px;
}
.section-title.section-title-two h2 span.line {
  position: relative;
  font-weight: 700;
  z-index: 1;
}
.section-title.section-title-two h2 span.line:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  height: 8px;
  width: 100%;
  background-color: #ffb700;
  z-index: -1;
}

/*===== All bg =====*/
.light-bg {
  background-color: #f7f7f7;
}

.dark-black {
  background-color: #121416;
}

.light-grey {
  background-color: #5c5c5c;
}

/*===== All Button Style =====*/
button {
  border: none;
}

.main-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  background-color: #ffb700;
  padding: 16px 40px;
  color: #333; /* white */
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  border-radius: 3px;
  overflow: hidden;
  /* &.icon-btn{
      &:after{
          display: inline-block;
          content: '\e61a';
          font-family: 'themify';
          font-size: 12px;
          margin-left: 5px;
      }
  } */
}
.main-btn:hover {
  color: #333 !important;
}
.main-btn:hover:before {
  bottom: 0;
}
.main-btn:before {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff9d00;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-btn.filled-btn {
  background-color: transparent;
  border: 2px solid #383838;
  color: #383838;
  line-height: 25px;
}

/*
    nice select css
*/
.nice-select {
  outline: none;
  float: none;
  border-radius: 0px;
  padding: 0 25px;
}
.nice-select.open:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.nice-select:after {
  content: "\e64b";
  font-family: "themify";
  right: 30px;
  font-size: 12px;
  font-weight: 400;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border: none;
  top: 0;
  margin-top: 0;
  color: #2E2E2E;
}
.nice-select .list {
  width: 100%;
}

/*
    search 
*/
#search-modal {
  background: rgba(23, 26, 33, 0.85);
}
#search-modal .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
#search-modal .modal-content:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#search-modal .form_control {
  padding-left: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
  margin-bottom: 0;
  height: 50px;
}
#search-modal .form_control:focus {
  border-color: #ff9d00;
}
#search-modal .form_control::-webkit-input-placeholder {
  color: #fff;
}
#search-modal .form_control::-moz-placeholder {
  color: #fff;
}
#search-modal .form_control:-ms-input-placeholder {
  color: #fff;
}
#search-modal .form_control::-ms-input-placeholder {
  color: #fff;
}
#search-modal .form_control::placeholder {
  color: #fff;
}
#search-modal .search_btn {
  position: absolute;
  background: transparent;
  top: 10px;
  right: 10px;
  color: #fff;
}

/*
    Start Preloader css
*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
}
.preloader .loader {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 9999;
  -webkit-animation: loadershake infinite 0.8s linear;
          animation: loadershake infinite 0.8s linear;
}

@-webkit-keyframes loadershake {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes loadershake {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
/*
    End Preloader css
*/
/*
    Start scroll_up css
*/
.back-to-top {
  background: #ff9d00;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 337;
}
.back-to-top:hover, .back-to-top:focus {
  background: #ffb700;
  color: #fff;
}

/*
    End scroll_up css
*/
/*====================
    End COMMON css 
======================*/
.contact-information-list .information-item .icon, .copyright-area .copyright-text p, .footer-widget .widget.categories-widget ul.categories-link li a, .footer-widget .widget.categories-widget ul.categories-link li, .footer-widget .widget p, .footer-widget .widget h4.widget-title,
.footer-widget .widget h3.widget-title,
.footer-widget .widget p.widget-title, .sidebar-widget-area .widget.contact-info-widget .contact-info-content .social-link li a:hover, .sidebar-widget-area .widget.contact-info-widget .contact-map .support-icon, .sidebar-widget-area .widget.tag-cloud-widget a:hover, .sidebar-widget-area .widget.categories-widget .categories-nav li a:hover, .blog-details-wrapper .entry-content .post-tag a:hover, .blog-post-item-four .entry-content .cat-btn, .blog-post-item-three .post-thumbnail .post-date a, .blog-post-item-one .post-thumbnail .post-date a, .team-item-one .team-img .team-social ul.social-link li a, .product-details-wrapper .products-gallery-slider .slick-arrow, .products-item-one .product-img .product-overlay .product-meta .icon:hover, .products-filter .list li a.active, .products-filter .list li a:hover, .place-item-three .place-thumbnail .place-overlay .place-content ul.ratings span, .place-item-three .place-thumbnail .place-overlay .place-content ul.ratings, .place-item-three .place-thumbnail .place-overlay .place-content h4, .place-item-two .place-thumbnail .place-overlay .place-content .icon, .place-item-one .place-thumbnail .place-content span.listing, .listing-details-wrapper.listing-details-wrapper-two .listing-info-area .button .icon-btn:hover, .listing-details-wrapper .listing-rating-box .single-average-rating span.rating, .listing-list-item-three .listing-thumbnail .thumbnail-meta .meta-icon-title .icon, .listing-list-item-two .listing-thumbnail .thumbnail-meta .meta-icon-title .icon, .listing-list-item-one .listing-thumbnail .cat-btn, .listing-tab-filter .nav-link.active, .listing-grid-one .listing-thumbnail .thumbnail-meta .meta-icon-title .icon, .listing-slider-one .slick-arrow:hover, .listing-search-filter .filter-right ul.filter-nav li a.active, .listing-search-filter .filter-right ul.filter-nav li a:hover, .fioxen-pagination .pagination-list li a.active, .fioxen-pagination .pagination-list li a:hover, .newsletter-wrapper .newsletter-content-box-one .content h3, .newsletter-wrapper .newsletter-content-box-one .icon, .client-wrapper-two .client-content-box .main-btn:hover, .client-wrapper-two .client-content-box p, .download-content-box-one ul.button li .app-btn:hover .info h6, .download-content-box-one ul.button li .app-btn:hover .info span, .intro-content-box-one p, .intro-wrapper-one .play-content-one h5, .cta-wrapper-two .cta-content-box .main-btn:hover, .cta-wrapper-two .cta-content-box h2, .cta-wrapper-two .cta-content-box p, .cta-wrapper-two .company-name, .cta-wrapper-one .cta-content-box h2, .features-list-one .list-item .icon i, .category-item-two .category-img .category-overlay .category-content a, .breadcrumbs-wrapper-one .button .icon-btn:hover, .hero-wrapper-three .hero-search-wrapper .search-nav .nav-link.active, .hero-wrapper-three .hero-content h3, .hero-wrapper-three .hero-content h1, .hero-wrapper-two .hero-content p.tags, .hero-wrapper-two .hero-content h3, .hero-wrapper-two .hero-content h1, .section-title.section-title-white span.sub-title, .section-title.section-title-white h2, .section-title.section-title-white p {
  color: #fff;
}

.sidebar-widget-area .widget.newsletter-widget .newsletter-widget-wrap h3, .listing-details-wrapper .listing-content p.para, .featured-btn {
  color: #333;
}

.contact-information-list .information-item .info p a:hover, .footer-widget .widget.recent-post-widget .post-widget-list .post-content-item .post-title-date h6.title:hover, .sidebar-widget-area .widget.business-hour-widget ul.time-info li span.st-close, .sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6:hover, .sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date .posted-on i, .sidebar-widget-area .widget.search-widget form .form_group i, .blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content .reply, .blog-details-wrapper .post-navigation .post-nav-item h5:hover, .blog-details-wrapper .entry-content .list li:before, .blog-details-wrapper .entry-content .fioxen-blockquote h6, .blog-details-wrapper .entry-content p span, .blog-post-item-four .entry-content h3.title:hover, .blog-post-item-four .entry-content .post-meta ul li span i, .blog-post-item-four .entry-content .post-meta ul li span:hover, .blog-post-item-three .entry-content .post-meta ul li span i, .blog-post-item-three .entry-content h3.title:hover, .blog-post-item-two .entry-content h3.title:hover, .blog-post-item-one .entry-content .post-meta ul li span i, .blog-post-item-one .entry-content .cat-btn:hover, .blog-post-item-one .entry-content h3.title:hover, .post-meta ul li span a:hover, .btn-link:hover, .description-wrapper .products-review-form .ratings li:hover i, .description-wrapper .products-review-area ul.review-list .review .review-content .reply:hover, .product-details-wrapper .product-info .product-meta .wishlist-btn, .product-details-wrapper .product-info span.price, .products-item-one .product-info span.price, .products-filter .sort-dropdown .show-text p, .add-listing-form.upload-listing-form .upload-content .upload-title-icon span, .listing-details-wrapper.listing-details-wrapper-two .listing-info-area .listing-info-content .listing-meta ul li span i, .listing-details-wrapper .listing-review-box .review-list .review .review-content .content-meta .reply, .listing-list-item-three .listing-thumbnail .listing-meta ul span i, .listing-list-item-two .listing-content .listing-meta ul span i, .listing-list-item-two .listing-thumbnail .listing-meta ul span i, .listing-list-item-one .listing-content .listing-meta ul span i, .listing-grid-item-two .listing-content .listing-meta ul span i, .listing-grid-one .listing-content .listing-meta ul span i, .listing-grid-one .listing-content span.phone-meta:hover, .listing-item .listing-content span.phone-meta:hover, .listing-item .listing-content h3.title:hover, .single-checkbox label:after, .newsletter-wrapper .newsletter-form i, .intro-wrppaer-two .play-content .video-popup, .intro-wrapper-one .play-content-one .video-popup i, .counter-item-one .info h3, ul.ratings.ratings-five li.star:nth-child(5) i, ul.ratings.ratings-five li.star:nth-child(4) i, ul.ratings.ratings-five li.star:nth-child(3) i, ul.ratings.ratings-five li.star:nth-child(2) i, ul.ratings.ratings-five li.star:nth-child(1) i, ul.ratings.ratings-four li.star:nth-child(4) i, ul.ratings.ratings-four li.star:nth-child(3) i, ul.ratings.ratings-four li.star:nth-child(2) i, ul.ratings.ratings-four li.star:nth-child(1) i, ul.ratings.ratings-three li.star:nth-child(3) i, ul.ratings.ratings-three li.star:nth-child(2) i, ul.ratings.ratings-three li.star:nth-child(1) i, ul.ratings.ratings-two li.star:nth-child(2) i, ul.ratings.ratings-two li.star:nth-child(1) i, ul.ratings.ratings-one li.star:nth-child(1) i, .work-process-wrapper .single-process-step .process-content-box .step-count, .features-item-two .icon i, .features-item-one .icon i, .category-item-three:hover .info h4.title, .category-item-three:hover .icon i, .category-item-one:hover .info .icon i, .hero-wrapper-three .hero-content p.tags span, .header-area .header-top .top-right ul li a:hover, .header-area .header-top .top-content p a, .header-area .header-top .top-social ul.social-link li a:hover, .section-title span.sub-title {
  color: #ff9d00;
}

.copyright-area .copyright-link ul li a:hover, .copyright-area .copyright-text p span, .footer-widget .widget.categories-widget ul.categories-link li a:hover, .hero-wrapper-two .hero-content p.tags span {
  color: #ffb700;
}

.contact-information-list .information-item .icon, .footer-widget .widget.about-widget .footer-social ul.social-link li a:hover, .sidebar-widget-area .widget.contact-info-widget .contact-info-content .social-link li a:hover, .sidebar-widget-area .widget.contact-info-widget .contact-map .support-icon, .sidebar-widget-area .widget.tag-cloud-widget a:hover, .sidebar-widget-area .widget.categories-widget .categories-nav li a:hover, .blog-details-wrapper .comments-respond .single-checkbox input:checked + label:before, .blog-details-wrapper .entry-content .post-tag a:hover, .blog-details-wrapper .entry-content .post-meta, .blog-post-item-four .entry-content .cat-btn, .description-wrapper .description-tabs .nav-tabs .nav-link:after, .product-details-wrapper .products-gallery-slider .slick-arrow, .products-item-one .product-img .product-overlay .product-meta .icon:hover, .products-filter .list li a.active, .products-filter .list li a:hover, .place-item-two .place-thumbnail .place-overlay .place-content .icon, .place-item-two .place-thumbnail .place-overlay .place-content .info span.span:before, .place-item-one .place-thumbnail .place-content span.listing, .add-listing-form h4.title:after, .add-listing-form h4.title:before, .listing-details-wrapper.listing-details-wrapper-two .listing-info-area .button .icon-btn:hover, .listing-details-wrapper .listing-rating-box .single-average-rating span.rating, .listing-list-item-three .listing-thumbnail .thumbnail-meta .meta-icon-title .icon, .listing-list-item-two .listing-thumbnail .thumbnail-meta .meta-icon-title .icon, .listing-list-item-one .listing-thumbnail .cat-btn, .listing-tab-filter .nav-link.active, .listing-grid-item-two .listing-thumbnail .cat-btn, .listing-grid-one .listing-thumbnail .thumbnail-meta .meta-icon-title .icon, .listing-slider-one .slick-arrow:hover, .listing-search-filter .filter-right ul.filter-nav li a.active, .listing-search-filter .filter-right ul.filter-nav li a:hover, .fioxen-pagination .pagination-list li a.active, .fioxen-pagination .pagination-list li a:hover, .single-checkbox input:checked + label:before, .download-content-box-one ul.button li .app-btn:hover, .features-list-one .list-item .icon, .category-item-three .info h4.title a:after, .category-item-one .category-btn, .breadcrumbs-wrapper-one .button .icon-btn:hover, .hero-wrapper-three .hero-search-wrapper .search-nav .nav-link.active {
  background-color: #ff9d00;
}

.featured-btn {
  background-color: #ffb700;
}

.products-item-one .product-img .product-overlay .product-meta .icon, .products-filter .list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*=========================
    02. Header css 
==========================*/
/* Transparent Header */
.transparent-header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* Header Navigation */
@media only screen and (min-width: 1200px) {
  .header-navigation .main-menu {
    text-align: end;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .main-menu {
    text-align: end;
  }
}
.header-navigation .main-menu ul > li.has-children > a:after {
  content: "\e64b";
  font-family: "themify";
  font-weight: 400;
  display: inline-block;
  color: #383838;
  font-size: 13px;
  margin-top: 2px;
  margin-left: 5px;
  float: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .main-menu ul > li.has-children > a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-navigation .main-menu ul > li.has-children > a:after {
    display: none;
  }
}
.header-navigation .main-menu ul > li.has-children > a.active:after {
  color: #ff9d00;
}
.header-navigation .main-menu ul > li.has-children .sub-menu li.has-children:hover > a:after {
  color: #fff;
}
.header-navigation .main-menu ul > li.has-children .sub-menu li.has-children > a:after {
  margin-left: 0px;
  margin-right: 5px;
  color: #383838;
}
.header-navigation .main-menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-navigation .main-menu ul li {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.header-navigation .main-menu ul li:first-child > a {
  padding-left: 0px;
}
.header-navigation .main-menu ul li > a {
  display: block;
  font-size: 16px;
  color: #383838;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  text-transform: capitalize;
  padding: 32px 0px;
  line-height: 1;
}
.header-navigation .main-menu ul li > a.active {
  color: #ff9d00;
}
.header-navigation .main-menu ul li.nav-btn {
  display: none;
}
@media (max-width: 767px) {
  .header-navigation .main-menu ul li.nav-btn {
    display: inline-block;
  }
  .header-navigation .main-menu ul li.nav-btn .main-btn {
    color: #fff;
    padding: 14px 30px;
  }
}
.header-navigation .main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  height: auto;
  text-align: left;
}
.header-navigation .main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul li .sub-menu li:last-child > a {
  border-bottom: none;
}
.header-navigation .main-menu ul li .sub-menu li a {
  display: block;
  padding: 7px 15px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height: 2;
  margin: 0;
  border-bottom: 1px solid #ececec;
  color: #1b3255;
}
.header-navigation .main-menu ul li .sub-menu li a:hover {
  background-color: #ff9d00;
  color: #fff;
  border-color: transparent;
}
.header-navigation .main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul li .sub-menu li:hover > a {
  background-color: #ff9d00;
  color: #fff;
}
.header-navigation .main-menu ul li:hover.menu-item-has-children > a:after {
  color: #ff9d00;
}
.header-navigation .main-menu ul li:hover > a {
  color: #ff9d00;
}
.header-navigation .main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .main-menu ul li .dd-trigger {
  display: none;
}
.header-navigation.breakpoint-on .nav-menu {
  text-align: left;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  padding-top: 70px;
}
.header-navigation.breakpoint-on .nav-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
  border-bottom: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
  border-top: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #383838;
  padding: 13px 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li.nav-btn {
  padding: 10px 20px;
  display: none;
}
@media (max-width: 767px) {
  .header-navigation.breakpoint-on .nav-menu .main-menu ul li.nav-btn {
    display: inline-block;
  }
  .header-navigation.breakpoint-on .nav-menu .main-menu ul li.nav-btn .main-btn {
    display: inline-block;
    color: #fff;
  }
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
  color: #383838;
  padding: 0px 20px 0 40px;
  line-height: 45px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 42px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgb(234, 234, 234);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #383838;
  font-size: 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .navbar-close,
.header-navigation.breakpoint-on .navbar-toggler {
  display: block;
}
.header-navigation .header-right-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-navigation .navbar-toggler {
  display: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #383838;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}
.header-navigation .navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: none;
  cursor: pointer;
  background: #ff9d00;
}
.header-navigation .navbar-close i {
  color: #fff;
  font-size: 20px;
}

/* Header Area Common */
.header-area .header-top .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .header-top .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-top .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-area .header-top .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-area .header-top .top-social {
    text-align: center;
  }
}
.header-area .header-top .top-social ul.social-link li {
  margin-right: 10px;
}
.header-area .header-top .top-social ul.social-link li span {
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  color: #383838;
}
@media (max-width: 767px) {
  .header-area .header-top .top-content {
    padding: 10px 0;
  }
}
.header-area .header-top .top-content p a {
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  text-decoration: underline;
  text-underline-position: under;
}
.header-area .header-top .top-right {
  float: right;
}
@media (max-width: 991px) {
  .header-area .header-top .top-right {
    float: none;
  }
  .header-area .header-top .top-right ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-area .header-top .top-right ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.header-area .header-top .top-right ul li:after {
  content: "|";
  margin-left: 15px;
  margin-right: 10px;
  font-size: 20px;
  color: #dcdedf;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .header-top .top-right ul li:after {
    margin-left: 10px;
    margin-right: 12px;
  }
}
.header-area .header-top .top-right ul li a {
  color: #383838;
}
.header-area .header-top .top-right ul li a span {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-top .top-right ul li a span {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-area .header-top .top-right ul li a span {
    display: none;
  }
}
.header-area .header-top .top-right ul li i {
  margin-right: 7px;
}
.header-area .header-top .top-right ul li:last-child:after {
  display: none;
}
.header-area .header-navigation .header-right-nav ul li {
  margin-left: 20px;
}
.header-area .header-navigation .header-right-nav ul li:first-child {
  margin-left: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-navigation .header-right-nav ul li.user-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-area .header-navigation .header-right-nav ul li.user-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area .header-navigation .header-right-nav ul li.hero-nav-btn {
    display: none;
  }
}
.header-area .header-navigation .header-right-nav ul li a {
  color: #383838;
}
.header-area .header-navigation .header-right-nav ul li a span {
  margin-left: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-navigation .header-right-nav ul li a span {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-area .header-navigation .header-right-nav ul li a span {
    display: none;
  }
}
.header-area .header-navigation .header-right-nav ul li .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  background-color: #ffb700;
  color: #383838;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .header-area .header-navigation .header-right-nav ul li .icon {
    width: 40px;
    height: 40px;
  }
}
.header-area .header-navigation .header-right-nav ul li .main-btn {
  padding: 14px 36px;
  border-radius: 28px;
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-navigation .header-right-nav ul li .main-btn {
    padding: 14px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-navigation .header-right-nav ul li .main-btn {
    padding: 14px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-navigation .header-right-nav ul li .main-btn {
    padding: 14px 20px;
  }
}
.header-area .header-navigation .header-right-nav ul li.nav-toggle-btn {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-navigation .header-right-nav ul li.nav-toggle-btn {
    display: block;
  }
}
@media (max-width: 991px) {
  .header-area .header-navigation .header-right-nav ul li.nav-toggle-btn {
    display: block;
  }
}

/* Header Area One */
.header-area-one .header-top {
  padding: 15px 0 17px;
}
@media (max-width: 767px) {
  .header-area-one .header-top {
    display: none;
  }
}
.header-area-one .header-navigation {
  position: relative;
  margin-bottom: -50px;
  z-index: 999;
}
.header-area-one .header-navigation .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area-one .header-navigation .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-one .header-navigation .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-area-one .header-navigation .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area-one .header-navigation .primary-menu {
  background-color: #f7f7f7;
}
.header-area-one .header-navigation .site-branding .brand-logo {
  padding: 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffb700;
}
.header-area-one .header-navigation .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-one .header-navigation .nav-menu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: block;
  }
}
@media (max-width: 991px) {
  .header-area-one .header-navigation .nav-menu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: block;
  }
}
.header-area-one .header-navigation .header-right-nav {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .header-area-one .header-navigation .header-right-nav {
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .header-area-one-oth {
    display: none;
  }
}
.header-area-one-oth .header-navigation {
  position: relative;
  margin-bottom: -50px;
  z-index: 999;
}
.header-area-one-oth .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area-one-oth .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-one-oth .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-area-one-oth .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area-one-oth .primary-menu {
  background-color: #f7f7f7;
}
.header-area-one-oth .site-branding .brand-logo {
  padding: 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffb700;
}
.header-area-one-oth .main-menu-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}
.header-area-one-oth .main-menu-box a {
  font-size: 18px;
  font-weight: 500;
}

.hamburger_menu {
  display: none;
}
@media (max-width: 991px) {
  .hamburger_menu {
    display: block;
  }
}
.hamburger_menu nav {
  background-color: #f7f7f7;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.2);
          box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.2);
}
@media (max-width: 991px) {
  .hamburger_menu .site-branding {
    width: 70%;
  }
}
.hamburger_menu .site-branding a {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 15px 5px;
  background-color: #f7f7f7;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .hamburger_menu .site-branding a {
    font-size: 12px;
  }
}
.hamburger_menu .navbar-dark {
  /* rotate first span */
  /* hide second span */
  /* rotate third span */
}
.hamburger_menu .navbar-dark .navbar-nav {
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  margin: 15px 0;
  padding-left: 15px;
}
.hamburger_menu .navbar-dark .nav-item {
  margin: 2px 0;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.hamburger_menu .navbar-dark .nav-link {
  font-size: 16px;
  color: #333;
  border: 0;
}
.hamburger_menu .navbar-dark .nav-link:hover {
  color: #333;
}
.hamburger_menu .navbar-dark .nav-link:focus {
  color: #333;
  outline: 0;
}
@media (max-width: 991px) {
  .hamburger_menu .navbar-dark .navbar-toggler {
    width: 15%;
  }
}
.hamburger_menu .navbar-dark .navbar-toggler:hover span {
  background-color: #333;
}
.hamburger_menu .navbar-dark .navbar-toggler:focus {
  background: none;
  outline: 0;
}
.hamburger_menu .navbar-dark .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #333;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hamburger_menu .navbar-dark .navbar-toggler[aria-expanded=true] span:first-of-type {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
      -ms-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}
.hamburger_menu .navbar-dark .navbar-toggler[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}
.hamburger_menu .navbar-dark .navbar-toggler[aria-expanded=true] span:last-of-type {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
.hamburger_menu .navbar-dark .navbar-toggler[aria-expanded=false] span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.hamburger_menu .dropdown-toggle::after {
  vertical-align: middle;
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  margin-left: 15px;
}

/* Header Area Two */
.header-area-two .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-area-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area-two .header-navigation .header-right-nav ul li a span {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-area-two .header-navigation .header-right-nav ul li a span {
    display: none;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1655px) {
  .header-area .header-top .container-fluid,
  .header-area-one .header-navigation .container-fluid,
  .header-area-two .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Header Area Three */
.header-area-three .header-top {
  padding: 15px 0;
  background-color: #fff;
  margin-bottom: 12px;
}
.header-area-three .header-navigation {
  position: relative;
}
.header-area-three .header-navigation .main-menu ul > li.has-children > a:after {
  color: #fff;
}
.header-area-three .header-navigation .main-menu ul > li.has-children > a.active:after {
  color: #ff9d00;
}
.header-area-three .header-navigation .main-menu ul li a {
  color: #fff;
}
.header-area-three .header-navigation .main-menu ul li:hover.has-children > a:after {
  color: #ff9d00;
}
.header-area-three .header-navigation .main-menu ul li:hover > a {
  color: #ff9d00;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-three .header-navigation .header-right-nav ul li .main-btn {
    padding: 14px 15px;
  }
}
.header-area-three .header-navigation .navbar-toggler span {
  background-color: #fff;
}

/* Sticky Header */
.header-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
}

.header-area-two .header-navigation {
  padding: 15px 0;
}
.header-area-two .header-navigation.sticky {
  background-color: #fff;
}

.header-area-three .header-navigation.sticky {
  padding: 15px 0;
  background-color: #383838;
}

@-webkit-keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.mobile-nav-btm {
  display: none;
}
@media (max-width: 991px) {
  .mobile-nav-btm {
    display: block;
  }
}
.mobile-nav-btm .navbar {
  border-radius: 30px 30px 0 0;
  padding: 10px 15px;
}
.mobile-nav-btm .navbar-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-nav-btm .navbar-brand {
  width: 25%;
  margin: auto;
}
.mobile-nav-btm .navbar-brand img {
  width: 33px;
  height: 33px;
  margin: auto;
  display: block;
}
.mobile-nav-btm .navbar-brand p {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
.mobile-nav-btm button {
  background: transparent;
  margin: 0 auto;
  display: block;
}
.mobile-nav-btm button p {
  padding: 0 10px;
}
.mobile-nav-btm .modal-bulletin {
  width: 100%;
  height: 30px;
  position: relative;
  margin: auto;
  padding: 30px;
}
@media (max-width: 400px) {
  .mobile-nav-btm .modal-bulletin {
    padding: 50px 15px 30px 15px;
  }
}
.mobile-nav-btm .modal-bulletin .close {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 10px;
  opacity: 1;
  border-radius: 50%;
  background-color: #9B9B9B;
  border: 2px solid #fff;
  padding: 0.7%;
  z-index: 10;
}
@media (max-width: 400px) {
  .mobile-nav-btm .modal-bulletin .close {
    width: 33px;
    height: 33px;
    right: 2px;
    top: 22px;
    padding: 1.3%;
  }
}
.mobile-nav-btm .modal-bulletin .close:before, .mobile-nav-btm .modal-bulletin .close:after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 20px;
  height: 2px;
}
.mobile-nav-btm .modal-bulletin .close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
}
.mobile-nav-btm .modal-bulletin .close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 14px;
}
.mobile-nav-btm .modal-content {
  border-radius: 15px;
}

/*=========================
    03. Hero css 
==========================*/
/* Hero Common css */
.hero-search-wrapper form {
  margin-bottom: 15px;
}
.hero-search-wrapper form .form_group {
  position: relative;
}
.hero-search-wrapper form .form_group i {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .hero-search-wrapper form .form_group i {
    left: 20px;
  }
}
.hero-search-wrapper form .form_control {
  padding: 0 0 0 2rem;
  height: 60px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .hero-search-wrapper form .form_control {
    margin-bottom: 20px;
  }
}
.hero-search-wrapper form .nice-select {
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  padding: 0 20px;
}
.hero-search-wrapper form .main-btn {
  padding: 20px 25px;
  line-height: 15px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 60px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .hero-content h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .hero-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

/* Hero Area One css */
.hero-wrapper-one {
  position: relative;
  z-index: 1;
  padding: 170px 310px 140px 0;
}
@media (max-width: 991px) {
  .hero-wrapper-one {
    padding: 210px 0 0 0;
    background-color: #F2AB4F;
  }
}
.hero-wrapper-one:after, .hero-wrapper-one:before {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
}
.hero-wrapper-one:after {
  width: 45%;
  right: 0;
  background: url(../images/hero/hero-one-bg-2.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrapper-one:after {
    background-position: left bottom;
    width: 100%;
    height: 460px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-wrapper-one:after {
    background-position: left bottom;
    width: 100%;
    height: 465px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper-one:after {
    width: 100%;
    height: 250px;
  }
}
.hero-wrapper-one:before {
  width: 55%;
  left: 0;
  background: url(../images/hero/hero-one-bg-1.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrapper-one:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-wrapper-one:before {
    display: none;
  }
}
.hero-wrapper-one .hero-content {
  position: relative;
  z-index: 1;
}
.hero-wrapper-one .hero-content h1 {
  font-size: 62px;
  margin-bottom: 22px;
}
.hero-wrapper-one .hero-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .hero-wrapper-one .hero-content h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 769px) {
  .hero-wrapper-one .hero-content h2 {
    font-size: 36px;
  }
}
.hero-wrapper-one .hero-content .hero-search-wrapper {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
}
@media (max-width: 991px) {
  .hero-wrapper-one .hero-content .hero-search-wrapper {
    background-color: transparent;
    padding: 0;
  }
}
.hero-wrapper-one .hero-content .hero-search-wrapper form .form_group {
  width: 100%;
  padding: 0 10px;
}
.hero-wrapper-one .hero-content .hero-search-wrapper form .main-btn {
  padding: 20px 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-wrapper-one .hero-content .hero-search-wrapper form .main-btn {
    padding: 20px 20px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper-one .hero-content .hero-search-wrapper form .main-btn {
    border: 2px solid #fff;
  }
}
.hero-wrapper-one .hero-content .hero-search-wrapper form .form_control {
  background-color: #fff;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .hero-wrapper-one .hero-content .hero-search-wrapper form .form_control {
    margin: 0;
    margin-bottom: 5px;
  }
}
.hero-wrapper-one .hero-content .hero-search-wrapper .form_location {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.hero-wrapper-one .hero-content .hero-search-wrapper .form_location .form_group_dropdown, .hero-wrapper-one .hero-content .hero-search-wrapper .form_location .form_group_btn {
  width: 50%;
  padding-right: 10px;
}
.hero-wrapper-one .hero-content .hero-search-wrapper .form_location .form_group_dropdown {
  position: relative;
}
.hero-wrapper-one .hero-content .hero-search-wrapper .form_location .form_group_dropdown::after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #c5c5c5;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-wrapper-one .hero-content .hero-search-wrapper .form_location .form-control {
  padding: 0 0 0 2rem;
}
.hero-wrapper-one .hero-content .hero-search-wrapper .form_location .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hero-wrapper-one .hero-content .hero-search-wrapper .form_location .nice-select.open .list {
  height: 200px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.hero-wrapper-one .hero-content p.tags {
  color: #495057;
  font-weight: 500;
}
@media (max-width: 991px) {
  .hero-wrapper-one .hero-content p.tags {
    display: none;
  }
}
.hero-wrapper-one .hero-content p.tags span {
  margin-right: 10px;
}
.hero-wrapper-one .hero-content p.tags a {
  border: 1px solid #495057;
  border-radius: 5px;
  padding: 1px 6px;
  margin: 0 2px;
}

/* Hero Area Two css */
.hero-wrapper-two {
  position: relative;
  z-index: 1;
  padding: 244px 0 257px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-wrapper-two {
    padding: 244px 0 200px;
  }
}
.hero-wrapper-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(17, 20, 41, 0.549);
  z-index: -1;
}
.hero-wrapper-two .hero-content {
  text-align: center;
}
.hero-wrapper-two .hero-content h1 {
  margin-bottom: 25px;
}
.hero-wrapper-two .hero-content h3 {
  letter-spacing: 2px;
  font-size: 36px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .hero-wrapper-two .hero-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.hero-wrapper-two .hero-content .hero-search-wrapper {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.54);
  border-radius: 4px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .hero-wrapper-two .hero-content .hero-search-wrapper {
    padding: 15px 15px 0;
  }
}
.hero-wrapper-two .hero-content .hero-search-wrapper form .main-btn {
  padding: 21px 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrapper-two .hero-content .hero-search-wrapper form .main-btn {
    padding: 21px 10px;
    font-size: 13px;
  }
}
.hero-wrapper-two .hero-content p.tags span {
  margin-right: 10px;
}

/* Hero Area Three css */
.hero-wrapper-three {
  position: relative;
  z-index: 1;
  padding: 302px 0 185px;
}
.hero-wrapper-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(17, 20, 41, 0.75);
  z-index: -1;
}
.hero-wrapper-three .hero-content h1 {
  margin-bottom: 20px;
}
.hero-wrapper-three .hero-content h3 {
  font-weight: 500;
  margin-bottom: 30px;
}
.hero-wrapper-three .hero-content p.tags span {
  margin-right: 10px;
  font-weight: 700;
}
.hero-wrapper-three .hero-search-wrapper {
  margin-top: 100px;
  padding: 30px;
  background-color: #fff;
}
.hero-wrapper-three .hero-search-wrapper .search-nav .nav-tabs {
  border-bottom: none;
}
.hero-wrapper-three .hero-search-wrapper .search-nav .nav-link {
  border: none;
  background-color: #ffb700;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  font: 700 18px "Quicksand", sans-serif;
  color: #383838;
  padding: 11px 25px;
}
.hero-wrapper-three .hero-search-wrapper .search-nav .nav-link i {
  margin-right: 10px;
}
.hero-wrapper-three .hero-search-wrapper p.tags {
  float: right;
}
@media (max-width: 991px) {
  .hero-wrapper-three .hero-search-wrapper p.tags {
    float: left;
  }
}
.hero-wrapper-three .hero-search-wrapper form .form_control {
  border: 1px solid #efefef;
}

/* Breadcrumbs css */
.breadcrumbs-wrapper {
  position: relative;
  z-index: 1;
  padding: 125px 0 100px;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper {
    padding: 200px 0 20px;
    background-color: #F2AB4F;
  }
}
.breadcrumbs-wrapper:after, .breadcrumbs-wrapper:before {
  position: absolute;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
}
.breadcrumbs-wrapper:after {
  width: 45%;
  right: 0%;
  background: url(../images/hero/hero-one-bg-2.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper:after {
    width: 100%;
    height: 250px;
  }
}
.breadcrumbs-wrapper:before {
  width: 55%;
  left: 0%;
  background: url(../images/bg/breadcrumbs-bg-1.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper:before {
    display: none;
  }
}
.breadcrumbs-wrapper .breadcrumbs_box {
  position: relative;
  top: 10px;
  right: 70px;
  z-index: 1;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper .breadcrumbs_box {
    top: 0;
    left: 0;
  }
}
.breadcrumbs-wrapper .breadcrumbs_box .page-title h1.title {
  font-size: 45px;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper .breadcrumbs_box .page-title h1.title {
    font-size: 36px;
    line-height: 45px;
  }
}
.breadcrumbs-wrapper .breadcrumbs_box .page-title .breadcrumbs-link {
  padding: 17px 35px;
  display: inline-block;
  border-radius: 29px;
  background-color: rgba(255, 255, 255, 0.75);
}
.breadcrumbs-wrapper .breadcrumbs_box .page-title .breadcrumbs-link li {
  display: inline-block;
  color: #0d0d0d;
  font-weight: 700;
}
.breadcrumbs-wrapper .breadcrumbs_box .page-title .breadcrumbs-link li a {
  font-weight: 700;
}
.breadcrumbs-wrapper .breadcrumbs_box .page-title .breadcrumbs-link li:after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
  margin-right: 7px;
}
.breadcrumbs-wrapper .breadcrumbs_box .page-title .breadcrumbs-link li:last-child:after {
  display: none;
}

/* Listing-page-Breadcrumbs css */
.page-breadcrumbs-one {
  border-bottom: 1px solid #efefef;
}

.page-breadcrumbs-two {
  height: 500px;
}

.breadcrumbs-wrapper-one .listing-info-name .info-name {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper-one .listing-info-name .info-name {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper-one .listing-info-name .info-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.breadcrumbs-wrapper-one .listing-info-name .info-name .thumb {
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper-one .listing-info-name .info-name .thumb {
    min-width: 400px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper-one .listing-info-name .info-name .thumb {
    margin-bottom: 20px;
  }
}
.breadcrumbs-wrapper-one .listing-info-name .info-name .thumb img {
  border-radius: 3px;
}
.breadcrumbs-wrapper-one .listing-info-name .info-name .thumb.list-detail {
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper-one .listing-info-name .info-name .thumb.list-detail {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper-one .listing-info-name .info-name .thumb.list-detail {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.breadcrumbs-wrapper-one .listing-info-name .info-name .thumb.list-detail img {
  width: 200px;
  height: 200px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper-one .listing-info-name .info-name .thumb.list-detail img {
    width: 100%;
    height: auto;
  }
}
.breadcrumbs-wrapper-one .listing-info-name .info-name .content ul.ratings li i {
  color: #ff9d00;
}
.breadcrumbs-wrapper-one .listing-info-name .info-name .content span {
  font-size: 18px;
}
.breadcrumbs-wrapper-one .listing-info-name .info-name .content span.cat-btn {
  color: #9c241a;
  font-weight: bold;
}
.breadcrumbs-wrapper-one .listing-info-name .info-name .content h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
}
.breadcrumbs-wrapper-one .listing-info-name .info-name .content p {
  font-size: 18px;
  margin-bottom: 10px;
}
.breadcrumbs-wrapper-one .listing-info-name .info-name .content p a {
  font-size: 18px;
  margin-right: 5px;
}
.breadcrumbs-wrapper-one .listing-info-content {
  margin-left: 70px;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper-one .listing-info-content {
    margin-left: 0;
  }
}
.breadcrumbs-wrapper-one .listing-info-content .content .listing-meta {
  font-size: 18px;
}
.breadcrumbs-wrapper-one .listing-info-content .content .listing-meta ul li {
  margin-right: 30px;
  margin-bottom: 10px;
  display: block;
}
.breadcrumbs-wrapper-one .listing-info-content .content .listing-meta ul li:last-child {
  margin-right: 0;
}
.breadcrumbs-wrapper-one .listing-info-content .content .listing-meta ul li span i {
  margin-right: 10px;
}
.breadcrumbs-wrapper-one .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper-one .button {
    float: none;
    margin-top: 20px;
  }
}
.breadcrumbs-wrapper-one .button .icon-btn {
  width: 65px;
  height: 65px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #efefef;
  font-size: 20px;
  margin-right: 10px;
}
/* Listing-catelist-search css */
.page_search {
  position: relative;
  z-index: 1;
  padding-right: 55px;
}
@media (max-width: 991px) {
  .page_search {
    padding: 0;
  }
}
.page_search h1 {
  font-size: 62px;
  margin-bottom: 22px;
}
.page_search h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}
.page_search .hero-search-wrapper {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
}
@media (max-width: 991px) {
  .page_search .hero-search-wrapper {
    background-color: transparent;
  }
}
.page_search .hero-search-wrapper form {
  margin-bottom: 0;
}
.page_search .hero-search-wrapper form .form_group {
  width: 100%;
  padding: 0 5px 0 10px;
  position: relative;
}
@media (max-width: 991px) {
  .page_search .hero-search-wrapper form .form_group {
    padding: 0;
  }
}
.page_search .hero-search-wrapper form .form_group i {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .page_search .hero-search-wrapper form .form_group i {
    left: 12px;
  }
}
.page_search .hero-search-wrapper form .main-btn {
  padding: 20px 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .page_search .hero-search-wrapper form .main-btn {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page_search .hero-search-wrapper form .main-btn {
    padding: 20px 10px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .page_search .hero-search-wrapper form .main-btn {
    border: 2px solid #fff;
  }
}
.page_search .hero-search-wrapper form .form_control {
  background-color: #fff;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .page_search .hero-search-wrapper form .form_control {
    margin: 0;
    margin-bottom: 5px;
  }
}
.page_search .hero-search-wrapper .form_location {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page_search .hero-search-wrapper .form_location .form_group_dropdown, .page_search .hero-search-wrapper .form_location .form_group_btn {
  width: 50%;
  padding-right: 10px;
}
.page_search .hero-search-wrapper .form_location .form_group_dropdown {
  position: relative;
}
.page_search .hero-search-wrapper .form_location .form_group_dropdown::after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #c5c5c5;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_search .hero-search-wrapper .form_location .form-control {
  padding: 0 0 0 2rem;
}
.page_search .hero-search-wrapper .form_location .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page_search .hero-search-wrapper .form_location .nice-select.open .list {
  height: 200px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

/*=========================
    04. Category CSS
==========================*/
/* Category Wrapper CSS */
.category-wrapper-one {
  position: relative;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 1.545px 4.755px 18.8px 1.2px rgba(30, 33, 62, 0.06);
          box-shadow: 1.545px 4.755px 18.8px 1.2px rgba(30, 33, 62, 0.06);
  z-index: 2;
}
.category-wrapper-one .category-column {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-wrapper-one .category-column {
    border-bottom: 1px solid #e8ebec;
  }
}
@media (max-width: 767px) {
  .category-wrapper-one .category-column {
    border: 1px solid #e8ebec;
    margin-bottom: 30px;
  }
}
.category-wrapper-one .category-column:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .category-wrapper-one .category-column:last-child {
    margin-bottom: 0px;
  }
}
.category-wrapper-one .category-column:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e8ebec;
}

/* category-item-one */
.category-item-one {
  padding: 50px 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-item-one {
    padding: 50px 20px;
  }
}
.category-item-one:hover .category-btn {
  visibility: visible;
  opacity: 1;
}
.category-item-one:hover .info {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.category-item-one .info {
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.category-item-one .info h3 {
  font-size: 20px;
  font-weight: bold;
}
.category-item-one .info .icon i {
  font-size: 60px;
  line-height: 1;
}
.category-item-one .category-btn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.category-item-one .category-btn i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffb700;
  color: #383838;
}

/* category-item-two */
.category-item-two:hover .category-img .category-overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.category-item-two .category-img {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(30, 33, 62, 0.19);
          box-shadow: 0px 0px 24px 0px rgba(30, 33, 62, 0.19);
  border: 10px solid #fff;
  border-radius: 50%;
}
.category-item-two .category-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.category-item-two .category-img .category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(30, 33, 62, 0.19);
          box-shadow: 0px 0px 24px 0px rgba(30, 33, 62, 0.19);
  border-radius: 50%;
  background-color: rgba(255, 177, 52, 0.923);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.category-item-two .category-img .category-overlay .category-content a {
  font-size: 40px;
}
.category-item-two .info {
  position: relative;
  margin-top: -50px;
  text-align: center;
}
.category-item-two .info .icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: rgb(255, 215, 78);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  color: #0d0d0d;
  margin: 0 auto;
  margin-bottom: 10px;
}
.category-item-two .info h3.title {
  margin-bottom: 5px;
}

/* category-item-three */
.category-item-three {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 50px 20px;
  border-radius: 5px;
}
.category-item-three:hover .info h4.title a:after {
  width: 100%;
}
.category-item-three .icon {
  margin-right: 25px;
}
.category-item-three .icon i {
  font-size: 60px;
  color: #383838;
}
.category-item-three .info h4.title a {
  position: relative;
}
.category-item-three .info h4.title a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/*=========================
    05. Features CSS
==========================*/
/* Features Wrapper one*/
.features-wrapper-one {
  position: relative;
  z-index: 1;
  margin-top: -110px;
  background-color: #fff;
}
.features-wrapper-one .features-img {
  margin-right: 70px;
  z-index: 1;
  position: relative;
}
.features-wrapper-one .features-img:after {
  position: absolute;
  bottom: -25px;
  right: -25px;
  content: "";
  width: 180px;
  height: 180px;
  background-color: #ffb700;
  z-index: -1;
}
@media (max-width: 991px) {
  .features-wrapper-one .features-img {
    margin-bottom: 60px;
  }
}

.features-content-box-one h5 {
  margin-bottom: 35px;
  color: #ff9d00;
  font-weight: 500;
}

.features-list-one .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.features-list-one .list-item:last-child {
  margin-bottom: 0px;
}
.features-list-one .list-item .icon {
  position: relative;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  margin-top: 5px;
  border-radius: 3px;
}
.features-list-one .list-item .icon:before {
  position: absolute;
  top: -6px;
  left: -6px;
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid #ff9d00;
  border-radius: 3px;
}
.features-list-one .list-item .icon i {
  line-height: 1;
  font-size: 40px;
}
.features-list-one .list-item .content h5 {
  margin-bottom: 10px;
}
.features-list-one .list-item .content p {
  color: var(--text-color);
  margin-bottom: 0px;
}

/* Features Wrapper Two*/
.features-wrapper-two {
  position: relative;
  z-index: 1;
}
.features-wrapper-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 31, 0.9);
  z-index: -1;
}

/* Features Wrapper Three*/
.features-wrapper-three {
  position: relative;
  z-index: 1;
}
.features-wrapper-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 500px;
  background-color: #f7f7f7;
  z-index: -1;
}

/* Features Wrapper Four*/
.features-wrapper-four .features-img {
  margin-right: 70px;
  z-index: 1;
  position: relative;
}
.features-wrapper-four .features-img:after {
  position: absolute;
  bottom: -25px;
  right: -25px;
  content: "";
  width: 180px;
  height: 180px;
  background-color: #ffb700;
  z-index: -1;
}
@media (max-width: 991px) {
  .features-wrapper-four .features-img {
    margin-bottom: 60px;
  }
}

/* Features Item One*/
.features-item-one {
  background-color: #fff;
  text-align: center;
  padding: 60px 30px 55px;
}
.features-item-one .icon {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 31px;
}
.features-item-one .icon i {
  font-size: 60px;
}
.features-item-one .content h4 {
  margin-bottom: 15px;
}

/* Features Item Two*/
.features-item-two {
  background-color: #fff;
  padding: 40px 30px 32px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(36, 37, 51, 0.03);
          box-shadow: 0px 10px 10px 0px rgba(36, 37, 51, 0.03);
}
.features-item-two .icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  border: 1px solid #efefef;
  margin-bottom: 25px;
}
.features-item-two .icon i {
  font-size: 50px;
  line-height: 1;
}
.features-item-two .content h3.title {
  margin-bottom: 20px;
}
.features-item-two .content p {
  margin-bottom: 25px;
}

/* Icon Box CSS */
.icon-box-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.icon-box-one .icon {
  text-align: center;
  width: 100%;
}
.icon-box-one .info {
  margin-top: 1rem;
}
.icon-box-one .info h3 {
  font-size: 20px;
  line-height: 24px;
}

/* Work Process CSS */
.work-process-wrapper .single-process-step {
  padding-bottom: 120px;
}
.work-process-wrapper .single-process-step:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.work-process-wrapper .single-process-step .process-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .work-process-wrapper .single-process-step .process-content-box {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.work-process-wrapper .single-process-step .process-content-box .step-count {
  font-size: 48px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .work-process-wrapper .single-process-step .process-content-box .step-count {
    margin-bottom: 40px;
  }
}
.work-process-wrapper .single-process-step .process-content-box .content span.line {
  display: block;
  width: 200px;
  height: 1px;
  margin-bottom: 45px;
  background-color: #383838;
}
.work-process-wrapper .single-process-step .process-content-box .content h3 {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 23px;
}
.work-process-wrapper .single-process-step .process-content-box .content p {
  margin-bottom: 38px;
}

/*=========================
    06. Elements CSS
==========================*/
ul.ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul.ratings li {
  margin-right: 3px;
}
/* CTA CSS */
.cta-wrapper-one {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
}
.cta-wrapper-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(120, 120, 120, 0.05);
  z-index: -1;
}
.cta-wrapper-one .cta-content-box img {
  margin-bottom: 30px;
}
.cta-wrapper-one .cta-content-box h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cta-wrapper-one .cta-content-box h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.cta-wrapper-two {
  position: relative;
  z-index: 1;
  padding: 230px 0 240px;
}
.cta-wrapper-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(17, 20, 41, 0.65);
  z-index: -1;
}
.cta-wrapper-two .company-name {
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-wrapper-two .company-name {
    font-size: 170px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper-two .company-name {
    font-size: 100px;
    margin-bottom: 40px;
  }
}
.cta-wrapper-two .cta-content-box h2 {
  margin-bottom: 15px;
}
.cta-wrapper-two .cta-content-box p {
  margin-bottom: 35px;
}
.cta-wrapper-two .cta-content-box .main-btn {
  background-color: #ffb700;
  color: #383838;
  border-radius: 30px;
}
/* Counter CSS */
@media (max-width: 767px) {
  .counter-item-one {
    margin-bottom: 30px;
  }
}
.counter-item-one .info h4 {
  margin-bottom: 5px;
}
.counter-item-one .info h4 span {
  display: block;
  font-size: 16px;
  line-height: 26px;
}
/* Intro Video CSS */
.intro-wrapper-one {
  position: relative;
  z-index: 1;
  padding-bottom: 245px;
}
.intro-wrapper-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 31, 0.6);
  z-index: -1;
}
.intro-wrapper-one .play-content-one .video-popup {
  margin-bottom: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
}
.intro-wrapper-one .play-content-one .video-popup i {
  font-size: 18px;
}
.intro-wrppaer-two {
  position: relative;
  z-index: 1;
  padding: 220px 0 215px;
}
.intro-wrppaer-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.intro-wrppaer-two .play-content .video-popup {
  width: 90px;
  height: 90px;
  background-color: #fff;
  font-size: 18px;
  border-radius: 50%;
  margin-bottom: 40px;
}
.intro-wrppaer-two .play-content .video-popup:after, .intro-wrppaer-two .play-content .video-popup:before {
  border-color: #fff;
}

@media (max-width: 991px) {
  .intro-content-box-one {
    text-align: center;
    margin-top: 40px;
  }
}
.intro-content-box-one p {
  margin-bottom: 35px;
}
.intro-content-box-one .main-btn {
  background-color: #ffb700;
  color: #383838;
}
.intro-content-box-one .main-btn:hover {
  color: #fff;
}

.video-popup {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-popup:after, .video-popup:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  -webkit-animation-name: popupBtn;
          animation-name: popupBtn;
  -webkit-animation: popupBtn infinite 1.8s linear;
          animation: popupBtn infinite 1.8s linear;
}
.video-popup:before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes popupBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes popupBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
/* Pricing CSS */
.pricing-item-one {
  position: relative;
  padding: 0px 15px 15px;
  z-index: 1;
}
.pricing-item-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  z-index: -1;
}
.pricing-item-one .pricing-inner-time {
  position: relative;
  border: 1px solid #e8e7e7;
  background-color: #fff;
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-item-one .pricing-inner-time {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .pricing-item-one .pricing-inner-time {
    padding: 40px 20px;
  }
}
.pricing-item-one .pricing-inner-time .pricing-head {
  border-bottom: 1px solid #efefef;
  padding-bottom: 25px;
}
.pricing-item-one .pricing-inner-time .pricing-body {
  padding-top: 40px;
}
.pricing-item-one .pricing-inner-time .pricing-body ul.list {
  text-align: left;
}
.pricing-item-one .pricing-inner-time .pricing-body ul.list li {
  margin-bottom: 25px;
}
.pricing-item-one .pricing-inner-time .pricing-body ul.list li:before {
  font-family: "themify";
  content: "\e64c";
  margin-right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #efefef;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pricing-item-one .pricing-inner-time .pricing-body .main-btn {
  background-color: #f7f7f7;
  color: #383838;
  border: 1px solid #e4e1e1;
}
.pricing-item-one .pricing-inner-time .pricing-body .main-btn:hover {
  border-color: transparent;
}
.pricing-item-one .pricing-inner-time .pricing-body .main-btn:hover:before {
  background-color: #ffb700;
}

/* Download CSS */
.download-wrapper-one {
  position: relative;
  z-index: 1;
}
.download-wrapper-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 560px;
  background: url(../images/bg/pattern-bg-1.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}

.download-content-box-one p {
  margin-bottom: 50px;
}
.download-content-box-one ul.button li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.download-content-box-one ul.button li .app-btn {
  background-color: #ffb700;
}
.download-content-box-one ul.button li .app-btn:hover .icon i {
  color: #fff;
}
.download-content-box-one ul.button li .app-btn .info span {
  color: #383838;
}

/* Client CSS */
.client-wrapper-one {
  border-bottom: 5px solid #e9eaec;
}
.client-wrapper-one .client-slider-one .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.client-wrapper-one .client-item {
  padding: 0 20px;
}
.client-wrapper-one .client-item:hover .client-img img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.client-wrapper-one .client-item .client-img a {
  display: block;
}
.client-wrapper-one .client-item .client-img img {
  margin: auto;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.client-wrapper-two .client-content-box {
  padding-right: 30px;
}
.client-wrapper-two .client-content-box p {
  margin-bottom: 30px;
}
.client-wrapper-two .client-content-box .main-btn {
  background-color: #ffb700;
  color: #383838;
}
.client-wrapper-two .client-item-wrapper {
  padding-left: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.client-wrapper-two .client-item-wrapper .client-item-two {
  padding: 35px 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
}

/* Newsletter CSS */
.newsletter-wrapper .newsletter-content-box-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; /* flex-start */
}
@media (max-width: 991px) {
  .newsletter-wrapper .newsletter-content-box-one {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .newsletter-wrapper .newsletter-content-box-one {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsletter-wrapper .newsletter-content-box-one .icon {
  font-size: 90px;
  line-height: 1;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .newsletter-wrapper .newsletter-content-box-one .icon {
    margin-right: 0px;
  }
}
.newsletter-wrapper .newsletter-content-box-one .content {
  margin-top: -12px;
}
@media (max-width: 767px) {
  .newsletter-wrapper .newsletter-content-box-one .content {
    text-align: center;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-wrapper .newsletter-content-box-one .content h3 {
    font-size: 36px;
    line-height: 48px;
  }
}
.newsletter-wrapper .newsletter-form .form_control {
  height: 75px;
  padding: 0 20px 0 40px;
}
.newsletter-wrapper .newsletter-form i {
  position: absolute;
  top: 30px;
  left: 20px;
}
.newsletter-wrapper .newsletter-form .main-btn {
  position: absolute;
  top: 8px;
  right: 0;
  background-color: #383838;
}
@media (max-width: 767px) {
  .newsletter-wrapper .newsletter-form .main-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}

.newsletter-wrapper-one {
  position: relative;
  padding: 75px 80px 62px;
  margin-top: -25px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-wrapper-one {
    padding: 75px 30px 62px;
  }
}
@media (max-width: 991px) {
  .newsletter-wrapper-one {
    padding: 75px 30px 62px;
  }
}
@media (max-width: 767px) {
  .newsletter-wrapper-one {
    padding: 75px 15px 62px;
  }
}
.newsletter-wrapper-one .newsletter-form .form_control {
  max-width: 510px;
}

.newsletter-wrapper-two {
  padding-bottom: 63px;
}
.newsletter-wrapper-two .newsletter-form .form_control {
  max-width: 100%;
}
.newsletter-wrapper-two .newsletter-form .main-btn {
  right: 10px;
}

/* Custom Checkbox */
.single-checkbox input {
  display: none;
}
.single-checkbox input:checked + label:after {
  visibility: visible;
  opacity: 1;
  color: #fff;
}
.single-checkbox label {
  position: relative;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  cursor: pointer;
}
.single-checkbox label:before {
  display: inline-block;
  content: "";
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-box-shadow: 3.09px 9.511px 28.2px 1.8px rgba(30, 33, 62, 0.1);
          box-shadow: 3.09px 9.511px 28.2px 1.8px rgba(30, 33, 62, 0.1);
  margin-right: 15px;
}
.single-checkbox label:after {
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translate(-4px, -50%);
  -ms-transform: translate(-4px, -50%);
  transform: translate(-4px, -50%);
  content: "\e64c";
  font-family: "themify";
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
}

/* fioxen pagination */
.fioxen-pagination .pagination-list li {
  display: inline-block;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.fioxen-pagination .pagination-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #efefef;
  border-radius: 50%;
}
.fioxen-pagination .pagination-list li a.active, .fioxen-pagination .pagination-list li a:hover {
  border-color: transparent;
}

/*=========================
    07. Listing CSS
==========================*/
.list-bgc {
  background-color: #F5F5F5;
}

.choose-area .choose-area-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.choose-area .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.choose-area .breadcrumb .breadcrumb-item {
  position: relative;
}
.choose-area .breadcrumb .breadcrumb-item h2 {
  font-size: 32px;
  color: #383838;
  line-height: 25px;
}
@media (max-width: 991px) {
  .choose-area .breadcrumb .breadcrumb-item h2 {
    font-size: 1.6rem;
    margin-left: 10px;
  }
}
.choose-area .breadcrumb .breadcrumb-item::after {
  content: "";
  width: 6px;
  height: 30px;
  background-color: #FFB700;
  position: absolute;
  bottom: -3px;
  left: -15px;
}
@media (max-width: 991px) {
  .choose-area .breadcrumb .breadcrumb-item::after {
    left: -5px;
  }
}
.choose-area .choose-model {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.choose-area .choose-model .choose-model-txt,
.choose-area .choose-model p {
  margin: auto;
  font-size: 12px;
  text-align: center;
  color: #383838;
  line-height: 1.1;
}
.choose-area .choose-model p {
  color: #AAA;
}
.choose-area .choose-model .choose-model-item {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 8px;
  background-color: #AAA;
  border-radius: 5px;
}
.choose-area .choose-model .choose-model-item a {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.choose-area .choose-model .choose-model-item i {
  color: #fff;
  font-size: 17px;
  margin-top: 5px;
}
.choose-area .choose-model .choose-model-item .bi-justify-right {
  font-size: 20px;
}
.choose-area .choose-model .active {
  background-color: #383838;
}
.choose-area .choose-area-bottom {
  background-color: #fff;
  color: #535353;
  width: 100%;
  margin: 25px 0;
  padding: 30px 0 30px 50px;
}
@media (max-width: 991px) {
  .choose-area .choose-area-bottom {
    margin: 25px 15px;
    padding: 10px;
  }
}
.choose-area .choose-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.choose-area .choose-item .choose-item-txt {
  width: 93%;
  margin: auto 0;
}
@media (max-width: 991px) {
  .choose-area .choose-item .choose-item-txt {
    width: 100%;
  }
}
.choose-area .choose-item .choose-item-txt .choose-item-other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
@media (max-width: 991px) {
  .choose-area .choose-item .choose-item-txt .choose-item-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.choose-area .choose-item .choose-item-txt .choose-item-tit {
  width: 7%;
}
@media (max-width: 991px) {
  .choose-area .choose-item .choose-item-txt .choose-item-tit {
    width: 100%;
  }
}
.choose-area .choose-item .choose-item-txt .choose-item-tit p {
  font-size: 18px;
  font-weight: 500;
}
.choose-area .choose-item .choose-item-txt .button-area-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.choose-area .choose-item .choose-item-txt .button-area-group button {
  font-size: 18px;
  background-color: transparent;
  margin: 0 15px;
  padding: 0;
  color: #333;
}
@media (max-width: 991px) {
  .choose-area .choose-item .choose-item-txt .button-area-group button {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .choose-area .choose-item .choose-item-txt .button-area-group button {
    font-size: 14px;
    margin: 5px 8px 0 8px;
  }
}
.choose-area .choose-item .choose-item-txt .button-area-group button.active {
  font-weight: 600;
  color: #FFB700;
}
.choose-area .choose-item .choose-item-txt .button-city-group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 7%;
}
@media (max-width: 991px) {
  .choose-area .choose-item .choose-item-txt .button-city-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(255, 183, 0, 0.2);
    margin: 10px 0;
    padding: 5px 0;
  }
}
.choose-area .choose-item .choose-item-txt .button-city-group .button-city-item {
  font-size: 16px;
  margin: 15px 0 0 15px;
  color: #535353;
}
@media (max-width: 991px) {
  .choose-area .choose-item .choose-item-txt .button-city-group .button-city-item {
    font-size: 14px;
    margin: 5px 8px 0 8px;
  }
}
.choose-area .choose-item .choose-item-txt .button-check-first {
  width: 100%;
  font-size: 16px;
  color: #535353;
  margin-left: 25%;
}
@media (max-width: 767px) {
  .choose-area .choose-item .choose-item-txt .button-check-first {
    margin: 10px 0;
    text-align: center;
  }
}
.choose-area .choose-item .choose-item-txt .button-check-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .choose-area .choose-item .choose-item-txt .button-check-group {
    margin: 10px 0;
  }
}
.choose-area .choose-item .choose-item-txt .button-check-group .form-check-inline .form-check-input {
  width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .choose-area .choose-item .choose-item-txt .button-check-group .form-check-inline .form-check-input {
    width: 14px;
    height: 14px;
  }
}
.choose-area .choose-item .choose-item-txt .button-check-group .form-check-label {
  font-size: 18px;
  color: #535353;
}
@media (max-width: 991px) {
  .choose-area .choose-item .choose-item-txt .button-check-group .form-check-label {
    font-size: 15px;
  }
}
.choose-area .choose-item .choose-item-txt .button-tag-group {
  margin: 10px 0;
}
.choose-area .choose-item .choose-item-txt .button-tag-group .button {
  font-size: 15px;
  color: #9D9D9D;
  background-color: transparent;
  border: 1px solid #9D9D9D;
  border-radius: 5px;
  padding: 2px 9px;
  margin: 0 5px;
  position: relative;
}
.choose-area .choose-item .choose-item-txt .button-tag-group .button::after {
  content: "";
  background-image: url(../images/close_icon.svg);
  background-size: cover;
  background-color: #9B9B9B;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -5px;
  right: -6px;
}

.listing-lft-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #333;
}
@media (max-width: 991px) {
  .listing-lft-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.listing-lft-box .listing-lft-img {
  width: 20%;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 4px 10px;
          box-shadow: rgba(0, 0, 0, 0.15) 2px 4px 10px;
  border-radius: 5px;
  margin: 0 10px;
  padding: 5px;
}
@media (max-width: 991px) {
  .listing-lft-box .listing-lft-img {
    width: 100%;
    height: auto;
  }
}
.listing-lft-box .listing-lft-img img {
  width: 140px;
  height: 140px;
  margin: auto;
  display: block;
}
.listing-lft-box .listing-lft-info {
  width: 60%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .listing-lft-box .listing-lft-info {
    width: 100%;
    text-align: center;
  }
}
.listing-lft-box .listing-lft-info .listing-lft-titbox {
  margin-bottom: 25px;
}
.listing-lft-box .listing-lft-info .listing-lft-titbox h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  .listing-lft-box .listing-lft-info .listing-lft-titbox h3 {
    font-size: 40px;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .listing-lft-box .listing-lft-info .listing-lft-titbox h3 {
    font-size: 24px;
    margin: 10px 0;
  }
}
.listing-lft-box .listing-lft-info .listing-lft-titbox p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .listing-lft-box .listing-lft-info .listing-lft-titbox p {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .listing-lft-box .listing-lft-info .listing-lft-titbox p {
    margin: 10px 0;
  }
}
.listing-lft-box .listing-lft-info .listing-lft-txt {
  font-size: 1rem;
  margin: 1px 0;
}
@media (max-width: 991px) {
  .listing-lft-box .listing-lft-info .listing-lft-txt {
    font-size: 1.35rem;
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .listing-lft-box .listing-lft-info .listing-lft-txt {
    font-size: 0.9rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.listing-lft-box .listing-lft-info .listing-lft-txt i {
  font-size: 17px;
  color: #DD2B2B;
  margin: 0 7px 4px 0;
}
.listing-lft-box .listing-lft-contact {
  width: 20%;
  text-align: center;
}
@media (max-width: 991px) {
  .listing-lft-box .listing-lft-contact {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px 0;
  }
}
.listing-lft-box .listing-lft-contact .contact-phone-btn {
  margin: 10px;
}
.listing-lft-box .listing-lft-contact .contact-phone-btn i {
  font-size: 16px;
}
.listing-lft-box .listing-lft-contact .contact-phone-btn a {
  padding: 8px 17px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#FFB700), color-stop(50%, #F3C85A), to(#FFB700));
  background: linear-gradient(90deg, #FFB700 0%, #F3C85A 50%, #FFB700 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media (max-width: 991px) {
  .listing-lft-box .listing-lft-contact .contact-phone-btn a {
    font-size: 22px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .listing-lft-box .listing-lft-contact .contact-phone-btn a {
    font-size: 16px;
    padding: 7px 20px;
  }
}
@media (max-width: 767px) {
  .listing-lft-box .listing-lft-contact .contact-phone-pcbtn {
    display: none;
  }
}
.listing-lft-box .listing-lft-contact .contact-phone-mbbtn {
  display: none;
}
@media (max-width: 767px) {
  .listing-lft-box .listing-lft-contact .contact-phone-mbbtn {
    display: block;
  }
}
.listing-lft-box .listing-lft-contact .contact-more-btn {
  margin: 10px;
}
.listing-lft-box .listing-lft-contact .contact-more-btn a {
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid #535353;
  color: #535353;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media (max-width: 991px) {
  .listing-lft-box .listing-lft-contact .contact-more-btn a {
    font-size: 22px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .listing-lft-box .listing-lft-contact .contact-more-btn a {
    font-size: 16px;
    padding: 6px 20px;
  }
}

.listing-rt {
  width: 100%;
  margin: 10px 0;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 2px 4px 15px;
          box-shadow: rgba(0, 0, 0, 0.05) 2px 4px 15px;
}
@media (max-width: 991px) {
  .listing-rt {
    display: none;
  }
}

.listing-rt-ad img {
  width: 100%;
}

.listing-rt-tag {
  padding: 10px 15px;
}
.listing-rt-tag .rt-tag-title {
  margin: 10px 0;
  text-align: center;
  color: #FFB700;
}
.listing-rt-tag ul.rt-tag-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}
.listing-rt-tag ul.rt-tag-link li {
  margin: 5px;
}
.listing-rt-tag ul.rt-tag-link li a {
  padding: 2px 6px;
  border: 1px solid #333;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.listing-rt-tag ul.rt-tag-link li:hover a {
  background-color: #333;
  color: #fff;
}

.listing-rt-reservate .rt-tag-title {
  text-align: center;
  background-color: #FFB700;
  padding: 15px;
  font-size: 24px;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
.listing-rt-reservate .rt-tag-title svg {
  margin-bottom: 3px;
}
.listing-rt-reservate form {
  margin: 15px 0;
  color: #979494;
}
.listing-rt-reservate form input {
  width: 90%;
  margin: 5px auto;
  border-radius: 10px;
  border: transparent;
  background-color: #F2F2F2;
}
.listing-rt-reservate form input::-webkit-input-placeholder {
  color: #A4A4A4;
}
.listing-rt-reservate form input::-moz-placeholder {
  color: #A4A4A4;
}
.listing-rt-reservate form input:-ms-input-placeholder {
  color: #A4A4A4;
}
.listing-rt-reservate form input::-ms-input-placeholder {
  color: #A4A4A4;
}
.listing-rt-reservate form input::placeholder {
  color: #A4A4A4;
}
.listing-rt-reservate form .nice-select {
  width: 95%;
  margin: auto;
  border-radius: 10px;
}
.listing-rt-reservate form .nice-select .list {
  background-color: #F2F2F2;
}
.listing-rt-reservate form .nice-select .option:hover,
.listing-rt-reservate form .nice-select .option.focus,
.listing-rt-reservate form .nice-select .option.selected.focus {
  background-color: #fff;
}
.listing-rt-reservate form .radio_tit {
  margin: 10px 2px 10px 15px;
}
.listing-rt-reservate form textarea {
  width: 90%;
  height: 130px;
  margin: auto;
  margin-bottom: 10px;
}
.listing-rt-reservate form .captcha_nber {
  margin-left: 20px;
  color: #979494;
}
.listing-rt-reservate .btn-primary {
  background-color: transparent;
  border: 1px solid #FFB700;
  color: #FFB700;
  display: block;
  margin: 20px auto 10px auto;
  padding: 5px 100px;
}
.listing-rt-reservate .btn-primary:hover {
  background-color: #FFB700;
  color: #fff;
}

.listing-item .listing-thumbnail {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .listing-item .listing-thumbnail img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .listing-item .listing-thumbnail img {
    width: 100%;
  }
}
span.status {
  padding: 5px 10px;
  float: right;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 13px;
}
span.status.st-open {
  background-color: #35c54c;
}
span.status.st-close {
  background-color: #ff9d00;
}

h2.title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

h3.title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}

.sectione_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sectione_title a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.sectione_title a:after {
  position: relative;
  content: "→";
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 3px;
  margin-right: 5px;
  opacity: 0;
}
.sectione_title a:hover::after {
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.featured-btn {
  padding: 5px 14px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}

.listing-search-filter .nice-select {
  line-height: 50px;
  height: 50px;
  width: 220px;
  border-radius: 0px;
  margin-left: 25px;
}
.listing-search-filter .filter-right {
  float: right;
}
@media (max-width: 767px) {
  .listing-search-filter .filter-right {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}
.listing-search-filter .filter-right ul.filter-nav li {
  display: inline-block;
}
.listing-search-filter .filter-right ul.filter-nav li:last-child {
  margin-left: 5px;
}
.listing-search-filter .filter-right ul.filter-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #f7f7f7;
  font-size: 20px;
  color: #383838;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.listing-slider-one {
  margin-left: -15px;
  margin-right: -15px;
}
.listing-slider-one .slick-list {
  padding-bottom: 10px;
}
.listing-slider-one .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  cursor: pointer;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(4, 7, 47, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(4, 7, 47, 0.1);
  color: #383838;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.listing-slider-one .slick-arrow.prev {
  left: -60px;
}
.listing-slider-one .slick-arrow.next {
  right: -110px;
}
.listing-slider-one .listing-item {
  margin-left: 15px;
  margin-right: 15px;
}

.listing-grid-one {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
}
.listing-grid-one .listing-thumbnail .featured-btn {
  position: absolute;
  top: 0px;
  right: 12.5%;
  background-color: #ff9d00;
  color: #fff;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  /* &:after{
      position: absolute;
      top: 0px;
      right: -13px;
      width: 0;
      height: 0;
      content: "";
      border-bottom: 15px solid #ff344f;
      border-right: 13.01px solid transparent;
  } */
}
.listing-grid-one .listing-thumbnail img {
  border-radius: 5px 5px 0px 0px;
}
.listing-grid-one .listing-thumbnail .thumbnail-meta {
  background-color: #ffb700;
  padding: 8px 15px 8px 10px;
  width: 95%;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  /* margin-top: -31.5px; */
}
.listing-grid-one .listing-thumbnail .thumbnail-meta .meta-icon-title .icon {
  border: 3px solid #fff;
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.listing-grid-one .listing-thumbnail .thumbnail-meta .meta-icon-title .icon img {
  border-radius: 50%;
}
.listing-grid-one .listing-content {
  border-radius: 0px 0px 3px 3px;
  background-color: #fff;
  padding: 22px 10px 23px;
}
.listing-grid-one .listing-content h3.title {
  margin-bottom: 5px;
}
.listing-grid-one .listing-content p {
  margin-bottom: 10px;
}
.listing-grid-one .listing-content span.phone-meta {
  display: block;
  margin-bottom: 12px;
}
.listing-grid-one .listing-content span.phone-meta i {
  margin-right: 10px;
}
.listing-grid-one .listing-content ul.ratings {
  margin-bottom: 10px;
}
.listing-grid-one .listing-content h4 {
  font-size: 18px;
}
.listing-grid-one .listing-content span.price {
  display: block;
  font-weight: 600;
  color: #383838;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listing-grid-one .listing-content .listing-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
}
.listing-grid-one .listing-content .listing-meta ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-grid-one .listing-content .listing-meta ul span i {
  margin-right: 5px;
}
.listing-grid-one .listing-content .listing-meta ul span:first-child {
  margin-right: 5px;
}

.listing-slider-two .slick-list {
  padding-bottom: 40px;
}
.listing-slider-two .listing-grid-item-two {
  margin-left: 15px;
  margin-right: 15px;
}

.listing-grid-item-two .listing-thumbnail .cat-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 46px;
  height: 46px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 20px;
}
.listing-grid-item-two .listing-thumbnail .cat-btn i {
  line-height: 1;
}
.listing-grid-item-two .listing-thumbnail .featured-btn {
  position: absolute;
  top: 25px;
  right: 20px;
}
.listing-grid-item-two .listing-thumbnail .ratings {
  position: absolute;
  bottom: 25px;
  left: 20px;
}
.listing-grid-item-two .listing-thumbnail .ratings li {
  color: #fff;
}
.listing-grid-item-two .listing-thumbnail img {
  border-radius: 5px 5px 0px 0px;
}
.listing-grid-item-two .listing-content {
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
  background-color: #fff;
  padding: 20px 30px 25px;
}
.listing-grid-item-two .listing-content h3.title {
  margin-bottom: 5px;
}
.listing-grid-item-two .listing-content p {
  margin-bottom: 15px;
}
.listing-grid-item-two .listing-content span.phone-meta {
  display: block;
  margin-bottom: 20px;
}
.listing-grid-item-two .listing-content span.phone-meta i {
  margin-right: 10px;
}
.listing-grid-item-two .listing-content .listing-meta {
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
}
.listing-grid-item-two .listing-content .listing-meta ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-grid-item-two .listing-content .listing-meta ul span i {
  margin-right: 10px;
}

.listing-grid-item-three {
  background-color: #fff;
  padding: 20px 20px 23px;
}
.listing-grid-item-three .listing-thumbnail {
  position: relative;
}
.listing-grid-item-three .listing-thumbnail .featured-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.listing-grid-item-three .listing-thumbnail .wishlist-btn {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #ffb700;
  color: #383838;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.listing-grid-item-three .listing-content {
  padding: 20px 20px 0px;
}
.listing-grid-item-three .listing-content h3.title {
  margin-bottom: 7px;
}
.listing-grid-item-three .listing-content span.city {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  vertical-align: middle;
  margin-bottom: 15px;
}
.listing-grid-item-three .listing-content span.city img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(22, 37, 66, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(22, 37, 66, 0.3);
  margin-right: 10px;
}
.listing-grid-item-three .listing-content ul.ratings {
  margin-bottom: 10px;
}
.listing-grid-item-three .listing-content span.price {
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: #383838;
}

.listing-search-form {
  background-color: #fff;
  -webkit-box-shadow: 1.545px 4.755px 18.8px 1.2px rgba(30, 33, 62, 0.06);
          box-shadow: 1.545px 4.755px 18.8px 1.2px rgba(30, 33, 62, 0.06);
  border-radius: 4px;
  padding: 40px 40px 20px;
  position: relative;
  margin-top: -90px;
}
.listing-search-form .form_control {
  background-color: #f7f7f7;
  height: 70px;
  margin-bottom: 20px;
}
.listing-search-form i {
  position: absolute;
  top: 26px;
  right: 25px;
}
.listing-search-form .nice-select {
  border-radius: 0px;
  background-color: #f7f7f7;
  height: 70px;
  line-height: 70px;
  border: none;
  outline: none;
  margin-bottom: 20px;
}
.listing-search-form .main-btn {
  width: 100%;
  padding: 21px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.listing-tab-filter .nav-tabs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.listing-tab-filter .nav-link {
  border-radius: 27px;
  padding: 13px 35px;
  border: 1px solid #efefef;
  margin: 0 10px 10px;
}
@media (max-width: 767px) {
  .listing-tab-filter .nav-link {
    padding: 13px 20px;
  }
}
.listing-tab-filter .nav-link.active {
  border: transparent;
}

.listing-list-item-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .listing-list-item-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.listing-list-item-one .listing-content, .listing-list-item-one .listing-thumbnail {
  width: 50%;
}
@media (max-width: 767px) {
  .listing-list-item-one .listing-content, .listing-list-item-one .listing-thumbnail {
    width: 100%;
  }
}
.listing-list-item-one .listing-thumbnail img {
  width: 100%;
}
.listing-list-item-one .listing-thumbnail span.status {
  position: absolute;
  top: 15px;
  right: 15px;
}
.listing-list-item-one .listing-thumbnail .cat-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 4px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listing-list-item-one .listing-thumbnail .cat-btn i {
  font-size: 28px;
  line-height: 1;
}
.listing-list-item-one .listing-content {
  padding: 35px 30px;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .listing-list-item-one .listing-content {
    padding: 35px 15px;
  }
}
.listing-list-item-one .listing-content h3.title {
  margin-bottom: 5px;
}
.listing-list-item-one .listing-content ul.ratings {
  margin-bottom: 10px;
}
.listing-list-item-one .listing-content span.price {
  font-weight: 600;
  color: #383838;
  margin-bottom: 17px;
}
.listing-list-item-one .listing-content span.phone-meta {
  margin-bottom: 11px;
}
.listing-list-item-one .listing-content span.phone-meta i {
  margin-right: 10px;
}
.listing-list-item-one .listing-content .listing-meta {
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
}
.listing-list-item-one .listing-content .listing-meta ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-list-item-one .listing-content .listing-meta ul span i {
  margin-right: 5px;
}

.listing-list-item-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 210.89px;
}
@media (max-width: 767px) {
  .listing-list-item-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
}
.listing-list-item-two .listing-thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (max-width: 767px) {
  .listing-list-item-two .listing-thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.listing-list-item-two .listing-thumbnail img {
  width: 100%;
  border-radius: 3px 3px 0px 0px;
}
.listing-list-item-two .listing-thumbnail .thumbnail-meta {
  background-color: #ffb700;
  padding: 8px 30px 8px 20px;
  width: 95%;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  margin-top: -31.5px;
}
.listing-list-item-two .listing-thumbnail .thumbnail-meta .meta-icon-title .icon {
  border: 3px solid #fff;
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.listing-list-item-two .listing-thumbnail .listing-meta {
  background-color: #f1f1f1;
  padding: 20px 20px;
  border-top: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-list-item-two .listing-thumbnail .listing-meta ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-list-item-two .listing-thumbnail .listing-meta ul span i {
  margin-right: 5px;
}
.listing-list-item-two .listing-thumbnail .listing-meta ul:nth-child(2) span a.love_btn i.fa-heart {
  color: #939393;
}
.listing-list-item-two .listing-thumbnail .listing-meta ul:nth-child(2) span a.love_btn.active i.fa-heart {
  color: #ff9d00;
}
.listing-list-item-two .listing-content {
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
  background-color: #fff;
  border-radius: 0 0 3px 3px;
}
@media (max-width: 767px) {
  .listing-list-item-two .listing-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: -30px;
  }
}
.listing-list-item-two .listing-content h3.title {
  background-color: #ffb700;
  padding: 8px 15px 8px 10px;
  width: 95%;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  margin-bottom: 7px;
}
.listing-list-item-two .listing-content h3.title :hover {
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.listing-list-item-two .listing-content .ratings h4 {
  font-size: 20px;
  line-height: 36px;
}
.listing-list-item-two .listing-content ul.ratings {
  margin-bottom: 10px;
}
.listing-list-item-two .listing-content span.price {
  font-weight: 600;
  color: #383838;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listing-list-item-two .listing-content span.phone-meta {
  margin-bottom: 13px;
}
.listing-list-item-two .listing-content span.phone-meta i {
  margin-right: 10px;
}
.listing-list-item-two .listing-content .listing-meta {
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-list-item-two .listing-content .listing-meta ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-list-item-two .listing-content .listing-meta ul span i {
  margin-right: 5px;
}

.listing-list-item-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .listing-list-item-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
}
.listing-list-item-three .listing-thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px) {
  .listing-list-item-three .listing-thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.listing-list-item-three .listing-thumbnail img {
  width: 100%;
  border-radius: 3px 3px 0px 0px;
}
.listing-list-item-three .listing-thumbnail .thumbnail-meta {
  background-color: #ffb700;
  padding: 8px 30px 8px 20px;
  width: 95%;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  margin-top: -31.5px;
}
.listing-list-item-three .listing-thumbnail .thumbnail-meta .meta-icon-title .icon {
  border: 3px solid #fff;
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.listing-list-item-three .listing-thumbnail .listing-meta {
  background-color: #f1f1f1;
  padding: 20px 20px;
  border-top: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-list-item-three .listing-thumbnail .listing-meta ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-list-item-three .listing-thumbnail .listing-meta ul span i {
  margin-right: 5px;
}
.listing-list-item-three .listing-content {
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
  background-color: #fff;
  border-radius: 0 0 3px 3px;
}
@media (max-width: 767px) {
  .listing-list-item-three .listing-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: -30px;
  }
}
.listing-list-item-three .listing-content h3.title {
  background-color: #ffb700;
  padding: 8px 15px 8px 10px;
  width: 95%;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  margin-bottom: 7px;
}
.listing-list-item-three .listing-content ul.ratings {
  margin-bottom: 10px;
}
.listing-list-item-three .listing-content span.price {
  font-weight: 600;
  color: #383838;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listing-list-item-three .listing-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.listing-list-item-three .listing-content ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
      -ms-flex: 0 33%;
          flex: 0 33%;
  padding: 10px;
}
.listing-list-item-three .listing-content ul li a {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.listing-list-item-three .listing-content ul li a:hover {
  color: #ff9d00;
}

.listing-catelist h2 {
  font-size: 24px;
}
.listing-catelist h3 {
  font-size: 18px;
}
.listing-catelist ul.hot_keywords {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.listing-catelist ul.hot_keywords li a {
  display: block;
  padding: 5px 8px;
  font-size: 18px;
  font-weight: bold;
}

.listing-details-section {
  overflow: visible;
}
.listing-details-section .col-lg-4 {
  position: relative;
}
.listing-details-section .col-lg-4 .sidebar-widget-area {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.listing-details-wrapper h4.title {
  font-size: 20px;
}
.listing-details-wrapper .listing-content {
  margin-top: -10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
}
.listing-details-wrapper .listing-content h3.title {
  margin-bottom: 15px;
}
.listing-details-wrapper .listing-content p {
  margin-bottom: 25px;
}
.listing-details-wrapper .listing-features-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.listing-details-wrapper .listing-features-box h4.title {
  margin-bottom: 20px;
  font-size: 20px;
}
.listing-details-wrapper .listing-gallery-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.listing-details-wrapper .listing-gallery-box h4.title {
  margin-bottom: 20px;
  font-size: 20px;
}
.listing-details-wrapper .listing-tag-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #efefef;
  /* & a{
      padding: 10px 30px;
      background-color: $light-bg;
      border-radius: 3px;
      margin-right: 15px;
      margin-bottom: 20px;
      font-size: 15px;
      &:hover{
          @extend %bg-hover;
          @extend %white;
      }
  } */
}
.listing-details-wrapper .listing-tag-box h4.title {
  margin-bottom: 20px;
  font-size: 20px;
}
.listing-details-wrapper .listing-tag-box a {
  padding: 0;
  background-color: transparent;
  border-radius: 0px;
  margin-right: 5px;
}
.listing-details-wrapper .listing-tag-box a:hover {
  background-color: transparent;
  color: unset;
}
.listing-details-wrapper .listing-faq-box h4.title {
  margin-bottom: 25px;
}
.listing-details-wrapper .listing-faq-box .faq-accordian .card {
  border-radius: 0px;
  border: none;
  margin-bottom: 20px;
}
.listing-details-wrapper .listing-faq-box .faq-accordian .card:last-child {
  margin-bottom: 0px;
}
.listing-details-wrapper .listing-faq-box .faq-accordian .card .card-header {
  background-color: #ffb700;
  opacity: 0.7;
  border-radius: 0px;
  border: 1px solid #efefef;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  color: #383838;
  padding: 1.25rem;
}
.listing-details-wrapper .listing-faq-box .faq-accordian .card .card-body {
  border: 1px solid #efefef;
  border-top: none;
}
.listing-details-wrapper .listing-faq-box .faq-accordian .card .card-header[aria-expanded]:after {
  float: right;
  content: "\e61a";
  font-family: "themify";
  font-size: 16px;
  margin-left: 15px;
}
.listing-details-wrapper .listing-faq-box .faq-accordian .card .card-header[aria-expanded=true]:after {
  content: "\e622";
}
.listing-details-wrapper .listing-review-box {
  padding-bottom: 50px;
  border-bottom: 1px solid #efefef;
}
.listing-details-wrapper .listing-review-box h4.title {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 40px;
}
.listing-details-wrapper .listing-review-box .review-list.news .review {
  border-bottom: 1px solid #e7e7e7;
}
.listing-details-wrapper .listing-review-box .review-list.news .review:last-child {
  border-bottom: none;
}
.listing-details-wrapper .listing-review-box .review-list.news .review p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.listing-details-wrapper .listing-review-box .review-list.news .review p:nth-child(1) span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #6b6b6b;
}
.listing-details-wrapper .listing-review-box .review-list .review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .listing-details-wrapper .listing-review-box .review-list .review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.listing-details-wrapper .listing-review-box .review-list .review:last-child {
  margin-bottom: 0px;
}
.listing-details-wrapper .listing-review-box .review-list .review .thumb {
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  margin-right: 40px;
}
.listing-details-wrapper .listing-review-box .review-list .review .thumb img {
  border-radius: 5px;
}
.listing-details-wrapper .listing-review-box .review-list .review .review-content {
  margin-right: -10px;
}
@media (max-width: 767px) {
  .listing-details-wrapper .listing-review-box .review-list .review .review-content {
    margin-right: 0px;
    margin-top: 20px;
  }
}
.listing-details-wrapper .listing-review-box .review-list .review .review-content span.date {
  display: block;
  margin-bottom: 5px;
}
.listing-details-wrapper .listing-review-box .review-list .review .review-content p {
  margin-bottom: 15px;
}
.listing-details-wrapper .listing-review-box .review-list .review .review-content .content-meta .ratings {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.listing-details-wrapper .listing-review-box .review-list .review .review-content .content-meta .ratings li span.av-rate {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #efefef;
  margin-right: 10px;
}
.listing-details-wrapper .listing-review-box .review-list .review .review-content .content-meta .reply {
  font-size: 15px;
}
.listing-details-wrapper .listing-review-box .review-list .review .review-content .content-meta .reply i {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .listing-details-wrapper .listing-review-form h4.title {
    margin-bottom: 15px;
  }
}
.listing-details-wrapper .listing-review-form .form-rating {
  float: right;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .listing-details-wrapper .listing-review-form .form-rating {
    float: none;
  }
}
.listing-details-wrapper .listing-review-form .form-rating .ratings span {
  color: #383838;
  margin-right: 10px;
}
.listing-details-wrapper .listing-review-form .form-rating .ratings li:hover i {
  color: #ff9d00;
}
.listing-details-wrapper .listing-review-form .form_control {
  border: 1px solid #efefef;
  margin-bottom: 20px;
}
.listing-details-wrapper .listing-review-form textarea.form_control {
  height: 200px;
}
.listing-details-wrapper .listing-review-form .single-checkbox {
  margin-bottom: 30px;
}
.listing-details-wrapper .listing-review-form .single-checkbox label:before {
  border: 1px solid #ff9d00;
}
.listing-details-wrapper .listing-play-box h4.title {
  margin-bottom: 35px;
}
.listing-details-wrapper .listing-play-box .play-content {
  padding: 185px 0;
  position: relative;
  z-index: 1;
}
.listing-details-wrapper .listing-play-box .play-content:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(2, 3, 11, 0.45);
  z-index: -1;
}
.listing-details-wrapper .listing-play-box .play-content .video-popup {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #ffb700;
  color: #383838;
}
.listing-details-wrapper .listing-gallery-box .gallery-slider-one {
  margin-left: -15px;
  margin-right: -15px;
}
.listing-details-wrapper .listing-gallery-box .gallery-slider-one .gallery-item {
  margin-left: 15px;
  margin-right: 15px;
}
.listing-details-wrapper .listing-gallery-box .gallery-slider-one .gallery-item img {
  border-radius: 5px;
}
.listing-details-wrapper .listing-rating-box .single-average-rating {
  margin-bottom: 30px;
}
.listing-details-wrapper .listing-rating-box .single-average-rating h5.title {
  font-size: 15px;
  color: #343434;
  font-family: "Mulish", sans-serif;
}
.listing-details-wrapper .listing-rating-box .single-average-rating .progress {
  height: 10px;
  border-radius: 0px;
}
.listing-details-wrapper .listing-rating-box .single-average-rating .progress .progress-bar {
  background-color: #ffb700;
}
.listing-details-wrapper .listing-rating-box .single-average-rating span.rating {
  padding: 10px;
  padding: 0 5px;
  line-height: 20px;
  border-radius: 2px;
  margin-left: 20px;
}
.listing-details-wrapper .listing-rating-box h4.title {
  margin-bottom: 20px;
}
.listing-details-wrapper.listing-details-wrapper-two .listing-info-area .listing-info-content h1.title {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 15px;
}
.listing-details-wrapper.listing-details-wrapper-two .listing-info-area .listing-info-content .listing-meta ul {
  margin-bottom: 5px;
}
.listing-details-wrapper.listing-details-wrapper-two .listing-info-area .listing-info-content .listing-meta ul li {
  margin-right: 30px;
  display: inline-block;
}
.listing-details-wrapper.listing-details-wrapper-two .listing-info-area .listing-info-content .listing-meta ul li:last-child {
  margin-right: 0;
}
.listing-details-wrapper.listing-details-wrapper-two .listing-info-area .listing-info-content .listing-meta ul li span i {
  margin-right: 10px;
}
.listing-details-wrapper.listing-details-wrapper-two .listing-info-area .button {
  float: right;
}
@media (max-width: 767px) {
  .listing-details-wrapper.listing-details-wrapper-two .listing-info-area .button {
    float: none;
    margin-top: 20px;
  }
}
.listing-details-wrapper.listing-details-wrapper-two .listing-info-area .button .icon-btn {
  width: 65px;
  height: 65px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #efefef;
  font-size: 20px;
  margin-left: 5px;
}
.listing-details-wrapper.listing-details-wrapper-two .listing-content {
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0px;
}
.listing-details-wrapper.listing-details-wrapper-two .listing-content h3.title {
  margin-bottom: 20px;
}
.listing-details-wrapper.listing-details-wrapper-two .listing-tag-box {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.listing-details-wrapper.listing-details-wrapper-two .listing-tag-box h4.title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.listing-details-wrapper.listing-details-wrapper-two .listing-gallery-box h4.title {
  margin-bottom: 25px;
}

.add-listing-form {
  padding: 51px 60px 30px;
  background-color: #f7f7f7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .add-listing-form {
    padding: 51px 30px 30px;
  }
}
@media (max-width: 991px) {
  .add-listing-form {
    padding: 51px 30px 30px;
  }
}
.add-listing-form h4.title {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 30px;
}
.add-listing-form h4.title:after, .add-listing-form h4.title:before {
  position: absolute;
  bottom: 0;
  content: "";
  height: 4px;
}
.add-listing-form h4.title:before {
  width: 40px;
  left: 0;
}
.add-listing-form h4.title:after {
  width: 15px;
  left: 50px;
}
.add-listing-form .form_control, .add-listing-form .nice-select {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #383838;
  border-radius: 5px;
}
.add-listing-form .form_control {
  height: 60px;
}
.add-listing-form .form_control::-webkit-input-placeholder {
  font-weight: 700;
  color: #383838;
}
.add-listing-form .form_control::-moz-placeholder {
  font-weight: 700;
  color: #383838;
}
.add-listing-form .form_control:-ms-input-placeholder {
  font-weight: 700;
  color: #383838;
}
.add-listing-form .form_control::-ms-input-placeholder {
  font-weight: 700;
  color: #383838;
}
.add-listing-form .form_control::placeholder {
  font-weight: 700;
  color: #383838;
}
.add-listing-form textarea.form_control {
  height: 190px;
  padding-top: 20px;
}
.add-listing-form .nice-select {
  height: 60px;
  line-height: 60px;
  float: none;
  border: none;
}
.add-listing-form.upload-listing-form h4.title {
  margin-bottom: 23px;
}
.add-listing-form.upload-listing-form p {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #383838;
}
.add-listing-form.upload-listing-form input[type=file] {
  position: relative;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  margin-bottom: 30px;
}
.add-listing-form.upload-listing-form .upload-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  text-align: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.add-listing-form.upload-listing-form .upload-content .upload-title-icon span {
  margin-left: 15px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
.add-listing-form.upload-listing-form .file-input-one input[type=file] {
  height: 170px;
}
.add-listing-form.upload-listing-form .file-input-two input[type=file] {
  height: 70px;
}
.add-listing-form.amenities-listing-form .single-checkbox {
  margin-bottom: 30px;
}
.add-listing-form.map-form {
  padding: 0px;
}
.add-listing-form.map-form .map-box iframe {
  height: 575px;
}
.add-listing-form.timing-listing-form {
  padding-bottom: 45px;
}
.add-listing-form.timing-listing-form .timeing-list {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.add-listing-form.timing-listing-form .timeing-list span.time {
  float: right;
}

.star-rating {
  font-size: 0;
  position: relative;
  width: 105px;
  height: 20px;
  overflow: hidden;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAACZ0lEQVR42s2Yz0sUYRjH+wVmB4lCOgR66BAegoQU/4SgQ4culSeRoEKiU0QRrHpSwcCDFEREBMGSiMIOdpA9bGwbLTML+1MjQlE8GGmXgpTdPk/MxrLMzsDM484ufFne2ff9vp95nnee9905VKlUVFQqlQa1vFRM0un0CaB2TNPsbBmoYrF4E6hKoVC42zJQAMUECiVaAkpSRqT2bKhyPp/vCh0KoBEBqooUPmgFqI+1UMgKFSqbzZ4TkHpxvSc0KFL1xAkKjYUGRepKTlBc/xIKFJNfEoBGyuVyfWFAPXWDIlrTTYWKRqNHmXTLA2ozEokc8QWFwRAGb9EcWkRLXFtGCfSJtolyaAV9k8nQd3tyL23QdxVlUZr2B9vbQPP2vK/QczTDgzOJrv+7azpMoLIYhazXsrn/Dxnbw1Uu7oYE85tI3aqyOBVDq5lAUj4IyEXXhR6Px4/T8WWTgN6lUqmOega3aj0sYT0gmD/43/dVEghrLyZflaHWARoIVKcsyzoppUIJyMDrtErx5HMYs0cBYMoyXnxUK3p1r/MrUtatvs1wp6MBoe4cBJQZcD3FVKEymcxZhUX+K5lMtqtBYXhbAUpSeEUTKuZ1GkCPSfEPj36zKlCya7tVdkDeSC2rppn2e5e+aypQcnpoMMk2k1xrUNNGZA01ALsQGAqjFw7GC5wozniMO0+/zw5jHwaCkruuO/b+REMeprUnjmNS39BejUciEBSp668xW/b7nkB8AFuxffZpn/INxSM8bq+NexI1hXdYs3YKb/iGYvAzWRs+INyidhnfKd9Q8qdCvrVlGEab2+9/AaqhSf4SQ/sOAAAAAElFTkSuQmCC");
  background-size: contain;
}
@media (max-width: 767px) {
  .star-rating {
    width: 105px;
  }
}

.star-rating__star {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  opacity: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAACtElEQVR42s2YzWsTQRjG4wf4cRBRRFDRgkEtuzujoOKfIHjw4MWPk4igIuJJRBGqPamg4EEUREQEoSiiYtBDCWibZmakHvSgBil+H9SmbXZGUGl8XsniQpdN2J1mE3gJm8y+89t3nnlmZnP1et1K+NLbYyuXlSRfHi6brxWv1p7ml3QMlC+83UbxupbsUMdAacUeEZRR7FlHQNGQGcl/N6AmRweclZlDGeEdJqAgMJTHMoeCjobCUFryF5lCjQ26qwOYcNSG3O7MoFCVU1FQWnpnMoMykr2OgkJUMoHSwt0YQERXy9nUdihfsotxUL7iF9oK1deXm6Ul+xpbKcU/9/TkZiaCwkK6F9q4jU7uIh4gHuO6n9wZiQWuhyHoVzDIN4gR6gy/fY8BCtvDJ9zzFu1fwvWf47cByo3rAvLca/R7A+2uauVdMoKdqym2899To/FZcmNKlGkIdpMW9//CLXvbQT+WCYxkP2Ej+wOWKWZIjtxmqIovnfWxQh8pds0F2PV2AEFPd36U8wtann1asH1U1mkC+gUNH01kCdDYBoC9s6yfD6bMtqTyqWqxayFZhaXhKkyIdYutmCc+M+AzJ5IDsUm6n/JYdfRgrUsa1cHuVdaXGfjI6ZRDd3AaoNhwKigcLqxCmdKa5elnHTcfSyvmWYPSgh+wMvuEu80eFErfbDcAsz2JdqNNdHXZChSt2rHOLvkt8rJgmGG4T2Ks4b0VKNo9RAuXf0MnO6I8jc6CpKHIHWnJ89JDKXYtYhju+2V3adx9E4qtRTs1BUry46mg6KnD215oZ5x2qq1O7WIxN5v8LTjWt/q+oYkVOJtDC2l/0vcElIe20w0N/hkvOYsSQ6EyvaQNAB2hqqV+h4XZR2C+YLuSQyl+hbSRACLuaLYVD3k+MRQdKujbdlQK+Tlx//8FHj0VVkETdoMAAAAASUVORK5CYII=");
  background-size: contain;
}
.star-rating__star ~ .star-rating__star {
  width: 40%;
}
.star-rating__star ~ .star-rating__star ~ .star-rating__star {
  width: 60%;
}
.star-rating__star ~ .star-rating__star ~ .star-rating__star ~ .star-rating__star {
  width: 80%;
}
.star-rating__star ~ .star-rating__star ~ .star-rating__star ~ .star-rating__star ~ .star-rating__star {
  width: 100%;
}

.star-rating__input {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 2;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.star-rating__input:hover + i, .star-rating__input:checked + i {
  opacity: 1;
}

.star-rating:hover .current-rating {
  display: none;
}
.current-rating.current-rating--5 .star-rating__star, .current-rating.current-rating--4-5 .star-rating__star, .current-rating.current-rating--4 .star-rating__star, .current-rating.current-rating--3-5 .star-rating__star, .current-rating.current-rating--3 .star-rating__star, .current-rating.current-rating--2-5 .star-rating__star, .current-rating.current-rating--2 .star-rating__star, .current-rating.current-rating--1-5 .star-rating__star, .current-rating.current-rating--1 .star-rating__star {
  opacity: 1;
}
.current-rating.current-rating--1 .star-rating__star {
  width: 20%;
}
.current-rating.current-rating--1-5 .star-rating__star {
  width: 30%;
}
.current-rating.current-rating--2 .star-rating__star {
  width: 40%;
}
.current-rating.current-rating--2-5 .star-rating__star {
  width: 50%;
}
.current-rating.current-rating--3 .star-rating__star {
  width: 60%;
}
.current-rating.current-rating--3-5 .star-rating__star {
  width: 70%;
}
.current-rating.current-rating--4 .star-rating__star {
  width: 80%;
}
.current-rating.current-rating--4-5 .star-rating__star {
  width: 90%;
}
.current-rating.current-rating--5 .star-rating__star {
  width: 100%;
}

.ekko-lightbox-nav-overlay a {
  opacity: 1;
  color: #ddd;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0;
}
.ekko-lightbox-nav-overlay a:hover {
  color: #ff9d00;
}

/*=========================
    08. Place CSS
==========================*/
.place-container {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 991px) {
  .place-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.place-slider-one {
  margin-left: -15px;
  margin-right: -15px;
}
.place-slider-one .slick-dots {
  text-align: center;
  margin-top: 80px;
}
.place-slider-one .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}
.place-slider-one .slick-dots li.slick-active button {
  background-color: #ff9d00;
}
.place-slider-one .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f7f7f7;
}

.place-item-one {
  margin-left: 15px;
  margin-right: 15px;
}
.place-item-one:hover .place-thumbnail .place-overlay {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.place-item-one .place-thumbnail {
  position: relative;
  overflow: hidden;
}
.place-item-one .place-thumbnail img {
  width: 100%;
}
.place-item-one .place-thumbnail .place-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 40px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.place-item-one .place-thumbnail .place-content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  padding: 40px 15px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 5, 63, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 5, 63, 0.1);
}
.place-item-one .place-thumbnail .place-content span.listing {
  padding: 5px 23px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 13px;
}
.place-item-one .place-thumbnail .place-content h3 {
  margin-bottom: 15px;
}
.place-item-one .place-thumbnail .place-content .arrow-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #ffb700;
  color: #383838;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.place-item-two:hover .place-thumbnail .place-overlay {
  visibility: visible;
  opacity: 1;
}
.place-item-two:hover .place-thumbnail .place-overlay .place-content {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.place-item-two .place-thumbnail {
  position: relative;
  overflow: hidden;
}
.place-item-two .place-thumbnail img {
  width: 100%;
}
.place-item-two .place-thumbnail .place-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 20, 41, 0.3);
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.place-item-two .place-thumbnail .place-overlay .place-content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  width: 85%;
  padding: 20px;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 5, 63, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 5, 63, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.place-item-two .place-thumbnail .place-overlay .place-content:after {
  position: absolute;
  left: 25px;
  bottom: -20px;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #fff;
}
.place-item-two .place-thumbnail .place-overlay .place-content .info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.place-item-two .place-thumbnail .place-overlay .place-content .info span.span:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
}
.place-item-two .place-thumbnail .place-overlay .place-content .icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  font-size: 27px;
  font-weight: 700;
}

.place-item-three .place-thumbnail {
  position: relative;
  overflow: hidden;
}
.place-item-three .place-thumbnail .place-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(17, 20, 41)), color-stop(34%, rgba(17, 20, 41, 0.53)), to(rgba(17, 20, 41, 0.05882)));
  background: linear-gradient(0deg, rgb(17, 20, 41) 0%, rgba(17, 20, 41, 0.53) 34%, rgba(17, 20, 41, 0.05882) 100%);
  padding: 30px;
}
.place-item-three .place-thumbnail .place-overlay .place-content h4 {
  margin-bottom: 10px;
}
.place-item-three .place-thumbnail .place-overlay .place-content ul.ratings {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.place-item-three .place-thumbnail .place-overlay .place-content ul.ratings span {
  margin-right: 10px;
  font-weight: 600;
}

/*=========================
    09. Products CSS
==========================*/
.products-filter .sort-dropdown .show-text p {
  margin-right: 30px;
}
.products-filter .sort-dropdown .nice-select {
  border: 1px solid #efefef;
  border-radius: 0px;
  width: 220px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.products-filter .list {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.products-filter .list li:first-child {
  margin-right: 10px;
}
.products-filter .list li a {
  width: 50px;
  height: 50px;
  background-color: #f7f7f7;
  color: #0d0d0d;
  font-size: 20px;
}
.products-item-one:hover .product-img .product-overlay .product-meta .icon {
  visibility: visible;
  opacity: 1;
  border: 1px solid #dfdfdf;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.products-item-one .product-img {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 5px;
  margin: 0 5px;
}
@media (max-width: 991px) {
  .products-item-one .product-img img {
    width: 100%;
  }
}
.products-item-one .product-img .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.products-item-one .product-img .product-overlay .product-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products-item-one .product-img .product-overlay .product-meta .icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 18px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
}
.products-item-one .product-img .product-overlay .product-meta .icon.img-popup {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-item-one .product-img .product-overlay .product-meta .icon.cart-btn {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.products-item-one .product-img .product-overlay .product-meta .icon.wishlist-btn {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.products-item-one .product-info {
  padding-top: 10px;
}
.products-item-one .product-info h3.title {
  margin-bottom: 8px;
}
.products-item-one .product-info span.price {
  font: 700 18px "Quicksand", sans-serif;
}
.products-item-one .product-info span.price span.pre-price {
  font-weight: 500;
  text-decoration: line-through;
}

.product-details-wrapper .products-thumb-gallery-slider .single-thumb-item {
  margin-bottom: 20px;
  cursor: pointer;
}
.product-details-wrapper .products-gallery-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-details-wrapper .products-gallery-slider .slick-arrow.prev {
  left: 0;
}
.product-details-wrapper .products-gallery-slider .slick-arrow.next {
  right: 0;
}
.product-details-wrapper .product-info ul.ratings {
  margin-bottom: 10px;
}
.product-details-wrapper .product-info h3.title {
  margin-bottom: 15px;
}
.product-details-wrapper .product-info span.price {
  display: block;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.product-details-wrapper .product-info p {
  margin-bottom: 25px;
}
.product-details-wrapper .product-info .quantity-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #dde0e2;
  border-bottom: 1px solid #dde0e2;
}
@media (max-width: 767px) {
  .product-details-wrapper .product-info .quantity-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-details-wrapper .product-info .quantity-cart .quantity-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.product-details-wrapper .product-info .quantity-cart .quantity-input input {
  margin-left: 10px;
  margin-right: 10px;
}
.product-details-wrapper .product-info .quantity-cart .quantity-input input, .product-details-wrapper .product-info .quantity-cart .quantity-input .quantity-up, .product-details-wrapper .product-info .quantity-cart .quantity-input .quantity-down {
  text-align: center;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dee1e3;
}
.product-details-wrapper .product-info .quantity-cart .main-btn {
  padding: 11px 25px;
  line-height: 28px;
  margin-left: 45px;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .product-details-wrapper .product-info .quantity-cart .main-btn {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.product-details-wrapper .product-info .product-meta .variation, .product-details-wrapper .product-info .product-meta .category, .product-details-wrapper .product-info .product-meta .tags, .product-details-wrapper .product-info .product-meta .wishlist-btn {
  display: block;
  margin-bottom: 15px;
}
.product-details-wrapper .product-info .product-meta .variation span.title, .product-details-wrapper .product-info .product-meta .category span.title, .product-details-wrapper .product-info .product-meta .tags span.title {
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #383838;
  margin-right: 10px;
}
.product-details-wrapper .product-info .product-meta .variation span.color {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 10px;
  cursor: pointer;
}
.product-details-wrapper .product-info .product-meta .variation span.color.color-1 {
  background-color: #49a3f7;
}
.product-details-wrapper .product-info .product-meta .variation span.color.color-2 {
  background-color: #b97bf2;
}
.product-details-wrapper .product-info .product-meta .variation span.color.color-3 {
  background-color: #26b28c;
}
.product-details-wrapper .product-info .product-meta .variation span.color.color-4 {
  background-color: #f79f49;
}
.product-details-wrapper .product-info .product-meta .category a, .product-details-wrapper .product-info .product-meta .tags a {
  margin-right: 5px;
}

.description-wrapper .description-tabs .nav-tabs .nav-link {
  position: relative;
  padding: 0;
  border-radius: 0px;
  border: none;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: #383838;
  padding-bottom: 20px;
  margin-right: 30px;
}
.description-wrapper .description-tabs .nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.description-wrapper .description-tabs .nav-tabs .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}
.description-wrapper .description-content-box p {
  margin-bottom: 20px;
}
.description-wrapper .products-review-area h4.title {
  margin-bottom: 25px;
}
.description-wrapper .products-review-area ul.review-list .review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 400px) {
  .description-wrapper .products-review-area ul.review-list .review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.description-wrapper .products-review-area ul.review-list .review .review-thumb {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}
.description-wrapper .products-review-area ul.review-list .review .review-thumb img {
  width: 100%;
  border-radius: 50%;
}
@media (max-width: 400px) {
  .description-wrapper .products-review-area ul.review-list .review .review-content {
    margin-top: 30px;
  }
}
.description-wrapper .products-review-area ul.review-list .review .review-content h4 {
  margin-bottom: 5px;
}
.description-wrapper .products-review-area ul.review-list .review .review-content span.date {
  font-weight: 600;
  color: #383838;
}
.description-wrapper .products-review-area ul.review-list .review .review-content ul.ratings {
  margin-bottom: 10px;
}
.description-wrapper .products-review-area ul.review-list .review .review-content p {
  margin-bottom: 10px;
}
.description-wrapper .products-review-area ul.review-list .review .review-content .reply {
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  color: #383838;
}
.description-wrapper .products-review-form h4.title {
  margin-bottom: 25px;
}
.description-wrapper .products-review-form .ratings li span {
  font-weight: 700;
  color: #383838;
  font-family: "Quicksand", sans-serif;
  margin-right: 15px;
}
.description-wrapper .products-review-form .form_control {
  background-color: #f7f7f7;
  margin-bottom: 30px;
  color: #383838;
  font-weight: 700;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.description-wrapper .products-review-form .form_control::-webkit-input-placeholder {
  color: #383838;
}
.description-wrapper .products-review-form .form_control::-moz-placeholder {
  color: #383838;
}
.description-wrapper .products-review-form .form_control:-ms-input-placeholder {
  color: #383838;
}
.description-wrapper .products-review-form .form_control::-ms-input-placeholder {
  color: #383838;
}
.description-wrapper .products-review-form .form_control::placeholder {
  color: #383838;
}
.description-wrapper .products-review-form .form_control:focus {
  background-color: #fff;
  border-color: #ff9d00;
}
.description-wrapper .products-review-form textarea.form_control {
  height: 200px;
}

.releted-product-area h3.releted-title {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 50px;
}

.releted-products-slider-one {
  margin-left: -15px;
  margin-right: -15px;
}
.releted-products-slider-one .products-item-one {
  margin-left: 15px;
  margin-right: 15px;
}

.releted-listing-slider-one {
  margin-left: -15px;
  margin-right: -15px;
}
.releted-listing-slider-one .listing-item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 35px;
}

/*=========================
    10. Testimonial css
==========================*/
.testimonial-wrapper-one {
  background-color: #fff;
  border-radius: 20px;
}
.testimonial-wrapper-one .testimonial-review-area {
  position: relative;
  padding: 35px 60px 40px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial-wrapper-one .testimonial-review-area {
    padding: 50px 30px;
  }
}
.testimonial-wrapper-one:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 90%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
}
.testimonial-wrapper-one .testimonial-thumb-slider-one {
  max-width: 230px;
  margin: auto;
  margin-bottom: 7px;
}
.testimonial-wrapper-one .testimonial-thumb-slider-one .slick-list {
  padding: 20px 0;
}
.testimonial-wrapper-one .testimonial-thumb-slider-one .single-thumb {
  cursor: pointer;
  text-align: center;
}
.testimonial-wrapper-one .testimonial-thumb-slider-one .single-thumb.slick-current img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.testimonial-wrapper-one .testimonial-thumb-slider-one .single-thumb img {
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonial-wrapper-one .testimonial-content-slider-one .testimonial-item .testimonial-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.testimonial-wrapper-one .testimonial-content-slider-one .testimonial-item .testimonial-content .author-info h4 {
  margin-bottom: 10px;
}

.testimonial-wrapper-two {
  max-height: 680px;
}
.testimonial-wrapper-two .testimonial-bg {
  height: 100%;
}
.testimonial-wrapper-two .testimonial-content-box {
  padding: 75px 80px;
  height: 100%;
}
.testimonial-wrapper-two .testimonial-content-box .testimonial-thumb-slider-one {
  max-width: 230px;
  margin-bottom: 7px;
}
.testimonial-wrapper-two .testimonial-content-box .testimonial-thumb-slider-one .slick-list {
  padding: 20px 0;
}
.testimonial-wrapper-two .testimonial-content-box .testimonial-thumb-slider-one .single-thumb {
  cursor: pointer;
  text-align: center;
}
.testimonial-wrapper-two .testimonial-content-box .testimonial-thumb-slider-one .single-thumb.slick-current img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.testimonial-wrapper-two .testimonial-content-box .testimonial-thumb-slider-one .single-thumb img {
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonial-wrapper-two .testimonial-content-box .testimonial-content-slider-one .testimonial-item .testimonial-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.testimonial-wrapper-two .testimonial-content-box .testimonial-content-slider-one .testimonial-item .testimonial-content .author-info .author-title {
  margin-left: 25px;
  margin-top: -5px;
}
.testimonial-wrapper-two .testimonial-content-box .testimonial-content-slider-one .testimonial-item .testimonial-content .author-info .author-title h4 {
  margin-bottom: 5px;
}

/*=========================
    11. Tean css
==========================*/
.team-item-one:hover .team-img .team-social {
  bottom: 0;
}
.team-item-one .team-img {
  position: relative;
  overflow: hidden;
}
.team-item-one .team-img .team-social {
  position: absolute;
  bottom: -100%;
  left: 20px;
  background-color: #ff9d00;
  padding: 38px 15px 33px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-item-one .team-img .team-social ul.social-link li {
  display: block;
  margin-bottom: 10px;
}
.team-item-one .team-img .team-social ul.social-link li:last-child {
  margin-bottom: 0px;
}
.team-item-one .team-info {
  padding-top: 25px;
}
.team-item-one .team-info h3.title {
  margin-bottom: 5px;
}

/*=========================
    12. Blog css
==========================*/
.btn-link {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #343434;
}
.btn-link:after {
  display: inline-block;
  margin-left: 5px;
  content: "\e61a";
  font-family: "themify";
  font-size: 12px;
}
.btn-link:hover {
  text-decoration: none;
}

.post-meta ul li {
  display: inline-block;
}
.post-meta ul li span i {
  margin-right: 10px;
}

.blog-post-item .post-thumbnail a {
  display: block;
}
@media (max-width: 991px) {
  .blog-post-item .post-thumbnail img {
    width: 100%;
  }
}

.blog-post-item-one .post-thumbnail {
  position: relative;
}
.blog-post-item-one .post-thumbnail .post-date {
  position: absolute;
  right: 10px;
  top: 10px;
}
.blog-post-item-one .post-thumbnail .post-date a {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f31b38;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
}
.blog-post-item-one .post-thumbnail .post-date a span {
  font-size: 12px;
  line-height: 14px;
  font-family: "Mulish", sans-serif;
}
.blog-post-item-one .entry-content {
  position: relative;
  padding: 30px 35px;
  background-color: #fff;
  -webkit-box-shadow: 1.545px 4.755px 18.8px 1.2px rgba(30, 33, 62, 0.06);
          box-shadow: 1.545px 4.755px 18.8px 1.2px rgba(30, 33, 62, 0.06);
  margin-left: 20px;
  margin-top: -50px;
  border-radius: 10px 0px 0px 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-item-one .entry-content {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .blog-post-item-one .entry-content {
    padding: 30px 20px;
  }
}
.blog-post-item-one .entry-content h3.title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-post-item-one .entry-content .cat-btn {
  display: block;
  margin-bottom: 5px;
}
.blog-post-item-one .entry-content .cat-btn i {
  margin-right: 10px;
}
.blog-post-item-one .entry-content .post-meta ul li {
  margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-item-one .entry-content .post-meta ul li {
    margin-right: 15px;
  }
}
.blog-post-item-two .entry-content {
  position: relative;
  padding: 40px 30px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(36, 37, 51, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(36, 37, 51, 0.08);
  width: 95%;
  margin: auto;
  margin-top: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-item-two .entry-content {
    padding: 40px 15px 20px;
  }
}
.blog-post-item-two .entry-content .cat-btn {
  background-color: #ff344f;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  padding: 5px 35px;
  border-radius: 3px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-item-two .entry-content .cat-btn {
    padding: 5px 15px;
  }
}
@media (max-width: 991px) {
  .blog-post-item-two .entry-content .cat-btn {
    padding: 5px 15px;
  }
}
.blog-post-item-two .entry-content h3.title {
  margin-bottom: 15px;
}
.blog-post-item-two .entry-content .post-meta ul li {
  margin-bottom: 10px;
}
.blog-post-item-two .entry-content .post-meta ul li:last-child:after {
  display: none;
}
.blog-post-item-two .entry-content .post-meta ul li:after {
  content: "|";
  margin-left: 5px;
  margin-right: 3px;
}

.blog-post-item-three .post-thumbnail {
  position: relative;
}
.blog-post-item-three .post-thumbnail .post-date {
  position: absolute;
  right: 10px;
  top: 10px;
}
.blog-post-item-three .post-thumbnail .post-date a {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f31b38;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
}
.blog-post-item-three .post-thumbnail .post-date a span {
  font-size: 12px;
  line-height: 14px;
  font-family: "Mulish", sans-serif;
}
.blog-post-item-three .entry-content {
  position: relative;
  padding: 25px 35px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 10px 0px 0px 10px;
}
.blog-post-item-three .entry-content h3.title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-post-item-three .entry-content .cat-btn {
  display: block;
  margin-bottom: 5px;
}
.blog-post-item-three .entry-content .cat-btn i {
  margin-right: 10px;
}
.blog-post-item-three .entry-content .post-meta {
  padding-top: 17px;
  border-top: 1px solid #efefef;
}
.blog-post-item-three .entry-content .post-meta ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-post-item-four .post-thumbnail {
  position: relative;
}
.blog-post-item-four .entry-content {
  position: relative;
  padding: 60px 40px 35px;
  border-radius: 10px 0px 0px 10px;
  margin-left: 30px;
  margin-top: -85px;
  background-color: #fff;
  -webkit-box-shadow: 1.545px 4.755px 18.8px 1.2px rgba(30, 33, 62, 0.06);
          box-shadow: 1.545px 4.755px 18.8px 1.2px rgba(30, 33, 62, 0.06);
}
@media (max-width: 767px) {
  .blog-post-item-four .entry-content {
    padding: 60px 30px 35px;
  }
}
.blog-post-item-four .entry-content .cat-btn {
  padding: 10px 25px;
  border-radius: 20px;
  position: absolute;
  top: -20px;
}
.blog-post-item-four .entry-content .post-meta ul li {
  margin-bottom: 12px;
  margin-right: 15px;
}
.blog-post-item-four .entry-content h3.title {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .blog-post-item-four .entry-content h3.title {
    font-size: 22px;
    line-height: 35px;
  }
}
.blog-post-item-four .entry-content p {
  margin-bottom: 20px;
}
.blog-post-item-four.blog-post-with-bg {
  padding: 50px 30px 30px;
}
.blog-post-item-four.blog-post-with-bg .entry-content {
  margin: 0;
  border-radius: 0px;
}
.blog-post-item-four.blog-post-video .post-thumbnail .play-content {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}
.blog-post-item-four.blog-post-video .post-thumbnail .play-content .video-popup {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #ffb700;
  color: #383838;
}

.blog-details-wrapper .entry-content {
  margin-top: -45px;
}
.blog-details-wrapper .entry-content .post-meta {
  padding: 28px 60px 28px 30px;
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  margin-bottom: 30px;
}
.blog-details-wrapper .entry-content .post-meta ul li {
  margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrapper .entry-content .post-meta ul li {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .blog-details-wrapper .entry-content .post-meta ul li {
    margin-right: 15px;
  }
}
.blog-details-wrapper .entry-content .post-meta ul li:last-child {
  margin-right: 0px;
}
.blog-details-wrapper .entry-content .post-meta ul li span {
  color: #fff;
}
.blog-details-wrapper .entry-content .post-meta ul li span i {
  color: #fff;
}
.blog-details-wrapper .entry-content .post-meta ul li span a:hover {
  color: #383838;
}
.blog-details-wrapper .entry-content h3.title {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 15px;
}
.blog-details-wrapper .entry-content p {
  margin-bottom: 18px;
}
.blog-details-wrapper .entry-content h4 {
  margin-bottom: 20px;
}
.blog-details-wrapper .entry-content .fioxen-blockquote {
  padding: 20px 70px 14px;
}
@media (max-width: 991px) {
  .blog-details-wrapper .entry-content .fioxen-blockquote {
    padding: 20px 30px 14px;
  }
}
.blog-details-wrapper .entry-content .fioxen-blockquote img {
  margin-bottom: 30px;
}
.blog-details-wrapper .entry-content .fioxen-blockquote h5 {
  margin-bottom: 20px;
}
.blog-details-wrapper .entry-content .content-img {
  padding: 18px 0 33px;
}
.blog-details-wrapper .entry-content .list li {
  position: relative;
  padding-left: 25px;
  line-height: 24px;
  margin-bottom: 25px;
}
.blog-details-wrapper .entry-content .list li:last-child {
  margin-bottom: 0px;
}
.blog-details-wrapper .entry-content .list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e64d";
  font-family: "themify";
}
.blog-details-wrapper .entry-content .post-tag {
  margin: 35px 0 32px;
  border-top: 1px solid #dde0e2;
  padding: 40px 0;
  border-bottom: 1px solid #dde0e2;
}
.blog-details-wrapper .entry-content .post-tag a {
  padding: 9px 22px;
  border: 1px solid #efefef;
  border-radius: 22px;
  margin-right: 10px;
  color: #383838;
}
.blog-details-wrapper .entry-content .post-tag a:hover {
  border-color: transparent;
}
.blog-details-wrapper .post-navigation {
  padding-bottom: 30px;
  border-bottom: 1px solid #dde0e2;
  margin-bottom: 30px;
}
.blog-details-wrapper .post-navigation .post-nav-item {
  max-width: 250px;
}
.blog-details-wrapper .post-navigation .post-nav-item .btn-link {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.blog-details-wrapper .post-navigation .post-nav-item.next-post {
  float: right;
  text-align: right;
}
.blog-details-wrapper .comments-area {
  border-bottom: 1px solid #dde0e2;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-area .comments-list .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .blog-details-wrapper .comments-area .comments-list .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment:last-child {
  margin-bottom: 0px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  margin-right: 40px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar img {
  border-radius: 5px;
}
@media (max-width: 991px) {
  .blog-details-wrapper .comments-area .comments-list .comment .comment-wrap {
    margin-top: 30px;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #383838;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content span.author-name span.date {
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #343434;
  margin-bottom: 10px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content p {
  margin-bottom: 20px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content .reply i {
  margin-right: 10px;
}
.blog-details-wrapper .comments-respond .form_control {
  border: 1px solid #dde0e2;
  margin-bottom: 20px;
}
.blog-details-wrapper .comments-respond textarea.form_control {
  height: 200px;
}
.blog-details-wrapper .comments-respond .single-checkbox {
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-respond .single-checkbox input:checked + label:before {
  border-color: transparent;
}
.blog-details-wrapper .comments-respond .single-checkbox label:before {
  background-color: transparent;
  border: 1px solid #dde0e2;
}

/*=========================
    13. Widget css
==========================*/
.sidebar-widget-area .widget {
  background-color: #f7f7f7;
  padding: 32px 30px 40px;
}
.sidebar-widget-area .widget h4.widget-title, .sidebar-widget-area .widget h3.widget-title {
  margin-bottom: 27px;
  font-size: 24px;
}
.sidebar-widget-area .widget h4.widget-title:after, .sidebar-widget-area .widget h3.widget-title:after {
  display: inline-block;
  content: "..";
  margin-left: 7px;
}
.sidebar-widget-area .widget.search-widget form .form_group i {
  position: absolute;
  top: 22px;
  right: 20px;
}
.sidebar-widget-area .widget.categories-widget .categories-nav li {
  margin-bottom: 15px;
}
.sidebar-widget-area .widget.categories-widget .categories-nav li:last-child {
  margin-bottom: 0px;
}
.sidebar-widget-area .widget.categories-widget .categories-nav li a {
  display: block;
  padding: 18px 20px;
  background-color: #fff;
}
.sidebar-widget-area .widget.categories-widget .categories-nav li a span {
  float: right;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #e3e4e5;
  margin-bottom: 30px;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content:last-child {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content img {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date .posted-on {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  line-height: 25px;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date .posted-on i {
  margin-right: 10px;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6 {
  line-height: 25px;
  font-weight: 700;
}
.sidebar-widget-area .widget.add-widget {
  padding: 40px 30px;
}
.sidebar-widget-area .widget.tag-cloud-widget {
  padding: 32px 30px 30px;
}
.sidebar-widget-area .widget.tag-cloud-widget a {
  padding: 10px 19px;
  border: 1px solid #efefef;
  margin-right: 5px;
  margin-bottom: 10px;
}
.sidebar-widget-area .widget.search-listing-widget .form_control {
  height: 60px;
  background-color: #fff;
  margin-bottom: 15px;
}
.sidebar-widget-area .widget.search-listing-widget i {
  position: absolute;
  top: 20px;
  right: 25px;
}
.sidebar-widget-area .widget.search-listing-widget .nice-select {
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  margin-bottom: 15px;
  border: none;
}
.sidebar-widget-area .widget.search-listing-widget .main-btn {
  margin-top: 15px;
}
.sidebar-widget-area .widget .price-range-widget .ui-widget {
  height: 4px;
  border: none;
  background-color: #010101;
  border-radius: 0px;
}
.sidebar-widget-area .widget .price-range-widget .ui-widget .ui-slider-range {
  background-color: #ff344f;
}
.sidebar-widget-area .widget .price-range-widget .ui-widget .ui-slider-handle {
  top: -6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ff344f;
  border: none;
}
.sidebar-widget-area .widget .price-range-widget .price-number {
  margin-bottom: 25px;
}
.sidebar-widget-area .widget .price-range-widget .price-number input {
  border: none;
  background-color: transparent;
}
.sidebar-widget-area .widget.newsletter-widget {
  background-color: transparent;
  padding: 0;
}
.sidebar-widget-area .widget.newsletter-widget .newsletter-widget-wrap {
  position: relative;
  padding: 15px;
  text-align: center;
  z-index: 1;
}
.sidebar-widget-area .widget.newsletter-widget .newsletter-widget-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  z-index: -1;
}
.sidebar-widget-area .widget.newsletter-widget .newsletter-widget-wrap i {
  font-size: 60px;
  line-height: 1;
  color: #ffd74e;
  margin-bottom: 20px;
}
.sidebar-widget-area .widget.newsletter-widget .newsletter-widget-wrap h3 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
.sidebar-widget-area .widget.reservation-form-widget .form_control {
  height: 60px;
  margin-bottom: 15px;
}
.sidebar-widget-area .widget.reservation-form-widget textarea.form_control {
  min-height: 100px;
}
.sidebar-widget-area .widget.reservation-form-widget i {
  position: absolute;
  top: 20px;
  right: 25px;
}
.sidebar-widget-area .widget.reservation-form-widget .nice-select {
  border: none;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}
.sidebar-widget-area .widget.reservation-form-widget .main-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.sidebar-widget-area .widget.contact-info-widget {
  padding: 40px 30px;
}
.sidebar-widget-area .widget.contact-info-widget .contact-map {
  position: relative;
}
.sidebar-widget-area .widget.contact-info-widget .contact-map iframe {
  width: 100%;
  height: 305px;
  border: none;
  display: inherit;
}
.sidebar-widget-area .widget.contact-info-widget .contact-map .support-icon {
  position: absolute;
  bottom: -30px;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(93, 97, 101, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(93, 97, 101, 0.1);
  border-radius: 50%;
  font-size: 22px;
}
.sidebar-widget-area .widget.contact-info-widget .contact-info-content {
  padding-top: 40px;
}
.sidebar-widget-area .widget.contact-info-widget .contact-info-content h4.widget-title {
  margin-bottom: 10px;
}
.sidebar-widget-area .widget.contact-info-widget .contact-info-content .info-list p {
  margin-bottom: 17px;
}
.sidebar-widget-area .widget.contact-info-widget .contact-info-content .info-list p i {
  margin-right: 10px;
  color: #0d0d0d;
}
.sidebar-widget-area .widget.contact-info-widget .contact-info-content .social-link li {
  margin-right: 5px;
}
.sidebar-widget-area .widget.contact-info-widget .contact-info-content .social-link li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #efefef;
  background-color: #fff;
}
.sidebar-widget-area .widget.business-hour-widget {
  padding: 32px 30px 35px;
}
.sidebar-widget-area .widget.business-hour-widget ul.time-info li {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7e7;
  margin-bottom: 10px;
  font-size: 15px;
}
.sidebar-widget-area .widget.business-hour-widget ul.time-info li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.sidebar-widget-area .widget.business-hour-widget ul.time-info li span.day {
  color: #0d0d0d;
  font-weight: 500;
}
.sidebar-widget-area .widget.business-hour-widget ul.time-info li span.time {
  float: right;
}
/*=========================
    14. Footer css
==========================*/
.app-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 17px 20px;
  border-radius: 3px;
}
.app-btn.android-btn {
  margin-right: 5px;
}
.app-btn .icon {
  margin-right: 10px;
}
.app-btn .icon i {
  color: #ff9d00;
}
.app-btn .info {
  line-height: 1;
}
.app-btn .info span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}
.app-btn .info h6 {
  line-height: 15px;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer-widget {
    padding-bottom: 0;
  }
}
.footer-widget .widget h4.widget-title,
.footer-widget .widget h3.widget-title,
.footer-widget .widget p.widget-title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-widget .widget h4.widget-title,
  .footer-widget .widget h3.widget-title,
  .footer-widget .widget p.widget-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer-widget .widget.about-widget {
    margin-bottom: 15px;
  }
}
.footer-widget .widget.about-widget p {
  font-size: 17px;
}
.footer-widget .widget.about-widget ul.button {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(223, 225, 228, 0.2);
  margin-bottom: 22px;
}
.footer-widget .widget.about-widget ul.button li {
  display: inline-block;
}
.footer-widget .widget.about-widget ul.button li .app-btn:hover {
  background-color: #ff9d00;
  color: #fff;
}
.footer-widget .widget.about-widget ul.button li .app-btn:hover .icon i {
  color: #fff;
}
.footer-widget .widget.about-widget ul.button li .app-btn:hover .info h6 {
  color: #fff;
}
.footer-widget .widget.about-widget .footer-social h4 {
  color: #fff;
  margin-bottom: 25px;
}
.footer-widget .widget.about-widget .footer-social p {
  font-size: 28px;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer-widget .widget.about-widget .footer-social p {
    font-size: 24px;
  }
}
.footer-widget .widget.about-widget .footer-social ul.social-link li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-widget .widget.about-widget .footer-social ul.social-link li a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-widget .widget.about-widget .footer-social ul.social-link li a i {
  font-size: 18px;
}
.footer-widget .widget.recent-post-widget .post-widget-list .post-content-item {
  margin-bottom: 30px;
}
.footer-widget .widget.recent-post-widget .post-widget-list .post-content-item:last-child {
  margin-bottom: 0;
}
.footer-widget .widget.recent-post-widget .post-widget-list .post-content-item .post-title-date span.posted-on {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-widget .widget.recent-post-widget .post-widget-list .post-content-item .post-title-date h6.title {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.footer-widget .widget.categories-widget ul.categories-link li {
  margin-bottom: 10px;
}
@media xs {
  .footer-widget .widget.categories-widget ul.categories-link li {
    margin-bottom: 0;
  }
}
.footer-widget .widget.categories-widget ul.categories-link li a {
  margin: 0 8px;
}
@media (max-width: 991px) {
  .footer-widget .widget.categories-widget ul.categories-link li a {
    margin: 5px 8px;
    font-size: 17px;
  }
}
@media xs {
  .footer-widget .widget.categories-widget ul.categories-link li a {
    margin: 3px 8px;
  }
}
.footer-widget .widget.categories-widget ul.categories-link-tag {
  width: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 400px) {
  .footer-widget .widget.categories-widget ul.categories-link-tag {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-widget .widget.categories-widget ul.categories-link-tag li a {
  padding: 1px 8px;
  border: 1px solid #fff;
  border-radius: 8px;
  margin: 2px 6px;
}
.footer-widget .widget.newsletter-widget P {
  margin-bottom: 30px;
}
.footer-widget .widget.newsletter-widget form .form_control {
  margin-bottom: 20px;
  border-radius: 3px;
}
.footer-widget .widget.newsletter-widget form .main-btn {
  border-radius: 30px;
  color: #383838;
  background-color: #ffb700;
}
.footer-widget .widget.newsletter-widget form .main-btn:hover {
  color: #fff;
}
.footer-widget .widget.newsletter-widget form .main-btn:hover:before {
  background-color: #ff9d00;
}

.copyright-area {
  border-top: 1px solid rgba(223, 225, 228, 0.15);
  padding: 15px 0;
}
.copyright-area .copyright-text {
  text-align: center;
}
@media (max-width: 991px) {
  .copyright-area .copyright-text {
    text-align: center;
  }
}
.copyright-area .copyright-link {
  float: right;
}
@media (max-width: 991px) {
  .copyright-area .copyright-link {
    float: none;
    text-align: center;
    padding-top: 15px;
  }
}
.copyright-area .copyright-link ul li {
  display: inline-block;
}
.copyright-area .copyright-link ul li:last-child:after {
  display: none;
}
.copyright-area .copyright-link ul li:after {
  display: inline-block;
  content: "|";
  margin-left: 7px;
  margin-right: 5px;
}
.copyright-area .copyright-link ul li a {
  color: #aaaaaa;
}
/*=========================
    15. Contact css
==========================*/
.contact-wrapper-one .contact-form form .form_control {
  border: 1px solid #dde0e2;
  height: 70px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.contact-wrapper-one .contact-form form textarea.form_control {
  height: 200px;
}

.contact-information-list .information-item {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-information-list .information-item .icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 27px;
  margin-right: 20px;
}
.contact-information-list .information-item .info h5 {
  margin-bottom: 6px;
}
.contact-page-map .map-box iframe {
  height: 650px;
}

.map-box iframe {
  display: inherit;
  border: none;
  width: 95%;
  height: 500px;
  margin: 0 auto;
}

.has-error .help-block.with-errors {
  margin-top: -15px;
  color: #ff344f;
}

#msgSubmit {
  margin-top: 10px;
  margin-bottom: 0;
}

.onepage_detail header.header-area .header-navigation {
  margin-bottom: -100px;
}
.onepage_detail header.header-area .header-navigation .site-branding a {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  padding: 28px 25px;
  background-color: #f7f7f7;
}
.onepage_detail .sectione_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.onepage_detail .sectione_title a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.onepage_detail .sectione_title a:after {
  position: relative;
  content: "→";
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 3px;
  margin-right: 5px;
  opacity: 0;
}
.onepage_detail .sectione_title a:hover::after {
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.onepage_detail .listing-tag-box a {
  padding: 0;
  background-color: transparent;
  border-radius: 0px;
  margin-right: 5px;
}
.onepage_detail .listing-tag-box a:hover {
  background-color: transparent;
  color: unset;
}
.onepage_detail .ekko-lightbox-nav-overlay a {
  opacity: 1;
  color: #ddd;
}
.onepage_detail .ekko-lightbox-nav-overlay a span {
  padding: 0;
}
.onepage_detail .ekko-lightbox-nav-overlay a:hover {
  color: #ff9d00;
}
@media (max-width: 767px) {
  .onepage_detail .page-kv-box-pc {
    display: none;
  }
}
.onepage_detail .page-kv-box-mobile {
  display: none;
}
@media (max-width: 767px) {
  .onepage_detail .page-kv-box-mobile {
    display: block;
  }
}
.onepage_detail .page-breadcrumbs-one {
  background-color: #F2F3F5;
  border: 0px;
}
.onepage_detail .page-lft-box01 {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 4px 10px;
          box-shadow: rgba(0, 0, 0, 0.15) 2px 4px 10px;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 991px) {
  .onepage_detail .page-lft-box01 {
    width: 90%;
    margin: auto;
  }
}
.onepage_detail .page-lft-box01 .page-lft-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.onepage_detail .page-lft-box01 .page-lft-header .page-lft-logo {
  width: 200px;
  height: 140px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 4px 10px;
          box-shadow: rgba(0, 0, 0, 0.15) 2px 4px 10px;
  border-radius: 15px;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.onepage_detail .page-lft-box01 .page-lft-header .page-lft-logo img {
  width: 140px;
  padding: 10px;
  margin: auto;
  display: block;
}
.onepage_detail .page-lft-box01 .page-lft-header .page-lft-save {
  position: absolute;
  top: 0;
  right: 15px;
}
.onepage_detail .page-lft-box01 .page-lft-header .page-lft-save svg {
  fill: #FFB700;
}
.onepage_detail .page-lft-box01 .page-lft-tit h1 {
  font-size: 28px;
  line-height: 1.2;
  margin: 20px 0;
  padding: 0 30px;
}
.onepage_detail .page-lft-box01 .page-lft-tit .page-lft-tit-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.onepage_detail .page-lft-box01 .page-lft-tit .page-lft-tit-tag .lft-tit-tag {
  color: #0F5A6B;
  margin: 0 5px;
  font-size: 16px;
}
.onepage_detail .page-lft-box01 .page-lft-tit .page-lft-tit-tag .lft-tit-tag svg {
  fill: #0F5A6B;
  margin-bottom: 2px;
}
.onepage_detail .page-lft-txt {
  padding: 5px 20px;
}
.onepage_detail .page-lft-txt .page-lft-item {
  margin: 10px 0;
}
.onepage_detail .page-lft-txt .page-lft-item .lft-tit {
  font-size: 17px;
  font-weight: 600;
  color: #023047;
}
.onepage_detail .page-lft-txt .page-lft-item p {
  font-size: 15px;
}
.onepage_detail .page-lft-box02 {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 4px 10px;
          box-shadow: rgba(0, 0, 0, 0.15) 2px 4px 10px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .onepage_detail .page-lft-box02 {
    width: 90%;
    margin: 20px auto;
  }
}
.onepage_detail .page-lft-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.onepage_detail .page-lft-contact .contact-phone-btn {
  margin: 0 5px;
}
.onepage_detail .page-lft-contact .contact-phone-btn a {
  padding: 9px 15px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#FFB700), color-stop(50%, #F3C85A), to(#FFB700));
  background: linear-gradient(90deg, #FFB700 0%, #F3C85A 50%, #FFB700 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media (max-width: 991px) {
  .onepage_detail .page-lft-contact .contact-phone-btn a {
    font-size: 17px;
    padding: 7px 20px;
  }
}
@media (max-width: 991px) {
  .onepage_detail .page-lft-contact .contact-phone-btn .phone_btn01 {
    display: none;
  }
}
.onepage_detail .page-lft-contact .contact-phone-btn .phone_btn02 {
  display: none;
}
@media (max-width: 991px) {
  .onepage_detail .page-lft-contact .contact-phone-btn .phone_btn02 {
    display: block;
  }
}
.onepage_detail .page-lft-contact .contact-more-btn {
  margin: 0 5px;
}
.onepage_detail .page-lft-contact .contact-more-btn a button {
  padding: 8px 15px;
  border-radius: 5px;
  border: 1.92px solid #0F5A6B;
  color: #0F5A6B;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media (max-width: 991px) {
  .onepage_detail .page-lft-contact .contact-more-btn a button {
    font-size: 17px;
    padding: 6px 20px;
  }
}
.onepage_detail .page-lft-contact button {
  background: transparent;
  margin: auto;
  display: block;
}
.onepage_detail .page-lft-contact .modal-bulletin {
  width: 100%;
  height: 30px;
  position: relative;
  padding: 30px;
}
.onepage_detail .page-lft-contact .modal-bulletin .close {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 5px;
  opacity: 1;
  border-radius: 50%;
  background-color: #9B9B9B;
  border: 2px solid #fff;
  padding: 0.65%;
  z-index: 10;
}
.onepage_detail .page-lft-contact .modal-bulletin .close:before, .onepage_detail .page-lft-contact .modal-bulletin .close:after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 20px;
  height: 2px;
}
.onepage_detail .page-lft-contact .modal-bulletin .close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
  left: 3px;
}
.onepage_detail .page-lft-contact .modal-bulletin .close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
  left: 3px;
}
.onepage_detail .page-lft-contact .btn-primary {
  display: inline-block;
  float: right;
  margin: 15px 5px 5px 5px;
  padding: 2px 30px;
}
.onepage_detail .page-lft-contact .btn-send {
  border: 1px solid #FFB700;
  background-color: #FFB700;
  color: #535353;
}
.onepage_detail .page-lft-contact .btn-delete {
  border: 1px solid #FFB700;
  background-color: transparent;
  color: #FFB700;
}
.onepage_detail .page-lft-contact .comp-reserv-box {
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px;
}
.onepage_detail .page-lft-contact .comp-reserv-box .comp-reserv-title {
  width: 40%;
  text-align: center;
}
.onepage_detail .page-lft-contact .comp-reserv-box .comp-reserv-title p {
  font-size: 16px;
  background-color: #FFB700;
  border-radius: 10px 10px 0 0;
  padding: 5px 10px;
}
.onepage_detail .page-lft-contact .comp-reserv-box form {
  background-color: #fff;
  border: 3px solid #FFB700;
  border-radius: 0 15px 15px 15px;
  padding: 20px;
}
.onepage_detail .page-lft-contact .comp-reserv-box form .form-control {
  margin: 8px 0;
}
.onepage_detail .page-lft-contact .comp-reserv-box form .nice-select {
  border-radius: 0.25rem;
}
.onepage_detail .page-lft-contact .comp-reserv-box form .custom-control {
  margin: 10px 5px;
}
.onepage_detail .page-lft-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}
.onepage_detail .page-lft-bottom .visitor-counter p {
  font-size: 12px;
  color: #525252;
}
.onepage_detail .page-lft-bottom .page-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
.onepage_detail .page-lft-bottom .page-share span {
  font-size: 12px;
  color: #525252;
  margin: auto;
}
.onepage_detail .page-lft-bottom .page-share img {
  width: 28px;
  height: 28px;
  margin-right: 4px;
}
.onepage_detail .card-info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  border-bottom: 1px solid #E3E3E3;
}
.onepage_detail .card-info .card-info-mber {
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  .onepage_detail .card-info .card-info-mber {
    width: 80px;
    height: 80px;
  }
}
.onepage_detail .card-info .card-info-mber img {
  width: 100%;
}
.onepage_detail .card-info .card-info-txt {
  width: 20%;
  margin: 0 5px;
}
.onepage_detail .card-info .card-info-txt .card-tit {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 991px) {
  .onepage_detail .card-info .card-info-txt .card-tit {
    font-size: 16px;
  }
}
.onepage_detail .card-info .card-info-txt p {
  font-size: 12px;
}
.onepage_detail .card-info .card-info-img {
  width: 100%;
  margin-bottom: 10px;
}
.onepage_detail .card-info .card-info-img img {
  width: 100%;
}
.onepage_detail .card-info .card-info-img .photo-info {
  font-size: 12px;
}
.onepage_detail .card-info .card-info-img .slick-dots,
.onepage_detail .card-info .card-info-img .slick-dots li {
  display: none;
}
.onepage_detail .page-lft-add {
  padding: 15px;
}
.onepage_detail .page-lft-add .lft-add-tit {
  font-size: 17px;
  font-weight: 500;
  color: #0F5A6B;
}
.onepage_detail .page-lft-add p {
  font-size: 15px;
}
.onepage_detail .page-lft-add iframe {
  width: 100%;
}
.onepage_detail .page-rt-box {
  width: 100%;
  margin-top: 80px;
  padding: 15px;
}
@media (max-width: 991px) {
  .onepage_detail .page-rt-box {
    margin-top: 20px;
  }
}
.onepage_detail .page-rt-box h2 {
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .onepage_detail .page-rt-box h2 {
    font-size: 24px;
  }
}
.onepage_detail .page-rt-box .tab-content {
  padding: 15px;
  border: 2px solid #FFB700;
  border-radius: 0 15px 15px 15px;
}
.onepage_detail .page-rt-box .tab-content P {
  font-size: 16px;
}
.onepage_detail .page-rt-box .nav-pills .nav-link {
  border-radius: 15px 15px 0 0;
  border: 2px solid #FFB700;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .onepage_detail .page-rt-box .nav-pills .nav-link {
    font-size: 18px;
  }
}
.onepage_detail .page-rt-box .nav-pills .nav-link h3 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.onepage_detail .page-rt-box .nav-pills .nav-link.active,
.onepage_detail .page-rt-box .nav-pills .show > .nav-link {
  background-color: #FFB700;
  color: #333;
}
.onepage_detail .page-rt-tit {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #FFB700;
  margin-bottom: 15px;
}
.onepage_detail .page-rt-tit p {
  font-size: 22px;
  font-weight: 600;
  background-color: #FFB700;
  border-radius: 15px 15px 0 0;
  padding: 15px;
}
@media (max-width: 991px) {
  .onepage_detail .page-rt-tit p {
    font-size: 18px;
  }
}
.onepage_detail .page-rt-btn a {
  font-size: 17px;
  color: #0F5A6B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.onepage_detail .page-rt-btn a span {
  margin-left: 5px;
  margin-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.onepage_detail .page-rt-btn:hover a span {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.onepage_detail .page-rt-news {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .onepage_detail .page-rt-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.onepage_detail .page-rt-news .page-rt-news-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .onepage_detail .page-rt-news .page-rt-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.onepage_detail .page-rt-news .rt-news-img {
  width: 25%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .onepage_detail .page-rt-news .rt-news-img {
    width: 90%;
  }
}
.onepage_detail .page-rt-news .rt-news-img img {
  width: 100%;
}
.onepage_detail .page-rt-news .rt-news-txt {
  width: 65%;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .onepage_detail .page-rt-news .rt-news-txt {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
}
.onepage_detail .page-rt-news .rt-news-txt .news-tit {
  color: #535353;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .onepage_detail .page-rt-news .rt-news-txt .news-tit {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05rem;
  }
}
.onepage_detail .page-rt-news .rt-news-txt p {
  color: #535353;
}
@media (max-width: 767px) {
  .onepage_detail .page-rt-news .rt-news-txt p {
    font-size: 18px;
  }
}
.onepage_detail .page-rt-news .rt-news-btn {
  width: 10%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.onepage_detail .page-rt-news .rt-news-btn img {
  width: 100%;
}
.onepage_detail .page-rt-news:hover .rt-news-btn {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}
.onepage_detail .page-rt-video {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.onepage_detail .page-rt-video .page-rt-video-item {
  width: 30%;
  margin: 10px;
}
@media (max-width: 991px) {
  .onepage_detail .page-rt-video .page-rt-video-item {
    width: 100%;
    margin: 5px;
  }
}
.onepage_detail .page-rt-video .page-rt-video-item img {
  width: 100%;
}
.onepage_detail .page-rt-video .page-rt-video-item p {
  text-align: center;
  margin: 5px 0;
}
.onepage_detail .faq-accordian .card .card-header {
  background-color: #333 !important;
  color: #FFF !important;
}
.onepage_detail #about p {
  color: #666666;
  font-size: 17px;
  text-align: justify;
  line-height: 24px;
  font-weight: 300;
}
.onepage_detail #about .about-slider-item .photo-info {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
.onepage_detail #service p {
  color: #666666;
  font-size: 17px;
  text-align: justify;
  line-height: 24px;
  font-weight: 300;
}
.onepage_detail #product .products-item .product-info p {
  font-size: 16px;
}
.onepage_detail #project {
  padding-bottom: 20px;
}
.onepage_detail #project .project-item {
  width: 100%;
}
.onepage_detail #project .project-item .project-photo .projectImg {
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #f1f1f1;
  padding: 1px;
  height: 330px;
  width: 100%;
}
@media (max-width: 991px) {
  .onepage_detail #project .project-item .project-photo .projectImg {
    width: 200px;
    height: 200px;
    margin: auto;
    display: block;
  }
}
.onepage_detail #project .project-item .project-info .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 15px;
}
.onepage_detail #project .project-item .project-info p {
  font-size: 18px;
  padding-bottom: 15px;
}
.onepage_detail #project .project-item .project-info p span {
  padding: 0px 3px;
  color: #cdcdcd;
}
.onepage_detail .product-img {
  border: 0px;
}
.onepage_detail .product-img .product-photo {
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #f1f1f1;
  width: 100%;
  padding: 1px;
  height: 260px;
}
@media (max-width: 991px) {
  .onepage_detail .product-img .product-photo {
    height: 150px;
  }
}
.onepage_detail .listing-content,
.onepage_detail .listing-tag-box,
.onepage_detail .listing-gallery-box {
  border-bottom: 1px dashed #5b5b5b;
}
.onepage_detail #pcate .img-fluid {
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #f1f1f1;
  padding: 1px;
  height: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  .onepage_detail #pcate .img-fluid {
    height: 150px;
  }
}

html {
  scroll-behavior: smooth;
}

html {
  -webkit-font-smoothing: antialiased !important;
  /* for safari & chrome */
  -moz-osx-font-smoothing: grayscale !important;
  /* for firefox */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

.common_title_extra h2 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .common_title_extra h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .common_title_extra h2 {
    font-size: 1.4rem;
  }
}
.common_title_extra h2::after {
  content: "";
  width: 8%;
  height: 6px;
  background-color: #FFB700;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .common_title_extra h2::after {
    width: 12%;
    bottom: -10px;
  }
}

.common_title h2 {
  font-size: 2rem;
  position: relative;
}
@media (max-width: 991px) {
  .common_title h2 {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .common_title h2 {
    font-size: 1.6rem;
    margin-left: 10px;
  }
}
.common_title h2::after {
  content: "";
  width: 6px;
  height: 75%;
  background-color: #FFB700;
  position: absolute;
  bottom: 7px;
  left: -15px;
}
@media (max-width: 767px) {
  .common_title h2::after {
    height: 62%;
    bottom: 11px;
    left: -12px;
  }
}

.step_list {
  width: 100%;
  max-width: 1920px;
  position: relative;
}
.step_list::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid white;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translate(-50%, -5%);
      -ms-transform: translate(-50%, -5%);
          transform: translate(-50%, -5%);
}
.step_list .step_txt {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media (max-width: 767px) {
  .step_list .step_txt {
    width: 100%;
  }
}
.step_list .step_txt .step_txt_item {
  width: calc(25% - 5px);
  position: relative;
}
.step_list .step_txt .step_txt_item .step_txt_line {
  position: relative;
}
.step_list .step_txt .step_txt_item .step_txt_line::after {
  content: "";
  width: 80px;
  height: 6px;
  background-color: #F5F5F5;
  position: absolute;
  top: 36px;
  left: -45px;
  z-index: -1;
}
@media (max-width: 767px) {
  .step_list .step_txt .step_txt_item .step_txt_line::after {
    top: 18px;
  }
}
.step_list .step_txt .step_txt_item .step_txt_icon {
  position: relative;
}
.step_list .step_txt .step_txt_item .step_txt_icon::before {
  content: "";
  width: 150px;
  height: 150px;
  background-color: #F5F5F5;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .step_list .step_txt .step_txt_item .step_txt_icon::before {
    width: 110px;
    height: 110px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  .step_list .step_txt .step_txt_item .step_txt_icon::before {
    width: 80px;
    height: 80px;
    top: -21px;
  }
}
.step_list .step_txt .step_txt_item .step_txt_icon .bi {
  width: 80px;
  height: 80px;
  color: #ffb700;
}
@media (max-width: 767px) {
  .step_list .step_txt .step_txt_item .step_txt_icon .bi {
    width: 52px;
    height: 52px;
  }
}
.step_list .step_txt .step_txt_item .step_txt_icon .bi-search {
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .step_list .step_txt .step_txt_item .step_txt_icon .bi-search {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .step_list .step_txt .step_txt_item .step_txt_icon .bi-search {
    font-size: 35px;
  }
}
.step_list .step_txt .step_txt_item .step_txt_icon .bi-list-check {
  font-size: 75px;
}
@media (max-width: 767px) {
  .step_list .step_txt .step_txt_item .step_txt_icon .bi-list-check {
    font-size: 45px;
  }
}
.step_list .step_txt .step_txt_item .step_txt_icon img {
  width: 80px;
  height: 80px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .step_list .step_txt .step_txt_item .step_txt_icon img {
    width: 52px;
    height: 52px;
  }
}
.step_list .step_txt .step_txt_item p {
  font-size: 22px;
  color: #ffb700;
  letter-spacing: 0.1rem;
  line-height: 5;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 769px) {
  .step_list .step_txt .step_txt_item p {
    line-height: 3.5;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .step_list .step_txt .step_txt_item p {
    font-size: 12px;
  }
}

.hotItem_list {
  width: 100%;
  max-width: 1920px;
  background-color: #F5F5F5;
}
.hotItem_list .hotItem_item {
  width: 180px;
  height: 210px;
  background-color: #fff;
  margin: 0 10px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .hotItem_list .hotItem_item {
    width: 115px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .hotItem_list .hotItem_item {
    width: 165px;
    height: 200px;
  }
}
@media (max-width: 400px) {
  .hotItem_list .hotItem_item {
    width: 150px;
    height: 180px;
  }
}
@media (max-width: 991px) {
  .hotItem_list .hotItem_item p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 769px) {
  .hotItem_list .hotItem_item p {
    font-size: 14px;
  }
}
.hotItem_list .hotItem_item a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hotItem_list .hotItem_item img {
  width: 100px;
  height: 100px;
}
@media (max-width: 991px) {
  .hotItem_list .hotItem_item img {
    width: 120px;
    height: 90px;
  }
}
.hotItem_list .swiper {
  width: 80%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, -40px);
}

.swiper-pagination-bullet-active {
  background: #FFB700;
}

.featured_list {
  width: 100%;
  max-width: 1920px;
}
.featured_list .featured_tag {
  margin: 20px 0;
}
.featured_list .featured_tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .featured_list .featured_tag ul {
    margin-left: 10px;
  }
}
.featured_list .featured_tag ul li a {
  background-color: #fff;
  color: #383838;
  border: 1.5px solid #383838;
  border-radius: 30px;
  padding: 5px 15px;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .featured_list .featured_tag ul li a {
    margin: 5px 2px;
  }
}
.featured_list .featured_tag ul li.active a {
  color: #FFB700;
  border: 1.5px solid #FFB700;
  background-color: rgba(255, 183, 0, 0.1);
}
.featured_list .featured_info_item {
  width: 100%;
  margin: 10px;
  border-radius: 15px;
  -webkit-box-shadow: rgba(54, 54, 54, 0.1) 2px 2px 5px;
          box-shadow: rgba(54, 54, 54, 0.1) 2px 2px 5px;
}
@media (max-width: 767px) {
  .featured_list .featured_info_item {
    width: 90%;
    margin: 10px auto;
  }
}
.featured_list .featured_info_top {
  width: 100%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.featured_list .featured_info_top a {
  width: 100%;
  cursor: pointer;
}
.featured_list .featured_info_top img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}
.featured_list .featured_info_top img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.featured_list .featured_info_bottom {
  padding: 0 10px;
}
.featured_list .featured_info_bottom .featured_info_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 820px) and (max-width: 991px) {
  .featured_list .featured_info_bottom .featured_info_tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.featured_list .featured_info_bottom .featured_logo {
  width: 25%;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media only screen and (min-width: 820px) and (max-width: 991px) {
  .featured_list .featured_info_bottom .featured_logo {
    width: 35%;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.featured_list .featured_info_bottom .featured_logo img {
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: rgba(178, 178, 178, 0.1) 2px 2px 5px;
          box-shadow: rgba(178, 178, 178, 0.1) 2px 2px 5px;
}
.featured_list .featured_info_bottom .featured_name {
  margin-left: 10px;
}
@media only screen and (min-width: 820px) and (max-width: 991px) {
  .featured_list .featured_info_bottom .featured_name {
    margin: 0;
  }
}
.featured_list .featured_info_bottom .featured_name p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (min-width: 820px) and (max-width: 991px) {
  .featured_list .featured_info_bottom .featured_name p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.featured_list .featured_info_bottom .featured_name span {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #FFB700;
}
.featured_list .featured_info_bottom .featured_info_txt {
  padding: 5px;
}
.featured_list .featured_info_bottom .featured_info_txt .featured_info_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 8px 0 12px 0;
  position: relative;
}
.featured_list .featured_info_bottom .featured_info_txt .featured_info_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #383838;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.featured_list .featured_info_bottom .featured_info_txt .featured_info_btn a:hover::after {
  width: 27%;
  right: 0;
  bottom: 0;
}

.article_list_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_list_top .article_btn a {
  font-size: 1.125rem;
  padding: 3px 12px;
  border: 1px solid #383838;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .article_list_top .article_btn a {
    font-size: 1rem;
  }
}
.article_list_top .article_btn a span {
  margin-left: 6px;
  padding-right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.article_list_top .article_btn a span img {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
.article_list_top .article_btn a:hover span {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.article_list_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .article_list_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article_list_bottom .article_item {
  width: 33.3333333333%;
  margin: 15px;
  -webkit-box-shadow: rgba(54, 54, 54, 0.1) 2px 2px 5px;
          box-shadow: rgba(54, 54, 54, 0.1) 2px 2px 5px;
}
@media (max-width: 767px) {
  .article_list_bottom .article_item {
    width: 95%;
    margin: 10px auto;
    display: block;
  }
}
.article_list_bottom .article_item .article_img {
  width: 100%;
  overflow: hidden;
}
.article_list_bottom .article_item .article_img img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}
.article_list_bottom .article_item:hover .article_img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.article_list_bottom .article_item .article_txt {
  padding: 10px 8px;
}
.article_list_bottom .article_item .article_txt span {
  color: #535353;
  margin: 5px 0;
}
.article_list_bottom .article_item .article_txt p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .article_list_bottom .article_item .article_txt p {
    font-size: 1rem;
  }
}

.page_search-block {
  background-color: #d9d9d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .page_search-block .form_group {
    text-align: center;
  }
}
.page_search-block .form_group .form_control {
  height: 40px;
}
@media (max-width: 767px) {
  .page_search-block .form_group .form_control {
    margin-bottom: 15px;
  }
}
.page_search-block .form_group .main-btn {
  padding: 7px 40px;
  background-color: #000;
  color: #FFF;
  border-radius: 0px;
}
.page_search-block .form_group .icon-btn {
  height: 40px;
}

footer {
  background-color: #212529;
}

.page-choose {
  padding-top: 60px;
  padding-bottom: 40px;
}
.page-choose .page-ctrl .page-arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-choose .page-ctrl .page-arrow-block .arrow-icon {
  margin: 5px;
}
.page-choose .page-ctrl .page-arrow-block .arrow-icon img {
  width: 30px;
  height: 30px;
}
.page-choose .page-ctrl .page-info span {
  font-weight: 700;
  font-size: 18px;
}

.breadcrumbs-wrapper .page-title .breadcrumbs-link li::after {
  content: ">";
  font-family: Arial, Helvetica, sans-serif;
  color: #c0c0c0;
}

.Store-list {
  border-bottom: 1px solid #e2e2e2;
  padding-top: 20px;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Store-list:hover {
  background-color: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.Store-list:hover .StoreImg {
  border: 1px solid #e2e2e2;
  background-color: #FFF;
}
.Store-list .StoreImgbox .StoreImg {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  width: 100%;
  padding: 15px;
}
.Store-list .StoreImgbox .StoreImg img {
  width: 100%;
}
.Store-list .Store-mane {
  font-size: 24px;
}
.Store-list .Store-info {
  font-size: 17px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.Store-list .labelblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Store-list .labelblock ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Store-list .labelblock ul .label {
  margin: 2px;
  border: 1px solid #000;
  padding: 4px;
  border-radius: 4px;
  font-size: 15px;
}
.Store-list .Store-link {
  background-color: #000;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
.Store-list .Store-link p {
  font-size: 16px;
  color: #FFF;
}/*# sourceMappingURL=style.css.map */