/*-----------------------------------------------------------
    Theme Name: Nedo
    Theme URI:
    Description: Nedo - NFT Marketplace HTML Template
    Author: HiBootstrap
    Author URI: https://hibootstrap.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700&display=swap");
/*---------------------------------
            General Styles
-----------------------------------*/
* {
  -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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input, textarea, select {
  background-color: #F8F8F8;
  color: #000;
  border: none;
}

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: 600;
  line-height: 1.4;
  color: #000;
}

body {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  color: #666666;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  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: 0px !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: 0px !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;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap button.searchbtn, .search-area, .auction-card.style1 .auction-info-wrap .countdown .cdown, .auction-card.style4 .auction-info-wrap .countdown .cdown, .hw-card.style2 .hw-img span, .top-collection-wrap .collection-content .auction-deadline .auction-end .countdown .cdown, .single-auction-desc .countdown .cdown, .activity-card .activity-card-action, .contact-item .contact-icon, .hero-wrap.style1 .nft-item .nft-info-wrap, .auction-card .auction-info-wrap .auction-author-info, .auction-card .auction-info-wrap .auction-title, .auction-card.style1 .auction-info-wrap .auction-author-info, .auction-card.style2 .auction-info-wrap .auction-end, .auction-card.style9 .auction-info-wrap .auction-end, .auction-card.style2 .auction-info-wrap .auction-author-info, .auction-card.style9 .auction-info-wrap .auction-author-info, .auction-card.style3 .auction-info-wrap .auction-stock, .auction-card.style8 .auction-info-wrap .auction-author-info, .auction-card.style10 .auction-info-wrap .auction-author-info, .author-info, .vl-card .vl-info-wrap .vl-info, .seller-card, .seller-card.style2 .seller-info .item-metainfo, .author-card .author-info-wrap, .category-card .category-info, .author-details-box, .activity-card, .create-collection-form .radio-btn, .add-wallet-card .add-walet-title, #placeBid .modal-body .bidding-popup .bidding-tablelist li, .post-navigation, .auction-card.style1 .auction-info-wrap .countdown, .auction-card.style4 .auction-info-wrap .countdown, .author-details-box .single-author-info .author-metainfo-wrap, .auction-filter-btn, .product-filter-list, .owl-carousel .owl-nav, .pp-post-item, .auction-item-wrap, .auction-card.style2 .auction-info-wrap .auction-end .countdown, .auction-card.style9 .auction-info-wrap .auction-end .countdown, .top-collection-wrap .collection-content .auction-deadline, .top-collection-wrap .collection-content .auction-deadline .auction-end .countdown, .single-auction-desc .countdown, .single-auction-desc .auction-bid .bid-btn, .wp-block-quote, .post-author, .comment-item-wrap .comment-item, .contact-item {
  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, .social-profile.style3 li a, .header-wrap button.searchbtn, .search-area, .auction-card.style1 .auction-info-wrap .countdown .cdown, .auction-card.style4 .auction-info-wrap .countdown .cdown, .hw-card.style2 .hw-img span, .top-collection-wrap .collection-content .auction-deadline .auction-end .countdown .cdown, .single-auction-desc .countdown .cdown, .activity-card .activity-card-action, .contact-item .contact-icon {
  -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.style1 .nft-item .nft-info-wrap, .auction-card .auction-info-wrap .auction-author-info, .auction-card .auction-info-wrap .auction-title, .auction-card.style1 .auction-info-wrap .auction-author-info, .auction-card.style2 .auction-info-wrap .auction-end, .auction-card.style9 .auction-info-wrap .auction-end, .auction-card.style2 .auction-info-wrap .auction-author-info, .auction-card.style9 .auction-info-wrap .auction-author-info, .auction-card.style3 .auction-info-wrap .auction-stock, .auction-card.style8 .auction-info-wrap .auction-author-info, .auction-card.style10 .auction-info-wrap .auction-author-info, .author-info, .vl-card .vl-info-wrap .vl-info, .seller-card, .seller-card.style2 .seller-info .item-metainfo, .author-card .author-info-wrap, .hw-card.style2 .hw-img span, .category-card .category-info, .author-details-box, .activity-card, .create-collection-form .radio-btn, .add-wallet-card .add-walet-title, #placeBid .modal-body .bidding-popup .bidding-tablelist li, .post-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.wp-block-quote {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.hero-wrap.style1 .nft-item .nft-info-wrap, .auction-card .auction-info-wrap .auction-author-info, .auction-card .auction-info-wrap .auction-title, .auction-card.style1 .auction-info-wrap .auction-author-info, .auction-card.style1 .auction-info-wrap .countdown, .auction-card.style2 .auction-info-wrap .auction-end, .auction-card.style9 .auction-info-wrap .auction-end, .auction-card.style2 .auction-info-wrap .auction-author-info, .auction-card.style9 .auction-info-wrap .auction-author-info, .auction-card.style3 .auction-info-wrap .auction-stock, .auction-card.style4 .auction-info-wrap .countdown, .auction-card.style8 .auction-info-wrap .auction-author-info, .auction-card.style10 .auction-info-wrap .auction-author-info, .vl-card .vl-info-wrap .vl-info, .seller-card.style2 .seller-info .item-metainfo, .author-card .author-info-wrap, .category-card .category-info, .author-details-box .single-author-info .author-metainfo-wrap, #placeBid .modal-body .bidding-popup .bidding-tablelist li, .post-navigation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.auction-filter-btn, .product-filter-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.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: #43B4A0;
  -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;
}

.back-to-top i {
  color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.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: rgba(1, 148, 70, 0.9);
}

.loader div:nth-child(2) {
  background: rgba(1, 148, 70, 0.7);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background: rgba(1, 148, 70, 0.5);
  -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;
  }
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 500;
  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: 14px 42px 14px;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#a146e8), color-stop(35%, #6c63d0), to(#387db8));
  background: linear-gradient(90deg, #a146e8 0%, #6c63d0 35%, #387db8 100%);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#a146e8), color-stop(35%, #6c63d0), to(#387db8));
  background: linear-gradient(-90deg, #a146e8 0%, #6c63d0 35%, #387db8 100%);
  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 {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style2 {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.btn.style2:before {
  background: -webkit-gradient(linear, left top, right top, from(#387db8), color-stop(35%, #6c63d0), to(#a245e9));
  background: linear-gradient(90deg, #387db8 0%, #6c63d0 35%, #a245e9 100%);
  top: auto;
  bottom: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn.style2:hover {
  color: #fff;
}

.btn.style2:hover:before {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style3 {
  background-color: rgba(67, 180, 160, 0.09);
  color: #43B4A0;
}

.btn.style3:before {
  visibility: hidden;
  opacity: 0;
}

.btn.style3:hover {
  color: #fff;
}

.btn.style4 {
  background-color: transparent;
  color: #000;
  border: 1px solid #07012F;
}

.btn.style4:before {
  background: -webkit-gradient(linear, left top, right top, from(#387db8), color-stop(35%, #6c63d0), to(#a245e9));
  background: linear-gradient(90deg, #387db8 0%, #6c63d0 35%, #a245e9 100%);
  top: auto;
  bottom: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn.style4:hover {
  color: #fff;
  border-color: transparent;
}

.btn.style4:hover:before {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style5 {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.btn.style5:before {
  visibility: hidden;
  opacity: 0;
  top: 0;
  bottom: 0;
  height: 0;
  background: -webkit-gradient(linear, left top, right top, from(#387db8), color-stop(35%, #6c63d0), to(#a245e9));
  background: linear-gradient(90deg, #387db8 0%, #6c63d0 35%, #a245e9 100%);
}

.btn.style5:hover:before {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.btn.style6 {
  background-color: #fff;
  color: #43B4A0;
}

.btn.style6:after, .btn.style6:before {
  background: #43B4A0;
}

.btn.style6:hover {
  color: #fff;
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #43B4A0;
  -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: #43B4A0;
  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:hover {
  color: #43B4A0;
}

.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: rgba(67, 180, 160, 0.09);
  position: relative;
  overflow: hidden;
  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: 12px;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  top: 1px;
  color: #43B4A0;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #43B4A0;
  border-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next i {
  position: relative;
  left: 1px;
}

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px;
}

.owl-carousel .owl-dots button.owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #F8F8F8;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
  background: #43B4A0;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title h2,
.content-title h2 {
  font-size: 36px;
  margin: 0;
}

.section-title p,
.content-title p {
  margin: 12px 0 0;
}

.section-title span,
.content-title span {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
  color: #43B4A0;
}

.section-title span p,
.content-title span p {
  margin: 10px auto 0;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #43B4A0;
}

.section-title.style1 h2,
.content-title.style1 h2 {
  color: #fff;
}

.section-title.style3,
.content-title.style3 {
  position: relative;
  top: -5px;
}

.content-wrapper {
  margin-top: 140px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-cove {
  background-color: #43B4A0;
}

.bg-catskill {
  background-color: #F9FAFC;
}

.bg-athens {
  background-color: #F3F4F6;
}

.bg-albastor {
  background-color: #F8F8F8;
}

.bg-rock {
  background-color: #07012F;
}

.bg-russian {
  background-color: #060125;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  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%;
  }
}

.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 #43B4A0;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

.checkbox a {
  color: #43B4A0;
}

.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: #888888;
}

.checkbox input:checked + label:before {
  border-color: #43B4A0;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  background: #43B4A0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #43B4A0;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #43B4A0;
  background: transparent;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #43B4A0;
  position: absolute;
  top: 5px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.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;
  font-size: 14px;
  line-height: 0.8;
}

.social-profile li a:hover {
  border-color: transparent;
  color: #43B4A0;
}

.social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a {
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
  background: rgba(255, 255, 255, 0.1);
  -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: #43B4A0;
}

.social-profile.style1 li a:hover {
  background-color: #43B4A0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
  color: #fff;
}

.social-profile.style2 li a {
  background: rgba(67, 180, 160, 0.09);
  border-radius: 50%;
}

.social-profile.style2 li a i {
  color: #43B4A0;
}

.social-profile.style2 li a:hover {
  background-color: #43B4A0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style2 li a:hover i {
  color: #fff;
}

.social-profile.style3 li a {
  background: rgba(67, 180, 160, 0.09);
  border-radius: 0;
}

.social-profile.style3 li a i {
  color: #43B4A0;
}

.social-profile.style3 li a:hover {
  background-color: #43B4A0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style3 li a:hover i {
  color: #fff;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav {
  text-align: center;
}

.page-nav li {
  margin: 0 5px;
  display: inline-block;
}

.page-nav li a {
  display: block;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 46px;
  font-weight: 400;
  opacity: 0.7;
  color: #000;
  background: transparent;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-nav li a i {
  font-size: 12px;
  line-height: 42px;
  position: relative;
  top: 1px;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-nav li a.active, .page-nav li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #43B4A0;
  border-color: transparent;
}

.page-nav li a.active i, .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, .social-profile.style3 li a, .header-wrap button.searchbtn, .search-area, .auction-card.style1 .auction-info-wrap .countdown .cdown, .auction-card.style4 .auction-info-wrap .countdown .cdown, .hw-card.style2 .hw-img span, .top-collection-wrap .collection-content .auction-deadline .auction-end .countdown .cdown, .single-auction-desc .countdown .cdown, .activity-card .activity-card-action, .contact-item .contact-icon, .hero-wrap.style1 .nft-item .nft-info-wrap, .auction-card .auction-info-wrap .auction-author-info, .auction-card .auction-info-wrap .auction-title, .auction-card.style1 .auction-info-wrap .auction-author-info, .auction-card.style2 .auction-info-wrap .auction-end, .auction-card.style9 .auction-info-wrap .auction-end, .auction-card.style2 .auction-info-wrap .auction-author-info, .auction-card.style9 .auction-info-wrap .auction-author-info, .auction-card.style3 .auction-info-wrap .auction-stock, .auction-card.style8 .auction-info-wrap .auction-author-info, .auction-card.style10 .auction-info-wrap .auction-author-info, .author-info, .vl-card .vl-info-wrap .vl-info, .seller-card, .seller-card.style2 .seller-info .item-metainfo, .author-card .author-info-wrap, .category-card .category-info, .author-details-box, .activity-card, .create-collection-form .radio-btn, .add-wallet-card .add-walet-title, #placeBid .modal-body .bidding-popup .bidding-tablelist li, .post-navigation, .auction-card.style1 .auction-info-wrap .countdown, .auction-card.style4 .auction-info-wrap .countdown, .author-details-box .single-author-info .author-metainfo-wrap, .auction-filter-btn, .product-filter-list, .owl-carousel .owl-nav, .pp-post-item, .auction-item-wrap, .auction-card.style2 .auction-info-wrap .auction-end .countdown, .auction-card.style9 .auction-info-wrap .auction-end .countdown, .top-collection-wrap .collection-content .auction-deadline, .top-collection-wrap .collection-content .auction-deadline .auction-end .countdown, .single-auction-desc .countdown, .single-auction-desc .auction-bid .bid-btn, .wp-block-quote, .post-author, .comment-item-wrap .comment-item, .contact-item {
  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, .social-profile.style3 li a, .header-wrap button.searchbtn, .search-area, .auction-card.style1 .auction-info-wrap .countdown .cdown, .auction-card.style4 .auction-info-wrap .countdown .cdown, .hw-card.style2 .hw-img span, .top-collection-wrap .collection-content .auction-deadline .auction-end .countdown .cdown, .single-auction-desc .countdown .cdown, .activity-card .activity-card-action, .contact-item .contact-icon {
  -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.style1 .nft-item .nft-info-wrap, .auction-card .auction-info-wrap .auction-author-info, .auction-card .auction-info-wrap .auction-title, .auction-card.style1 .auction-info-wrap .auction-author-info, .auction-card.style2 .auction-info-wrap .auction-end, .auction-card.style9 .auction-info-wrap .auction-end, .auction-card.style2 .auction-info-wrap .auction-author-info, .auction-card.style9 .auction-info-wrap .auction-author-info, .auction-card.style3 .auction-info-wrap .auction-stock, .auction-card.style8 .auction-info-wrap .auction-author-info, .auction-card.style10 .auction-info-wrap .auction-author-info, .author-info, .vl-card .vl-info-wrap .vl-info, .seller-card, .seller-card.style2 .seller-info .item-metainfo, .author-card .author-info-wrap, .hw-card.style2 .hw-img span, .category-card .category-info, .author-details-box, .activity-card, .create-collection-form .radio-btn, .add-wallet-card .add-walet-title, #placeBid .modal-body .bidding-popup .bidding-tablelist li, .post-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
        Header CSS
-----------------------------------*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.header-wrap {
  position: absolute;
  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;
  position: fixed;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap.style1 {
  background-color: #07012F;
}

.header-wrap.style1 button.searchbtn {
  background-color: rgba(255, 255, 255, 0.1);
}

.header-wrap.style1 button.searchbtn i {
  color: #fff;
}

.header-wrap.style2, .header-wrap.style3 {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.header-wrap.style2 .sticky, .header-wrap.style3 .sticky {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.header-wrap.style2 button.searchbtn, .header-wrap.style3 button.searchbtn {
  background-color: rgba(67, 180, 160, 0.09);
}

.header-wrap.style2 button.searchbtn i, .header-wrap.style3 button.searchbtn i {
  color: #43B4A0;
}

.header-wrap button.searchbtn {
  background: transparent;
  border: none;
  position: relative;
  margin-right: 20px;
  top: 3px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
}

.header-wrap button.searchbtn i {
  font-size: 18px;
  line-height: 0.8;
  color: #fff;
  margin: 0 auto;
}

.header-wrap.style2 button.searchbtn i, .header-wrap.style3 button.searchbtn i {
  color: #43B4A0;
}

.search-area {
  position: fixed;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100vh;
  visibility: hidden;
  background: #F76162;
  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: 15px;
  right: 10px;
  background: transparent;
  border: none;
}

.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.search-area .form-group {
  width: 100%;
}

.search-area .form-group input {
  width: 100%;
  background: transparent;
  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;
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .header-wrap button.searchbtn {
    width: 38px;
    height: 38px;
    top: -3px;
  }
  .header-wrap button.searchbtn i {
    font-size: 16px;
  }
  .header-wrap .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 .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .header-wrap .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }
  .header-wrap .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid #F3F4F6;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    display: none;
  }
  .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #43B4A0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .btn {
    color: #fff;
    margin-top: 15px;
    display: block;
    width: 100%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .btn:after {
    display: none;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #43B4A0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .btn.style1 {
    margin-top: 15px;
    color: #fff;
  }
  .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;
    display: inline-block;
    position: relative;
    top: -4px;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    background-color: #43B4A0;
    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-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0px;
  }
  .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;
  }
  .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: #000;
  }
  .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 .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 only screen and (min-width: 992px) {
  .menu-expand i {
    display: none;
  }
  .header-wrap.style1 .navbar .navbar-nav .nav-item a {
    color: #fff;
  }
  .header-wrap.style1 .navbar .navbar-nav .nav-item a:hover, .header-wrap.style1 .navbar .navbar-nav .nav-item a:focus, .header-wrap.style1 .navbar .navbar-nav .nav-item a.active {
    color: #43B4A0;
  }
  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: rgba(255, 255, 255, 0.75);
  }
  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #43B4A0;
  }
  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: #07012F;
  }
  .header-wrap.style2 .navbar .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .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;
  }
  .header-wrap .navbar .navbar-nav {
    margin: 0 20px 0 0;
  }
  .header-wrap .navbar .navbar-nav > .nav-item > a:after {
    position: absolute;
    top: 41px;
    left: -8px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #43B4A0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .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;
    font-weight: 500;
    padding: 30px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  .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: #43B4A0;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover:after, .header-wrap .navbar .navbar-nav .nav-item a:focus:after, .header-wrap .navbar .navbar-nav .nav-item a.active:after {
    visibility: visible;
    opacity: 1;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 3px;
    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);
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 95px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 265px;
    padding: 0;
    display: block;
    border-radius: 0;
    border-bottom: 2px solid #43B4A0;
    border-radius: 0 0 5px 5px;
    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.5s;
    transition: 0.5s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 14px 20px;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #43B4A0;
    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: #43B4A0;
    padding-left: 32px;
  }
  .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;
  }
  .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 {
    top: 83px;
    opacity: 1;
    visibility: visible;
  }
  .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: 768px) and (max-width: 991px) {
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-btn a {
    padding: 12px 20px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 15px;
  }
}

@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;
  }
}

/*---------------------------------
       Breadcrumb CSS
-----------------------------------*/
.content-wrapper {
  margin-top: 85px;
}

.br-1 {
  background-image: url(../img/breadcrumb/breadcrumb-1.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);
}

.br-5 {
  background-image: url(../img/breadcrumb/breadcrumb-5.jpg);
}

.br-6 {
  background-image: url(../img/breadcrumb/breadcrumb-6.jpg);
}

.br-7 {
  background-image: url(../img/breadcrumb/breadcrumb-7.jpg);
}

.br-8 {
  background-image: url(../img/breadcrumb/breadcrumb-8.jpg);
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 0;
  overflow: hidden;
}

.breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
}

.breadcrumb-title h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #fff;
}

.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #fff;
  font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 2px;
  right: -13px;
  content: "/";
  font-size: 14px;
  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: #43B4A0;
}

.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: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: #fff;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #43B4A0;
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

.content-feature-list {
  margin: 0 0 28px 0;
}

.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: #43B4A0;
  font-size: 13px;
  line-height: 0.8;
}

.content-feature-list.style2 li {
  position: relative;
}

.content-feature-list.style2 li:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #43B4A0;
}

.content-feature-list.style2 li:after {
  position: absolute;
  top: 8px;
  left: 2px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #43B4A0;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form-wrap .login-header {
  margin-bottom: 25px;
}

.login-form-wrap .login-header h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.login-form-wrap .login-header span {
  color: #fff;
}

.login-form-wrap .login-img img {
  display: block;
  margin: 0 auto;
}

.login-form-wrap .login-body .form-group {
  margin: 0 0 20px;
}

.login-form-wrap .login-body .form-group label {
  font-size: 16px;
  color: #666666;
  margin: 0 0 10px;
  display: block;
}

.login-form-wrap .login-body .form-group input {
  border-radius: 5px;
  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: #43B4A0;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 18px;
  z-index: 9;
}

.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: #F5F5F5;
  margin: 0 auto;
  z-index: 1;
  font-size: 18px;
  border-radius: 50%;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  z-index: 1;
  padding: 25px;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  line-height: 1;
  position: relative;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 54px;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  border: none;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}

.search-box .form-group input:focus {
  border-color: #888888;
}

.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: transparent;
}

.search-box .form-group button i {
  color: #43B4A0;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*-------------------------------
     Price Range Slider CSS
-------------------------------*/
.price-range .ui-slider-handle.ui-corner-all.ui-state-default {
  background: #43B4A0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: none;
  -webkit-box-shadow: 0px 5px 13px rgba(167, 167, 167, 0.7);
          box-shadow: 0px 5px 13px rgba(167, 167, 167, 0.7);
  cursor: pointer;
}

.price-range.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 4px;
  background: #43B4A0;
}

#amount_one {
  margin-top: 31px;
  background: transparent;
}

.ui-slider-horizontal {
  height: 4px;
  background: #ddd;
}

.price-range.ui-widget.ui-widget-content {
  border: none;
  position: relative;
  top: 15px;
}

.auction-filter .form-group {
  margin-bottom: 20px;
}

.auction-filter .form-group:last-child {
  margin-bottom: 0;
}

.auction-filter .form-group select {
  width: 100%;
  height: 54px;
  padding-left: 15px;
}

.auction-filter .form-group label {
  font-weight: 500;
  color: #000;
  display: block;
  margin: 0 0 10px;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box ul li {
  position: relative;
  padding-left: 22px;
}

.category-box ul li:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #43B4A0;
}

.category-box ul li:after {
  position: absolute;
  top: 17px;
  left: 2px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #43B4A0;
}

.category-box ul li:first-child:before {
  top: 7px;
}

.category-box ul li:first-child:after {
  top: 9px;
}

.category-box ul li:first-child a {
  padding-top: 0;
}

.category-box ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.category-box ul li a {
  color: #252525;
  font-weight: 400;
  padding: 8px 10px 8px 0;
  display: block;
  font-size: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box ul li a:hover {
  color: #43B4A0;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list ul {
  margin-top: -12px;
}

.tag-list ul li {
  display: inline-block;
  margin: 12px 6px 0px 0px;
}

.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 15px 9px;
  color: #666666;
  background-color: #F8F8F8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tag-list ul li a:hover {
  background-color: #43B4A0;
  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: transparent;
}

.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;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.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: #252525;
}

.pp-post-item .pp-post-info span {
  font-size: 14px;
  line-height: 1;
  display: block;
  position: relative;
  color: #888888;
  margin-bottom: 12px;
}

.pp-post-item:last-child {
  margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
  color: #43B4A0;
}

/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-wrap .hero-content span {
  display: block;
  margin-bottom: 10px;
  color: #43B4A0;
}

.hero-wrap .hero-content h1 {
  font-size: 54px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
}

.hero-wrap .hero-content p {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.75);
}

.hero-wrap .hero-content .hero-btn a:nth-child(1) {
  margin-right: 15px;
}

.hero-wrap.style1 {
  position: relative;
  z-index: 1;
  padding: 180px 0 100px;
}

.hero-wrap.style1 .hero-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-wrap.style1 .nft-item {
  position: relative;
  width: calc(100% - 50px);
  margin-right: auto;
}

.hero-wrap.style1 .nft-item .featured {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: #43B4A0;
  color: #fff;
  display: inline-block;
  padding: 9px 15px;
  line-height: 1;
}

.hero-wrap.style1 .nft-item .nft-info-wrap {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 70%;
  padding: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
}

.hero-wrap.style1 .nft-item .nft-info-wrap .nft-info p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 5px;
}

.hero-wrap.style1 .nft-item .nft-info-wrap .nft-info h6 {
  color: #fff;
  margin: 0;
}

.hero-wrap.style1 .nft-item .nft-info-wrap .nft-info h6 span {
  color: #43B4A0;
}

.hero-wrap.style2, .hero-wrap.style3 {
  margin-top: 85px;
}

.hero-wrap.style2 {
  position: relative;
  background-image: url(../img/hero/hero-bg-2.png);
  padding: 50px 0;
}

.hero-wrap.style2 .hero-shape-one,
.hero-wrap.style2 .hero-shape-two,
.hero-wrap.style2 .hero-shape-three,
.hero-wrap.style2 .hero-shape-four,
.hero-wrap.style2 .hero-shape-five,
.hero-wrap.style2 .hero-shape-six,
.hero-wrap.style2 .hero-shape-seven,
.hero-wrap.style2 .hero-shape-eight {
  position: absolute;
}

.hero-wrap.style2 .hero-shape-one {
  top: 50px;
  left: 0;
}

.hero-wrap.style2 .hero-shape-two {
  bottom: 100px;
  left: 50px;
}

.hero-wrap.style2 .hero-shape-two {
  bottom: 100px;
  left: 50px;
}

.hero-wrap.style2 .hero-shape-three {
  bottom: 30px;
  left: 45%;
}

.hero-wrap.style2 .hero-shape-four {
  top: 100px;
  right: 20%;
}

.hero-wrap.style2 .hero-shape-five {
  bottom: 30px;
  right: 0;
}

.hero-wrap.style2 .hero-shape-six {
  bottom: 30px;
  right: 0;
}

.hero-wrap.style2 .hero-shape-seven {
  top: 30px;
  left: 55%;
}

.hero-wrap.style2 .hero-shape-eight {
  bottom: 30px;
  left: 65%;
}

.hero-wrap.style2 .hero-slide-item {
  padding: 100px 0 100px;
}

.hero-wrap.style3 {
  position: relative;
  padding: 80px 0;
}

.hero-wrap.style3 .hero-shape-one {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-wrap.style3 .container {
  position: relative;
}

.hero-wrap.style3 .container .hero-shape-two,
.hero-wrap.style3 .container .hero-shape-three,
.hero-wrap.style3 .container .hero-shape-four,
.hero-wrap.style3 .container .hero-shape-five,
.hero-wrap.style3 .container .hero-shape-six,
.hero-wrap.style3 .container .hero-shape-seven,
.hero-wrap.style3 .container .hero-shape-eight {
  position: absolute;
}

.hero-wrap.style3 .container .hero-shape-two {
  top: 100px;
  left: 100px;
}

.hero-wrap.style3 .container .hero-shape-four {
  bottom: 100px;
  left: 45%;
}

.hero-wrap.style3 .container .hero-shape-six {
  bottom: 100px;
  right: -20px;
}

.hero-wrap.style3 .hero-img-wrap {
  position: relative;
}

.hero-wrap.style3 .hero-img-wrap .hero-shape-three {
  top: 0;
  right: 100px;
  max-width: 36px;
}

.hero-wrap.style3 .hero-img-wrap .hero-shape-five {
  top: 120px;
  right: 10%;
  max-width: 20px;
}

.hero-wrap.style3 .hero-img-wrap .hero-shape-seven {
  top: 0;
  left: 300px;
  max-width: 15px;
}

.hero-img-slider.owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-img-slider.owl-carousel .owl-dots .owl-dot {
  display: block;
  margin: 3px 0;
  bottom: 0;
}

.hero-img-slider.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background-color: #B4B3BE;
  display: inline-block;
}

.hero-img-slider.owl-carousel .owl-dots .owl-dot.active span {
  width: 8px;
  height: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#A047E8), to(#3D7BBB));
  background: linear-gradient(180deg, #A047E8 0%, #3D7BBB 100%);
  border-radius: 30px;
}

/*-------------------------------
    About  Section CSS
-------------------------------*/
.about-wrap .about-img-wrap {
  position: relative;
  padding-top: 30px;
}

.about-wrap .about-img-wrap .about-img-1 {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-top: 30px;
}

.about-wrap .about-img-wrap .about-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 400px;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

/*-------------------------------
    Auction  Section CSS
-------------------------------*/
.auction-item-wrap .auction-card {
  width: calc(33.33% - 25px);
  margin-right: 25px;
}

.auction-card {
  margin-bottom: 25px;
}

.auction-card .auction-img {
  position: relative;
  overflow: hidden;
}

.auction-card .auction-img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.auction-card .auction-img .followers,
.auction-card .auction-img .item-popularity {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: #000;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
}

.auction-card .auction-img .followers i,
.auction-card .auction-img .item-popularity i {
  position: relative;
  top: 2px;
  font-size: 15px;
  margin-right: 7px;
}

.auction-card .auction-img button {
  position: absolute;
}

.auction-card .auction-info-wrap .auction-author-info .author-info .author-name span {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
}

.auction-card .auction-info-wrap .auction-bid h6 {
  margin: 0;
}

.auction-card .auction-info-wrap .auction-bid span {
  font-size: 14px;
  display: block;
  margin: 0 0 5px;
}

.auction-card .auction-info-wrap .auction-title h3 {
  font-size: 22px;
  margin: 0;
}

.auction-card .auction-info-wrap .auction-title span {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  padding: 6px 12px;
}

.auction-card:hover .auction-title h3 a {
  color: #43B4A0 !important;
}

.auction-card.style1 {
  background-color: #120E30;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 25px 0;
}

.auction-card.style1 .auction-img button {
  bottom: 0;
  left: 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.auction-card.style1 .auction-info-wrap {
  padding: 25px 0;
}

.auction-card.style1 .auction-info-wrap .auction-author-info {
  margin-bottom: 22px;
}

.auction-card.style1 .auction-info-wrap .auction-author-info .author-info .author-name span {
  color: rgba(255, 255, 255, 0.75);
}

.auction-card.style1 .auction-info-wrap .auction-author-info .author-info .author-name h6 a {
  color: #fff;
}

.auction-card.style1 .auction-info-wrap .auction-author-info .author-info .author-name h6 a:hover {
  color: #43B4A0;
}

.auction-card.style1 .auction-info-wrap .auction-bid h6 {
  color: #fff;
}

.auction-card.style1 .auction-info-wrap .auction-bid span {
  color: rgba(255, 255, 255, 0.75);
}

.auction-card.style1 .auction-info-wrap .auction-title {
  margin: 0 0 25px;
}

.auction-card.style1 .auction-info-wrap .auction-title h3 a {
  color: #fff;
}

.auction-card.style1 .auction-info-wrap .auction-title span {
  background-color: #231F3E;
  color: #fff;
}

.auction-card.style1 .auction-info-wrap .countdown .cdown {
  width: calc(25% - 8px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  text-align: center;
  padding: 14px 2px 18px;
}

.auction-card.style1 .auction-info-wrap .countdown .cdown span, .auction-card.style1 .auction-info-wrap .countdown .cdown p {
  color: rgba(255, 255, 255, 0.75);
}

.auction-card.style1 .auction-info-wrap .countdown .cdown span {
  display: block;
  margin: 0 0 5px;
}

.auction-card.style1 .auction-info-wrap .countdown .cdown p {
  margin: 0;
  line-height: 1;
}

.auction-card.style1 .auction-info-wrap .countdown .cdown:last-child {
  margin-right: 0;
}

.auction-card.style1:hover .auction-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.auction-card.style1:hover .auction-img button {
  visibility: visible;
  opacity: 1;
  bottom: 25px;
}

.auction-card.style1:hover .auction-info-wrap .auction-title h3 a {
  color: #43B4A0;
}

.auction-card.style1 .auction-img, .auction-card.style3 .auction-img, .auction-card.style4 .auction-img {
  position: relative;
  overflow: hidden;
}

.auction-card.style1 .auction-img:before, .auction-card.style1 .auction-img:after, .auction-card.style3 .auction-img:before, .auction-card.style3 .auction-img:after, .auction-card.style4 .auction-img:before, .auction-card.style4 .auction-img:after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
}

.auction-card.style1 .auction-img:before, .auction-card.style3 .auction-img:before, .auction-card.style4 .auction-img:before {
  top: -5px;
  left: -5px;
  border-top: 28px solid #120E30;
  border-left: 28px solid #120E30;
  border-right: 28px solid transparent;
  border-bottom: 28px solid transparent;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.auction-card.style1 .auction-img:after, .auction-card.style3 .auction-img:after, .auction-card.style4 .auction-img:after {
  bottom: -6px;
  right: -3px;
  border-bottom: 28px solid #120E30;
  border-right: 28px solid #120E30;
  border-left: 28px solid transparent;
  border-top: 28px solid transparent;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.auction-card.style2, .auction-card.style9 {
  border-radius: 0 10px 0 10px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 20px 25px;
}

.auction-card.style2 .auction-img, .auction-card.style9 .auction-img {
  border-radius: 0 10px 0 10px;
}

.auction-card.style2 .auction-img button, .auction-card.style9 .auction-img button {
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.auction-card.style2 .auction-info-wrap, .auction-card.style9 .auction-info-wrap {
  padding: 25px 0 0;
}

.auction-card.style2 .auction-info-wrap .auction-end, .auction-card.style9 .auction-info-wrap .auction-end {
  margin: 0 0 20px;
}

.auction-card.style2 .auction-info-wrap .auction-end .countdown, .auction-card.style9 .auction-info-wrap .auction-end .countdown {
  width: auto;
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 4px 8px;
  padding: 10px 10px 8px;
}

.auction-card.style2 .auction-info-wrap .auction-end .countdown .cdown, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown {
  width: 30px;
  border: none;
  text-align: center;
  margin-right: 22px;
  position: relative;
}

.auction-card.style2 .auction-info-wrap .auction-end .countdown .cdown span, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 5px;
  position: relative;
}

.auction-card.style2 .auction-info-wrap .auction-end .countdown .cdown p, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown p {
  display: none;
}

.auction-card.style2 .auction-info-wrap .auction-end .countdown .cdown.day:after, .auction-card.style2 .auction-info-wrap .auction-end .countdown .cdown.hour:after, .auction-card.style2 .auction-info-wrap .auction-end .countdown .cdown.minutes:after, .auction-card.style2 .auction-info-wrap .auction-end .countdown .cdown.second:after, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.day:after, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.hour:after, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.minutes:after, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.second:after {
  position: absolute;
  top: 5px;
  right: -9px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.auction-card.style2 .auction-info-wrap .auction-end .countdown .cdown.day:after, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.day:after {
  content: "d";
}

.auction-card.style2 .auction-info-wrap .auction-end .countdown .cdown.hour:after, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.hour:after {
  content: "h";
}

.auction-card.style2 .auction-info-wrap .auction-end .countdown .cdown.minutes:after, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.minutes:after {
  content: "m";
}

.auction-card.style2 .auction-info-wrap .auction-end .countdown .cdown.second:after, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.second:after {
  content: "s";
}

.auction-card.style2 .auction-info-wrap .auction-end button, .auction-card.style9 .auction-info-wrap .auction-end button {
  display: inline-block;
  width: 30px;
  font-size: 22px;
  color: #F76162;
  border: none;
  background-color: transparent;
}

.auction-card.style2 .auction-info-wrap .auction-end button i, .auction-card.style9 .auction-info-wrap .auction-end button i {
  font-size: 18px;
  line-height: 0.8;
}

.auction-card.style2 .auction-info-wrap .auction-title, .auction-card.style9 .auction-info-wrap .auction-title {
  margin: 0 0 20px;
}

.auction-card.style2 .auction-info-wrap .auction-title h3, .auction-card.style9 .auction-info-wrap .auction-title h3 {
  width: 100%;
}

.auction-card.style2 .auction-info-wrap .auction-title h3 a, .auction-card.style9 .auction-info-wrap .auction-title h3 a {
  color: #fff;
}

.auction-card.style2 .auction-info-wrap .auction-title span, .auction-card.style9 .auction-info-wrap .auction-title span {
  background-color: #231F3E;
  color: #fff;
}

.auction-card.style2 .auction-info-wrap .auction-author-info .author-info .author-name span, .auction-card.style9 .auction-info-wrap .auction-author-info .author-info .author-name span {
  color: rgba(255, 255, 255, 0.75);
}

.auction-card.style2 .auction-info-wrap .auction-author-info .author-info .author-name h6, .auction-card.style9 .auction-info-wrap .auction-author-info .author-info .author-name h6 {
  color: #fff;
}

.auction-card.style2 .auction-info-wrap .auction-bid h6, .auction-card.style9 .auction-info-wrap .auction-bid h6 {
  color: #fff;
}

.auction-card.style2 .auction-info-wrap .auction-bid span, .auction-card.style9 .auction-info-wrap .auction-bid span {
  color: rgba(255, 255, 255, 0.75);
}

.auction-card.style2:hover .auction-img img, .auction-card.style9:hover .auction-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.auction-card.style2:hover .auction-img button, .auction-card.style9:hover .auction-img button {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.auction-card.style2:hover .auction-info-wrap .auction-title h3 a, .auction-card.style9:hover .auction-info-wrap .auction-title h3 a {
  color: #43B4A0;
}

.auction-card.style3 {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px 20px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.auction-card.style3 .auction-img:before {
  border-top: 28px solid #130E30;
  border-left: 28px solid #130E30;
}

.auction-card.style3 .auction-img:after {
  border-bottom: 28px solid #130E30;
  border-right: 28px solid #130E30;
}

.auction-card.style3 .auction-info-wrap {
  padding: 25px 0 0;
}

.auction-card.style3 .auction-info-wrap .auction-author-info {
  margin-bottom: 20px;
}

.auction-card.style3 .auction-info-wrap .auction-author-info .author-info .author-img {
  width: 40px;
  height: 40px;
}

.auction-card.style3 .auction-info-wrap .auction-author-info .author-info .author-name {
  width: calc(100% - 52px);
}

.auction-card.style3 .auction-info-wrap .auction-author-info .author-info .author-name h6 a {
  color: #fff;
}

.auction-card.style3 .auction-info-wrap .auction-author-info .author-info .author-name h6 a:hover {
  color: #43B4A0;
}

.auction-card.style3 .auction-info-wrap .auction-author-info .auction-bid .item-popularity {
  background-color: rgba(255, 255, 255, 0.15);
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  margin: 0;
}

.auction-card.style3 .auction-info-wrap .auction-author-info .auction-bid .item-popularity i {
  position: relative;
  top: 2px;
  font-size: 14px;
  margin-right: 7px;
  color: #F76162;
}

.auction-card.style3 .auction-info-wrap .auction-stock {
  margin: 0 0 15px;
}

.auction-card.style3 .auction-info-wrap .auction-stock h6 {
  color: #fff;
  margin: 0;
}

.auction-card.style3 .auction-info-wrap .auction-stock p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.auction-card.style3 .auction-info-wrap .auction-title {
  margin-bottom: 25px;
}

.auction-card.style3 .auction-info-wrap .auction-title h3 a {
  color: #fff;
}

.auction-card.style3 .auction-info-wrap .btn.style5 {
  display: block;
  width: 100%;
  padding: 14px 5px 16px;
}

.auction-card.style4 {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px 20px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.auction-card.style4 .auction-img:before {
  border-top: 28px solid rgba(19, 14, 48, 0.8);
  border-left: 28px solid rgba(19, 14, 48, 0.8);
}

.auction-card.style4 .auction-img:after {
  border-bottom: 28px solid rgba(19, 14, 48, 0.8);
  border-right: 28px solid rgba(19, 14, 48, 0.8);
}

.auction-card.style4 .auction-info-wrap {
  padding: 25px 0 0;
}

.auction-card.style4 .auction-info-wrap .auction-author-info .author-info .author-name span {
  color: rgba(255, 255, 255, 0.75);
}

.auction-card.style4 .auction-info-wrap .auction-author-info .author-info .author-name h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.auction-card.style4 .auction-info-wrap .auction-author-info .author-info .author-name h3 a {
  color: #fff;
}

.auction-card.style4 .auction-info-wrap .auction-author-info .author-info .author-name h6 a {
  color: #fff;
}

.auction-card.style4 .auction-info-wrap .auction-bid .item-popularity {
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 5px 10px 7px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  margin: 0;
}

.auction-card.style4 .auction-info-wrap .auction-title {
  margin: 0 0 25px;
}

.auction-card.style4 .auction-info-wrap .auction-title h3 a {
  color: #fff;
}

.auction-card.style4 .auction-info-wrap .auction-title span {
  background-color: #231F3E;
  color: #fff;
}

.auction-card.style4 .auction-info-wrap .countdown .cdown {
  width: calc(25% - 8px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  text-align: center;
  padding: 14px 2px 18px;
}

.auction-card.style4 .auction-info-wrap .countdown .cdown span, .auction-card.style4 .auction-info-wrap .countdown .cdown p {
  color: rgba(255, 255, 255, 0.75);
}

.auction-card.style4 .auction-info-wrap .countdown .cdown span {
  display: block;
  margin: 0 0 5px;
}

.auction-card.style4 .auction-info-wrap .countdown .cdown p {
  margin: 0;
  line-height: 1;
}

.auction-card.style4 .auction-info-wrap .countdown .cdown:last-child {
  margin-right: 0;
}

.auction-card.style4:hover .auction-info-wrap .auction-author-info .author-info .author-name h3 a {
  color: #43B4A0;
}

.auction-card.style5, .auction-card.style7 {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 25px;
}

.auction-card.style5 .auction-img, .auction-card.style7 .auction-img {
  position: relative;
}

.auction-card.style5 .auction-img button, .auction-card.style7 .auction-img button {
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.auction-card.style5 .auction-img .featured, .auction-card.style7 .auction-img .featured {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 6px 12px 8px;
}

.auction-card.style5 .auction-img .featured.style2, .auction-card.style7 .auction-img .featured.style2 {
  background-color: #F76162;
}

.auction-card.style5 .auction-info-wrap .auction-author-info, .auction-card.style7 .auction-info-wrap .auction-author-info {
  padding: 25px 0 20px;
}

.auction-card.style5 .auction-info-wrap .auction-author-info .author-info .author-name h6 a, .auction-card.style7 .auction-info-wrap .auction-author-info .author-info .author-name h6 a {
  color: #000;
}

.auction-card.style5 .auction-info-wrap button.btn, .auction-card.style7 .auction-info-wrap button.btn {
  display: block;
  width: 100%;
}

.auction-card.style5:hover .auction-img button, .auction-card.style7:hover .auction-img button {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.auction-card.style5:hover .auction-info-wrap .auction-title h3 a, .auction-card.style7:hover .auction-info-wrap .auction-title h3 a {
  color: #43B4A0;
}

.auction-card.style6 {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 25px;
}

.auction-card.style6 .auction-info-wrap .auction-author-info {
  padding: 25px 0 0;
}

.auction-card.style6 .auction-info-wrap .auction-author-info .author-name h3 {
  font-size: 22px;
}

.auction-card.style6 .auction-info-wrap .auction-author-info .auction-bid h5 {
  color: #666666;
  font-size: 16px;
  margin: 0;
}

.auction-card.style6:hover .auction-info-wrap .auction-author-info .author-info .author-name h6 a {
  color: #43B4A0;
}

.auction-card.style7 {
  border-radius: 0 10px 0 10px;
}

.auction-card.style7 img {
  border-radius: 0 10px 0 10px;
}

.auction-card.style8, .auction-card.style10 {
  border-radius: 0 10px 0 10px;
  padding: 20px 20px 25px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

.auction-card.style8 .auction-img, .auction-card.style10 .auction-img {
  border-radius: 0 10px 0 10px;
}

.auction-card.style8 .auction-img img, .auction-card.style10 .auction-img img {
  border-radius: 0 10px 0 10px;
}

.auction-card.style8 .auction-info-wrap, .auction-card.style10 .auction-info-wrap {
  padding: 25px 0 0;
}

.auction-card.style8 .auction-info-wrap .auction-title, .auction-card.style10 .auction-info-wrap .auction-title {
  margin: 0 0 22px;
}

.auction-card.style8 .auction-info-wrap .auction-title h3, .auction-card.style10 .auction-info-wrap .auction-title h3 {
  width: calc(100% - 30px);
  margin-right: 5px;
}

.auction-card.style8 .auction-info-wrap .auction-title button, .auction-card.style10 .auction-info-wrap .auction-title button {
  width: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.auction-card.style8 .auction-info-wrap .auction-title button i, .auction-card.style10 .auction-info-wrap .auction-title button i {
  color: #F76162;
  font-size: 20px;
  line-height: 1;
}

.auction-card.style8 .auction-info-wrap .auction-author-info, .auction-card.style10 .auction-info-wrap .auction-author-info {
  margin-bottom: 28px;
}

.auction-card.style8 .auction-info-wrap button.btn, .auction-card.style10 .auction-info-wrap button.btn {
  display: block;
  width: 100%;
}

.auction-card.style8:hover .auction-img img, .auction-card.style10:hover .auction-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.auction-card.style8:hover .auction-img button, .auction-card.style10:hover .auction-img button {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.auction-card.style8:hover .auction-info-wrap .auction-title h3 a, .auction-card.style10:hover .auction-info-wrap .auction-title h3 a {
  color: #43B4A0;
}

.auction-card.style8 .auction-info-wrap .auction-title h3 a {
  color: #fff;
}

.auction-card.style9 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.auction-card.style9 .auction-info-wrap .auction-end .countdown {
  background-color: rgba(67, 180, 160, 0.1);
}

.auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown span {
  color: #000;
}

.auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.day:after, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.hour:after, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.minutes:after, .auction-card.style9 .auction-info-wrap .auction-end .countdown .cdown.second:after {
  color: #000;
}

.auction-card.style9 .auction-info-wrap .auction-title h3 {
  width: 100%;
}

.auction-card.style9 .auction-info-wrap .auction-title h3 a {
  color: #000;
}

.auction-card.style9 .auction-info-wrap .auction-author-info .author-info .author-name span {
  color: #666666;
}

.auction-card.style9 .auction-info-wrap .auction-author-info .author-info .author-name h6 {
  color: #000;
}

.auction-card.style9 .auction-info-wrap .auction-bid h6 {
  color: #000;
}

.auction-card.style9 .auction-info-wrap .auction-bid span {
  color: #666666;
}

.auction-card.style9:hover .auction-info-wrap .auction-title h3 a {
  color: #43B4A0;
}

.collection-img-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr;
  grid-gap: 10px;
}

.collection-img-wrap .collection-img {
  display: inline-block;
}

.collection-img-wrap .collection-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.collection-img-wrap .collection-img:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.collection-img-wrap .collection-img:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.collection-img-wrap .collection-img:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

.collection-img-wrap .collection-img:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.collection-img-wrap .collection-img:nth-child(5) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
}

.collection-img-wrap .collection-img:nth-child(6) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.collection-img-wrap.style2 .collection-img:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.collection-img-wrap.style2 .collection-img:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.collection-img-wrap.style2 .collection-img:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

.collection-img-wrap.style2 .collection-img:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
}

.collection-img-wrap.style2 .collection-img:nth-child(5) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

.collection-img-wrap.style2 .collection-img:nth-child(6) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}

.auction-filter-btn {
  margin-bottom: 30px;
}

.auction-filter-btn.style2 button {
  background-color: #F8F8F8;
  border: none;
  color: #666666;
}

.auction-filter-btn.style2 button.mixitup-control-active {
  background-color: #43B4A0;
  border-color: transparent;
  color: #fff;
}

.auction-filter-btn button {
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 7px 18px 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  margin-right: 15px;
}

.auction-filter-btn button:last-child {
  margin-right: 0;
}

.auction-filter-btn button.mixitup-control-active {
  background-color: #43B4A0;
  border-color: transparent;
}

.author-info .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.author-info .author-img img {
  border-radius: 50%;
}

.author-info .author-name {
  width: calc(100% - 62px);
  margin-left: 12px;
}

.author-info .author-name h6 {
  margin: 0;
}

.category-slider.owl-carousel .owl-nav button.owl-prev, .category-slider.owl-carousel .owl-nav button.owl-next,
.auction-slider.owl-carousel .owl-nav button.owl-prev,
.auction-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-slider.owl-carousel .owl-nav button.owl-prev i, .category-slider.owl-carousel .owl-nav button.owl-next i,
.auction-slider.owl-carousel .owl-nav button.owl-prev i,
.auction-slider.owl-carousel .owl-nav button.owl-next i {
  color: #fff;
}

.category-slider.owl-carousel .owl-nav button.owl-prev:hover, .category-slider.owl-carousel .owl-nav button.owl-next:hover,
.auction-slider.owl-carousel .owl-nav button.owl-prev:hover,
.auction-slider.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #43B4A0;
}

.category-slider.owl-carousel .owl-nav button.owl-prev:hover i, .category-slider.owl-carousel .owl-nav button.owl-next:hover i,
.auction-slider.owl-carousel .owl-nav button.owl-prev:hover i,
.auction-slider.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.category-slider.owl-carousel .owl-nav button.owl-prev,
.auction-slider.owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}

.category-slider.owl-carousel .owl-nav button.owl-next,
.auction-slider.owl-carousel .owl-nav button.owl-next {
  right: -55px;
}

.category-slider .auction-card.style1,
.auction-slider .auction-card.style1 {
  margin: 0;
}

/*-------------------------------
    Top Volume  Section CSS
-------------------------------*/
.vl-card {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.vl-card .vl-img {
  position: relative;
  border-radius: 0 10px 0 10px;
}

.vl-card .vl-img img {
  border-radius: 0 10px 0 10px;
}

.vl-card .vl-img button {
  position: absolute;
  top: 25px;
  right: 25px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
}

.vl-card .vl-img button i {
  color: #F76162;
  font-size: 18px;
  line-height: 45px;
}

.vl-card .vl-img .vl-author-img {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 7px solid #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.vl-card .vl-img .vl-author-img img {
  border-radius: 50%;
}

.vl-card .vl-info-wrap {
  padding: 35px 25px 22px;
}

.vl-card .vl-info-wrap .vl-info {
  margin: 0 0 15px;
}

.vl-card .vl-info-wrap .vl-info div p {
  margin: 0 0 5px;
}

.vl-card .vl-info-wrap .vl-info div h6 {
  margin: 0;
}

.vl-card .vl-info-wrap .vl-info div h6 a:hover {
  color: #43B4A0;
}

.vl-card .vl-info-wrap h3 {
  font-size: 22px;
  margin: 0 0 25px;
}

.vl-card .vl-info-wrap .btn {
  display: block;
  width: 100%;
}

.vl-card:hover .vl-info-wrap h3 a {
  color: #43B4A0;
}

/*-------------------------------
    Seller  Section CSS
-------------------------------*/
.seller-wrap {
  position: relative;
  z-index: 1;
}

.section-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.seller-card {
  background-color: #26254D;
  margin-bottom: 25px;
  padding: 20px;
}

.seller-card .seller-img {
  width: 110px;
  position: relative;
}

.seller-card .seller-img .seller-badge {
  position: absolute;
  bottom: 11px;
  right: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  background-color: #43B4A0;
}

.seller-card .seller-img .seller-badge i {
  color: #fff;
  font-size: 11px;
  line-height: 0.8;
  margin: 0 auto;
}

.seller-card .seller-info {
  width: calc(100% - 150px);
  margin-left: 25px;
}

.seller-card .seller-info h3 {
  font-size: 22px;
  margin: 0 0 5px;
}

.seller-card .seller-info h3 a {
  color: #fff;
}

.seller-card .seller-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.seller-card:hover .seller-info h3 a {
  color: #43B4A0;
}

.seller-card.style2 {
  background-color: #F8F8F8;
}

.seller-card.style2 .seller-img {
  width: 70px;
}

.seller-card.style2 .seller-img .seller-badge {
  bottom: 5px;
  right: -10px;
  width: 20px;
  height: 20px;
}

.seller-card.style2 .seller-img .seller-badge i {
  font-size: 9px;
  line-height: 0.8;
  position: relative;
  top: -2px;
}

.seller-card.style2 .seller-info {
  width: calc(100% - 90px);
  margin-left: 20px;
}

.seller-card.style2 .seller-info h3 {
  margin-bottom: 10px;
}

.seller-card.style2 .seller-info h3 a {
  color: #000;
}

.seller-card.style2 .seller-info .item-metainfo span {
  background: rgba(67, 180, 160, 0.1);
  color: #43B4A0;
  display: inline-block;
  line-height: 1;
  padding: 5px 9px;
  font-size: 14px;
}

.seller-card.style2 .seller-info .item-metainfo p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #666666;
}

.seller-card.style2:hover .seller-info h3 a {
  color: #43B4A0;
}

/*-------------------------------
    Product Filter  Section CSS
-------------------------------*/
.product-filter-list {
  margin: 0 0 30px;
}

.product-filter-list button {
  display: inline-block;
  padding: 5px 15px;
  background-color: #231F3E;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-right: 12px;
}

.product-filter-list button:last-child {
  margin-right: 0;
}

.product-filter-list button.active {
  background-color: #43B4A0;
  border-color: transparent;
}

/*-------------------------------
    Author Item  Section CSS
-------------------------------*/
.author-wrap {
  position: relative;
}

.author-wrap.style1 {
  background-image: url(../img/hero/hero-bg-2.png);
}

.author-card {
  padding: 20px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.author-card h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.author-card .author-card-img {
  position: relative;
  border-radius: 0 10px 0 10px;
}

.author-card .author-card-img > img {
  border-radius: 0 10px 0 10px;
}

.author-card .author-card-img .followers {
  position: absolute;
  top: 25px;
  left: 25px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #000;
  padding: 8px 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.author-card .author-info-wrap {
  padding: 20px 0 0;
}

.author-card .author-info-wrap .author-info {
  width: calc(100% - 45px);
  margin-right: 10px;
}

.author-card .author-info-wrap .author-social {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(67, 180, 160, 0.09);
}

.author-card .author-info-wrap .author-social i {
  color: #43B4A0;
  font-size: 14px;
  line-height: 38px;
  margin: 0 auto;
}

.author-card .author-info-wrap .author-social .social-profile {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.author-card .author-info-wrap .author-social .social-profile li {
  display: block;
  margin: 10px 0;
}

.author-card .author-info-wrap .author-social .social-profile li:last-child {
  margin-bottom: 0;
}

.author-card .author-info-wrap .author-social .social-profile li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #43B4A0;
}

.author-card .author-info-wrap .author-social .social-profile li a i {
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  position: relative;
  top: 3px;
}

.author-card.style1 {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 20px 25px;
}

.author-card.style1 .author-card-img {
  position: relative;
  border-radius: 0 10px 0 10px;
}

.author-card.style1 .author-card-img > img {
  border-radius: 0 10px 0 10px;
}

.author-card.style1 .author-card-img .followers {
  position: absolute;
  top: 25px;
  left: 25px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #000;
  padding: 7px 12px 9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.author-card.style1 .author-info-wrap .author-info .author-name span {
  color: rgba(255, 255, 255, 0.75);
}

.author-card.style1 .author-info-wrap .author-info .author-name h3 {
  font-size: 22px;
}

.author-card.style1 .author-info-wrap .author-info .author-name h3 a {
  color: #fff;
}

.author-card.style1 .author-info-wrap .author-info .author-name h6 a {
  color: #fff;
}

.author-card.style1 .author-info-wrap .author-social {
  background-color: rgba(255, 255, 255, 0.19);
}

.author-card.style1:hover .author-card-img .followers {
  background-color: #43B4A0;
}

.author-card.style1:hover .author-info-wrap .author-info .author-name h6 a {
  color: #43B4A0;
}

.author-card:hover h3 a {
  color: #43B4A0;
}

.author-card:hover .author-img .followers {
  background-color: #43B4A0;
}

.author-card:hover .author-info-wrap .author-social {
  background-color: #43B4A0;
}

.author-card:hover .author-info-wrap .author-social i {
  color: #fff;
}

.author-card:hover .author-info-wrap .author-social .social-profile {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 15px);
}

.author-slider-two {
  margin: -10px 0;
}

.author-slider-two .author-card {
  margin: 10px 0;
}

.author-slider-two.owl-carousel .owl-nav .owl-prev,
.author-slider-two.owl-carousel .owl-nav .owl-next {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*-------------------------------
    How It Works  Section CSS
-------------------------------*/
.hw-wrap {
  position: relative;
}

.hw-img-wrap {
  min-height: 600px;
  position: relative;
}

.hw-img-wrap .hw-img-one {
  margin-right: auto;
}

.hw-img-wrap .hw-img-two {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.hw-card {
  padding: 25px;
  background-color: rgba(38, 37, 77, 0.7);
  margin-bottom: 25px;
}

.hw-card h3 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 10px;
  position: relative;
  padding-left: 34px;
}

.hw-card h3 img {
  position: absolute;
  top: 3px;
  left: 0;
  max-width: 22px;
}

.hw-card p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.hw-card.style2 {
  padding: 0;
  background-color: transparent;
  text-align: center;
}

.hw-card.style2 .hw-img {
  position: relative;
  margin: 0 0 50px;
  border-radius: 0 10px 0 10px;
}

.hw-card.style2 .hw-img img {
  border-radius: 0 10px 0 10px;
}

.hw-card.style2 .hw-img span {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hw-card.style2 .hw-img span img {
  position: relative;
  max-width: 24px;
}

.hw-card.style2 .hw-info {
  padding: 0 20px;
}

.hw-card.style2 .hw-info h3 {
  color: #000;
}

.hw-card.style2 .hw-info p {
  color: #666666;
}

.hw-card.style3 {
  padding: 25px;
  background-color: #F8F8F8;
  margin-bottom: 25px;
}

.hw-card.style3 h3 {
  color: #000;
}

.hw-card.style3 p {
  color: #666666;
}

.hw-card.style4 {
  padding: 25px;
  background-color: #F8F8F8;
  margin-bottom: 25px;
}

.hw-card.style4 h3 {
  color: #000;
  padding-left: 55px;
  position: relative;
  top: 5px;
  margin-bottom: 25px;
}

.hw-card.style4 h3 span {
  width: 45px;
  height: 45px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 0;
}

.hw-card.style4 h3 span img {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
  display: block;
  max-width: 25px;
}

.hw-card.style4 p {
  color: #666666;
}

/*-------------------------------
    promo Video  Section CSS
-------------------------------*/
.promo-video-wrap .container {
  position: relative;
}

.promo-video-wrap .container .promo-shape-one {
  position: absolute;
  top: 100px;
  left: -50px;
}

.promo-video-wrap .container .promo-shape-two {
  position: absolute;
  bottom: 100px;
  right: 0;
}

.promo-video {
  background-image: url(../img/promo-video-bg.jpg);
  position: relative;
  border: 10px solid #231F3E;
  height: 600px;
}

.promo-video.style2 {
  border: none;
  background-image: url(../img/promo-video-2.jpg);
  height: 500px;
}

.promo-video.style2 .play-video .play-now {
  background-color: #fff;
}

.promo-video.style2 .play-video .play-now i {
  color: #43B4A0;
}

.promo-video .promo-video-text {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px 25px;
  color: #fff;
}

.promo-video .promo-video-text img {
  position: relative;
  top: -1px;
  max-width: 15px;
  margin-right: 20px;
}

.promo-video .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.promo-video .play-video .play-now {
  background-color: #43B4A0;
}

/*-------------------------------
   Author Section  CSS
-------------------------------*/
.auction-wrap,
.author-wrap {
  position: relative;
}

.auction-wrap .shape-three,
.author-wrap .shape-three {
  position: absolute;
  bottom: 100px;
  left: 50px;
}

.auction-wrap .shape-four,
.author-wrap .shape-four {
  position: absolute;
  top: 30%;
  right: 50px;
}

.auction-wrap .shape-five,
.author-wrap .shape-five {
  position: absolute;
  top: 10%;
  left: 0;
}

/*-------------------------------
   Testimonial Section  CSS
-------------------------------*/
.testimonial-slider {
  margin: -15px -5px;
}

.testimonial-slider .testimonial-card {
  margin: 15px 5px;
}

.testimonial-slider.owl-carousel .owl-nav .owl-prev,
.testimonial-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(67, 180, 160, 0.09);
}

.testimonial-slider.owl-carousel .owl-nav .owl-prev i,
.testimonial-slider.owl-carousel .owl-nav .owl-next i {
  color: #43B4A0;
}

.testimonial-slider.owl-carousel .owl-nav .owl-prev:hover,
.testimonial-slider.owl-carousel .owl-nav .owl-next:hover {
  background-color: #43B4A0;
}

.testimonial-slider.owl-carousel .owl-nav .owl-prev:hover i,
.testimonial-slider.owl-carousel .owl-nav .owl-next:hover i {
  color: #fff;
}

.testimonial-slider.owl-carousel .owl-nav .owl-prev {
  left: -50px;
}

.testimonial-slider.owl-carousel .owl-nav .owl-next {
  right: -50px;
}

.testimonial-card {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.testimonial-card .shape-one {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.testimonial-card .quote-icon {
  margin: 0 0 15px;
}

.testimonial-card .quote-icon i {
  font-size: 35px;
  line-height: 0.8;
  color: #43B4A0;
}

.testimonial-card .client-quote {
  margin: 0 0 15px;
}

.testimonial-card .client-info h3 {
  font-size: 22px;
  margin: 0 0 5px;
}

.testimonial-card .client-info span {
  font-size: 14px;
}

/*------------------------------------------------
   Category, Collection & popular Section  CSS
----------------------------------------------------*/
.blog-wrap,
.popular-wrap,
.auction-wrap,
.collection-wrap {
  position: relative;
  z-index: 1;
}

.section-overlay {
  position: relative;
}

.section-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #F8F8F8;
  width: 100%;
  height: 50%;
}

.category-card {
  background-color: rgba(255, 255, 255, 0.09);
  padding: 20px 20px 25px 20px;
}

.category-card .category-img {
  display: block;
}

.category-card .category-info {
  padding: 25px 0 0 0;
}

.category-card .category-info h3 {
  font-size: 22px;
  margin: 0;
}

.category-card .category-info h3 a {
  color: #fff;
}

.category-card .category-info h3 span {
  display: inline-block;
  margin-left: 6px;
  line-height: 1;
  background-color: #242946;
  padding: 5px 8px;
  color: #fff;
  font-size: 14px;
}

.category-card:hover .category-info h3 a {
  color: #43B4A0;
}

.top-collection-wrap .collection-content .content-title {
  margin-bottom: 25px;
}

.top-collection-wrap .collection-content .auction-deadline {
  background-color: #F8F8F8;
  padding: 25px;
  margin-bottom: 30px;
}

.top-collection-wrap .collection-content .auction-deadline .current-bid {
  width: 25%;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.top-collection-wrap .collection-content .auction-deadline .current-bid:after {
  position: absolute;
  top: 0;
  right: 0;
}

.top-collection-wrap .collection-content .auction-deadline .current-bid h6 {
  margin: 0 0 10px;
}

.top-collection-wrap .collection-content .auction-deadline .current-bid span {
  font-size: 20px;
  font-weight: 500;
  color: #43B4A0;
}

.top-collection-wrap .collection-content .auction-deadline .auction-end {
  width: calc(75% - 30px);
  margin-left: 30px;
}

.top-collection-wrap .collection-content .auction-deadline .auction-end h6 {
  margin: 0  0 10px;
}

.top-collection-wrap .collection-content .auction-deadline .auction-end .countdown .cdown {
  width: calc(25% - 10px);
  background-color: #fff;
  text-align: center;
  margin-right: 13px;
  padding: 15px;
}

.top-collection-wrap .collection-content .auction-deadline .auction-end .countdown .cdown span {
  display: block;
  margin: 0 0 5px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.top-collection-wrap .collection-content .auction-deadline .auction-end .countdown .cdown p {
  margin: 0;
  line-height: 1;
}

.top-collection-wrap .collection-content .auction-deadline .auction-end .countdown .cdown:last-child {
  margin-right: 0;
}

.top-collection-wrap .collection-content .cl-btn .btn:first-child {
  border: 1px solid transparent;
  margin-right: 15px;
}

.top-collection-wrap .collection-content .cl-btn .btn.style4 {
  padding: 13px 42px;
}

.popular-slider.owl-carousel .owl-nav .owl-prev,
.popular-slider.owl-carousel .owl-nav .owl-next,
.author-slider-two.owl-carousel .owl-nav .owl-prev,
.author-slider-two.owl-carousel .owl-nav .owl-next,
.category-slider.owl-carousel .owl-nav .owl-prev,
.category-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}

.popular-slider.owl-carousel .owl-nav .owl-prev,
.author-slider-two.owl-carousel .owl-nav .owl-prev,
.category-slider.owl-carousel .owl-nav .owl-prev {
  left: -50px;
}

.popular-slider.owl-carousel .owl-nav .owl-next,
.author-slider-two.owl-carousel .owl-nav .owl-next,
.category-slider.owl-carousel .owl-nav .owl-next {
  right: -50px;
}

.popular-slider {
  margin: 0 0 25px;
}

.popular-slider .owl-item:nth-child(even) {
  margin-top: 30px;
}

.popular-slider .owl-item:nth-child(even) .auction-card {
  margin-bottom: 45px;
}

.collection-slider.owl-carousel .owl-nav .owl-prev,
.collection-slider.owl-carousel .owl-nav .owl-next {
  background-color: rgba(255, 255, 255, 0.1);
}

.collection-slider.owl-carousel .owl-nav .owl-prev i,
.collection-slider.owl-carousel .owl-nav .owl-next i {
  color: #fff;
}

.collection-slider.owl-carousel .owl-nav .owl-prev:hover,
.collection-slider.owl-carousel .owl-nav .owl-next:hover {
  background-color: #43B4A0;
}

/*-------------------------------
   Newsletter Section  CSS
-------------------------------*/
.newsletter-wrap {
  position: relative;
}

.newsletter-wrap .newsletter-shape-one {
  position: absolute;
  top: 50%;
  left: 100px;
}

.newsletter-wrap .newsletter-shape-two {
  position: absolute;
  top: 40%;
  right: 100px;
}

.newsletter-img img {
  display: block;
  margin: 0 auto;
}

.newsletter-content form {
  margin: 25px 0 0;
}

.newsletter-content form .form-group {
  width: 100%;
  position: relative;
}

.newsletter-content form .form-group input {
  width: 100%;
  height: 64px;
  background-color: #fff;
  border: none;
  padding: 15px 120px 15px 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.newsletter-content form .form-group button {
  position: absolute;
  top: 4px;
  right: 4px;
  height: calc(100% - 8px);
  color: #fff;
  border: none;
  padding: 5px 34px;
  background: -webkit-gradient(linear, left top, right top, from(#a146e8), color-stop(35%, #6c63d0), to(#387db8));
  background: linear-gradient(90deg, #a146e8 0%, #6c63d0 35%, #387db8 100%);
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-card {
  margin-bottom: 25px;
  background: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-img {
  overflow: hidden;
  position: relative;
}

.blog-card .blog-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-card .blog-img .blog-cat {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: inline-block;
  line-height: 1;
  background-color: #43B4A0;
  color: #fff;
  padding: 9px 15px 9px;
  border: none;
}

.blog-card .blog-info {
  padding: 22px 25px 22px;
}

.blog-card .blog-info .blog-metainfo {
  margin-bottom: 15px;
}

.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 18px;
  font-size: 14px;
}

.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}

.blog-card .blog-info .blog-metainfo li a {
  font-size: 14px;
  color: #666666;
}

.blog-card .blog-info .blog-metainfo li a:hover {
  color: #43B4A0;
}

.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
  line-height: 0.8;
  color: #43B4A0;
}

.blog-card .blog-info h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.blog-card:hover {
  -webkit-box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08) rotate(3deg);
  transform: scale(1.08) rotate(3deg);
}

.blog-card:hover .blog-info h3 a {
  color: #43B4A0;
}

.collection-slider.owl-carousel .owl-nav,
.author-slider-one.owl-carousel .owl-nav {
  position: absolute;
  top: -100px;
}

.collection-slider.owl-carousel .owl-nav .owl-prev,
.author-slider-one.owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

.volume-slider.owl-carousel .owl-nav {
  position: absolute;
  top: -88px;
  right: 0;
}

.volume-slider.owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

.blog-slider.owl-carousel .owl-nav {
  position: absolute;
  top: -88px;
}

.blog-slider.owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

.author-slider-one.owl-carousel .owl-nav {
  position: absolute;
  top: -88px;
  right: 0;
}

.author-slider-one.owl-carousel .owl-nav .owl-prev,
.author-slider-one.owl-carousel .owl-nav .owl-next {
  background-color: rgba(255, 255, 255, 0.18);
}

.author-slider-one.owl-carousel .owl-nav .owl-prev i,
.author-slider-one.owl-carousel .owl-nav .owl-next i {
  color: #fff;
}

.author-slider-one.owl-carousel .owl-nav .owl-prev:hover,
.author-slider-one.owl-carousel .owl-nav .owl-next:hover {
  background-color: #43B4A0;
}

.author-slider-one.owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

.editor-slider {
  margin: -10px 0;
}

.editor-slider.owl-carousel .owl-nav {
  position: absolute;
  top: -80px;
}

.editor-slider.owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

.editor-slider .auction-card {
  margin: 10px 0;
}

/*-------------------------------
   Auction  Details Section  CSS
-------------------------------*/
.single-auction-desc .single-auction-metainfo span {
  display: inline-block;
  line-height: 1;
  padding: 8px 13px 9px;
}

.single-auction-desc .single-auction-metainfo span i {
  font-size: 15px;
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.single-auction-desc .single-auction-metainfo span:first-child {
  margin-right: 15px;
}

.single-auction-desc .single-auction-metainfo span.item-popularity {
  background-color: #43B4A0;
  color: #fff;
}

.single-auction-desc .single-auction-metainfo span.item-views {
  background-color: #F3F4F6;
}

.single-auction-desc .single-auction-metainfo span.item-views i {
  color: #43B4A0;
}

.single-auction-desc h2 {
  font-size: 28px;
  margin: 20px 0;
}

.single-auction-desc .author-info {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single-auction-desc .auction-end {
  margin-bottom: 25px;
}

.single-auction-desc .auction-end p {
  color: #000;
  margin: 0 0 10px;
  font-weight: 500;
}

.single-auction-desc .countdown .cdown {
  width: 90px;
  background-color: #F3F4F6;
  text-align: center;
  margin-right: 13px;
  padding: 15px;
}

.single-auction-desc .countdown .cdown span {
  display: block;
  margin: 0 0 5px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.single-auction-desc .countdown .cdown p {
  margin: 0;
  line-height: 1;
}

.single-auction-desc .countdown .cdown:last-child {
  margin-right: 0;
}

.single-auction-desc .auction-bid p {
  color: #000;
  margin: 0 0 10px;
  font-weight: 500;
}

.single-auction-desc .auction-bid .bid-btn span {
  display: inline-block;
  background-color: #F3F4F6;
  line-height: 34px;
  padding: 11px 25px 11px;
  color: #43B4A0;
  font-weight: 700;
  margin-right: 15px;
}

.single-auction-desc .auction-bid .bid-btn button.btn {
  padding: 11px 38px 11px;
}

.single-auction-tab {
  background-color: #F8F8F8;
  padding: 25px;
}

.single-auction-tab .auction-tablist {
  border: none;
  margin-bottom: 25px;
}

.single-auction-tab .auction-tablist .nav-item {
  margin-right: 10px;
}

.single-auction-tab .auction-tablist .nav-item .nav-link {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  display: inline-block;
  line-height: 1;
  padding: 10px 25px 10px;
  border-radius: 0;
  color: #000;
}

.single-auction-tab .auction-tablist .nav-item .nav-link.active {
  background-color: #43B4A0;
  color: #fff;
}

.single-auction-tab .tab-content .auction-item-desc p {
  margin-bottom: 15px;
}

.single-auction-tab .tab-content .auction-item-desc .content-feature-list {
  margin: 0;
}

/*-------------------------------
   Author Section  CSS
-------------------------------*/
.author-details-box {
  background-color: #F8F8F8;
  padding: 25px;
}

.author-details-box .author-img {
  width: 280px;
  position: relative;
  border-radius: 5px;
}

.author-details-box .author-img img {
  border-radius: 5px;
}

.author-details-box .author-img .author-badge {
  position: absolute;
  bottom: 11px;
  right: -12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #43B4A0;
}

.author-details-box .author-img .author-badge i {
  color: #fff;
  font-size: 11px;
  line-height: 34px;
  margin: 0 auto;
}

.author-details-box .single-author-info {
  width: calc(100% - 310px);
  margin-left: 30px;
}

.author-details-box .single-author-info span {
  display: block;
  margin: 0 0 5px;
}

.author-details-box .single-author-info h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.author-details-box .single-author-info p {
  margin-bottom: 20px;
}

.author-details-box .single-author-info .author-metainfo-wrap ul.author-metainfo li {
  display: inline-block;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  line-height: 1;
  padding: 8px 15px 9px;
  margin-right: 15px;
}

.author-details-box .single-author-info .author-metainfo-wrap ul.author-metainfo li:nth-child(2) {
  background-color: #43B4A0;
  margin-right: 0;
  color: #fff;
}

/*-------------------------------
   Activity Section  CSS
-------------------------------*/
.activity-card {
  background-color: #F8F8F8;
  padding: 25px;
  margin-bottom: 25px;
}

.activity-card.style2 {
  background-color: #fff;
}

.activity-card.style2 .activity-card-img {
  width: 120px;
}

.activity-card.style2 .activity-card-info {
  width: calc(100% - 140px);
  margin-right: 0;
}

.activity-card .activity-card-img {
  width: 180px;
  border-radius: 5px;
}

.activity-card .activity-card-img img {
  border-radius: 5px;
}

.activity-card .activity-card-info {
  width: calc(100% - 250px);
  margin-left: 20px;
  margin-right: 5px;
}

.activity-card .activity-card-info h3 {
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.activity-card .activity-card-info h3 a:hover {
  color: #43B4A0;
}

.activity-card .activity-card-info p {
  margin-bottom: 10px;
}

.activity-card .activity-card-info p span {
  color: #43B4A0;
  font-weight: 500;
}

.activity-card .activity-card-info .activity-card-metainfo li {
  display: inline-block;
  margin-right: 16px;
  position: relative;
  padding-left: 22px;
}

.activity-card .activity-card-info .activity-card-metainfo li:last-child {
  margin-right: 0;
}

.activity-card .activity-card-info .activity-card-metainfo li i {
  position: absolute;
  top: 0px;
  left: 0;
  color: #43B4A0;
}

.activity-card .activity-card-action {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: none;
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.activity-card .activity-card-action i {
  color: #43B4A0;
  font-size: 20px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.activity-card .activity-card-action:hover {
  background-color: #43B4A0;
}

.activity-card .activity-card-action:hover i {
  color: #fff;
}

.activity-card:hover .activity-card-info h3 {
  color: #43B4A0;
}

/*-------------------------------
   Team Section  CSS
-------------------------------*/
.team-card {
  padding: 5px 25px 22px;
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  border-radius: 5px;
}

.team-card:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 150px);
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
  z-index: -1;
}

.team-card .team-member-img {
  width: 256px;
  height: 256px;
  border-radius: 50%;
  margin: 0 auto 22px;
  text-align: center;
}

.team-card .team-member-img img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.team-card .team-member-img .member-social {
  position: relative;
  top: -55px;
  left: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  background-color: #43B4A0;
}

.team-card .team-member-img .member-social i {
  color: #fff;
  font-size: 15px;
  line-height: 42px;
  margin: 0 auto;
}

.team-card .team-member-img .member-social .social-profile {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card .team-member-img .member-social .social-profile li {
  display: block;
  margin: 10px 0;
}

.team-card .team-member-img .member-social .social-profile li:last-child {
  margin-bottom: 0;
}

.team-card .team-member-img .member-social .social-profile li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #43B4A0;
}

.team-card .team-member-img .member-social .social-profile li a i {
  color: #fff;
  font-size: 15px;
  margin: 0 auto;
}

.team-card .team-member-imfo {
  text-align: center;
}

.team-card .team-member-imfo h3 {
  font-size: 22px;
  margin: 0 0 5px;
}

.team-card .team-member-imfo span {
  color: #666666;
}

.team-card:hover .member-social {
  background-color: #43B4A0;
}

.team-card:hover .member-social i {
  color: #fff;
}

.team-card:hover .member-social .social-profile {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 15px);
}

/*-------------------------------
   Create Collection Section  CSS
-------------------------------*/
.create-collection-form {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
}

.create-collection-form h3 {
  margin-bottom: 20px;
}

.create-collection-form .radio-btn .form-group {
  margin-right: 25px;
}

.create-collection-form .radio-btn .form-group label {
  color: #666666;
  margin: 0;
}

.create-collection-form .form-group {
  margin-bottom: 25px;
}

.create-collection-form .form-group p {
  color: #000;
  font-weight: 500;
}

.create-collection-form .form-group .upload-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.create-collection-form .form-group .upload-btn input[type="file"] {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.create-collection-form .form-group .upload-btn button {
  display: inline-block;
  background-color: #43B4A0;
  color: #fff;
  display: inline-block;
  border: none;
  line-height: 1;
  padding: 13px 20px 13px;
  cursor: pointer;
}

.create-collection-form .form-group label {
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.create-collection-form .form-group input, .create-collection-form .form-group textarea {
  width: 100%;
  height: 54px;
  border: none;
  padding: 15px 18px;
}

.create-collection-form .form-group input[type="date"], .create-collection-form .form-group textarea[type="date"] {
  cursor: pointer;
}

.create-collection-form .form-group textarea {
  resize: none;
}

.create-collection-form .form-group select {
  width: 100%;
  height: 54px;
  border: none;
  padding: 15px 15px;
}

/*-------------------------------
   Top Ranking Section  CSS
-------------------------------*/
.rank-table {
  margin-bottom: 40px;
}

.rank-table .table thead tr {
  border: none;
}

.rank-table .table thead tr th {
  background-color: #F8F8F8;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 22px 20px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.rank-table .table tbody {
  border-top: none;
}

.rank-table .table tbody tr:nth-child(even) td {
  background-color: #F8F8F8;
}

.rank-table .table tbody tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 35px 15px 35px;
  text-align: center;
  line-height: 35px;
  border-top: none;
  border-bottom: none;
}

.rank-table .table tbody tr td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.rank-table .table tbody tr td .top-product {
  padding-left: 55px;
  display: inline-block;
  position: relative;
}

.rank-table .table tbody tr td .top-product .top-product-img {
  position: absolute;
  top: -3px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.rank-table .table tbody tr td .top-product .top-product-img img {
  border-radius: 50%;
}

.rank-table .table tbody tr td .top-product h6 {
  display: inline-block;
  margin: 0;
  font-weight: 500;
  text-align: left;
}

.rank-table .table tbody tr td span.positive {
  color: #12A02A;
}

.rank-table .table tbody tr td span.negative {
  color: #F02020;
}

/*-------------------------------
   Add Wallet Section  CSS
-------------------------------*/
.add-wallet-card {
  margin: 0 0 25px;
  padding: 25px 25px 22px;
  -webkit-box-shadow: 0 0 25px rgba(85, 85, 85, 0.1);
          box-shadow: 0 0 25px rgba(85, 85, 85, 0.1);
  border-radius: 5px;
}

.add-wallet-card .add-walet-title {
  position: relative;
  margin-bottom: 15px;
}

.add-wallet-card .add-walet-title span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 2px solid #E4E6F4;
  border-radius: 15px;
  padding: 10px;
}

.add-wallet-card .add-walet-title span img {
  display: block;
  margin: 0 auto;
  max-width: 22px;
}

.add-wallet-card .add-walet-title h3 {
  width: calc(100% - 60px);
  margin: 0 0 0 15px;
  font-size: 22px;
}

.add-wallet-card p {
  margin: 0;
}

/*-------------------------------
         Place Bid CSS
-------------------------------*/
#placeBid .modal-content {
  background-color: #0F193D;
}

#placeBid .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 7px;
  background-color: transparent;
  border: none;
  z-index: 9;
}

#placeBid .modal-content .modal-close i {
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

#placeBid .modal-body {
  padding: 40px 35px 40px;
  position: relative;
}

#placeBid .modal-body .bidding-popup h2 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 10px;
  color: #fff;
  text-align: center;
}

#placeBid .modal-body .bidding-popup h6 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  margin: 0;
  font-weight: 400;
}

#placeBid .modal-body .bidding-popup h6 span {
  font-weight: 600;
  color: #fff;
}

#placeBid .modal-body .bidding-popup .bidding-form {
  margin-top: 35px;
}

#placeBid .modal-body .bidding-popup .bidding-form .form-group {
  margin-bottom: 25px;
}

#placeBid .modal-body .bidding-popup .bidding-form .form-group input {
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.09);
  padding: 15px 20px;
  border: none;
  color: #fff;
}

#placeBid .modal-body .bidding-popup .bidding-form .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

#placeBid .modal-body .bidding-popup .bidding-form .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

#placeBid .modal-body .bidding-popup .bidding-form .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

#placeBid .modal-body .bidding-popup .bidding-form .form-group input::placeholder {
  color: #fff;
  opacity: 0.8;
}

#placeBid .modal-body .bidding-popup .bidding-form .form-group p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 12px;
}

#placeBid .modal-body .bidding-popup .bidding-form .form-group p span {
  color: #fff;
  font-weight: 500;
}

#placeBid .modal-body .bidding-popup .bidding-tablelist {
  margin-bottom: 30px;
}

#placeBid .modal-body .bidding-popup .bidding-tablelist li {
  margin: 0 0 12px;
}

#placeBid .modal-body .bidding-popup .bidding-tablelist li p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  width: 60%;
}

#placeBid .modal-body .bidding-popup .bidding-tablelist li span {
  color: #fff;
  font-weight: 600;
  width: 40%;
  text-align: right;
}

#placeBid .modal-body .bidding-popup button.style1 {
  width: 100%;
  display: block;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #43B4A0;
}

article p,
.terms-wrap p {
  margin-bottom: 15px;
}

article p strong,
.terms-wrap p strong {
  color: #000;
}

article p a,
.terms-wrap p a {
  color: #43B4A0;
}

article p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: #43B4A0;
}

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: #666666;
  padding-left: 3px;
}

