* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
a,
button,
input[type="submit"] {
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}
a:focus {
  outline: 0 solid;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
body {
  font-size: 16px;
  line-height: 26px;
  font-family:sans-serif;
  color: #666;
}
p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.html);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-130 {
  padding-bottom: 130px;
}
.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}
.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mmt-10 {
  margin-top: -10px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.z-0 {
  z-index: 0;
  position: relative;
}
#message {
  padding: 0;
  margin: 0;
}
.help-block {
  color: #e31c25;
}
.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}
.page-wrapper {
  overflow-x: hidden;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.shopcart,
.cart-popup .close-cart-popup,
#modal-subscribe .modal-content .modal-header .btn-close,
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
.feature-card .feature-icon,
.feature-item-wrap.style2 .feature-item .feature-icon,
.feature-item-wrap.style3 .feature-item .feature-icon,
.feature-item-wrap.style5 .feature-item .feature-icon,
.featured-product-img,
.product-features.feature-item-wrap .feature-item .feature-icon,
.promo-item.style1 .promo-icon,
.promo-item.style2 .promo-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.swiper-button-next,
.swiper-button-prev,
#product-modal .modal-content .modal-header button.close,
#product-modal
  .single-product-gallery
  .single-product-slider
  .single-product-item,
#product-modal .single-product-thumbs .single-product-thumb,
.content-feature-list.style1 li span,
.contact-box-wrap .contact-item .contact-icon,
.newsletter-wrap .newsletter-form button,
.header-wrap.style1 .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.cart-popup .cart-popup-body .cart-item,
.cart-popup .cart-popup-footer .total-amt,
.hero-wrap .hero-content .hero-btn,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .filter-box,
.feature-item-wrap.style3 .feature-item,
.feature-item-wrap.style5 .feature-item,
.checkbox-item,
.product-search-box,
.testimonial-card .client-info-wrap,
.single-product-details .single-product-title .ratings,
.wp-block-quote,
.cart-total .cart-total-item,
.checkout-details .bill-item,
.contact-box-wrap .contact-item,
.footer-wrap .footer-widget .social-link,
.feature-item-wrap.style3,
.feature-item-wrap.style5,
.page-navigation .page-nav,
.feature-item-wrap.style1 .feature-item .feature-icon,
.feature-item-wrap.style4 .feature-item .feature-icon,
.owl-carousel .owl-nav,
.pp-post-item,
.category-item-wrap,
.feature-item-wrap .feature-item,
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter,
.process-item,
#product-modal .single-product-gallery,
.post-author,
.comment-item-wrap .comment-item,
.checkout-details .select-payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.shopcart,
.cart-popup .close-cart-popup,
#modal-subscribe .modal-content .modal-header .btn-close,
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
.feature-card .feature-icon,
.feature-item-wrap.style2 .feature-item .feature-icon,
.feature-item-wrap.style3 .feature-item .feature-icon,
.feature-item-wrap.style5 .feature-item .feature-icon,
.featured-product-img,
.product-features.feature-item-wrap .feature-item .feature-icon,
.promo-item.style1 .promo-icon,
.promo-item.style2 .promo-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.swiper-button-next,
.swiper-button-prev,
#product-modal .modal-content .modal-header button.close,
#product-modal
  .single-product-gallery
  .single-product-slider
  .single-product-item,
#product-modal .single-product-thumbs .single-product-thumb,
.content-feature-list.style1 li span,
.contact-box-wrap .contact-item .contact-icon,
.newsletter-wrap .newsletter-form button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-wrap.style1 .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.cart-popup .cart-popup-body .cart-item,
.cart-popup .cart-popup-footer .total-amt,
.hero-wrap .hero-content .hero-btn,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .filter-box,
.feature-item-wrap.style3 .feature-item,
.feature-item-wrap.style5 .feature-item,
.featured-product-img,
.checkbox-item,
.product-search-box,
.testimonial-card .client-info-wrap,
.single-product-details .single-product-title .ratings,
#product-modal
  .single-product-gallery
  .single-product-slider
  .single-product-item,
#product-modal .single-product-thumbs .single-product-thumb,
.wp-block-quote,
.cart-total .cart-total-item,
.checkout-details .bill-item,
.contact-box-wrap .contact-item,
.footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.cart-popup .cart-popup-footer .total-amt,
.checkbox-item,
.cart-total .cart-total-item,
.checkout-details .bill-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature-item-wrap.style3,
.feature-item-wrap.style5 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-wrap.style1 .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page-navigation .page-nav,
.feature-item-wrap.style1 .feature-item .feature-icon,
.feature-item-wrap.style4 .feature-item .feature-icon {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}
.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
.swiper-container {
  overflow: hidden;
}
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  background: #3f8ac2;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.back-to-top.open {
  bottom: 30px;
}
.navbar-brand .logo-light {
  display: block !important;
  width: 66px;
}
.back-to-top i {
  color: #fff;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader div {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  border-radius: 50px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  display: inline-block;
  -webkit-animation: bouncing 1.4s linear infinite;
  animation: bouncing 1.4s linear infinite;
}
.loader div:last-child {
  margin: 0;
}
.loader div:nth-child(1) {
  background:#3f8ac2;
  opacity: .4;
}
.loader div:nth-child(2) {
  background: #3f8ac2;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  opacity: .5;
}
.loader div:nth-child(3) {
  background: #3f8ac2;
  opacity: .6;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes bouncing {
  0%,
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(80px) scale(1, 1);
    transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(80px) scale(1.5, 0.5);
    transform: translateY(80px) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateY(80px) scale(1, 1);
    transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bouncing {
  0%,
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(80px) scale(1, 1);
    transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(80px) scale(1.5, 0.5);
    transform: translateY(80px) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateY(80px) scale(1, 1);
    transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 13px 30px 12px;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  /* white-space: nowrap; */
}
.btn i {
  position: relative;
  top: 5px;
  font-size: 20px;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:hover {
  color: #fff;
}
.btn:hover:after,
.btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.btn.style1,
.btn.style3,
.btn.style5 {
  background-color: #3f8ac2;
}
.btn.style1:after,
.btn.style1:before,
.btn.style3:after,
.btn.style3:before,
.btn.style5:after,
.btn.style5:before {
  background: #195ca1;
}
.btn.style2,
.btn.style4,
.btn.style6 {
  background-color: #333;
}
.btn.style2:after,
.btn.style2:before,
.btn.style4:after,
.btn.style4:before,
.btn.style6:after,
.btn.style6:before {
  background: #195ca1;
}
.btn.style3,
.btn.style4 {
  border-radius: 5px;
}
.btn.style5 {
  border-radius: 50px;
}
.btn.style6 {
  border-radius: 50px;
}
.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #3f8ac2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #3f8ac2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link.style3 {
  display: block;
  color: #cd9453;
}
.link.style3:after {
  display: none;
}
.link.style3 span {
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f6f3ec;
  text-align: center;
  position: relative;
  top: -4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link.style3 span i {
  color: #cd9453;
  font-size: 16px;
  line-height: 33px;
  font-size: 12px;
  margin: 0;
}
.link:hover {
  color: #cd9453;
}
.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.link:hover i {
  margin-left: 10px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev:after,
.owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #3f8ac2;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  font-size: 20px;
  line-height: 0.8;
  color: #e89622;
  margin: 0 auto;
  display: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev:hover:after,
.owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}
.owl-carousel .owl-dots {
  line-height: 1;
}
.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -3px;
}
.owl-carousel .owl-dots button.owl-dot span {
  width: 17px;
  height: 17px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  background: #ccc;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 50px;
  background-color: #878383;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #878383;
  width: 17px;
  height: 17px;
  opacity: 1;
}
.owl-carousel .owl-dots button.owl-dot.active span:after {
  width: 100%;
}
.section-title,
.content-title {
  position: relative;
}
.section-title h2,
.content-title h2 {
  font-size: 40px;
  margin: 0;
}
.section-title p,
.content-title p {
  margin: 12px 0 0;
}
.section-title span,
.content-title span {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0 0 13px;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 10px 5px 5px 9px;
}
.section-title span:after,
.content-title span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40%;
  height: 100%;
  background-color: rgba(205, 148, 83, 0.25);
  z-index: -1;
}
.section-title.style1 span,
.content-title.style1 span {
  color: #cd9453;
}
.section-title.style1 span:after,
.content-title.style1 span:after {
  background-color: rgba(205, 148, 83, 0.25);
}
.section-title.style1 p,
.content-title.style1 p {
  margin: 10px auto 0;
}
.section-title.style2 span,
.content-title.style2 span {
  color: #fff;
}
.section-title.style2 span:after,
.content-title.style2 span:after {
  background-color: rgba(255, 255, 255, 0.15);
}
.section-title {
  line-height: 1;
}
.content-wrapper {
  margin-top: 86px;
}
.bg-transparent {
  background-color: transparent;
}
.bg-black{
  background-color: #000!important;
}
.bg-white {
  background-color: #fff;
}
.bg-selago {
  background-color: #f4f7fe;
}
.bg-cove {
  background-color: #cd9453;
}
.bg-catskill {
  background-color: #f9fafc;
}
.bg-athens {
  background-color: #f3f4f6;
}
.bg-albastor {
  background-color: #f9f9f9;
}
.bg-mine-shaft {
  background-color: #4893c9;
}
.bg-clay {
  background-color: #3f8ac2;
}
.bg-tussock {
  background-color: #cd9453;
}
.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.body_overlay.open {
  visibility: visible;
  opacity: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-75 {
  opacity: 0.75;
}
.op-8 {
  opacity: 0.8;
}
.op-85 {
  opacity: 0.85;
}
.op-9 {
  opacity: 0.9;
}
.op-95 {
  opacity: 0.95;
}
.op-10 {
  opacity: 1;
}
.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.pos-rel {
  position: relative;
  z-index: 1;
}
.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}
.moveHorizontal {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}
.moveVertical {
  -webkit-animation: moveVertical 3000ms infinite ease-in-out;
  animation: moveVertical 3000ms infinite ease-in-out;
}
.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}
.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}
.waving_left {
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}
.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}
@-webkit-keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.social-profile li {
  display: inline-block;
  margin: 0 4px;
}
.social-profile li:first-child {
  margin-left: 0;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-profile li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-profile li a:hover {
  border-color: transparent;
  color: #cd9453;
}
.social-profile.style1 li a,
.social-profile.style2 li a {
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-profile.style1 li a i,
.social-profile.style2 li a i {
  font-size: 16px;
  line-height: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-profile.style1 li a {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.social-profile.style1 li a i {
  color: #cd9453;
}
.social-profile.style1 li a:hover {
  background-color: #cd9453;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.social-profile.style1 li a:hover i {
  color: #fff;
}
.social-profile.style2 li a {
  background: #fff;
  border-radius: 50%;
}
.social-profile.style2 li a i {
  color: #cd9453;
}
.social-profile.style2 li a:hover {
  background-color: #cd9453;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.social-profile.style2 li a:hover i {
  color: #fff;
}
.social-profile.style3 li a i {
  color: #fff;
}
.social-profile.style3 li a:hover i {
  color: #cd9453;
}
.page-navigation .page-nav {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-navigation .page-nav li {
  margin: 0 5px;
}
.page-navigation .page-nav li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 46px;
  font-weight: 600;
  opacity: 0.7;
  border: 1px solid rgba(206, 148, 84, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-navigation .page-nav li a i {
  font-size: 14px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-navigation .page-nav li a.active,
.page-navigation .page-nav li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #cd9453;
}
.page-navigation .page-nav li a.active i,
.page-navigation .page-nav li a:hover i {
  color: #fff;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.shopcart,
.cart-popup .close-cart-popup,
#modal-subscribe .modal-content .modal-header .btn-close,
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
.feature-card .feature-icon,
.feature-item-wrap.style2 .feature-item .feature-icon,
.feature-item-wrap.style3 .feature-item .feature-icon,
.feature-item-wrap.style5 .feature-item .feature-icon,
.featured-product-img,
.product-features.feature-item-wrap .feature-item .feature-icon,
.promo-item.style1 .promo-icon,
.promo-item.style2 .promo-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.swiper-button-next,
.swiper-button-prev,
#product-modal .modal-content .modal-header button.close,
#product-modal
  .single-product-gallery
  .single-product-slider
  .single-product-item,
#product-modal .single-product-thumbs .single-product-thumb,
.content-feature-list.style1 li span,
.contact-box-wrap .contact-item .contact-icon,
.newsletter-wrap .newsletter-form button,
.header-wrap.style1 .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.cart-popup .cart-popup-body .cart-item,
.cart-popup .cart-popup-footer .total-amt,
.hero-wrap .hero-content .hero-btn,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .filter-box,
.feature-item-wrap.style3 .feature-item,
.feature-item-wrap.style5 .feature-item,
.checkbox-item,
.product-search-box,
.testimonial-card .client-info-wrap,
.single-product-details .single-product-title .ratings,
.wp-block-quote,
.cart-total .cart-total-item,
.checkout-details .bill-item,
.contact-box-wrap .contact-item,
.footer-wrap .footer-widget .social-link,
.feature-item-wrap.style3,
.feature-item-wrap.style5,
.page-navigation .page-nav,
.feature-item-wrap.style1 .feature-item .feature-icon,
.feature-item-wrap.style4 .feature-item .feature-icon,
.owl-carousel .owl-nav,
.pp-post-item,
.category-item-wrap,
.feature-item-wrap .feature-item,
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter,
.process-item,
#product-modal .single-product-gallery,
.post-author,
.comment-item-wrap .comment-item,
.checkout-details .select-payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-popup .cart-popup-footer .total-amt,
.checkbox-item,
.cart-total .cart-total-item,
.checkout-details .bill-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.shopcart,
.cart-popup .close-cart-popup,
#modal-subscribe .modal-content .modal-header .btn-close,
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
.feature-card .feature-icon,
.feature-item-wrap.style2 .feature-item .feature-icon,
.feature-item-wrap.style3 .feature-item .feature-icon,
.feature-item-wrap.style5 .feature-item .feature-icon,
.featured-product-img,
.product-features.feature-item-wrap .feature-item .feature-icon,
.promo-item.style1 .promo-icon,
.promo-item.style2 .promo-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.swiper-button-next,
.swiper-button-prev,
#product-modal .modal-content .modal-header button.close,
#product-modal
  .single-product-gallery
  .single-product-slider
  .single-product-item,
#product-modal .single-product-thumbs .single-product-thumb,
.content-feature-list.style1 li span,
.contact-box-wrap .contact-item .contact-icon,
.newsletter-wrap .newsletter-form button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-wrap.style1 .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.cart-popup .cart-popup-body .cart-item,
.cart-popup .cart-popup-footer .total-amt,
.hero-wrap .hero-content .hero-btn,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .filter-box,
.feature-item-wrap.style3 .feature-item,
.feature-item-wrap.style5 .feature-item,
.featured-product-img,
.checkbox-item,
.product-search-box,
.testimonial-card .client-info-wrap,
.single-product-details .single-product-title .ratings,
#product-modal
  .single-product-gallery
  .single-product-slider
  .single-product-item,
#product-modal .single-product-thumbs .single-product-thumb,
.wp-block-quote,
.cart-total .cart-total-item,
.checkout-details .bill-item,
.contact-box-wrap .contact-item,
.footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.header-wrap.style1 .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-wrap.sticky {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}
.header-wrap .header-top {
  padding: 10px 0;
}
.header-wrap .header-bottom {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.header-wrap.style1 .header-top .header-top-left p {
  color: #fff;
    margin: 0;
    display: inline;
    margin-right: 9px;
}
.header-wrap.style1 .header-top .header-top-right .select-lang {
  margin-right: 20px;
}
.header-wrap.style1 .header-top .header-top-right .select-lang i {
  color: #cd9453;
}
.header-wrap.style1
  .header-top
  .header-top-right
  .select-lang
  .navbar-language
  .dropdown-toggle {
  color: #fff;
  font-size: 15px;
}
.header-wrap.style1
  .header-top
  .header-top-right
  .select-lang
  .navbar-language
  .dropdown-toggle:before {
  color: #fff;
}
.header-wrap.style1 .header-top .header-top-right .social-profile {
  position: relative;
  top: 2px;
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a {
  color: #fff;
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover i {
  color: #cd9453;
}
.header-wrap.style2 .header-bottom {
  background-color: #fff;
}
.header-wrap.style2 .header-bottom .shopcart,
.header-wrap.style2 .header-bottom .searchbtn {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.header-wrap.style2 .header-bottom .btn.style2 {
  border-radius: 5px;
}
.header-wrap.style3 .header-bottom {
  background-color: #fff;
}
.header-wrap.style3 .header-bottom .shopcart,
.header-wrap.style3 .header-bottom .searchbtn {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.header-wrap.style3 .header-bottom .btn.style2 {
  border-radius: 50px;
}
.header-wrap.style2 .cart-popup,
.header-wrap.style3 .cart-popup {
  top: 87px;
}
.search-area {
  position: fixed;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100vh;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.89);
  opacity: 0;
  z-index: 990;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.search-area.open {
  width: calc(100% + 1px);
  visibility: visible;
  opacity: 1;
}
.search-area .close-searchbox {
  position: absolute;
  top: 20px;
  right: 20px;
  background: 0 0;
  border: none;
}
.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}
.search-area .form-group input {
  width: 100%;
  background: 0 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 20px;
  color: #fff;
}
.search-area .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-area .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-area .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-area .form-group input::placeholder {
  color: #fff;
  opacity: 1;
}
.select-lang {
  padding-left: 18px;
  position: relative;
}
.select-lang i {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #cd9453;
}
.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  font-size: 15px;
  padding-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}
.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 2px;
  right: 0;
  content: "\EA4E";
  font-family: remixicon;
  font-weight: 400;
  border: 0;
  margin-left: 8px;
  font-size: 16px;
}
.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  left: 0;
  right: auto;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(75px) !important;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
}
.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}
.select-lang .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}
.shopcart {
  position: relative;
  cursor: pointer;
  background-color: #f3f4f6;
  width: 52px;
  height: 52px;
  text-align: center;
}
.shopcart span {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #3f8ac2;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
}
.shopcart i {
  font-size: 22px;
  line-height: 0.8;
  color: #000;
  margin: 0 auto;
  position: relative;
  top: 3px;
  left: -4px;
}
.searchbtn {
  background-color: #f3f4f6;
  border: none;
  padding: 5px;
  width: 52px;
  height: 52px;
  margin: 0 20px;
}
.searchbtn i {
  font-size: 19px;
  position: relative;
  top: 5px;
  color: #666;
}
.cart-popup {
  position: fixed;
  top: 140px;
  right: -100%;
  width: 560px;
  background: #fff;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.cart-popup.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.cart-popup .close-cart-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: 0 0;
  text-align: center;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cart-popup .close-cart-popup i {
  font-size: 22px;
  line-height: 0.8;
  margin: 0 auto;
}
.cart-popup .cart-popup-body {
  margin-top: 45px;
  height: calc(100vh - 325px);
  overflow-y: auto;
}
.cart-popup .cart-popup-body .cart-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.cart-popup .cart-popup-body .cart-item:last-child {
  border-bottom: none;
}
.cart-popup .cart-popup-body .cart-item .cart-item-action {
  width: 65px;
  text-align: center;
}
.cart-popup .cart-popup-body .cart-item .cart-item-action button {
  border: none;
  background: 0 0;
  text-align: center;
  padding: 0;
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.cart-popup .cart-popup-body .cart-item .cart-item-action button i {
  font-size: 26px;
  line-height: 0.8;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
.cart-popup .cart-popup-body .cart-item .cart-item-img {
  width: 100px;
  padding: 15px;
  background-color: #f3f4f6;
}
.cart-popup .cart-popup-body .cart-item .cart-item-info {
  width: calc(100% - 185px);
  margin-left: 20px;
}
.cart-popup .cart-popup-body .cart-item .cart-item-info h5 {
  font-size: 20px;
  margin: 0 0 5px;
}
.cart-popup .cart-popup-body .cart-item .cart-item-info p {
  margin: 0;
}
.cart-popup .cart-popup-footer {
  padding: 22px 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-popup .cart-popup-footer .total-amt {
  margin-bottom: 20px;
}
.cart-popup .cart-popup-footer .total-amt h5 {
  margin-bottom: 0;
  font-size: 20px;
}
.cart-popup .cart-popup-footer .cart-popup-btn .btn:nth-child(1) {
  margin-right: 12px;
}
@media only screen and (max-width: 575px) {
  .search-area .close-searchbox {
    top: 15px;
    right: 10px;
  }
  .search-area .close-searchbox i {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .searchbox {
    display: none;
  }
  .select-lang i {
    top: 5px;
  }
  .select-lang .navbar-language .dropdown-menu {
    inset: 0 auto auto -20px !important;
  }
  .navbar-brand img {
    max-width: 120px;
  }
  .header-wrap .header-top .headers-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a,
  .header-wrap
    .header-top
    .header-top-right
    .select-lang
    .navbar-language
    .dropdown-toggle {
    font-size: 14px !important;
  }
  .header-wrap .search-area form .form-group input {
    font-size: 14px;
    padding: 10px;
  }
  .header-wrap.style1 .header-top .header-top-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .header-wrap.style1 .header-top .header-top-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-wrap.style1 .cart-popup {
    top: 160px;
  }
  .header-wrap.style2 .cart-popup,
  .header-wrap.style3 .cart-popup {
    top: 73px !important;
  }
  .header-wrap .shopcart span {
    top: 5px;
  }
  .header-wrap .searchbtn,
  .header-wrap .wish,
  .header-wrap .user,
  .header-wrap .shopcart {
    width: 42px;
    height: 42px;
  }
  .header-wrap .cart-popup {
    width: 100%;
  }
  .header-wrap .cart-popup .cart-popup-body {
    height: calc(100vh - 312px);
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-action {
    width: 50px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-img {
    width: 65px;
    padding: 10px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info {
    width: calc(100% - 135px);
    margin-left: 20px;
    padding-right: 5px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info h5 {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info p {
    margin: 0;
  }
  .header-wrap .cart-popup .cart-popup-footer {
    padding: 18px 20px 0;
  }
  .header-wrap .cart-popup .cart-popup-footer .total-amt h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-wrap.style1 .cart-popup {
    top: 132px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
  }
  .header-wrap .header-top .header-top-right .searchbox {
    width: 260px;
  }
  .header-wrap.style1 .cart-popup {
    top: 132px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item h6 {
    margin: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    font-size: 15px;
    font-weight: 400;
  }
  .shopcart {
    margin: 0 15px;
  }
  .searchbtn {
    margin: 0;
  }
  .shopcart,
  .searchbtn {
    position: relative;
    top: -4px;
  }
  .select-lang .navbar-language .dropdown-toggle::before {
    top: 1px;
    right: -2px;
    font-size: 15px;
  }
  .header-wrap {
    background-color: #fff;
  }
  .header-wrap .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: -8px;
  }
  
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid #f3f4f6;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    white-space: normal;
    line-height: 22px;
    padding-left: 0px;
    font-size: 14px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    display: none;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: #cd9453;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
  }
  .header-wrap
    .header-bottom
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
  .header-wrap
    .header-bottom
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    a.active {
    color: #cd9453;
  }
  .header-wrap
    .header-bottom
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu {
    margin-left: 20px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .btn.style1 {
    color: #fff;
    padding: 10px 32px;
  }
  .header-wrap.sticky .search-area.open {
    top: 0;
  }
  .header-wrap.style1 .header-bottom .container,
  .header-wrap.style2 .header-bottom .container,
  .header-wrap.style3 .header-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #buttom_header #md_sm_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap.style2 .cart-popup,
  .header-wrap.style3 .cart-popup {
    top: 80px;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 25px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    background-color: #4893c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .close-header-top button {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
    background: 0 0;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #000;
    font-size: 26px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 18px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a.active {
    color: #cd9453;
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a:hover {
    color: #000;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}
@media (max-width:767px) {
  #main-slider .owl-carousel .owl-dots{
    position: absolute;
    left: 30%;
    bottom: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-expand i {
    display: none;
  }
  #main-slider .owl-carousel .owl-dots{
    position: absolute;
    left: 48%;
    bottom: 3%;
  }
  .header-wrap.sticky .header-bottom {
    padding: 0;
  }
  .header-wrap.sticky.style1 {
    margin-top: -91px;
  }
  .header-wrap.sticky.style1 .cart-popup {
    top: 88px;
  }
  .header-wrap .header-bottom .header-bottom-right .select-lang i {
    color: #cd9453;
  }
  .header-wrap
    .header-bottom
    .header-bottom-right
    .select-lang
    .navbar-language
    .dropdown-toggle {
    color: #666;
  }
  .header-wrap
    .header-bottom
    .header-bottom-right
    .select-lang
    .navbar-language
    .dropdown-toggle:before {
    color: #666;
  }
  .header-wrap .navbar {
    padding: 0;
  }
  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
  }
  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .header-wrap .navbar .navbar-nav {
    margin-left: auto;
  }
  .bottom-header .navbar .navbar-nav {
    margin: auto!important;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px;
  }
  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    color: #000;
    padding: 30px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 14px;
    position: relative;
  }
#buttom_header .navbar .navbar-nav .nav-item a{
    padding: 10px 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover,
  .header-wrap .navbar .navbar-nav .nav-item a:focus,
  .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #3f8ac2;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: -3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #main-slider .owl-carousel .owl-dots{
    position: absolute;
    left: 44%;
    bottom: 3%;
 }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 85px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 0.25rem 1rem!important;
    white-space: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 2px;
    height: 0%;
    border-radius: 0;
    background-color: #cd9453;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #cd9453;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    padding-left: 30px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden;
  }
  .header-wrap
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
  }
  .header-wrap .navbar .others-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1520px;
  }
  .search-area .container {
    max-width: 1520px;
    margin: 0 auto;
  }
}
.br-1 {
  background-image: url(https://softfix.in/front/website-assets-22/images/contact/page-banner.jpg);
}
.br-2 {
  background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
}
.br-3 {
  background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
}
.br-4 {
  background-image: url(../img/breadcrumb/breadcrumb-4.jpg);
}
.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 156px 0 80px;
  overflow: hidden;
}
.breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.breadcrumb-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #fff;
}
.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #fff;
}
.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 1px;
  right: -13px;
  content: "/";
  font-size: 16px;
  background-color: transparent;
  color: #fff;
}
.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #cd9453;
}
.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}
.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: #fff;
}
.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #cd9453;
}
.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}
.breadcrumb-img img {
  display: block;
  margin-right: auto;
  max-height: 420px;
}
.login-form-wrap {
  padding: 30px;
  background-color: #f9f9f9;
  margin-bottom: 25px;
}
.login-form-wrap.style2 {
  background-color: transparent;
  padding: 0;
}
.login-form-wrap.style2 .login-header {
  text-align: center;
}
.login-form-wrap.style2 .login-body .form-group input {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.login-form-wrap .login-header {
  margin-top: -2px;
}
.login-form-wrap .login-header h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.login-form-wrap .login-header span {
  color: #fff;
}
.login-form-wrap .login-body .form-group {
  margin: 0 0 20px;
}
.login-form-wrap .login-body .form-group label {
  font-size: 16px;
  color: #666;
  margin: 0 0 10px;
  display: block;
}
.login-form-wrap .login-body .form-group input {
  border-radius: 5px;
  background: #fff;
  border: none;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
}
.login-form-wrap .login-body .btn {
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 15px;
}
.login-form-wrap .login-body .form_group label {
  font-size: 16px;
}
.login-form-wrap .link.style1 {
  color: #cd9453;
}
.or-text {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
  font-size: 18px;
  z-index: 9;
}
.or-text .btn.fb {
  background-color: #3b5999 !important;
}
.or-text .btn.google {
  background-color: #219684 !important;
}
.or-text:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}
.or-text p {
  display: inline-block;
  padding: 0 10px;
  background-color: #f9f9f9;
  margin: 0 auto;
  z-index: 1;
  font-size: 18px;
  border-radius: 50%;
}
.faq-wrap {
  position: relative;
  z-index: 1;
}
.faq-wrap .faq-content .content-title h2 {
  margin: 0 0 20px;
}
.faq-wrap.style1 .accordion-button:not(.collapsed) span {
  background-color: #cd9453 !important;
}
.faq-wrap.style1 .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}
.faq-wrap.style1 .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}
.faq-wrap.style1 .accordion-item {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 25px;
}
.faq-wrap.style1 .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
}
.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span i {
  color: #cd9453;
  line-height: 0.8;
}
.faq-wrap.style1 .accordion-body p {
  margin: 0;
}
.accordion-button:not(.collapsed) {
  background: 0 0;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) span {
  background-color: #cd9453 !important;
}
.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}
.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}
.accordion-item {
  border: none;
  margin: 0 0 25px;
  padding: 0;
}
.accordion-item:last-child {
  margin: 0;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 5px !important;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button span {
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  position: relative;
  margin-right: 14px;
}
.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.accordion-collapse {
  border: none;
}
.accordion-button:not(.collapsed)::after {
  left: -4px;
}
.accordion-body {
  border-top-color: transparent;
  padding: 20px 0 0;
}
.accordion-body p {
  margin: 0;
}
.error-content {
  text-align: center;
}
.error-content img {
  display: block;
  margin: 0 auto 20px;
  max-width: 600px;
}
.error-content p {
  margin: 0 auto 20px;
  max-width: 520px;
}
.terms-wrap .single-terms {
  margin-bottom: 25px;
}
.terms-wrap .single-terms:last-child {
  margin-bottom: 0;
}
.terms-wrap .single-terms p a {
  color: #cd9453;
}
.terms-wrap .single-terms p a:hover {
  color: #cd9453;
  text-decoration: underline;
}
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  padding: 25px;
}
.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
}
.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #cd9453;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sidebar .sidebar-widget:last-child {
  margin: 0;
}
.search-box {
  position: relative;
}
.search-box .form-group {
  position: relative;
}
.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: #fff;
  border: 1px solid #f3f4f6;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}