article .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 25px 0 25px;
}

article {
  margin-bottom: 25px;
}

.post-navigation {
  margin: 0 0 25px;
}

.post-navigation .next-post,
.post-navigation .prev-post {
  width: 50%;
  display: block;
  font-size: 12px;
  position: relative;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-navigation .next-post span,
.post-navigation .prev-post span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
  color: #43B4A0;
}

.post-navigation .next-post:hover span,
.post-navigation .prev-post:hover span {
  color: #43B4A0;
}

.post-navigation .next-post {
  text-align: right;
}

.post-navigation .prev-post {
  text-align: left;
}

.post-metainfo {
  margin-bottom: 25px;
}

.post-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 18px;
  font-size: 14px;
}

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

.post-metainfo li a {
  font-size: 14px;
  color: #666666;
}

.post-metainfo li a:hover {
  color: #43B4A0;
}

.post-metainfo li i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  line-height: 0.8;
  color: #43B4A0;
}

.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: #43B4A0;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-img .blog-date:hover {
  background: #43B4A0;
  color: #fff;
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 35px;
  text-align: left;
  background-color: #F8F8F8;
  border-left: 2px solid #43B4A0;
  margin: 30px 0 30px;
}

.wp-block-quote .wp-quote-text {
  width: calc(100% - 90px);
  margin-right: 30px;
}