.search-box .form-group input:focus {
  border-color: #888;
}
.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background: #cd9453;
}
.search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}
.new-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.new-product-item:last-child {
  margin: 0;
}
.new-product-item .new-product-img {
  width: 90px;
  text-align: center;
  border: 1px solid #f3f4f6;
  background: #fff;
  padding: 10px;
}
.new-product-item .new-product-img img {
  margin: 0 auto;
  display: block;
  max-height: 80px;
}
.new-product-item .new-product-info {
  width: calc(100% - 105px);
  margin-left: 15px;
}
.new-product-item .new-product-info h6 {
  margin: 0 0 5px;
  font-size: 18px;
}
.new-product-item .new-product-info h6 a {
  color: #000;
}
.new-product-item .new-product-info h6 a:hover {
  color: #cd9453;
}
.new-product-item .new-product-info span {
  color: #000;
  font-size: 14px;
  color: #cd9453;
}
.new-product-item .new-product-info span.discount {
  text-decoration: line-through;
  margin-left: 5px;
  color: #999;
}
.new-product-wrap.style2 {
  border: 1px solid #f3f4f6;
  border-radius: 5px;
  padding: 25px 25px 0;
  margin-bottom: 25px;
}
.new-product-wrap.style2 .product-card.style3 .product-img {
  margin: 0;
}
.new-product-wrap.style2 .product-card.style3 .ratings {
  margin-bottom: 6px;
}
.product-result p {
  color: #000;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.filter-item-num select,
.filter-item-cat select {
  width: 100%;
  border-radius: 5px;
  padding: 12px 15px 10px;
  color: #393939;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  font-size: 16px;
  height: 54px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f3f4f6;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 92% 52%;
}
.category-box ul li {
  position: relative;
}
.category-box ul li:first-child a {
  padding-top: 0;
}
.category-box ul li:first-child a i {
  top: 5px;
}
.category-box ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.category-box ul li a {
  color: #333;
  font-weight: 500;
  padding: 8px 10px 8px 15px;
  display: block;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.category-box ul li a i {
  position: absolute;
  top: 13px;
  left: -5px;
  font-size: 15px;
  line-height: 1;
  color: #cd9453;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.category-box ul li a span {
  float: right;
  font-weight: 400;
  opacity: 0.5;
  margin-left: 4px;
  font-size: 14px;
  color: #666;
}
.category-box ul li a:hover {
  color: #cd9453;
  padding-left: 25px;
}
.category-box ul li a:hover i {
  color: #cd9453;
  left: 5px;
}
.tag-list ul {
  margin-top: -12px;
}
.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0 0;
}
.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 15px;
  color: #666;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tag-list ul li a:hover {
  background-color: #cd9453;
  color: #fff;
  border-color: transparent;
}
.tag-list.style2 li a {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.tag-list.style2 li a:hover {
  background: 0 0;
}
.tag-list.style3 li a {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: none;
}
.pp-post-item {
  margin: 0 0 20px;
}
.pp-post-item .pp-post-img {
  width: 85px;
  border-radius: 4px;
}
.pp-post-item .pp-post-img img {
  border-radius: 4px;
}
.pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 15px;
  margin-top: 2px;
}
.pp-post-item .pp-post-info h6 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
}
.pp-post-item .pp-post-info h6 a {
  color: #333;
}
.pp-post-item .pp-post-info span {
  font-size: 14px;
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 22px;
  color: #888;
  margin-bottom: 12px;
}
.pp-post-item .pp-post-info span i {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #cd9453;
}
.pp-post-item:last-child {
  margin: 0;
}
.pp-post-item:hover .pp-post-info h6 a {
  color: #cd9453;
}
.category-item-wrap.style1 {
  margin: 0 -10px;
}
.category-item-wrap.style1 .category-item {
  width: calc(20% - 24px);
  margin: 0 12px 25px;
}
.category-item-wrap.style2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 25px;
}
.category-item {
  margin-bottom: 25px;
}
.category-item .cat-img {
  background-color: #fff;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
  margin: 0 auto 25px;
}
.category-item .cat-img img {
  display: block;
  margin: 0 auto;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.category-item h3 {
  font-size: 22px;
  text-align: center;
  margin: 0;
}
.category-item:hover .cat-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.category-item:hover h3 a {
  color: #cd9453;
}
.modal-backdrop {
  opacity: 0.8 !important;
}
.subscribe-bg {
  background-image: url(../img/subscribe-bg.jpg);
  height: 500px;
}
#modal-subscribe .modal-content {
  border-radius: 0;
}
#modal-subscribe .modal-content .modal-header {
  padding: 0;
}
#modal-subscribe .modal-content .modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  opacity: 1;
  border-radius: 0;
  z-index: 9;
}
#modal-subscribe .modal-content .modal-header .btn-close:focus {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#modal-subscribe .modal-content .modal-header .btn-close i {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: #fff;
}
#modal-subscribe .modal-content .modal-body {
  padding: 0;
}
.subscribe-content {
  padding: 0 45px 0 0;
}
.subscribe-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.subscribe-content p {
  margin-bottom: 25px;
}
.subscribe-content .newsletter-form input {
  width: 100%;
  background: #f3f4f6;
  border: none;
  height: 54px;
  padding: 10px 15px;
}
.subscribe-content .newsletter-form button {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.subscribe-content .social-profile {
  margin: 20px 0;
}
.hero-slider-bg {
  background-image: url(../img/hero/hero-bg-3.html);
}
.hero-bg-one {
  background-image: url(../img/hero/hero-bg-2.html);
  height: 100%;
}
.hero-wrap .hero-content span {
  color: #cd9453;
  display: block;
  margin: 0 0 15px;
  letter-spacing: 2px;
}
.hero-wrap .hero-content h1 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
}
.hero-wrap .hero-content p {
  margin-bottom: 30px;
}
.hero-wrap .hero-content .hero-btn .play-video {
  margin-left: 15px;
  position: relative;
  text-align: center;
  background-color: transparent;
  z-index: 1;
  padding-left: 5px;
  display: block;
  border-radius: 50%;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0;
  margin-right: 8px;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn i {
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.8;
  color: #cd9453;
  position: relative;
  left: 2px;
  top: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn:hover {
  background-color: #cd9453;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn:hover i {
  color: #fff;
}
.hero-wrap .hero-content .hero-btn .play-video .play-text {
  margin: 0 0 0 10px;
  line-height: 1;
  color: #000;
  position: relative;
  top: 1px;
}
.hero-wrap.style1 {
  margin-top: 140px;
}
.hero-wrap.style1 .hero-slide-item {
  position: relative;
  z-index: 1;
}
.hero-wrap.style1 .hero-slide-item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #cd9453;
  width: 35%;
  height: 100%;
  z-index: -1;
}
.hero-wrap.style1 .hero-slide-item .hero-promotext {
  position: absolute;
  top: 45%;
  right: -170px;
  font-size: 80px;
  line-height: 1;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}
.hero-wrap.style1 .hero-slide-item .hero-img-wrap img {
  max-width: 80%;
  display: block;
  margin-right: auto;
}
.hero-wrap.style2 {
  position: relative;
  z-index: 1;
  padding-top: 130px;
}
.hero-wrap.style2 .hero-content {
  padding: 60px 0 0;
}
.hero-wrap.style2 .hero-content h1 {
  font-size: 70px;
}
.hero-wrap.style2 .hero-content .hero-btn .btn {
  border-radius: 5px;
}
.hero-wrap.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f9f9f9;
  width: 100%;
  height: 92%;
  z-index: -1;
}
.hero-wrap.style2 .container {
  position: relative;
}
.hero-wrap.style2 .filter-box {
  position: relative;
  z-index: 1;
  width: 72%;
  margin-top: -160px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.hero-wrap.style2 .filter-box .filter-item {
  width: 17.5%;
  position: relative;
  padding-right: 25px;
}
.hero-wrap.style2 .filter-box .filter-item:last-child {
  padding-right: 0;
  width: 12%;
}
.hero-wrap.style2 .filter-box .filter-item:last-child:after {
  display: none;
}
.hero-wrap.style2 .filter-box .filter-item:after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "";
  background: #cd9453;
  width: 1px;
  height: calc(100% - 18px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-wrap.style2 .filter-box .filter-item label {
  font-size: 18px;
  color: #000;
  padding-left: 5px;
  display: block;
  margin-bottom: 15px;
}
.hero-wrap.style2 .filter-box .filter-item select {
  width: 80%;
  height: auto;
  padding: 0 15px 0 5px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  color: #000;
  background-position: 100% 52%;
}
.hero-wrap.style2 .filter-box .filter-item button {
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 13px 5px 12px;
  text-align: center;
}
.hero-wrap.style3 {
  position: relative;
  z-index: 1;
  margin-top: 86px;
}
.hero-wrap.style3 .hero-slide-item {
  background-color: #f9f9f9;
  padding: 90px 0;
  /* padding-top:0px!important;
  padding-bottom:0px!important; */
}
.hero-wrap.style3 .hero-slide-item.bg-1{
  background: url(../slider-image/slider4.webp);
  /*background: url(https://ppcdigital.in/fmcg/assets/slider-image/image1.png); */
}
.hero-wrap.style3 .hero-slide-item.bg-2{
  background: url(../slider-image/slider5.webp);
}
.hero-wrap.style3 .hero-slide-item.bg-3{
 background: url(../slider-image/slider3.webp);
}
.hero-wrap.style3 .hero-slide-item.bg-4{
background: url(../slider-image/slider2.webp);
}
.hero-wrap.style3 .hero-slide-item.bg-5{
 background: url(../slider-image/slider1.webp);
}
@media (max-width:767px){
    .hero-wrap.style3 .hero-slide-item.bg_css{
         background-size: contain!important;
    }
    .hero-slider-two .owl-height{height:170px!important;}
}
.hero-wrap.style3 .hero-slide-item.bg_css{
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 440px;
}
.hero-wrap.style3 .hero-slide-item .hero-img-wrap {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.hero-wrap.style3 .hero-slide-item .hero-img-wrap img {
  max-width: 550px;
  margin-right: auto;
}
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background-color: #cd9453;
  border-radius: 15px;
  z-index: -1;
}
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext span {
  display: block;
  font-size: 85px;
  font-weight: 800;
  color:#fff;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  position: relative;
  left: 60px;
  margin-left: auto;
}
.hero-wrap.style3 .hero-content{
  padding: 35px;
}
.hero-wrap.style3 .hero-content h1{
  color: #fff;
}
.hero-wrap.style3 .hero-content p{
  color: #fff;
}
.hero-wrap.style3 .hero-content::before{
  background-color: #000;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.5;
  position: absolute;
  left: 0%;
  top: 0%;
}
.hero-wrap.style3 .hero-content span {
  display: block;
  color: #e89622;
  margin-bottom: 12px;
  letter-spacing: normal;
  font-size: 22px;
}
.hero-wrap.style3 .hero-content h1 {
  font-size: 58px;
  line-height: 1.2;
}
.hero-wrap.style3 .container {
  position: relative;
}
@-moz-document url-prefix() {
  .hero-wrap.style2 .filter-box .filter-item label {
    padding-left: 9px;
  }
}
.hero-slider-one.owl-carousel .owl-nav {
  position: absolute;
  bottom: 30px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev,
.hero-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f3f4f6;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:after,
.hero-slider-one.owl-carousel .owl-nav button.owl-next:after {
  background: #cd9453;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
.hero-slider-one.owl-carousel .owl-nav button.owl-next i {
  color: #cd9453;
  font-size: 16px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover:after,
.hero-slider-one.owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  margin-right: 20px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  left: -2px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 60px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-next i {
  position: relative;
  right: -2px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev,
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #195ca1;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev:after,
.hero-slider-two.owl-carousel .owl-nav button.owl-next:after {
  background: #10365c;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev i,
.hero-slider-two.owl-carousel .owl-nav button.owl-next i {
  color: #fff;
  font-size: 16px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover:after,
.hero-slider-two.owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  left: -2px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  right: 15px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-next i {
  position: relative;
  right: -2px;
}
.feature-card {
  margin-bottom: 25px;
  background-color: #f3f4f6;
  padding: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.feature-card .feature-icon {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 25px;
}
.feature-card .feature-icon i {
  font-size: 28px;
  line-height: 0.8;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.feature-card .feature-text h3 {
  font-size: 24px;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.feature-card .feature-text p {
  margin: 0;
}
.feature-card:hover .feature-icon i {
  color: #fff;
}
.feature-card:hover .feature-text h3 {
  color: #10365c;
}
.feature-card.style1 .feature-icon,
.feature-card.style3 .feature-icon {
  width: 60px;
  height: 65px;
}
.feature-card.style1 .feature-icon img,
.feature-card.style3 .feature-icon img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.feature-card.style1 .feature-icon i,
.feature-card.style3 .feature-icon i {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.feature-card.style1:hover .feature-icon img,
.feature-card.style3:hover .feature-icon img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.feature-card.style2 .feature-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #3f8ac2;
  overflow: hidden;
}
.feature-card.style2 .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #10365c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.feature-card.style2 .feature-icon i {
  color: #fff;
  font-size: 32px;
  position: relative;
  top: 2px;
}
.feature-card.style2:hover {
  /* -webkit-box-shadow: 0 8px 30px rgba(205, 148, 83, 0.1);
  box-shadow: 0 8px 30px rgba(205, 148, 83, 0.1);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px); */
}
.feature-card.style2:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.feature-card.style3 {
  padding: 0;
  background-color: transparent;
}
.feature-card.style3 .feature-icon {
  margin: 0 auto 25px;
}
.feature-card.style3 .feature-text {
  text-align: center;
  padding: 0 10px;
}
.about-bg-one {
  background-image: url(../img/about/about-img-6.jpg);
}
.about-bg-two {
  background-image: url(../img/about/about-img-3.jpg);
}
.about-bg-three {
  background-image: url(http://nightshiftcreative.co/static/homely/images/property-img4.jpg);
}
.about-wrap.style1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #333;
  width: 28%;
  height: 100%;
  z-index: -1;
}
.about-wrap.style1 .section-text {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  font-size: 85px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.09);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}
.about-wrap.style1 .about-img-wrap {
  position: absolute;
  bottom: 0;
}
.about-wrap.style1 .about-img-wrap img {
  width: 100%;
}
.about-wrap.style1 .about-content .feature-item-wrap {
  margin: 35px 0 30px;
}
.about-wrap.style2 .about-img-wrap .about-bg-one,
.about-wrap.style2 .about-img-wrap .about-bg-three {
  height: 630px;
  border-radius: 10px;
}
.about-wrap.style2 .about-content .feature-item-wrap {
  margin: 30px 0;
}
.about-wrap.style3 .about-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.about-wrap.style3 .about-img-wrap .about-bg-two {
  height: 650px;
  width: calc(100% - 30px);
  margin-right: auto;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}
.about-wrap.style3 .about-img-wrap span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  background-color: #f3f4f6;
  border-radius: 50px;
  height: calc(100% - 30px);
  z-index: -1;
}
.about-wrap.style3 .about-content .feature-item-wrap {
  margin: 35px 0 30px;
}
.feature-item-wrap .feature-item {
  margin-bottom: 25px;
}
.feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.feature-item-wrap .feature-item .feature-icon {
  width: 55px;
  position: relative;
  z-index: 1;
}
.feature-item-wrap .feature-item .feature-icon i {
  font-size: 28px;
  line-height: 0.8;
  color: #cd9453;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.feature-item-wrap .feature-item .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #cd9453;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 75px);
  margin-left: 20px;
}
.feature-item-wrap .feature-item .feature-text h3 {
  font-size: 24px;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.feature-item-wrap .feature-item .feature-text p {
  margin: 0;
}
.feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff;
}
.feature-item-wrap .feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.feature-item-wrap .feature-item:hover .feature-text h3 {
  color: #cd9453;
}
.feature-item-wrap.style1 .feature-item,
.feature-item-wrap.style4 .feature-item {
  background-color: transparent;
  padding: 0;
}
.feature-item-wrap.style1 .feature-item .feature-icon,
.feature-item-wrap.style4 .feature-item .feature-icon {
  position: relative;
  width: 55px;
  border-radius: 0;
  background-color: transparent;
  top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none;
}
.feature-item-wrap.style1 .feature-item .feature-icon i,
.feature-item-wrap.style4 .feature-item .feature-icon i {
  font-size: 46px;
}
.feature-item-wrap.style1 .feature-item .feature-icon:after,
.feature-item-wrap.style4 .feature-item .feature-icon:after {
  display: none;
}
.feature-item-wrap.style1 .feature-item:hover .feature-icon i,
.feature-item-wrap.style4 .feature-item:hover .feature-icon i {
  color: #cd9453;
}
.feature-item-wrap.style2 .feature-item .feature-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(205, 148, 83, 0.15);
  overflow: hidden;
  text-align: center;
}
.feature-item-wrap.style2 .feature-item .feature-icon i {
  font-size: 24px;
  line-height: 0.7;
  margin: 0 auto;
}
.feature-item-wrap.style2 .feature-item .feature-text {
  width: calc(100% - 80px);
  margin-left: 20px;
}
.feature-item-wrap.style3 .feature-item,
.feature-item-wrap.style5 .feature-item {
  margin-bottom: 25px;
  width: 33.33%;
  position: relative;
}
.feature-item-wrap.style3 .feature-item:after,
.feature-item-wrap.style5 .feature-item:after {
  position: absolute;
  top: 0;
  right: 25px;
  content: "";
  background: rgba(205, 148, 83, 0.3);
  width: 1px;
  height: 100%;
}
.feature-item-wrap.style3 .feature-item:last-child:after,
.feature-item-wrap.style5 .feature-item:last-child:after {
  display: none;
}
.feature-item-wrap.style3 .feature-item .feature-icon,
.feature-item-wrap.style5 .feature-item .feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(205, 148, 83, 0.15);
  overflow: hidden;
  text-align: center;
}
.feature-item-wrap.style3 .feature-item .feature-icon:after,
.feature-item-wrap.style5 .feature-item .feature-icon:after {
  width: 0;
  height: 100%;
}
.feature-item-wrap.style3 .feature-item .feature-icon i,
.feature-item-wrap.style5 .feature-item .feature-icon i {
  font-size: 28px;
  line-height: 0.7;
  margin: 0 auto;
  color: #cd9453;
  position: relative;
  top: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.feature-item-wrap.style3 .feature-item .feature-text,
.feature-item-wrap.style5 .feature-item .feature-text {
  width: calc(100% - 85px);
  margin-left: 20px;
  padding-right: 25px;
}
.feature-item-wrap.style3 .feature-item .feature-text h3,
.feature-item-wrap.style5 .feature-item .feature-text h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.feature-item-wrap.style3 .feature-item .feature-text p,
.feature-item-wrap.style5 .feature-item .feature-text p {
  margin: 0;
}
.feature-item-wrap.style3 .feature-item:hover .feature-icon i,
.feature-item-wrap.style5 .feature-item:hover .feature-icon i {
  color: #fff;
}
.feature-item-wrap.style3 .feature-item:hover .feature-icon:after,
.feature-item-wrap.style5 .feature-item:hover .feature-icon:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.feature-item-wrap.style3 .feature-item:hover .feature-text h3,
.feature-item-wrap.style5 .feature-item:hover .feature-text h3 {
  color: #cd9453;
}
.feature-item-wrap.style4 .feature-item .feature-icon i {
  color: #333;
}
.feature-item-wrap.style4 .feature-item:hover .feature-icon i {
  color: #cd9453;
}
.feature-item-wrap.style3 .feature-item:hover .feature-icon:after,
.feature-item-wrap.style5 .feature-item:hover .feature-icon:after {
  background-color: #333;
}
.featured-product-img {
  min-height: 400px;
  height: 100%;
}
.featured-product-img img {
  padding: 50px;
}
.product-feature-bg {
  background-image: url(../img/about/about-img-2.jpg);
  height: 100%;
  border-radius: 0 10px 10px 0;
}
.product-features.feature-item-wrap .feature-item {
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-features.feature-item-wrap .feature-item:nth-child(odd) {
  background-color: #363749;
}
.product-features.feature-item-wrap .feature-item:nth-child(odd) .feature-icon {
  background: #404251;
}
.product-features.feature-item-wrap .feature-item:nth-child(odd):hover {
  background-color: #404251;
}
.product-features.feature-item-wrap .feature-item:nth-child(even) {
  background-color: #2b2c3e;
}
.product-features.feature-item-wrap
  .feature-item:nth-child(even)
  .feature-icon {
  background: #323345;
}
.product-features.feature-item-wrap .feature-item:nth-child(even):hover {
  background-color: #323345;
}
.product-features.feature-item-wrap .feature-item:first-child {
  border-radius: 10px 0 0 0;
}
.product-features.feature-item-wrap .feature-item:first-child .feature-icon {
  border-radius: 10px 0 0 0;
}
.product-features.feature-item-wrap .feature-item:last-child {
  border-radius: 0 0 0 10px;
}
.product-features.feature-item-wrap .feature-item:last-child .feature-icon {
  border-radius: 0 0 0 10px;
}
.product-features.feature-item-wrap .feature-item .feature-icon {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 25px;
  height: auto;
  width: 110px;
  top: 0;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-features.feature-item-wrap .feature-item .feature-icon i {
  color: #fff;
  font-size: 48px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-features.feature-item-wrap .feature-item .feature-icon:after {
  display: none;
}
.product-features.feature-item-wrap .feature-item .feature-text {
  padding: 25px 25px 20px;
  width: calc(100% - 110px);
  margin-left: 0;
}
.product-features.feature-item-wrap .feature-item .feature-text h3,
.product-features.feature-item-wrap .feature-item .feature-text p {
  color: #fff;
}
.wh-bg-1 {
  background-image: url(../img/why-choose-us/wh-img-1.jpg);
}
.wh-bg-two {
  background-image: url(../img/why-choose-us/wh-img-3.jpg);
}
.why-choose-wrap.style1 .wh-img-wrap {
  position: relative;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
  height: 680px;
  border-radius: 10px;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter {
  width: 50%;
  text-align: center;
  padding: 25px;
}
.why-choose-wrap.style1
  .wh-img-wrap
  .product-sell-counter
  .sell-counter:nth-child(1) {
  background-color: #2b2c3e;
  border-radius: 0 0 0 10px;
}
.why-choose-wrap.style1
  .wh-img-wrap
  .product-sell-counter
  .sell-counter:nth-child(2) {
  background-color: #cd9453;
  border-radius: 0 0 10px 0;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter p,
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter span {
  color: #fff;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter p {
  font-size: 18px;
  margin: 0 0 15px;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter span {
  font-size: 32px;
  display: block;
}
.why-choose-wrap.style2 .wh-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.why-choose-wrap.style2 .wh-img-wrap .wh-bg-two {
  height: 650px;
  width: calc(100% - 30px);
  margin-right: auto;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}
.why-choose-wrap.style2 .wh-img-wrap span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  background-color: #f3f4f6;
  border-radius: 50px;
  height: calc(100% - 30px);
  z-index: -1;
}
.promo-item.style1 {
  margin-bottom: 25px;
  background-color: #f9f9f9;
  padding: 25px 25px 22px;
}
.promo-item.style1 .promo-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  z-index: -1;
  width: 68px;
  height: 68px;
  z-index: 1;
  text-align: center;
}
.promo-item.style1 .promo-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-filter: brightness(0) invert(0.1);
  filter: brightness(0) invert(0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.promo-item.style1 .promo-icon i {
  color: #fff;
  font-size: 28px;
  line-height: 0.8;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
.promo-item.style1 .promo-text h3 {
  font-size: 22px;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.promo-item.style1 .promo-text p {
  margin: 0;
}
.promo-item.style1:hover .promo-icon img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.promo-item.style1:hover .promo-text h3 {
  color: #cd9453;
}
.promo-item.style2 {
  margin-bottom: 25px;
  text-align: center;
}
.promo-item.style2 .promo-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  z-index: -1;
  width: 68px;
  height: 68px;
  z-index: 1;
  text-align: center;
  margin: 0 auto 25px;
}
.promo-item.style2 .promo-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-filter: brightness(0) invert(0.1);
  filter: brightness(0) invert(0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.promo-item.style2 .promo-icon i {
  color: #fff;
  font-size: 28px;
  line-height: 0.8;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
.promo-item.style2 .promo-text h3 {
  font-size: 22px;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.promo-item.style2 .promo-text p {
  margin: 0;
}
.promo-item.style2:hover .promo-icon img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.promo-item.style2:hover .promo-text h3 {
  color: #cd9453;
}
.product-card {
  margin-bottom: 25px;
}
.product-card .product-img {
  position: relative;
}
.product-card .product-img img {
  display: block;
  margin: 0 auto;
  padding: 20px 30px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-card .product-img .promo-text {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  padding: 10px 15px 7px;
  background-color: #99c63b;
}
.product-card .product-img .promo-text i {
  position: relative;
  top: 1px;
  margin-right: 6px;
  font-size: 14px;
  line-height: 0.8;
}
.product-card .product-img .product-option {
  position: absolute;
  top: 50%;
  right: 20px;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-card .product-img .product-option li {
  display: block;
  margin: 0 0 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.product-card .product-img .product-option li:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-card .product-img .product-option li:nth-child(2) {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.product-card .product-img .product-option li:nth-child(3) {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.product-card .product-img .product-option li:last-child {
  margin-bottom: 0;
}
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.product-card .product-img .product-option li button i,
.product-card .product-img .product-option li a i {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 18px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  color: #3f8ac2;
}
.product-card .product-img .product-option li button:hover,
.product-card .product-img .product-option li a:hover {
  background-color: #e89622;
}
.product-card .product-img .product-option li button:hover i,
.product-card .product-img .product-option li a:hover i {
  color: #fff;
}
.product-card .product-info {
  margin-top: 25px;
}
.product-card .product-info h3 {
  font-size: 24px;
  margin: 0 0 10px;
}
.product-card .product-info .product-price {
  color: #000;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
.product-card .product-info .product-price .discount {
  color: #888;
  text-decoration: line-through;
  margin-left: 8px;
  display: inline-block;
}
.product-card .product-info .ratings {
  margin-bottom: 12px;
}
.product-card .product-info .ratings li {
  display: inline-block;
}
.product-card .product-info .ratings li i {
  color: #fec107;
}
.product-card:hover .product-img img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.product-card:hover .product-info h3 a {
  color: #3f8ac2;
}
.product-card:hover .product-img .product-option li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.product-card.style1 .product-img,
.product-card.style4 .product-img {
  background: #fff;
}
.product-card.style1 .product-img .promo-text,
.product-card.style4 .product-img .promo-text {
  left: 20px;
  top: 20px;
}
.product-card.style1 .product-img .product-option li button,
.product-card.style1 .product-img .product-option li a,
.product-card.style4 .product-img .product-option li button,
.product-card.style4 .product-img .product-option li a {
  border: 1px solid #3f8ac2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-card.style1 .product-img .product-option li button i,
.product-card.style1 .product-img .product-option li a i,
.product-card.style4 .product-img .product-option li button i,
.product-card.style4 .product-img .product-option li a i {
  position: relative;
  top: 1px;
}
.product-card.style1 .product-info,
.product-card.style4 .product-info {
  text-align: center;
}
.product-card.style1 .product-info .ratings,
.product-card.style4 .product-info .ratings {
  margin-bottom: 10px;
}
.product-card.style1 .product-info h3,
.product-card.style4 .product-info h3 {
  margin-bottom: 10px;
}
.product-card.style2 .product-img,
.product-card.style3 .product-img {
  border-radius: 10px;
}
.product-card.style2 .product-img .promo-text,
.product-card.style3 .product-img .promo-text {
  left: 20px;
  top: 20px;
}
.product-card.style2 .product-img .product-option li button,
.product-card.style2 .product-img .product-option li a,
.product-card.style3 .product-img .product-option li button,
.product-card.style3 .product-img .product-option li a {
  border: 1px solid #cd9453;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-card.style2 .product-img .product-option li button i,
.product-card.style2 .product-img .product-option li a i,
.product-card.style3 .product-img .product-option li button i,
.product-card.style3 .product-img .product-option li a i {
  position: relative;
  top: 1px;
}
.product-card.style2 .product-info,
.product-card.style3 .product-info {
  text-align: center;
}
.product-card.style2 .product-info .ratings,
.product-card.style3 .product-info .ratings {
  margin-bottom: 10px;
}
.product-card.style2 .product-info h3,
.product-card.style3 .product-info h3 {
  margin-bottom: 10px;
}
.product-card.style2 .product-img {
  background: #fff;
}
.product-card.style2 .product-img .promo-text {
  border-radius: 5px;
}
.product-card.style3 .product-img {
  background: #f3f4f6;
}
.product-card.style3 .product-img .promo-text {
  border-radius: 50px;
}
.product-card.style4 .product-img {
  background: #f3f4f6;
}
.product-slider-one.owl-carousel .owl-nav button.owl-prev,
.product-slider-one.owl-carousel .owl-nav button.owl-next,
.product-slider-two.owl-carousel .owl-nav button.owl-prev,
.product-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 35% !important;
}
.product-slider-one.owl-carousel .owl-nav button.owl-prev,
.product-slider-two.owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}
.product-slider-one.owl-carousel .owl-nav button.owl-next,
.product-slider-two.owl-carousel .owl-nav button.owl-next {
  right: -55px;
}
.checkbox-item {
  margin-bottom: 15px;
}
.checkbox-item:last-child {
  margin-bottom: 0;
}
.product-search-box .form-group {
  position: relative;
  width: 300px;
}
.product-search-box .form-group input {
  width: 100%;
  height: 54px;
  background: #f3f4f6;
  border: none;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}
.product-search-box .form-group input:focus {
  border-color: #888;
}
.product-search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background: #cd9453;
}
.product-search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}
.product-search-box .product-result {
  width: calc(100% - 320px);
  margin-left: 20px;
}
.process-item {
  margin-bottom: 25px;
  width: 100%;
  background-color: #363749;
  padding: 25px 25px 22px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.process-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.process-item span {
  width: 25px;
  border-radius: 50%;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: relative;
  top: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.process-item .process-info {
  width: calc(100% - 45px);
  margin-left: 20px;
}
.process-item .process-info h3 {
  font-size: 22px;
  margin: 0 0 12px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.process-item .process-info p {
  margin: 0;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.process-item:hover:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.process-item:hover span {
  color: #333;
}
.process-item:hover .process-info h3,
.process-item:hover .process-info p {
  color: #333;
}
.partner-wrap.style1 {
  position: relative;
  z-index: 1;
}
.partner-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #f3f4f6;
  z-index: -1;
}
.partner-wrap.style1 .partner-slider-one {
  background-color: #cd9453;
  padding: 70px 50px;
}
.partner-wrap.style1 .partner-item img {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.partner-wrap.style1 .partner-item:hover img {
  opacity: 1;
}
.partner-item {
  padding: 0 20px;
}
.partner-item img {
  max-width: 130px;
  display: block;
  margin: 0 auto;
}
.offer-wrap .offer-content {
  background-color: #fff;
  padding: 30px;
}
.offer-wrap.style1 {
  overflow: hidden;
  position: relative;
}
.offer-wrap.style1 .offer-promo-text {
  position: absolute;
  top: 38%;
  right: 0;
  font-size: 95px;
  line-height: 1;
  z-index: 2;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.05);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}
.offer-wrap.style1 .container {
  position: relative;
}
.offer-wrap.style1 .offer-img-wrap {
  position: absolute;
  bottom: -100px;
  width: 100%;
}
.offer-wrap.style1 .offer-img-wrap img {
  position: relative;
  z-index: 1;
}
.offer-wrap.style1 .offer-img-wrap:after {
  position: absolute;
  bottom: -100px;
  right: 0;
  content: "";
  background-color: #333;
  width: 85%;
  height: 100vh;
  z-index: 0;
}
.offer-wrap.style2 .offer-content {
  border-radius: 10px;
}
.offer-wrap.style2 .offer-content .content-title p {
  padding: 0;
}
.offer-wrap.style2 .offer-img-wrap img {
  display: block;
  margin: 0 auto;
}
.testimonial-card {
  border-radius: 5px;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  padding: 25px;
}
.testimonial-card .ratings {
  line-height: 1;
  margin-bottom: 16px;
}
.testimonial-card .ratings li {
  display: inline-block;
}
.testimonial-card .ratings li i {
  color: #fec107;
  font-size: 16px;
  line-height: 0.8;
}
.testimonial-card .promo-text {
  font-size: 24px;
  margin-bottom: 12px;
}
.testimonial-card .client-quote {
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.testimonial-card .client-info-wrap .client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.testimonial-card .client-info-wrap .client-img img {
  border-radius: 50%;
}
.testimonial-card .client-info-wrap .client-info {
  width: calc(100% - 85px);
  margin-left: 20px;
}
.testimonial-card .client-info-wrap .client-info h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.testimonial-card .client-info-wrap .client-info span {
  font-size: 16px;
  display: block;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.testimonial-card.style1 {
  background-color: #f9f9f9;
}
.testimonial-card.style2 {
  background-color: #fff;
}
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next {
  right: -55px;
}
.product-slider-three .owl-dots,
.testimonial-slider-two .owl-dots {
  text-align: center;
}
#clientReview .testimonial-card .client-info-wrap{
  text-align: center;
  display: -webkit-inline-box;
}
.blog-card {
  -webkit-box-shadow: 0 10px 25.5px 4.5px rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 25.5px 4.5px rgba(0, 0, 0, 0.03);
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-card .blog-img {
  overflow: hidden;
}
.blog-card .blog-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.blog-card .blog-info {
  background: #fff;
  padding: 22px 25px;
}
.blog-card .blog-info .blog-metainfo {
  margin-bottom: 14px;
}
.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 15px;
}
.blog-card .blog-info .blog-metainfo li:after {
  position: absolute;
  top: 0;
  right: -14px;
  content: "/";
  font-size: 16px;
  color: #666;
}
.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-card .blog-info .blog-metainfo li:last-child:after {
  display: none;
}
.blog-card .blog-info .blog-metainfo li a {
  font-size: 15px;
  color: #666;
}
.blog-card .blog-info .blog-metainfo li a:hover {
  color: #cd9453;
}
.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #cd9453;
}
.blog-card .blog-info h3 {
  font-size: 20px;
    font-weight: 600;
    margin-bottom: 9px;
    line-height: normal;
}
.blog-card .blog-info p {
  margin-bottom: 12px;
  line-height: 20px;
}
.blog-card .blog-info .link {
  color: #666;
}
.blog-card .blog-info .link i {
  visibility: hidden;
  opacity: 0;
}
.blog-card.style1 {
  background: #f9f9f9;
}
.blog-card.style1 .blog-info {
  background: #f3f4f6;
}
.blog-card.style2,
.blog-card.style3 {
  border-radius: 10px;
}
.blog-card.style2 .blog-img,
.blog-card.style3 .blog-img {
  border-radius: 10px 10px 0 0;
}
.blog-card.style2 .blog-info,
.blog-card.style3 .blog-info {
  border-radius: 10px;
  background: #f3f4f6;
}
.blog-card.style4 .blog-info {
  background: #fff;
}
.blog-card.style4 .blog-info h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}
.blog-card:hover {
  -webkit-box-shadow: 0 40px 51px -16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 40px 51px -16px rgba(0, 0, 0, 0.1);
}
.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08) rotate(3deg);
  transform: scale(1.08) rotate(3deg);
}
.blog-card:hover .blog-info .link {
  letter-spacing: 0.3px;
}
.blog-card:hover .blog-info .link.style1 {
  color: #3f8ac2;
}
.blog-card:hover .blog-info .link.style1 i {
  visibility: visible;
  opacity: 1;
}
.blog-card:hover .blog-info .link.style1:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.single-product-gallery .single-product-slider,
.single-product-gallery .single-product_slider {
  margin-bottom: 20px;
}
.single-product-gallery .single-product-slider .single-product-item,
.single-product-gallery .single-product_slider .single-product-item {
  padding: 30px;
  background-color: #f9f9f9;
}
.single-product-gallery .single-product-slider .single-product-item img,
.single-product-gallery .single-product_slider .single-product-item img {
  display: block;
  margin: 0 auto;
  max-width: 360px;
}
.single-product-gallery .single-product-thumbs .single-product-thumb,
.single-product-gallery .single-product_thumbs .single-product-thumb {
  padding: 20px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #f3f4f6;
}
.single-product-gallery .single-product-thumbs .single-product-thumb img,
.single-product-gallery .single-product_thumbs .single-product-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 120px;
}
.single-product-gallery .single-product-thumbs .swiper-slide-thumb-active,
.single-product-gallery .single-product_thumbs .swiper-slide-thumb-active {
  background-color: #f9f9f9;
  border-color: transparent;
}
.single-product-gallery .single-product-thumbs .product-thumb,
.single-product-gallery .single-product_thumbs .product-thumb {
  border: 1px solid #f3f4f6;
  padding: 20px;
  cursor: pointer;
}
.single-product-details .single-product-title {
  position: relative;
}
.single-product-details .single-product-title h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 15px;
}
.single-product-details .single-product-title h3 {
  font-size: 20px;
  line-height: 1.5;
  font-family: josefin sans, sans-serif;
  font-weight: 500;
  margin: 7px 0 10px;
  color: #cd9453;
}
.single-product-details .single-product-title h3 .discount {
  color: #888;
  margin-left: 5px;
  text-decoration: line-through;
}
.single-product-details .single-product-title .ratings ul {
  position: relative;
  top: 1px;
}
.single-product-details .single-product-title .ratings ul li {
  display: inline-block;
}
.single-product-details .single-product-title .ratings ul li i {
  color: #fdcb05;
}
.single-product-details .single-product-title .ratings span {
  margin-left: 10px;
}
.single-product-details .single-product-desc {
  margin: 12px 0 15px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cd9453;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #cd9453;
  font-size: 18px;
  line-height: 0.8;
  display: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #cd9453;
}
.swiper-button-next:hover i,
.swiper-button-prev:hover i {
  color: #fff;
}
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  display: none;
}
.single-product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0;
}
.single-product-option a:nth-child(1) {
  margin-right: 15px;
}
.product-more-option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 18px;
}
.product-more-option-item:last-child {
  margin: 0;
}
.product-more-option-item h5 {
  margin: 0 12px 0 0;
  line-height: 1;
  font-size: 18px;
}
.product-more-option-item span,
.product-more-option-item a {
  font-size: 18px;
  position: relative;
  color: #666;
}
.product-large-img {
  max-width: 350px;
  margin: 0 auto;
}
.product-thumb {
  max-height: 150px;
}
.add-cart button {
  margin-right: 10px;
  font-weight: 400 !important;
}
.add-cart button i {
  margin-right: 10px;
  top: 1px !important;
}
.add-cart button.v3 {
  border-color: rgba(0, 0, 0, 0.2);
}
.product-description-box {
  border: 1px solid #ddd;
  border-radius: 20px 0;
  padding: 25px;
}
.product-description-box .product-desc h3 {
  margin: 0 0 20px;
}
.product-description-box .product-desc p {
  margin: 0;
}
.additional-info li {
  margin: 0 0 10px;
}
.additional-info li:last-child {
  margin-bottom: 0;
}
.additional-info li p span {
  width: 100px;
  font-weight: 600;
  display: inline-block;
}
.product-description-wrap .product-description {
  margin-bottom: 25px;
}
.product-description-wrap .product-description:last-child {
  margin-bottom: 0;
}
.product-description-wrap .product-description .desc-title {
  position: relative;
}
.product-description-wrap .product-description .desc-title h2 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 25px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 15px;
}
.product-description-wrap .product-description .desc-title:after {
  position: absolute;
  top: 16px;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.13);
  width: 100%;
  height: 1px;
}
.product-description-wrap .product-description h3 {
  font-size: 24px;
}
.progressbar-wrap .progress-bar {
  margin: 0 0 35px;
  overflow: hidden;
  background: 0 0;
}
.progressbar-wrap .progress-bar:last-child {
  margin-bottom: 0;
}
.progressbar-wrap .progress-bar .progress-content-outter {
  height: 3px;
  background-color: #f3f4f6;
}
.progressbar-wrap .progress-bar .progress-content-outter .progress-content {
  height: 3px;
  background-color: #cd9453;
  width: 0%;
}
.progressbar-wrap .progress-bar .progress-title-holder {
  position: relative;
  margin: 0 0 12px;
  font-size: 18px;
  text-align: left;
  color: #000;
}
.progressbar-wrap .progress-bar .progress-title-holder .progress-title {
  z-index: 100;
  font-weight: 500;
  margin: 0;
}
.progressbar-wrap
  .progress-bar
  .progress-title-holder
  .progress-number-wrapper {
  width: 100%;
  z-index: 10;
}
.progressbar-wrap
  .progress-bar
  .progress-title-holder
  .progress-number-wrapper
  .progress-number-mark {
  margin-bottom: 0;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.progressbar-wrap
  .progress-bar
  .progress-title-holder
  .progress-number-wrapper
  .progress-number-mark
  .percent {
  font-weight: 500;
  position: relative;
}
#product-modal .modal-content .modal-header {
  padding: 0;
}
#product-modal .modal-content .modal-header button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  opacity: 1;
  border-radius: 0;
  border: none;
  z-index: 9;
  padding: 7px;
}
#product-modal .modal-content .modal-header button.close:focus {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#product-modal .modal-content .modal-header button.close i {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: #fff;
}
#product-modal .product-details-wrap {
  background-color: #fff;
  padding: 40px 30px;
}
#product-modal
  .product-details-wrap
  .single-product-gallery
  .carousel
  .carousel-item {
  border: 1px solid #f3f4f6;
  padding: 30px;
}
#product-modal
  .product-details-wrap
  .single-product-gallery
  .carousel-indicators {
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px -3px 0;
}
#product-modal
  .product-details-wrap
  .single-product-gallery
  .carousel-indicators
  li {
  width: calc(25% - 5px);
  min-height: 80px;
  padding: 15px;
  display: block;
  border: 1px solid #f3f4f6;
  opacity: 1;
}
#product-modal .product-details-wrap .single-product-option {
  margin-bottom: 0;
}
#product-modal .modal-body {
  padding: 0;
}
#product-modal .single-product-gallery .single-product-slider {
  width: 75%;
  margin-left: 25px;
  height: 570px;
}
#product-modal .single-product-thumbs {
  width: calc(25% - 25px);
  height: 570px;
}
#product-modal .single-product-thumbs .single-product-thumb img {
  max-width: 90px;
}
.client-review-form {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.client-review-form .comment-form-title {
  margin-bottom: 20px;
}
.client-review-form .form-group {
  margin-bottom: 15px;
}
.client-review-form .form-group input,
.client-review-form .form-group textarea {
  width: 100%;
  border: none;
  background: #f9f9f9;
  padding: 10px 15px;
}
.client-review-form .form-group input {
  height: 56px;
}
.client-review-form .form-group textarea {
  height: 128px;
  resize: none;
}
article p,
.terms-wrap p {
  margin-bottom: 15px;
}
article p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
article p strong,
.terms-wrap p strong {
  color: #000;
}
article p a,
.terms-wrap p a {
  color: #cd9453;
}
article p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: #cd9453;
}
article h1,
.terms-wrap h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
article h2,
.terms-wrap h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
article h3,
.terms-wrap h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
article h4,
.terms-wrap h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
article h5,
.terms-wrap h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
article h6,
.terms-wrap h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
article ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 25px;
}
article ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: #666;
  padding-left: 3px;
}
article .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 25px 0;
}
article {
  margin-bottom: 22px;
}
.post-metainfo {
  margin-bottom: 14px;
}
.post-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 15px;
}
.post-metainfo li:after {
  position: absolute;
  top: 0;
  right: -14px;
  content: "/";
  font-size: 16px;
  color: #666;
}
.post-metainfo li:last-child {
  margin-right: 0;
}
.post-metainfo li:last-child:after {
  display: none;
}
.post-metainfo li a {
  font-size: 15px;
  color: #666;
}
.post-metainfo li a:hover {
  color: #cd9453;
}
.post-metainfo li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #cd9453;
}
.post-img {
  position: relative;
  margin: 0 0 25px;
  display: block;
}
.post-img .blog-date {
  display: inline-block;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 7px 32px 8px;
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 1;
  background-color: #cd9453;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-img .blog-date:hover {
  background: #cd9453;
  color: #fff;
}
.wp-block-quote {
  position: relative;
  padding: 35px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 30px 0;
}
.wp-block-quote .wp-quote-text {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.wp-block-quote .wp-quote-text p {
  font-weight: 500;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.wp-block-quote .wp-quote-icon {
  width: 100px;
  position: relative;
  top: 5px;
  z-index: 1;
}
.wp-block-quote .wp-quote-icon i {
  color: #cd9453;
  font-size: 78px;
  line-height: 0.8;
  margin: 0 auto;
}
.content-feature-list {
  margin: 0 0 28px;
}
.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 18px;
}
.content-feature-list li:last-child {
  margin-bottom: 0;
}
.content-feature-list li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #cd9453;
  font-size: 13px;
  line-height: 0.8;
}
.content-feature-list.style1 li {
  padding-left: 45px;
  margin-bottom: 18px;
}
.content-feature-list.style1 li:last-child {
  margin-bottom: 0;
}
.content-feature-list.style1 li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  text-align: center;
  background: #cd9453;
}
.content-feature-list.style1 li span i {
  position: relative;
  top: auto;
  left: auto;
  font-size: 14px;
  line-height: 0.8;
  margin: 0 auto;
  color: #cd9453;
}
.post-meta-option {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 25px;
}
.post-tag span i {
  position: relative;
  top: 3px;
  color: #cd9453;
  margin-right: 4px;
}
.post-tag ul {
  display: inline-block;
}
.post-tag ul li {
  display: inline-block;
}
.post-tag ul li a {
  color: #555;
  font-size: 16px;
  border-radius: 3px;
}
.post-tag ul li a:hover {
  color: #cd9453;
}
.post-tag span {
  margin-right: 10px;
  font-weight: 500;
  color: #000;
}
.post-share {
  display: inline-block;
}
.post-share span {
  font-weight: 500;
  color: #000;
}
.post-share ul {
  display: inline-block;
  margin-left: 5px;
}
.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.post-author .post-author-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.post-author .post-author-img img {
  border-radius: 50%;
}
.post-author .post-author-info {
  width: calc(100% - 175px);
  margin-left: 25px;
}
.post-author .post-author-info h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.post-author .post-author-info p {
  margin: 0 0 15px;
}
.comment-item-wrap .comment-item {
  padding: 0 0 25px;
  margin-bottom: 25px;
  border-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}
.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 9px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.comment-item-wrap
  .comment-item
  .comment-author-wrap
  .comment-author-name
  .comment-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #888;
  margin-left: 10px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
  margin: 0 0 10px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0 0 5px;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  color: #cd9453;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.comment-item-wrap .reply-btn i {
  position: relative;
  margin-right: 4px;
}
.comment-item-wrap .reply-btn:hover {
  color: #cd9453;
}
.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}
.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}
#cmt-form {
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}
#cmt-form label {
  color: #888;
  padding-left: 20px;
}
#cmt-form .comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}
#cmt-form .comment-form .form-group > label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
  padding-left: 0;
  color: #888;
}
#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
  width: 100%;
  background-color: #f9fafc;
  border: none;
  border-radius: 5px;
  padding: 15px;
  color: #000;
}
#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cmt-form .comment-form .form-group input {
  height: 60px;
}
#cmt-form .comment-form .form-group textarea {
  height: 145px;
  resize: none;
}
#cmt-form .comment-form .btn.style1 {
  margin-top: 25px;
}
.checkbox {
  display: block;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #cd9453;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.checkbox a {
  color: #cd9453;
}
.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: #888;
}
.checkbox input:checked + label:before {
  border-color: #cd9453;
}
.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #cd9453;
}
.post-cat-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.post-cat-title span {
  font-weight: 600;
  color: #cd9453;
}
.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}
.post-cat-title span {
  font-weight: 600;
  color: #cd9453;
}
.cart-table table {
  margin: 0;
}
.cart-table table thead tr {
  border-top: none;
  background: 0 0;
  border: 1px solid #f3f4f6;
}
.cart-table table thead tr th {
  border: none;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #f3f4f6;
}
.cart-table table tbody tr {
  vertical-align: middle;
  border: 1px solid #f3f4f6;
}
.cart-table table tbody tr td {
  padding: 13px 15px;
  background: #fff;
  text-align: center;
  border-bottom: none;
  border-right: 1px solid #f3f4f6;
}
.cart-table table tbody tr td button.style1 {
  font-size: 16px;
}
.cart-table table tbody tr td .cart-item {
  font-weight: 500;
  margin-left: 15px;
  text-align: center;
}
.cart-table table tbody tr td .cart-item-price {
  font-size: 16px;
  color: #cd9453;
  font-weight: 600;
  text-align: center;
}
.cart-table table tbody tr td .product-img {
  max-width: 80px;
  display: block;
  margin: 0 auto;
  padding: 15px;
  background-color: #f3f4f6;
}
.cart-table table tbody tr td p {
  margin: 0;
}
.cart-table table tbody tr td button {
  background: 0 0;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 20px;
}
.cart-table table tbody tr td button i {
  color: #cd9453;
}
.cart-table table tbody tr td button span {
  font-size: 18px;
  line-height: 30px;
}
.coupon-wrap {
  border: 1px solid #f3f4f6;
  border-top: none;
  padding: 15px;
}
.product-quantity {
  width: 144px;
}
.product-quantity .qtySelector {
  position: relative;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.product-quantity .qtySelector span {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  background: 0 0;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #000;
}
.product-quantity .qtySelector span.decreaseQty {
  left: 0;
}
.product-quantity .qtySelector span.increaseQty {
  right: 0;
}
.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: 0 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  left: 48px;
  position: relative;
  height: 42px;
  top: -1px;
  text-align: center;
  color: #000;
}
.cart-qty .product-quantity {
  margin: 0 auto;
}
.cart-qty .product-quantity input {
  left: 0 !important;
}
.coupon-code {
  position: relative;
}
.coupon-code input {
  width: 100%;
  height: 54px;
  background: #f9f9f9;
  padding: 10px 50px 10px 20px;
  border: none;
  border-radius: 0;
}
.coupon-code button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 5px 22px;
  border-radius: 0;
  background-color: #cd9453;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: none;
}
.cart-total {
  padding: 20px 25px 25px;
  border: 1px solid #f3f4f6;
}
.cart-total .cart-box-title {
  border-bottom: 1px solid #cd9453;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.cart-total .cart-total-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f4f6;
}
.cart-total .cart-total-item p,
.cart-total .cart-total-item span {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.cart-total .cart-total-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-total .btn.style2 {
  padding: 12px 10px 14px;
}
.wh_btn .btn:nth-child(1) {
  margin-right: 10px;
}
.wishlist-table table tbody tr td:nth-child(4) {
  text-align: left;
}
.wishlist-table table tbody tr td .product-quantity {
  margin: 0 auto;
}
.checkout label {
  font-weight: 600;
  margin: 0 0 8px;
}
.checkout .form-group input {
  border: none;
  border-radius: 5px;
  background: #f1f1f1;
  color: #999;
}
.checkout .form-group textarea {
  border: none;
  border-radius: 5px;
  background: #f1f1f1;
  color: #999;
  height: 120px;
}
.checkout-promobox {
  background: #f9f9f9;
  padding: 15px;
  margin: 0 0 25px;
}
.checkout-promobox i {
  color: #cd9453;
  position: relative;
  top: 4px;
  font-size: 20px;
  margin-right: 5px;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}
.checkbox label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #cd9453;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
}
.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  width: 7px;
  height: 7px;
  border: solid #cd9453;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.checkout-box-subtitle {
  font-weight: 500;
  margin-bottom: 18px;
}
.checkout-form {
  margin: 0 0 25px;
  background-color: #f9f9f9;
  padding: 25px;
}
.checkout-form .checkout-box-title {
  font-weight: 700;
  margin-bottom: 25px;
}
.checkout-form .form-group {
  margin: 0 0 15px;
}
.checkout-form .form-group label {
  margin-bottom: 10px;
  display: block;
}
.checkout-form .form-group input,
.checkout-form .form-group textarea {
  border: none;
  border-radius: 0;
  background: #fff;
  color: #000;
  width: 100%;
  padding: 13px 15px 13px 20px;
}
.checkout-form .form-group input::-webkit-input-placeholder,
.checkout-form .form-group textarea::-webkit-input-placeholder {
  opacity: 0.9;
}
.checkout-form .form-group input:-ms-input-placeholder,
.checkout-form .form-group textarea:-ms-input-placeholder {
  opacity: 0.9;
}
.checkout-form .form-group input::-ms-input-placeholder,
.checkout-form .form-group textarea::-ms-input-placeholder {
  opacity: 0.9;
}
.checkout-form .form-group input::placeholder,
.checkout-form .form-group textarea::placeholder {
  opacity: 0.9;
}
.checkout-form .form-group input {
  height: 60px;
}
.checkout-form .form-group textarea {
  height: 212px;
  resize: none;
}
.checkout-form .form-group select {
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #000;
  width: 100%;
  height: 60px;
  padding: 10px 15px 10px 20px;
  cursor: pointer;
  opacity: 0.9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 96% 50%;
}
.checkout-details {
  background: #f9f9f9;
  padding: 20px 30px 30px;
  margin: 0 0 25px;
}
.checkout-details .checkout-box-title {
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cd9453;
}
.checkout-details .bill-item {
  margin-bottom: 15px;
  padding: 5px 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.checkout-details .bill-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.checkout-details .bill-item .bill-item-name {
  width: 65%;
  margin: 0;
  color: #666;
}
.checkout-details .bill-item .bill-item-price {
  width: 32%;
  font-size: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: right;
}
.checkout-details .coupon-item {
  margin: 15px 0;
}
.checkout-details .coupon-item h4 {
  margin-bottom: 15px;
}
.checkout-details .coupon-item .form-group {
  position: relative;
}
.checkout-details .coupon-item .form-group input {
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 10px 50px 10px 20px;
  border: none;
  border-radius: 5px;
}
.checkout-details .coupon-item .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
  background-color: #cd9453;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.checkout-details .form-group input {
  height: 52px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid #f3f4f6;
}
.checkout-details .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
}
.checkout-details .select-payment-method {
  margin: 15px 0 0;
}
.checkout-details .select-payment-method div {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.checkout-details .select-payment-method div label {
  padding-left: 28px !important;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.checkout-details .select-payment-method div p {
  margin: 0 0 0 28px;
  color: #666;
}
.select-payment-method [type="radio"]:checked,
.select-payment-method [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.select-payment-method [type="radio"]:not(:checked) + label::before,
.select-payment-method [type="radio"]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: 0 0;
}
.select-payment-method [type="radio"]:not(:checked) + label::before {
  border: 1px solid #999;
}
.select-payment-method [type="radio"]:checked + label::before {
  border: 1px solid #cd9453;
}
.select-payment-method [type="radio"]:checked + label::after,
.select-payment-method [type="radio"]:not(:checked) + label::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cd9453;
  top: 5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.select-payment-method [type="radio"]:not(:checked) + label::after {
  background: 0 0;
}
.select-payment-method [type="radio"]:checked + label::after {
  background: #cd9453;
}
.checkout-footer .btn {
  margin-top: 15px;
  padding: 15px;
}
.contact-form.style2 #contactForm {
  margin-bottom: -10px;
  background: 0 0;
  padding: 0;
}
.contact-form.style2 #contactForm .form-group input,
.contact-form.style2 #contactForm .form-group textarea {
  background-color: #fff;
  border: none;
}
.contact-box-wrap .contact-item {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 0;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contact-box-wrap .contact-item .contact-icon {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contact-box-wrap .contact-item .contact-icon i {
  color: #1b4f9b;
  line-height: 0.8;
  font-size: 26px;
  position: relative;
  -webkit-transition: 0.34s;
  transition: 0.34s;
}
.contact-box-wrap .contact-item .contact-info {
  width: calc(100% - 85px);
  margin-left: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-box-wrap .contact-item .contact-info h3 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-box-wrap .contact-item .contact-info a,
.contact-box-wrap .contact-item .contact-info p {
  display: block;
  margin: 0;
  line-height: 1.5;
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-box-wrap .contact-item:hover .contact-info h3 {
  color: #cd9453;
}
.contact-box-wrap .contact-item:hover .contact-icon {
  background-color: #cd9453;
}
.contact-box-wrap .contact-item:hover .contact-icon i {
  color: #fff;
}
.comp-map {
  height: 462px;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
}
#contactForm {
  background-color: #f9f9f9;
  padding: 30px 30px 22px;
}
#contactForm .form-group {
  margin: 0 0 20px;
}
#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #80808045;
  padding: 10px 15px;
  border-radius: 0;
}
#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#contactForm .form-group input {
  height: 60px;
}
#contactForm .form-group textarea {
  height: 163px;
  resize: none;
}
.btn.disabled {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.shopcart,
.cart-popup .close-cart-popup,
#modal-subscribe .modal-content .modal-header .btn-close,
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
.feature-card .feature-icon,
.feature-item-wrap.style2 .feature-item .feature-icon,
.feature-item-wrap.style3 .feature-item .feature-icon,
.feature-item-wrap.style5 .feature-item .feature-icon,
.featured-product-img,
.product-features.feature-item-wrap .feature-item .feature-icon,
.promo-item.style1 .promo-icon,
.promo-item.style2 .promo-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.swiper-button-next,
.swiper-button-prev,
#product-modal .modal-content .modal-header button.close,
#product-modal
  .single-product-gallery
  .single-product-slider
  .single-product-item,
#product-modal .single-product-thumbs .single-product-thumb,
.content-feature-list.style1 li span,
.contact-box-wrap .contact-item .contact-icon,
.newsletter-wrap .newsletter-form button,
.header-wrap.style1 .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.cart-popup .cart-popup-body .cart-item,
.cart-popup .cart-popup-footer .total-amt,
.hero-wrap .hero-content .hero-btn,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .filter-box,
.feature-item-wrap.style3 .feature-item,
.feature-item-wrap.style5 .feature-item,
.checkbox-item,
.product-search-box,
.testimonial-card .client-info-wrap,
.single-product-details .single-product-title .ratings,
.wp-block-quote,
.cart-total .cart-total-item,
.checkout-details .bill-item,
.contact-box-wrap .contact-item,
.footer-wrap .footer-widget .social-link,
.feature-item-wrap.style3,
.feature-item-wrap.style5,
.page-navigation .page-nav,
.feature-item-wrap.style1 .feature-item .feature-icon,
.feature-item-wrap.style4 .feature-item .feature-icon,
.owl-carousel .owl-nav,
.pp-post-item,
.category-item-wrap,
.feature-item-wrap .feature-item,
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter,
.process-item,
#product-modal .single-product-gallery,
.post-author,
.comment-item-wrap .comment-item,
.checkout-details .select-payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.shopcart,
.cart-popup .close-cart-popup,
#modal-subscribe .modal-content .modal-header .btn-close,
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
.feature-card .feature-icon,
.feature-item-wrap.style2 .feature-item .feature-icon,
.feature-item-wrap.style3 .feature-item .feature-icon,
.feature-item-wrap.style5 .feature-item .feature-icon,
.featured-product-img,
.product-features.feature-item-wrap .feature-item .feature-icon,
.promo-item.style1 .promo-icon,
.promo-item.style2 .promo-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.swiper-button-next,
.swiper-button-prev,
#product-modal .modal-content .modal-header button.close,
#product-modal
  .single-product-gallery
  .single-product-slider
  .single-product-item,
#product-modal .single-product-thumbs .single-product-thumb,
.content-feature-list.style1 li span,
.contact-box-wrap .contact-item .contact-icon,
.newsletter-wrap .newsletter-form button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-wrap.style1 .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.cart-popup .cart-popup-body .cart-item,
.cart-popup .cart-popup-footer .total-amt,
.hero-wrap .hero-content .hero-btn,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .filter-box,
.feature-item-wrap.style3 .feature-item,
.feature-item-wrap.style5 .feature-item,
.featured-product-img,
.checkbox-item,
.product-search-box,
.testimonial-card .client-info-wrap,
.single-product-details .single-product-title .ratings,
#product-modal
  .single-product-gallery
  .single-product-slider
  .single-product-item,
#product-modal .single-product-thumbs .single-product-thumb,
.wp-block-quote,
.cart-total .cart-total-item,
.checkout-details .bill-item,
.contact-box-wrap .contact-item,
.footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.newsletter-wrap {
  background-color: #8e9295;
  padding: 18px 20px;
  position: relative;
  z-index: 2;
}
.newsletter-wrap .newsletter-title {
  position: relative;
  top: 5px;
}
.newsletter-wrap .newsletter-title h2 {
  font-size: 25px;
  color: #fff;
  margin: 0;
}
.newslattercall .call_for{
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  -webkit-transition: .4s;
  transition: .4s;
  margin-left: 15px;
}
.newslattercall .call_for i{
  font-size: 27px;
  color: #8e9295;
}
.newsletter-wrap .newsletter-form {
  position: relative;
}
.newsletter-wrap .newsletter-form input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  color: #666;
  text-align: left;
  padding: 15px 128px 12px 18px;
}
.newsletter-wrap .newsletter-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #666;
}
.newsletter-wrap .newsletter-form input:-ms-input-placeholder {
  opacity: 1;
  color: #666;
}
.newsletter-wrap .newsletter-form input::-ms-input-placeholder {
  opacity: 1;
  color: #666;
}
.newsletter-wrap .newsletter-form input::placeholder {
  opacity: 1;
  color: #666;
}
.newsletter-wrap .newsletter-form button {
  position: absolute;
  top: 4px;
  right: 4px;
  border: none;
  padding: 5px 28px;
  height: calc(100% - 8px);
  background-color: #333;
  font-size: 16px;
  line-height: 0.8;
  color: #fff;
  margin: 0 auto;
}
.newsletter-wrap .newsletter-form.style2 input {
  border-radius: 5px;
}
.newsletter-wrap .newsletter-form.style2 button {
  border-radius: 5px;
}
.newsletter-wrap.style2 {
  border-radius: 10px;
}
.newsletter-wrap.style2 .newsletter-form input {
  border-radius: 10px;
}
.newsletter-wrap.style2 .newsletter-form button {
  border-radius: 10px;
}
.footer-wrap {
  position: relative;
  z-index: 1;
}
.footer-wrap .container {
  position: relative;
}
.footer-wrap .footer-widget {
  margin-bottom: 25px;
}
.footer-wrap .footer-widget .footer-widget-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 13px;
  padding-bottom: 8px;
  position: relative;
}
.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #fff;
}
.footer-wrap .footer-widget .comp-desc {
  color: #fff;
  margin: 20px 0 18px;
  padding-right: 10px;
}
.footer-wrap .footer-widget .social-link h6 {
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin: 0 10px 0 0;
}
.footer-wrap .footer-widget .social-link .social-profile {
  line-height: 1;
}
.footer-wrap .footer-widget .social-link .social-profile li a {
  color: #fff;
  font-size: 18px;
}
.footer-wrap .footer-widget .social-link .social-profile li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 5px;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
  color: #fff;
  position: relative;
  /* padding-left: 17px; */
}
.footer-wrap .footer-widget .footer-menu li a i {
  position: absolute;
  top: -6px;
  left: -5px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-wrap .footer-widget .footer-menu li a:hover:after {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 22px);
}
.footer-wrap .footer-widget .footer-menu li a:hover i {
  color: #cd9453;
}
.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-info li h6 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 5px;
}
.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  line-height: 0.8;
  color: #cd9453;
}
.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-wrap .footer-widget .contact-info li:hover p,
.footer-wrap .footer-widget .contact-info li:hover a {
  color: #cd9453;
}
.copyright-text {
  padding: 18px 10px;
  text-align: center;
  margin: 0;
  color: #fff;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright-text i {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.copyright-text span {
  color: #cd9453;
}
.copyright-text a {
  color: #cd9453;
  font-weight: 600;
}
.copyright-text a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 575px) {
  .newsletter-wrap {
    padding: 18px 20px 20px;
    margin-bottom: -75px;
  }
  .newsletter-wrap .newsletter-form input {
    height: 54px;
    padding: 16px 12px 12px;
  }
  .newsletter-wrap .newsletter-form button {
    position: relative;
    margin-top: 15px;
    width: 100%;
    display: block;
    top: 0;
    right: 0;
    line-height: 1.1;
    padding: 19px 10px 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 25px !important;
    font-size: 20px !important;
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-wrap {
    padding: 18px 20px 20px;
    margin-bottom: -75px;
  }
  .newsletter-wrap .newsletter-title h2 {
    margin-bottom: 18px;
    font-size: 20px;
    text-align: center;
  }
  .footer-wrap {
    padding-top: 75px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 8px;
  }
  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
  }
  .footer-wrap .footer-widget h6 {
    font-size: 16px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }
  .footer-wrap .footer-widget .contact-info li i {
    top: 3px;
  }
  .footer-wrap .footer-widget .contact-info p,
  .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 14px;
    top: -7px;
  }
  .footer-wrap .footer-widget .newsletter-form input {
    height: 48px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    width: 40px;
    height: 40px;
  }
  .footer-wrap .footer-widget .newsletter-form input,
  .footer-wrap .footer-widget .newsletter-form button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-wrap {
    padding: 25px 30px 30px;
    margin-bottom: -90px;
  }
  .newsletter-wrap .newsletter-title h2 {
    margin-bottom: 25px;
    font-size: 28px;
    text-align: center;
  }
  .footer-wrap {
    padding-top: 90px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 12px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-wrap .footer-widget .comp-desc {
    margin: 18px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-wrap {
    margin-bottom: -80px;
  }
  .newsletter-wrap .newsletter-title h2 {
    font-size: 32px;
  }
  .footer-wrap {
    padding-top: 80px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px;
  }
  .footer-wrap .footer-widget .newsletter-form {
    position: relative;
  }
  .footer-wrap .footer-widget .newsletter-form input {
    height: 52px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    width: 44px;
    height: 44px;
  }
  .footer-wrap .footer-widget .newsletter-form button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter-wrap {
    /* margin-bottom: -80px; */
  }
  .footer-wrap {
    padding-top: 80px!important;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 25px;
  }
}
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 15px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



/* css start here */
.login_lg{
  margin-right: 20px;
}
#target{
  background-color: #fff;
}
#target .col-xl-3:last-child{
  border-right:none;
}
#target .col-xl-3{
  border-right:1px solid #bfbfbf;
}
#target .feature-card.style2{
margin-bottom: 0px;
background:#fff;
}
#target .feature-card.style2 .feature-icon{
  margin: auto;
  margin-bottom: 10px!important;
}
#target .feature-card.style2 .feature-text{
  text-align: center;
}
#target .feature-card.style2 .feature-text h3 {
  font-size: 15px;
  margin: 6px 0 6px;
}
#target .feature-card.style2 .feature-text p {
  line-height: normal;
  font-size:14px;
}
.img1{
  background:url(../img/specail1.jpg);
}
.img2{
  background:url(../img/specail2.jpg);
}
.img3{
  background:url(../img/specail3.jpg);
}
.img4{
  background:url(../img/specail4.jpg);
}
.offer_img{

  display: block;
  min-height: 180px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1em;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width:600px) {
  .offer_img .offer_content{
    width: 50%;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item h6 {
    margin: 10px;
  }
}
@media (min-width:900px) {
  .offer_img{
   min-height: 345px;
  }
}
.offer_img .offer_content:hover{
  background-color: rgba(52,57,71,.75);
}
.offer_img .offer_content{
  background: rgba(52,57,71,.4);
  display: flex;
  box-sizing: border-box;
  padding: 2rem;
  margin: 2rem;
  flex-direction: column;
  border-radius: 4px;
}
.offer_img .offer_content h4{
  color: #fff;
}
.offer_img .offer_content p{
  margin-bottom: 0px;
  line-height: 20px;
  color: #fff;
}
.online_marketing .testimonial-card .promo-text{
    font-size: 16px;
    margin-bottom: 0px;
}
.footer-logo img{
  width: 113px;
}
.shop_categories:hover a img{
  transition: all .8s cubic-bezier(.19,1,.22,1);
  transform: scale(.985);
  transition: all .25s ease-out;
}
.shop_categories{
  text-align: center;
  transition: all .8s cubic-bezier(.19,1,.22,1);
  transition: all .25s ease-out;
  margin-bottom: 23px;
}
.shop_categories a img{
  width:200px;
}
.shop_categories h6{
  margin: 10px;
  font-size:14px;
}
.brand_shop{
  transition: all .25s ease-out;
  transition: all .8s cubic-bezier(.19,1,.22,1);
}
.brand_shop:hover a img{
  transition: all .8s cubic-bezier(.19,1,.22,1);
  transform: scale(.985);
  transition: all .25s ease-out;
}
.brand_shop{
  text-align: center;
  margin-bottom: 25px;
}
.brand_shop a img{
  max-width: 150px;
  object-fit: contain;
}
#newslatt-bg{
  background: #f2f2f2;
}
#newslatter{
  display: block;
  padding: 40px 0px;
}
.megamenu_content h6{
    font-size: 14px;
}