.wp-block-quote .wp-quote-text p {
  font-weight: 500;
  color: #666666;
  font-weight: 500;
  margin-bottom: 0;
}

.wp-block-quote .wp-quote-icon {
  width: 60px;
  height: 100%;
  position: relative;
  z-index: 1;
}

.wp-block-quote .wp-quote-icon i {
  color: #43B4A0;
  font-size: 55px;
  line-height: 0.8;
  opacity: 0.97;
  margin: 0 auto;
}

.post-meta-option {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  padding: 20px;
  margin-bottom: 25px;
}

.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: #43B4A0;
}

.post-tag span {
  margin-right: 10px;
  font-weight: 500;
  color: #000;
}

.post-tag span i {
  position: relative;
  top: 1px;
  color: #43B4A0;
  margin-right: 3px;
}

.post-share {
  display: inline-block;
}

.post-share span {
  font-weight: 500;
  color: #000;
}

.post-share ul {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.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 0;
  margin-bottom: 25px;
  border-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}

.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}

.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
}

.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: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #888888;
  margin-top: 12px;
}

.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: 500;
  color: #43B4A0;
  padding: 8px 15px;
  border-radius: 4px;
  background-color: rgba(67, 180, 160, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comment-item-wrap .reply-btn i {
  position: relative;
  margin-right: 4px;
}

.comment-item-wrap .reply-btn:hover {
  background: #43B4A0;
  color: #fff;
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
}

.comment-box-title h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  content: "";
  background: #43B4A0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 35px;
}