@media (max-width:767px) {
  #newslatter{
    display: none;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item h6 {
    margin-top: 10px!important;
}
#mobile_view .shopcart{
  margin: 0px 2px;
}
}
.hero-wrap .owl-dots{
  text-align:center;
}
#blog .blog-img{
  border-radius: 0px;
}
.search_area{
  border: 1px solid #c4c4c4;
  overflow-x: hidden;
  display: flex;
  justify-content: space-between;
  margin: 18px 0px;
  min-width: 720px;
}
.search_area input{
  border: none;
  padding: 4px 16px;
  outline: none;
  font-size: 14px;
}
.button-src i{
  padding: 11px 11px;
  border: none;
  display: inline-block;
  margin: 2px 2px;
  background-color: #bbbdbf;
  color: #ffffff;
  font-size: 18px;
}







@media (min-width:992px) {
  .login-container {
    right: 7%;
    top: 90px;
  }
  .delivery_details{
    left:10%;
  }
  #newslatter{
    width: 700px;
  }
}
@media (max-width:767px){
  .delivery_details{
    width: 100%;
  }
}
.delivery_details{
  display: none;
  position: absolute;
  bottom: auto;
  background: #fff;
  padding: 17px;
  z-index: 1;
  box-shadow: 0 0 2px #978383cf;
  border-radius: 3px;
}
.delivery_details button{
  padding: 5px 8px;
  width: 100%;
  background: #3f8ac2;
}
.login-container {
  position: absolute;
  margin: 0% auto;
  max-width: 340px;
  z-index: 1;
  display: none;
}