#cmt-form label {
  color: #888888;
  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: #888888;
}

#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
  width: 100%;
  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;
}

.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #43B4A0;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-item {
  background: #F8F8F8;
  padding: 25px;
  border-radius: 0;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-item .contact-icon {
  width: 60px;
  height: 60px;
  position: relative;
  top: 0px;
  border-radius: 50%;
  text-align: center;
  -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-item .contact-icon i {
  color: #fff;
  line-height: 0.8;
  font-size: 28px;
  position: relative;
  -webkit-transition: 0.34s;
  transition: 0.34s;
}

.contact-item .contact-info {
  width: calc(100% - 85px);
  margin-left: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-item .contact-info h3 {
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-item .contact-info a,
.contact-item .contact-info p {
  display: block;
  margin: 0;
  line-height: 1.5;
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-img {
  display: block;
  margin: 0 auto;
}

.comp-map {
  height: 400px;
}

.comp-map iframe {
  width: 100%;
  height: 100%;
}

#contactForm {
  background-color: #F8F8F8;
  padding: 30px 30px 25px;
}

#contactForm .form-group {
  margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 0;
}

#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.09);
}

#contactForm .form-group input {
  height: 60px;
}

#contactForm .form-group textarea {
  height: 163px;
  resize: none;
  padding-top: 18px;
}