.login-container .loginbox {
  position: relative;
  width: 340px !important;
  height: auto !important;
  padding: 0 0 20px 0;
  box-shadow: 0 0 2px #978383cf;
  border-radius: 3px;
}

.login-container .loginbox .loginbox-title {
  position: relative;
  text-align: center;
  width: 100%;
  height: 35px;
  padding-top: 10px;
  font-family: 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  font-size: 20px;
  font-weight: normal;
  color: #444;
}

.login-container .loginbox .loginbox-social {
  padding: 0 10px 10px;
  text-align: center;
}

.login-container .loginbox .loginbox-social .social-title {
  font-size: 14px;
  font-weight: 500;
  color: #a9a9a9;
  margin-top: 10px;
}

.login-container .loginbox .loginbox-social .social-buttons {
  height: 80px;
  padding: 15px 35px;
  text-align: center;
}

.login-container .loginbox .loginbox-social .social-buttons .button-facebook {
  float: left;
  border: 2px solid #3b5998;
  color: #3b5998;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-color: #fff;
}

.login-container .loginbox .loginbox-social .social-buttons .button-twitter {
  float: left;
  border: 2px solid #29c1f6;
  color: #29c1f6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-color: #fff;
}

.login-container .loginbox .loginbox-social .social-buttons .button-google  {
  float: left;
  border: 2px solid #ef4f1d;
  color: #ef4f1d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-color: #fff;
}

.login-container .loginbox .loginbox-social .social-buttons .button-facebook i {
  font-size: 26px;
  line-height: 50px;
}

.login-container .loginbox .loginbox-social .social-buttons .button-twitter i {
  font-size: 26px;
  line-height: 50px;
}

.login-container .loginbox .loginbox-social .social-buttons .button-google i {
  font-size: 26px;
  line-height: 50px;
}

.login-container .loginbox .loginbox-or {
  position: relative;
  text-align: center;
  height: 20px;
}

.login-container .loginbox .loginbox-or .or-line {
  position: absolute;
  height: 1px;
  top: 10px;
  left: 40px;
  right: 40px;
  background-color: #ccc;
}

.login-container .loginbox .loginbox-or .or {
  position: absolute;
  top: 0;
  -lh-property: 0;
  left: -webkit-calc(50% - 25px);
  left: -moz-calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 20px;
  background-color: #fff;
  color: #999;
  margin: 0 auto;
}

.login-container .loginbox .loginbox-textbox {
  padding: 10px 40px;
}

.login-container .loginbox .loginbox-textbox .form-control {
  -webkit-border-radius: 3px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 3px !important;
  -moz-background-clip: padding !important;
  border-radius: 3px !important;
  background-clip: padding-box !important;
}

.login-container .loginbox .loginbox-forgot {
  padding-left: 40px;
  display: inline-block;
}