#contactForm .form-group .form-check.checkbox {
  padding-left: 0px;
}

.btn.disabled {
  opacity: 1;
}

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

.error-content img {
  margin: 0 auto 20px;
  max-width: 650px;
}

.error-content p {
  margin: 15px auto 30px;
  max-width: 520px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap button.searchbtn, .search-area, .auction-card.style1 .auction-info-wrap .countdown .cdown, .auction-card.style4 .auction-info-wrap .countdown .cdown, .hw-card.style2 .hw-img span, .top-collection-wrap .collection-content .auction-deadline .auction-end .countdown .cdown, .single-auction-desc .countdown .cdown, .activity-card .activity-card-action, .contact-item .contact-icon, .hero-wrap.style1 .nft-item .nft-info-wrap, .auction-card .auction-info-wrap .auction-author-info, .auction-card .auction-info-wrap .auction-title, .auction-card.style1 .auction-info-wrap .auction-author-info, .auction-card.style2 .auction-info-wrap .auction-end, .auction-card.style9 .auction-info-wrap .auction-end, .auction-card.style2 .auction-info-wrap .auction-author-info, .auction-card.style9 .auction-info-wrap .auction-author-info, .auction-card.style3 .auction-info-wrap .auction-stock, .auction-card.style8 .auction-info-wrap .auction-author-info, .auction-card.style10 .auction-info-wrap .auction-author-info, .author-info, .vl-card .vl-info-wrap .vl-info, .seller-card, .seller-card.style2 .seller-info .item-metainfo, .author-card .author-info-wrap, .category-card .category-info, .author-details-box, .activity-card, .create-collection-form .radio-btn, .add-wallet-card .add-walet-title, #placeBid .modal-body .bidding-popup .bidding-tablelist li, .post-navigation, .auction-card.style1 .auction-info-wrap .countdown, .auction-card.style4 .auction-info-wrap .countdown, .author-details-box .single-author-info .author-metainfo-wrap, .auction-filter-btn, .product-filter-list, .owl-carousel .owl-nav, .pp-post-item, .auction-item-wrap, .auction-card.style2 .auction-info-wrap .auction-end .countdown, .auction-card.style9 .auction-info-wrap .auction-end .countdown, .top-collection-wrap .collection-content .auction-deadline, .top-collection-wrap .collection-content .auction-deadline .auction-end .countdown, .single-auction-desc .countdown, .single-auction-desc .auction-bid .bid-btn, .wp-block-quote, .post-author, .comment-item-wrap .comment-item, .contact-item {
  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, .social-profile.style3 li a, .header-wrap button.searchbtn, .search-area, .auction-card.style1 .auction-info-wrap .countdown .cdown, .auction-card.style4 .auction-info-wrap .countdown .cdown, .hw-card.style2 .hw-img span, .top-collection-wrap .collection-content .auction-deadline .auction-end .countdown .cdown, .single-auction-desc .countdown .cdown, .activity-card .activity-card-action, .contact-item .contact-icon {
  -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.style1 .nft-item .nft-info-wrap, .auction-card .auction-info-wrap .auction-author-info, .auction-card .auction-info-wrap .auction-title, .auction-card.style1 .auction-info-wrap .auction-author-info, .auction-card.style2 .auction-info-wrap .auction-end, .auction-card.style9 .auction-info-wrap .auction-end, .auction-card.style2 .auction-info-wrap .auction-author-info, .auction-card.style9 .auction-info-wrap .auction-author-info, .auction-card.style3 .auction-info-wrap .auction-stock, .auction-card.style8 .auction-info-wrap .auction-author-info, .auction-card.style10 .auction-info-wrap .auction-author-info, .author-info, .vl-card .vl-info-wrap .vl-info, .seller-card, .seller-card.style2 .seller-info .item-metainfo, .author-card .author-info-wrap, .hw-card.style2 .hw-img span, .category-card .category-info, .author-details-box, .activity-card, .create-collection-form .radio-btn, .add-wallet-card .add-walet-title, #placeBid .modal-body .bidding-popup .bidding-tablelist li, .post-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
        Footer CSS
-----------------------------------*/
.footer-wrap {
  position: relative;
  z-index: 1;
  background-color: #07012F;
}

.footer-wrap .container {
  position: relative;
}

.footer-wrap .footer-widget {
  margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-logo {
  display: block;
}

.footer-wrap .footer-widget .footer-widget-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #43B4A0;
}

.footer-wrap .footer-widget .comp-desc {
  color: rgba(255, 255, 255, 0.8);
  margin: 26px 0 32px;
  padding-right: 10px;
  text-align: center;
}

.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 20px;
}

.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #43B4A0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-wrap .footer-widget .footer-menu li a i {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 10px;
  line-height: 0.8;
  color: #43B4A0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #43B4A0;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.footer-wrap .footer-widget .footer-menu li a:hover i {
  color: #43B4A0;
}

.footer-wrap .footer-widget .pp-post-item .pp-post-info h6 a {
  color: #fff;
}

.footer-wrap .footer-widget .pp-post-item .pp-post-info span {
  color: #43B4A0;
}

.footer-wrap .footer-widget .pp-post-item .pp-post-info span i {
  color: #43B4A0;
}

.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

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

.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
  line-height: 0.8;
  color: #43B4A0;
}

.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  color: #fff;
  margin-bottom: 0;
  display: block;
  -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: #fff;
}

.copyright-text {
  margin: -10px 0 0;
  padding: 25px 0;
  text-align: center;
  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: #43B4A0;
}

.copyright-text a {
  color: #43B4A0;
  font-weight: 600;
}

.copyright-text a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .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;
    margin: 20px 0 18px;
  }
  .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: 8px;
    top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .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;
    margin: 30px 0 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 0;
  }
}

@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) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 30px;
  }
}

/*-------------------------------
    Buy Now Btn
-------------------------------*/
.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%);
}

.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d;
}
/*# sourceMappingURL=style.css.map */