.login-container .loginbox .loginbox-forgot a {
  font-size: 11px;
  color: #666;
}

.login-container .loginbox .loginbox-submit {
  padding: 10px 40px;
}

.login-container .loginbox .loginbox-signup {
  text-align: center;
  padding-top: 10px;
}

.login-container .loginbox .loginbox-signup a {
  font-size: 13px;
  color: #666;
}

.login-container .logobox {
  padding: 5px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
  box-shadow: 0 0 14px rgba(0,0,0,.1);
  background-color: #fff;
  text-align: left;
}
.user_login a{
  padding: 9px 18px;
  font-size: 13px;
  line-height: normal;
  color:#000;
}
.user_login a span{
  font-size: 15px;
  display: block;
  font-weight: 600;
  margin: 0px;
}
.header-wrap .navbar .navbar-nav .nav-item .delivery:hover{
  color:#fff;
}
.header-wrap .navbar .navbar-nav .nav-item .delivery{
  padding: 9px 18px;
  font-size: 13px;
  line-height: normal;
  color:#000!important;
  margin: 17px 0px;
}
.header-wrap .navbar .navbar-nav .nav-item .delivery span{
  font-size: 15px;
  display: block;
  font-weight: 600;
  margin: 0px;
}
.footer_socail li a{
  color:#000!important;
  font-size:25px!important;
}
/* #grow_business .business_content::before{
  position: absolute;
  left: 0%;
  top: 0%;
  content: '';
  background: #000;
  opacity: .6;
  width: 100%;
  height: 100%;
} */
#grow_business .business_content{
  background: url(../img/distributor-photo.jpg) no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  padding:54px;
}
#grow_business .business_content h3{
  font-size:19px;
  text-shadow: #000 1px 0 10px;
    color: #fff!important;
}
@media (min-width:992px) {
  /* #grow_business .business_content{
    width: 700px;
    margin: auto;
  } */
  #grow_business .business_content h3{
    font-size: 40px;
    text-shadow: #000 1px 0 10px;
    color: #fff!important;
  }
}
#grow_business .business_content p{
  color:#fff;
  font-size: 18px;
}
#grow_business{
  text-align: center;
  /* background: #2059ad; */
  color:#fff;
}
#my_video{
  background: #ebf3ff;
}



/* team section */
.icon-block svg {
  width: 100%;
  height: 100%;
}

.team-cards-inner-container {
  display: flex;
  row-gap: 1.3rem;
  column-gap: 1.3rem;
}

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 25px;
}

.responsive-cell-block {
  min-height: 75px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.inner-container {
  max-width: 1200px;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  justify-content: center;
}

.section-head {
  font-size: 60px;
  line-height: 70px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
}

.section-body {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 64px;
  margin-left: 0px;
}

.team-cards-outer-container {
  display: flex;
  align-items: center;
}

.content-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.img-box {
  max-width: 130px;
  max-height: 130px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.card {
  background-color: rgb(255, 255, 255);
  display: flex;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  box-shadow: rgba(95, 95, 95, 0.1) 6px 12px 24px;
  flex-direction: row;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.card-container {
  max-width: 350px;
}

.card-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.person-name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.person-info {
  font-size: 11px;
  line-height: 15px;
}

.card-container {
  max-width: 350px;
}

.outer-container {
  justify-content: center;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  background-color: #FAF8CD;
}

.person-img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@media (max-width: 1024px) {
  .team-card-container {
    justify-content: center;
  }

  .section-head {
    font-size: 50px;
    line-height: 55px;
  }

  .img-box {
    max-width: 109px;
    max-height: 109px;
  }

  .content-container {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .inner-container {
    justify-content: space-evenly;
  }
}

@media (max-width: 768px) {
  .inner-container {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .section-body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .img-box {
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .content-box {
    text-align: center;
  }

  .content-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .card-container {
    max-width: 45%;
  }

  .team-cards-inner-container {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .outer-container {
    padding-top: 0px;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .section-head {
    font-size: 40px;
    line-height: 45px;
  }

  .content-box {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section-body {
    font-size: 12px;
  }

  .img-box {
    max-width: 68px;
    max-height: 68px;
  }

  .person-name {
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
  }

  .content-box {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 46px;
    margin-left: 0px;
    text-align: left;
  }

  .content-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .card-container {
    max-width: 100%;
  }
}
.product .product__btn {
  padding: 5px 15px;
}
.product {
  position: relative;

  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);
}

.product__image {
  width: 180%;
  margin-left: -40%;
  margin-right: -40%;
  margin-top: -5px;
  margin-bottom: 30px;
  max-width: none;
}

.product__title {
    font-size: 16px;
    color: #000;
    margin: 10px 0px;
    line-height: 1.1;
    text-align: center;
}

.product__price {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -18px;
  left: -12px;
  width: 60px;
  height: 60px;
  background-color: rgb(237 126 25);
  color: #fff;
  border-radius: 50%;
}

.product__category {
  display: block;
  color: #cf092c;
  margin-bottom: 1em;
}

.product__btn {
  position: absolute;
     bottom: -18px;
    right: 64px;
  background-color: rgba(207, 9, 44, 0.95);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);
}
.product__btn:hover {
  box-shadow: 0 36px 28px -20px rgba(0, 0, 0, 0.2);
  background-color: #c5092a;
}
/* caeer start css */
.single-services-box {

  background-color: #ffffff;

  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  margin-bottom: 30px;

  text-align: center;

  padding: 35px 30px 45px 30px;

  border-radius: 5px;

  position: relative;

  z-index: 1;

  overflow: hidden;

  -webkit-transition: 0.5s;

  transition: 0.5s;

  height: 440px;

}



.single-services-box::before {

  content: '';

  position: absolute;

  bottom: -92%;

  left: 0;

  width: 120%;

  height: 100%;

  z-index: -1;

  -webkit-transition: 0.5s;

  transition: 0.5s;

  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));

  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);

  -webkit-transform: rotate(-7deg);

          transform: rotate(-7deg);

}



.single-services-box .icon {

  margin-bottom: 20px;

  -webkit-transition: 0.5s;

  transition: 0.5s;

}



.single-services-box .icon i {

  display: inline-block;

  height: 120px;

  width: 120px;

  line-height: 120px;

  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));

  background: linear-gradient(to right top, #f54e59, #f54e59, #fff, #ff725f, #ff3656);

  color: #ffffff;

  font-size: 45px;

  border-radius: 50px;

  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

}



.single-services-box h3 {

  font-size: 25px;

  margin-bottom: 16px;

  margin-top: 40px;

}



.single-services-box h3 a {

  color: #202647;

}



.single-services-box .services-btn {

  color: #f64c67;

  font-weight: 500;

  -webkit-transition: 0.5s;

  transition: 0.5s;

}



.single-services-box .services-btn i {

  position: relative;

  top: 1px;

}




.single-services-box:hover {

  -webkit-transform: translateY(-10px);

          transform: translateY(-10px);

}



.single-services-box:hover .services-btn {

  letter-spacing: 1px;

}



.single-services-box:hover h3 a {

  color: #f64c67;

}



.single-services-box:hover .icon {

  -webkit-animation: bounce 2s;

          animation: bounce 2s;

}

  .token-card{
        min-height: 211px;

          padding: 20px;

          background: #fff;

          margin: 20px 0px;

          display: inline-flex;

          border-radius: 5px;

         box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px!important;

       }

       @keyframes hvr-wobble-horizontal {

16.65% {

  -webkit-transform: translateX(8px);

  transform: translateX(8px);

}

33.3% {

  -webkit-transform: translateX(-6px);

  transform: translateX(-6px);

}

49.95% {

  -webkit-transform: translateX(4px);

  transform: translateX(4px);

}

66.6% {

  -webkit-transform: translateX(-2px);

  transform: translateX(-2px);

}

83.25% {

  -webkit-transform: translateX(1px);

  transform: translateX(1px);

}

100% {

  -webkit-transform: translateX(0);

  transform: translateX(0);

}

}

.hvr-wobble-horizontal {

/* display: inline-block;*/

vertical-align: middle;

-webkit-transform: perspective(1px) translateZ(0);

transform: perspective(1px) translateZ(0);

box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {

-webkit-animation-name: hvr-wobble-horizontal;

animation-name: hvr-wobble-horizontal;

-webkit-animation-duration: 1s;

animation-duration: 1s;

-webkit-animation-timing-function: ease-in-out;

animation-timing-function: ease-in-out;

-webkit-animation-iteration-count: 1;

animation-iteration-count: 1;

}



       .token-card:hover{

         transition: all ease-in-out 0.7s;
         background-color: #5a49f8;

       }
       .token-card:hover .token-contant{
         color: #fff;
       }
       .token-card:hover h3{
         color: #fff!important;
       }

       .token-card .token-icon {

        align-self: center;

        width: 217px;

        /* height: 80px; */

        /* background: #f64e59; */

        border-radius: 6px;

        box-shadow: 0 0 3px;

        padding: 10px;

    }

       .token-card .token-icon img{

          width: 60px;

         /* padding-top: 14px;*/

       }

       .token-card .token-contant{

          margin-left: 17px; 

       }

       .token-card .token-contant h3{

         color: #f64e59;

         font-size: 22px;

       }

.single-approach-box:hover{box-shadow: 0 5px 15px rgb(0 0 0 / 50%);}



.single-approach-box {

position: relative;

margin-bottom: 30px;

-webkit-transition: all ease .5s;

transition: all ease .5s;

background-color: #fff;

-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);

box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);

padding: 20px 20px;

text-align: center;

margin-top: 10px;

z-index: 1;

  border-radius: 6px;

}



.single-approach-box .icon {

  font-size: 40px;

  /* color: #fff; */

  display: inline-block;

  width: 44px;
  height: 60px;
  line-height: 37px;

  /* background-color: #f64e59; */

  border-radius: 50%;

  position: absolute;

  top: 35px;

  left: 0;

  right: 0;

  margin: auto;

}



.single-approach-box .icon::after {

  content: "";

  position: absolute;

  top: -5px;

  left: -5px;

  width: 60px;

  height: 60px;

  line-height: 70px;

  border: 1px solid #f64e59;

  border-radius: 50%;

}



.single-approach-box h3 {

  margin-bottom: 10px;

  margin-top: 95px;

  font-size: 17px;

}



.single-approach-box p {

margin-bottom: 0

}



.single-approach-box .approach-shape {

position: absolute;

bottom: 0;

left: 0;

opacity: .7;

z-index: -1

}



.single-approach-box:hover {

-webkit-transform: translateY(-5px);

transform: translateY(-5px)

}

.expe_list .pp-post-info .content-feature-list li{
  line-height: normal;
  margin-bottom: 9px;
  padding-left: 30px;
}
#stockDepot .about-img-wrap .about-bg-three{
  height: 316px!important;
}
#stockDepot .feature-item-wrap .feature-icon {
  width: 30px;
  height: 30px;
}
#stockDepot .feature-item-wrap .feature-icon i{
  font-size: 16px;
}
#stockDepot .feature-item-wrap .feature-item {
  margin-bottom: 8px;
}



.magnific-img img {
  width: 100%;
  height: auto;
}
.mfp-bottom-bar,*{
 font-family: 'Abel', sans-serif;
}
.magnific-img {
  display: inline-block;
  width: 32.3%;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
/* ideally, transition speed should match zoom duration */
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }

.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }

.mfp-align-top .mfp-container:before {
display: none; }

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }

.mfp-ajax-cur {
cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }

.mfp-loading.mfp-figure {
display: none; }

.mfp-hide {
display: none !important; }

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
  .mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
display: none; }

.mfp-s-error .mfp-content {
display: none; }

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }

button::-moz-focus-inner {
padding: 0;
border: 0; }

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }

.mfp-image-holder .mfp-content {
max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
     * Remove all paddings around the image on small screen
     */
.mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; }
.mfp-img-mobile img.mfp-img {
  padding: 0; }
.mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; }
.mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
.mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px; }
.mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0; } }

@media all and (max-width: 900px) {
.mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }
.mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0; }
.mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%; }
.mfp-container {
  padding-left: 6px;
  padding-right: 6px; } }

.Genrate-qr-area{
  padding-top: 100px;
}
.genrat-qr-title h3{
  font-size: 40px;
}
.btn {
  background: #6200ea;
  color: white;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}


.generate-qr-area {
  max-width: 800px;
  margin: auto;
  background: #eeeeee;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.genrat-qr-title h3 {
  margin-bottom: 15px;
  color: #333;
}
.input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.input-group input {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  flex: 1;
}
.btn {
  background: #6200ea;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}
.generate-qr-area{
  margin-bottom:72px;
}
.date-genrate input{
  padding: 8px 7px;
}
.page-wrapper{
  margin-bottom: 150px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
th, td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}
th {
  background: #007bff;
  color: white;
}
tr:nth-child(even) {
  background: #f9f9f9;
}
tr:hover {
  background: #f1f1f1;
}
/* css end here */

.text-success{
  margin-bottom: 20px;
}