@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:ital,wght@0,400;0,500;0,700;1,500&display=swap");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  text-decoration: unset;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0; 
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #52606d;
  line-height: 26px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  height: 100vh; 
/*  background: url(../images/banner-home.jpg) no-repeat top center; */
  background-size: cover; background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: unset;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: #171d1c;
  font-family: "Roboto", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: unset;
  color: #171d1c;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ee4730;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  text-decoration: unset;
}

h5, h6 {
  font-weight: 500;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
  line-height: 38px;
  margin-top: -7px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -10px;
  }
}

h3 {
  font-size: 28px;
  line-height: 38px;
  margin-top: -9px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  margin-top: -9px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
  margin-top: -2px;
}

h6 {
  font-size: 18px;
  margin-top: -7px;
  font-weight: 500;
}

p {
  margin-top: -10px;
  text-decoration: unset;
}
p:last-child {
  margin-bottom: -7px !important;
}
p a {
  color: #ee4730;
}
p a:hover {
  color: #ee4730;
}
@media (max-width: 575px) {
  p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 42px;
    line-height: 50px;
    margin-top: -10px;
  }
  h3 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -9px;
  }
  h4 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -9px;
  }
  h5 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -5px;
  }
  h6 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -5px;
  }
}
.cate {
  font-weight: 500;
}

a {
  display: inline-block;
  text-decoration: unset;
  transition: all ease 0.3s;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 5px 0;
}

select,
input,
textarea,
button {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #bccaea;
  outline: none;
}

textarea {
  height: 200px;
  resize: none;
  padding: 10px;
}

input,
button,
select {
  height: 50px;
  color: #52606d; font-size: 16px !important;
}

button,
select {
  cursor: pointer;
}

input {
  background: #f4f4f4;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-left: 10px;
}
input:focus {
  border: 1px solid #3f22b3;
}
input[type=submit] {
  cursor: pointer;
  background-color: #0a3d62;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}

.bg_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.right_center {
  background-position: right center;
}

.left_center {
  background-position: left center;
}

.bottom_center {
  background-position: bottom center;
}

.bottom_left {
  background-position: bottom left;
}

.bottom_right {
  background-position: bottom right;
}

.top_center {
  background-position: top center;
}

.top_left {
  background-position: top left;
}

.top_right {
  background-position: top right;
}

.bg_contain {
  background-size: contain;
}

.video-button span::after, .video-button span::before, .video-button span, .or::before, .team-item .team-inner::before, .auction-item-8 .auction-content .bid-area .bid-amount::before, .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount::before, .upcoming-badge, .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount::before, .filter li span::before, .auction-item-4 .auction-content .bid-area .bid-amount::before, .auction-item-2 .auction-content .bid-area .bid-amount::before {
  position: absolute;
  content: "";
}

.dashboard-widget .share-area, .alert-widget ul li, .sort-winning-bid, .dash-bid-item .button-area, .dash-bid-item .header, .dash-pro-item .dash-pro-body li, .dash-pro-item .header, .history-table .user-info, .product-tab-menu li, .product-info-table tbody, .share-area ul, .share-area, .buy-now-area, .product-bid-form, .price-table li, .product-details-header ul, .side-counter-item, .pagination, .product-header .product-header-item, .product-header, .faq-item .faq-title, .video-button-2, .error-section, .login-form .form-group.checkgroup, .account-wrapper .right-side, .account-wrapper, .login-with li a, .login-with, .about-content .item-area, .counter-item .counter-header, .team-item .team-inner .team-content .social, .auction-item-8 .auction-content .bid-count-area, .auction-item-8 .auction-content .bid-area .bid-amount, .auction-item-8 .auction-content .bid-area, .auction-item-8 .auction-thumb, .auction-item-6 .auction-inner .auction-bidding .bid-amount, .auction-item-6 .auction-inner .auction-content .item-information, .auction-item-6 .auction-inner .auction-thumb, .auction-item-6 .auction-inner, .auction-item-7 .auction-inner .auction-content .bid-count-area, .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount, .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner, .auction-item-7 .auction-inner .auction-content .title-area .list-area, .auction-item-7 .auction-inner .auction-thumb, .auction-item-7 .auction-inner, .auction-item-5 .auction-inner .auction-content .bid-count-area, .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount, .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner, .auction-item-5 .auction-inner .auction-content .title-area .list-area, .auction-item-5 .auction-inner .auction-thumb, .auction-item-5 .auction-inner, .auction-wrapper-5, .auction-wrapper-7, .filter, .auction-item-4 .auction-content .countdown-area, .auction-item-4 .auction-content .bid-area .bid-amount, .auction-item-4 .auction-content .bid-area, .auction-item-4 .auction-thumb, .auction-item-3 .auction-content .bid-amount, .auction-item-3 .auction-thumb, .auction-item-3, .call-wrapper, .auction-item-2 .auction-content .countdown-area, .auction-item-2 .auction-content .bid-area .bid-amount, .auction-item-2 .auction-content .bid-area, .auction-item-2 .auction-thumb, .auction-item-1 .auction-content .countdown-area, .auction-item-1 .auction-content .bid-amount, .auction-item-1 .auction-thumb, .auction-item-1, .client-item .client-author .content .ratings, .client-item .client-author, .price-range, .widget-form-group, .browse-item-2, .banner-thumb-4 .bid-now, .cart-sidebar-area .single-product-item .thumb, .cart-sidebar-area .single-product-item, .menu, .header-wrapper, .header-top-wrapper .customer-support li, .header-top-wrapper .customer-support, .header-top-wrapper .cart-button-area, .header-top-wrapper, .social-icons, .footer-bottom-wrapper .gateway-area, .footer-bottom-wrapper, .newslater-area, .slider-nav, .section-header-3 .left, .section-header-3, .section-header-2 .left, .section-header-2 {
  display: flex;
  flex-wrap: wrap;
}

.video-button-2 span::after, .video-button-2 span::before, .video-button-2 span, .video-button-2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.padding-top {
  padding-top: 80px;
}

.padding-bottom {
  padding-bottom: 80px;
}

.padding-top-2 {
  padding-top: 40px;
}

.padding-bottom-2 {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .padding-top {
    padding-top: 100px;
  }
  .padding-bottom {
    padding-bottom: 100px;
  }
  .padding-top-2 {
    padding-top: 50px;
  }
  .padding-bottom-2 {
    padding-bottom: 50px;
  }
  .pt-md-half {
    padding-top: 50px;
  }
  .pb-md-half {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 80px;
  }
  .padding-bottom {
    padding-bottom: 120px;
  }
  .padding-top-2 {
    padding-top: 60px;
  }
  .padding-bottom-2 {
    padding-bottom: 60px;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .lg-oh {
    overflow: hidden;
  }
  .pt-lg-half {
    padding-top: 60px !important;
  }
  .pb-lg-half {
    padding-bottom: 60px !important;
  }
  .mt-lg--90 {
    margin-top: -90px;
    position: relative;
    z-index: 9;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .pt-md-half {
    padding-top: 60px;
  }
  .pb-md-half {
    padding-bottom: 60px;
  }
  .cl-lg-black {
    color: #52606d !important;
  }
  .mw-lg-100 {
    min-width: 100%;
  }
}
.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pr {
  position: relative;
}

/*Section Header*/
.mb-30-none {
  margin-bottom: -30px !important;
}

.tab-item {
  display: none;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
}
.tab-item.active {
  display: block;
}

.tab-menu li {
  cursor: pointer;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb--20 {
  margin-bottom: -20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt--40 {
  margin-top: -40px;
}

.mb--50 {
  margin-bottom: -50px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mb--38 {
  margin-bottom: -38px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mt--150 {
  margin-top: -150px;
}

.mt--140 {
  margin-top: -140px;
}

.mt--10 {
  margin-top: -10px;
}

@media (min-width: 1200px) {
  .pr-xl-15 {
    padding-right: 15px;
  }
}
.c-thumb {
  overflow: hidden;
}
.c-thumb a {
  display: block;
}
.c-thumb img {
  width: 100%;
  transition: all ease 0.3s;
}

.cl-white {
  color: #ffffff;
}
.cl-white * {
  color: #ffffff;
}
.cl-white *::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cl-white *::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cl-white p {
  color: rgba(255, 255, 255, 0.9);
}

.cl-black {
  color: #52606d;
}
.cl-black h1, .cl-black h2, .cl-black h3, .cl-black h4, .cl-black h5 {
  color: #171d1c;
}

.mw-500 {
  max-width: 500px;
}

.oh {
  overflow: hidden;
}

/*Section-Header Starts Here*/
.section-bg {
  background: #f1f3fd;
}

.body-bg {
  background: #ffffff;
}

.theme-bg {
  background: #ee4730;
}

.theme-one {
  background: #3f22b3;
}

.theme-two {
  background: #43b055;
}

.ash-bg {
  background-color: #f6f9ff;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  transition: all ease 0.3s;
  visibility: hidden;
  opacity: 0;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.ratings span {
  color: #ff7800;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.select-bar .current {
  display: block;
  margin-top: 2px;
}
.select-bar .list {
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
}
.select-bar .list::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.select-bar .list::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.select-bar .list::-webkit-scrollbar-track {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.select-bar .list li {
  padding: 0 20px;
}

.nice-select:after {
  width: 10px;
  height: 10px;
}

.pos-rel {
  position: relative; 
background: #ffffff;
}
.pos-rel .container {
  position: relative;
  z-index: 1;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--50 {
  margin-bottom: -50px;
}

.mb--30 {
  margin-bottom: -30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb--70 {
  margin-bottom: -70px;
}

@media (max-width: 991px) {
  .pb-max-lg-0 {
    padding-bottom: 0 !important;
  }
  .pt-max-lg-0 {
    padding-top: 0 !important;
  }
  .mt-max-lg-0 {
    margin-top: 0 !important;
  }
  .mb-max-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .pb-max-md-0 {
    padding-bottom: 0 !important;
  }
  .pt-max-md-0 {
    padding-top: 0 !important;
  }
  .mt-max-md-0 {
    margin-top: 0 !important;
  }
  .mb-max-md-0 {
    margin-bottom: 0 !important;
  }
.pos-rel {
   padding-top: 60px ;
}
}
@media (max-width: 1199px) {
  .pb-max-xl-0 {
    padding-bottom: 0 !important;
  }
  .pt-max-xl-0 {
    padding-top: 0 !important;
  }
  .mt-max-xl-0 {
    margin-top: 0 !important;
  }
  .mb-max-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .pb-max-sm-0 {
    padding-bottom: 0 !important;
  }
  .pt-max-sm-0 {
    padding-top: 0 !important;
  }
  .mt-max-sm-0 {
    margin-top: 0 !important;
  }
  .mb-max-sm-0 {
    margin-bottom: 0 !important;
  }
}
.mb--40 {
  margin-bottom: -40px;
}

.transparent {
  background: transparent !important;
}

.no-border {
  border: none !important;
}

.section-header {
  margin: 0 auto 35px;
  text-align: center;
}
.section-header .cate {
  display: block;
  color: #003b68;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}
.section-header .title {
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .section-header {
    margin-bottom: 55px;
  }
  .section-header .cate {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .section-header .title {
    margin-bottom: 18px;
  }
}
.section-header.cl-white .cate {
  color: rgba(255, 255, 255, 0.9);
}
.section-header.mb-low {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-header.mb-low {
    margin-bottom: 26px;
  }
}
.section-header.left-style {
  text-align: left;
}
.section-header.left-style p {
  margin-left: 0;
}

.section-header-2 {
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .section-header-2 {
    margin-bottom: 50px;
  }
}
.section-header-2 .left {
  width: calc(100% - 110px);
}
.section-header-2 .left .thumb {
  width: 70px;
  position: relative;
}
.section-header-2 .left .thumb img {
  max-width: 100%;
}
@media (min-width: 576px) {
  .section-header-2 .left .thumb img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.section-header-2 .left .title {
  width: calc(100% - 70px);
  padding-left: 15px;
  align-self: center;
  margin-top: 0;
}
@media (max-width: 575px) {
  .section-header-2 .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-header-2 .left .thumb {
    width: 50px;
  }
  .section-header-2 .left .title {
    width: calc(100% - 50px);
  }
}

.section-header-3 {
  align-items: center;
  margin-bottom: 45px;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .section-header-3 {
    margin-bottom: 55px;
  }
}
.section-header-3 .left {
  width: 100%;
  max-width: 640px;
}
.section-header-3 .left .thumb {
  width: 80px;
  position: relative;
}
.section-header-3 .left .thumb img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-header-3 .left .thumb img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .section-header-3 .left .thumb {
    display: none;
  }
}
.section-header-3 .left .title-area {
  width: calc(100% - 80px);
  padding-left: 15px;
  align-self: center;
  margin-top: 0;
}
.section-header-3 .left .title-area .title {
  margin: 0;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .section-header-3 .left .title-area {
    width: 100%;
    padding-left: 0;
  }
}
.section-header-3 .normal-button {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .section-header-3 .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-header-3 .left .thumb {
    width: 50px;
  }
  .section-header-3 .left .title {
    margin-bottom: 12px;
  }
  .section-header-3 .normal-button {
    margin-top: 15px;
    font-size: 14px;
    padding: 5px 25px 3px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .section-header-3 .left {
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .section-header-3 {
    text-align: center;
    justify-content: center;
  }
}

.fa, .fab, .fad, .fal, .far, .fas {
  line-height: unset;
}

.slider-nav {
  justify-content: space-between;
  width: 110px;
}
.slider-nav a {
  width: 50px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
  box-shadow: 0.487px 3.97px 10px 0px rgba(40, 58, 140, 0.3);
  font-weight: 500;
  color: #171d1c;
  background-color: rgba(255, 255, 255, 0.102);
}
.slider-nav a:last-child {
  margin-right: 0;
}
.slider-nav a.cl-black {
  color: #52606d;
}
.slider-nav a.cl-black i {
  color: #52606d;
}
.slider-nav a.active, .slider-nav a:hover {
  color: #ffffff;
  background: -webkit-linear-gradient(45deg, rgb(118 118 118) 0%, rgb(0 0 0) 100%);
}
.slider-nav a.active i, .slider-nav a:hover i {
  color: white;
}
.slider-nav.real-style {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  margin-top: 25px;
  width: 100%;
  max-width: 290px;
}
.slider-nav.real-style a {
  margin: 5px;
}
@media (max-width: 767px) {
  .slider-nav.real-style {
    max-width: 100%;
  }
}

.countdown, .total-bids {
  font-family: "Roboto", sans-serif;
}

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #3f22b3;
  display: flex;
  align-items: center;
  justify-content: center;
}

#overlayer .loader {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 3;
  border: 4px solid white;
  top: 50%;
  animation: loader 2.5s infinite ease;
}

#overlayer .loader .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: white;
  animation: loader-inner 2.5s infinite ease-in;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
/*Footer Section Starts Here*/
footer {
  position: relative;
}

.footer-top-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1400px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-top-shape {
    min-width: 570px;
  }
}
.footer-top-shape img {
  width: 100%;
}

.newslater-area {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0.487px 3.97px 81px 0px rgba(40, 58, 140, 0.46); background: url(https://storage.googleapis.com/e4mevents/media-ace-2025/images/awards-bg.jpg) no-repeat;
}
.newslater-area .newslater-thumb {
  padding: 15px;
  display: none;
}
.newslater-area .newslater-thumb img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .newslater-area .newslater-thumb {
    display: block;
  }
}
.newslater-area .newslater-content {
  width: 100%;
  padding: 15px;
}
@media (min-width: 576px) {
  .newslater-area {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .newslater-area {
    padding: 55px 45px 45px;
  }
  .newslater-area .newslater-content, .newslater-area .newslater-thumb {
    width: 50%;
  }
}

.subscribe-form {
  position: relative;
}
.subscribe-form input {
  width: 100%;
  padding: 0 150px 0 25px;
  height: 60px;
  background: transparent;
  border: 1px solid #d9d9dd;
  border-radius: 30px;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 575px) {
  .subscribe-form input {
    height: 50px;
    padding: 0 20px;
  }
  .subscribe-form button {
    position: relative;
    margin-top: 20px;
  }
}

.mb--60 {
  margin-bottom: -60px;
}

.footer-widget {
  margin-bottom: 60px;
}
.footer-widget .title {
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 24px;
}
.footer-widget .links-list {
  margin-bottom: -14px;
  margin-bottom: 20px;
}
.footer-widget .links-list li {
  padding: 0;
}
.footer-widget .links-list li a {
  padding: 5px 0 4px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
@media (max-width: 575px) {
  .footer-widget .links-list li a {
    font-size: 16px;
  }
}
.footer-widget .links-list li a i {
  margin-right: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .links-list li a i {
    margin-right: 10px;
  }
}
.footer-widget .links-list li a:hover {
  color: #ee4730;
}

.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.302);
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 0;
  margin-left: -15px;
  margin-right: -15px;
}
.footer-bottom-wrapper .logo, .footer-bottom-wrapper .gateway-area, .footer-bottom-wrapper .copyright {
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-bottom-wrapper .logo a {
  display: block;
}
.footer-bottom-wrapper .logo img {
  width: 100%;
}
.footer-bottom-wrapper .gateway-area {
  margin: -8px;
  margin-bottom: 17px;
}
.footer-bottom-wrapper .gateway-area li {
  padding: 8px;
}
.footer-bottom-wrapper .copyright p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
  .footer-bottom-wrapper .logo {
    width: 150px;
  }
}

.anime-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.anime-wrapper div[class*=anime] {
  position: absolute;
}
.anime-wrapper .anime-1 {
  top: 30px;
  left: calc(50% - 500px);
}
.anime-wrapper .anime-2 {
  top: 40px;
  left: calc(50% - 180px);
}
.anime-wrapper .anime-3 {
  top: 350px;
  left: calc(50% - 620px);
}
.anime-wrapper .anime-6 {
  top: 250px;
  left: calc(50% - 500px);
}
.anime-wrapper .anime-5 {
  top: 330px;
  left: calc(50% - 200px);
}
.anime-wrapper .anime-7 {
  top: 360px;
  left: calc(50% - 450px);
}

.social-icons {
  margin: -5px;
}
.social-icons li {
  padding: 5px;
}
.social-icons li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  color: #52606d;
}
.social-icons li a:hover, .social-icons li a.active {
  color: #ffffff;
  background: #ee4730;
}
@media (max-width: 1199px) {
  .social-icons li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

/*Header Sectionn Starts Here*/
.header-top-wrapper {
  justify-content: space-between;
}
.header-top-wrapper .customer-support, .header-top-wrapper .cart-button-area {
  align-items: center;
}
.header-top-wrapper .customer-support {
  font-size: 16px;
}
.header-top-wrapper .customer-support .cmn-support-text {
  padding-right: 19px;
}
.header-top-wrapper .customer-support .cmn-support-text a i {
  padding-right: 10px;
}
.header-top-wrapper .customer-support a {
  color: #ffffff;
}
.header-top-wrapper .customer-support li {
  align-items: center;
}
.header-top-wrapper .customer-support li i {
  color: #ffffff;
}
.header-top-wrapper .customer-support .select-bar {
  border: none;
  background: transparent;
  padding-left: 5px;
}
.header-top-wrapper .customer-support .select-bar::after {
  width: 6px;
  height: 6px;
  border-color: #ffffff;
}
.header-top-wrapper .customer-support .select-bar .current {
  color: #ffffff;
}
.header-top-wrapper .customer-support .list li {
  padding: 0 15px;
}
.header-top-wrapper .cart-button-area li {
  padding: 4px 15px;
  text-align: center;
}
.header-top-wrapper .cart-button-area li:last-child {
  padding-right: 0;
}
.header-top-wrapper .cart-button-area li .user-button {
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
  background: #5a4bcc;
  height: 40px;
  border-radius: 50%;
}
.header-top-wrapper .cart-button-area li .user-button.white {
  background: #ffffff;
  color: #171d1c;
}
.header-top-wrapper .cart-button-area li .cart-button {
  width: 50px;
  line-height: 40px;
  font-size: 34px;
  color: #ffffff;
  height: 40px;
  position: relative;
}
.header-top-wrapper .cart-button-area li .cart-button a {
  display: flex;
}
.header-top-wrapper .cart-button-area li .cart-button .amount {
  border-radius: 50%;
  background: #5a4bcc;
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
}

.header-top {
  border: 1px solid rgba(136, 124, 225, 0.502);
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-wrapper {
  align-items: center;
  justify-content: center;
}
.header-wrapper .logo {
  width: 160px;
}
.header-wrapper .logo a {
  display: block;
}
.header-wrapper .logo img {
  width: 100%;
}

.search-form {
  position: relative;
  width: 255px;
  font-size: 14px;
  margin-left: auto;
  margin-right: 20px;
}
.search-form input {
  height: 40px;
  border-radius: 20px;
  background-color: rgba(18, 30, 105, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 0 45px 0 20px;
}
.search-form input::-moz-placeholder {
  color: #d7d4fc;
}
.search-form input::placeholder {
  color: #d7d4fc;
}
.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  border-radius: 20px;
  text-align: left;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .search-form {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .search-form {
    position: absolute;
    margin-right: 0;
    top: 75%;
    right: 15px;
    transition: all ease 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  .search-form input {
    background: #3f22b3;
    border: 1px solid #bccaea;
  }
  .search-form.active {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}
.search-form.white input {
  background: #ffffff;
  color: #171d1c;
}
.search-form.white input::-moz-placeholder {
  color: #52606d;
}
.search-form.white input::placeholder {
  color: #52606d;
}
.search-form.white button {
  color: #52606d;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-wrapper .logo {
    width: 160px;
  }
  .header-wrapper .search-form {
    width: 220px;
  }
}
.menu {
  align-items: center;
  transition: all ease 0.3s;
}
.menu li {
  padding: 0;
  position: relative;
}
.menu li a {
    padding: 10px 15px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .menu li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .menu li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 165px;
    background: #ffffff;
    visibility: hidden;
    transform-origin: top;
    transform: scaleY(0);
    transition: all ease 0.3s;
  }
  .menu li .submenu li a {
    color: #171d1c;
    font-size: 16px;
    text-transform: capitalize;
    padding: 4px 20px;
    border-bottom: 1px solid #bccaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu li .submenu li .submenu {
    top: 0;
    left: 100%;
  }
  .menu li .submenu li:hover > a {
    color: #ffffff;
    background: #003b68;
    border-color: transparent;
  }
  .menu li:hover > .submenu {
    transform: scaleY(1);
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .menu {
    display: block;
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
  }
  .menu li {
    width: 100%;
    border-bottom: 1px solid #3c3c3c;
  }
  .menu li .submenu {
    display: none;
    padding-left: 20px;
  }
  .menu li .submenu li:last-child {
    border-bottom: none;
  }
  .menu li .submenu li:first-child {
    border-top: 1px solid #3c3c3c;
  }
  .menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    text-transform: capitalize;
  }
  .menu.active {
    transform: scaleY(1);
    visibility: visible;
  }
}

.menu-item-has-children > a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  font-weight: 600;
}

.search-bar {
  margin-right: 30px;
  margin-left: auto;
}
.search-bar a {
  color: #ee4730;
  color: #ffffff;
}

.header-bar {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px;
}
.header-bar span {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 100%;
  transition: all ease 0.3s;
  background-color: #ffffff;
  left: 0;
}
.header-bar span:first-child {
  top: 0;
}
.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}
.header-bar span:last-child {
  bottom: 0;
}
.header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}

.header-bottom {
    padding: 10px 0;
    transition: all ease 0.3s;
    background: #000000b5;
}
.header-bottom.active {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation-name: fadeInUp;
  animation-duration: 1s;
}

/*Cart Area Sidebar Starts*/
.cart-sidebar-area {
  background-color: #0a3d62;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  overflow-y: auto;
  top: 0;
  z-index: 9999;
  transition: 0.7s ease;
  transform: translateX(350px);
}
.cart-sidebar-area.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}
.cart-sidebar-area .btn-wrapper {
  margin-top: 40px;
}
.cart-sidebar-area .top-content {
  position: relative;
  margin-bottom: 35px;
}
.cart-sidebar-area .logo {
  max-width: 160px;
  display: block;
}
.cart-sidebar-area .logo img {
  width: 100%;
}
.cart-sidebar-area .side-sidebar-close-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  font-size: 16px;
  color: #ee4730;
  cursor: pointer;
}
.cart-sidebar-area .cart-products .title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  margin-bottom: 25px;
}
.cart-sidebar-area .single-product-item {
  min-height: 80px;
  margin-bottom: 20px;
}
.cart-sidebar-area .single-product-item .thumb {
  width: 100px;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 100px;
}
.cart-sidebar-area .single-product-item .thumb img {
  max-width: 100%;
  max-height: 100%;
}
.cart-sidebar-area .single-product-item .content {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.cart-sidebar-area .single-product-item .content .price {
  color: rgba(255, 255, 255, 0.9);
}
.cart-sidebar-area .single-product-item .content .price .pprice {
  color: #ffffff;
}
.cart-sidebar-area .single-product-item .content .price .dprice {
  padding-left: 5px;
  font-size: 80%;
}
.cart-sidebar-area .single-product-item .content .title {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0px;
}
.cart-sidebar-area .single-product-item .content .remove-cart {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background-color: #ee4730;
  padding: 2px 18px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all 0.3s ease-in;
}
.cart-sidebar-area .single-product-item .content .remove-cart:hover {
  opacity: 0.8;
}
.cart-sidebar-area .custom-button {
  background: #ffffff;
  color: #171d1c;
  text-transform: capitalize;
}
.cart-sidebar-area .custom-button:hover {
  background: #ee4730;
}

.overlay {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

/*Banner Section One Starts Here*/
.banner-section {
  position: relative;
  padding: 220px 0 240px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .banner-section {
    padding: 270px 0 270px;
  }
}
@media (min-width: 1200px) {
  .banner-section {
    padding: 280px 0 280px;
  }
}

.banner-content {
  position: relative;
  z-index: 2;
}
.banner-content .title {
  font-size: 76px;
  line-height: 86px;
  margin-bottom: 15px;
}
.banner-content p {
  font-size: 22px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 33px;
}
.banner-content .custom-button {
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .banner-content {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .banner-content .title {
    font-size: 60px;
    line-height: 70px;
  }
  .banner-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .banner-content .title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .banner-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .banner-content .title {
    font-size: 80px;
    line-height: 90px;
  }
}
.banner-content .cate {
  margin-bottom: 15px;
  color: #00f7ff;
}
@media (max-width: 767px) {
  .banner-content .cate {
    margin-bottom: 10px;
  }
}

.banner-shape, .banner-shape-2 {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px !important;
  transform: translateX(-50%);
  width: 100%; z-index: 9999; 
}
.banner-shape img, .banner-shape-2 img {
  width: 100%;
}

/*Banner Section Two Starts Here*/
.banner-section-2 {
  position: relative;
  overflow: hidden;
  padding: 220px 0 240px;
}
@media (min-width: 992px) {
  .banner-section-2 {
    padding: 200px 0 240px;
  }
}
@media (min-width: 1200px) {
  .banner-section-2 {
    padding: 220px 0 270px;
  }
}

.banner-shape-2 {
  bottom: -100px;
  min-width: 1800px;
}

.banner-thumb {
  position: relative;
  z-index: 1;
}
.banner-thumb img {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 0;
}
@media (max-width: 1199px) {
  .banner-thumb img {
    max-width: 580px;
  }
}

.banner-thumb-2 {
  position: relative;
}
.banner-thumb-2 img {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 0;
}
@media (max-width: 1199px) {
  .banner-thumb-2 img {
    max-width: 600px;
  }
}

.banner-thumb-3 {
  position: relative;
}
.banner-thumb-3 img {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: -40px;
  z-index: 1;
  max-width: 750px;
}
@media (max-width: 1399px) {
  .banner-thumb-3 img {
    left: -7%;
    width: 700px;
  }
}
@media (max-width: 1199px) {
  .banner-thumb-3 img {
    width: 550px;
  }
}

/*Browse Slider Seciton Starts Here*/
.browse-item {
  display: block;
  border-radius: 10px;
  box-shadow: -2.034px 6.84px 10px 0px rgba(55, 34, 154, 0.3);
  padding: 0px;
  text-align: center;
  color: #171d1c;
  margin: 15px;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.browse-item img {
  width: unset !important;
  margin: 0 auto 10px; border-radius: 10px 10px 0px 0px;
}
.browse-item span {
  transition: all 0.4s;
}
.browse-item:hover, .browse-item.active {
  color: #000;
  background: -ms-linear-gradient(88deg, rgb(67, 46, 185) 4%, rgb(110, 72, 211) 58%, rgb(153, 97, 236) 100%);
  box-shadow: -2.034px 6.84px 10px 0px rgba(56, 34, 154, 0.168);
}
.browse-item:hover .info, .browse-item.active .info {
  color: #d63384;
}

.browse-slider-section {
  position: relative;
  z-index: 9;
}

.mt--140 {
  margin-top: -140px;
}

/*Banner Section Four Starts Here*/
.bot-0 {
  bottom: 0;
}

@media (min-width: 992px) {
  .banner-4update {
    position: initial !important;
    right: 0;
  }
}
.banner-4update .thums {
  position: absolute;
  top: -210px;
  right: -160px;
}
@media screen and (max-width: 1650px) {
  .banner-4update .thums {
    max-width: 510px;
  }
  .banner-4update .thums img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .banner-4update .thums {
    top: -200px;
    right: -60px;
  }
}
@media screen and (max-width: 991px) {
  .banner-4update {
    position: initial !important;
  }
  .banner-4update .thums {
    position: initial !important;
  }
}

.banner-thumb-4 {
  position: relative;
}
.banner-thumb-4 .bid-now {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  top: 130px;
  left: 25px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: -webkit-linear-gradient(135deg, rgb(245, 49, 127) 0%, rgb(255, 124, 110) 100%);
  box-shadow: 0px 5px 3px 0px rgba(245, 49, 127, 0.2);
}
.banner-thumb-4 .bid-now span {
  display: block;
}
.banner-thumb-4 .bid-now i {
  font-size: 48px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .banner-thumb-4 .bid-now {
    width: 100px;
    height: 100px;
    left: 0;
  }
  .banner-thumb-4 .bid-now i {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .banner-thumb-4 .bid-now {
    position: relative;
  }
}
@media screen and (max-width: 499px) {
  .banner-thumb-4 .bid-now {
    width: 80px;
    height: 80px;
    top: 0px;
  }
  .banner-thumb-4 .bid-now i {
    font-size: 24px;
  }
  .banner-thumb-4 .bid-now span {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .banner-thumb-4 {
    position: absolute;
    left: 0;
    transform: translate(-10%, -30%);
  }
  .banner-thumb-4 img {
    max-width: 770px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .banner-thumb-4 {
    transform: translate(-21%, -42%);
  }
  .banner-thumb-4 img {
    max-width: 430px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-thumb-4 {
    left: 0;
    transform: translate(0, -50%);
  }
  .banner-thumb-4 img {
    max-width: 550px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .banner-thumb-4 {
    transform: translate(-21%, -42%);
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .banner-thumb-4 {
/*    transform: translate(-10%, -37%);*/
  }
}
@media (max-width: 991px) {
  .banner-thumb-4 {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0;
  }
  .banner-thumb-4 img {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .banner-thumb-4 {
    margin-top: 30px;
  }
}

.banner-section-4 {
  position: relative;
  overflow: hidden;
  padding: 240px 0 100px;
}
.banner-section-4 .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .banner-section-4 {
    padding: 270px 0 270px;
  }
}
@media (min-width: 1200px) {
  .banner-section-4 {
    padding: 140px 0 235px;
  }
}
@media (max-width: 575px) {
  .banner-section-4 {
    padding: 135px 0 130px;
  }
}

/*Banner Section 5 Starts Here*/
.banner-section-5 {
  position: relative;
  overflow: hidden;
  padding: 240px 0 120px;
}
.banner-section-5 .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .banner-section-5 {
    padding: 270px 0;
  }
}
@media (min-width: 1200px) {
  .banner-section-5 {
    padding: 280px 0 445px;
  }
}
@media (max-width: 575px) {
  .banner-section-5 {
    padding: 220px 0 120px;
  }
}

.banner-thumb-5 {
  position: relative;
}
.banner-thumb-5 img {
  position: absolute;
  top: 0;
  left: -170px;
  transform: translateY(-40%);
}
@media (max-width: 1199px) {
  .banner-thumb-5 img {
    transform: translateY(-50%);
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .banner-shape-5 {
    min-width: 1920px;
  }
}

.browse-item-2 {
  padding: 30px 15px 25px;
  border-radius: 5px;
  box-shadow: -1px 0px 10px 0px rgba(55, 34, 154, 0.3);
  margin: 15px;
  align-items: center;
  transition: all 0.4s;
}
.browse-item-2 .thumb {
  width: 40px;
}
.browse-item-2 .content {
  width: calc(100% - 40px);
  padding-left: 15px;
}
.browse-item-2 .content .title {
  color: #171d1c;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
}
.browse-item-2 .content .info {
  color: #52606d;
  font-size: 15px;
  display: block;
}
.browse-item-2 .badges {
  border-radius: 50%;
  background: -ms-linear-gradient(-73deg, rgb(67, 46, 185) 4%, rgb(110, 72, 211) 58%, rgb(153, 97, 236) 100%);
  box-shadow: 0px 6px 10px 0px rgba(55, 34, 154, 0.22);
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: -15px;
}
.browse-item-2:hover {
  box-shadow: -2.034px 6.84px 10px 0px rgba(56, 34, 154, 0.168);
}

/*Hero Section Starts Here*/
.hero-section {
  position: relative;
  padding: 190px 0 505px;
  overflow: hidden;
}
.hero-section .container, .hero-section .container-fluid {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-section {
    padding: 190px 0 160px;
  }
  .hero-section.style-2 {
    padding-bottom: 300px;
  }
}

@media (min-width: 992px) {
  .pb-lg-400 {
    padding-bottom: 400px !important;
  }
  .mt-lg--325 {
    margin-top: -325px !important;
  }
}
.hero-bg {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  color: #ffffff;
  text-transform: capitalize;
}
.breadcrumb li a {
  color: #ffffff;
}
.breadcrumb li a::after {
  content: "\f101";
  font-family: "Flaticon";
  font-weight: 500;
  margin: 0 10px;
  color: #ffffff;
}
.breadcrumb li a:hover {
  color: #ee4730;
}
.breadcrumb li span {
  color: #ffffff;
}

/*Sidebar Widget Starts Here*/
.widget {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
  margin-bottom: 30px;
}
.widget .title {
  border-bottom: 1px solid rgb(234, 231, 231);
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .custom-button {
  padding: 0 25px;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  background: -ms-linear-gradient(166deg, rgb(242, 40, 118) 0%, rgb(148, 45, 217) 100%);
  box-shadow: 0px 3px 5px 0px rgba(162, 44, 202, 0.3);
}
.widget .ui-state-default {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: block;
  border: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
  outline: none;
  cursor: pointer;
  top: -9px;
}
.widget .ui-state-default::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: -ms-linear-gradient(166deg, rgb(242, 40, 118) 0%, rgb(148, 45, 217) 100%);
  top: 3px;
  left: 3px;
  display: block;
}
.widget .ui-slider-range {
  background: -ms-linear-gradient(166deg, rgb(242, 40, 118) 0%, rgb(148, 45, 217) 100%);
}
.widget .ui-widget.ui-widget-content {
  height: 3px;
  background: #d2d2d2;
  border: none;
  margin-bottom: 25px;
}

.widget-form-group {
  align-items: center;
  margin-bottom: 6px;
}
.widget-form-group:last-child {
  margin-bottom: 0;
}
.widget-form-group input {
  width: 14px;
  height: 14px;
}
.widget-form-group label {
  margin: 0;
  width: calc(100% - 14px);
  padding-left: 8px;
  font-size: 14px;
  color: #171d1c;
  font-weight: 500;
}

.price-range {
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.price-range label {
  margin: 0;
  font-weight: 500;
  color: #171d1c;
}
.price-range input {
  height: unset;
  width: unset;
  padding: 7px;
  background: transparent;
  border: none;
  text-align: right;
  font-weight: 500;
  color: #171d1c;
  padding-right: 0;
}

/*Client Section Starts Here*/
.client-item {
  background: #ffffff;
  margin: 15px;
  border-radius: 20px;
  box-shadow: 0.487px 3.97px 15px 0px rgba(40, 58, 140, 0.19);
}
.client-item .client-content {
  padding: 25px 30px;
}
.client-item .client-content p {
  margin: 0 !important;
}
.client-item .client-author {
  border-top: 1px solid #edeafb;
  padding: 20px 30px;
  align-items: center;
}
.client-item .client-author .thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.client-item .client-author .thumb a {
  display: block;
}
.client-item .client-author .thumb img {
  width: 100%;
}
.client-item .client-author .content {
  width: calc(100% - 50px);
  padding-left: 20px;
}
.client-item .client-author .content .title {
  margin: 0;
}
.client-item .client-author .content .ratings {
  font-size: 14px;
}

.m--15 {
  margin: -15px;
}

div[class*=auction] .custom-button {
  text-transform: capitalize;
}

/*How Section Starts Here*/
.how-wrapper {
  padding: 60px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .how-wrapper.shadow-style {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(23, 29, 28, 0.2);
  }
}
@media (max-width: 1199px) {
  .how-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .how-wrapper {
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .how-wrapper {
    padding: 40px 15px;
  }
}

.how-item {
  margin-bottom: 40px;
  text-align: center;
}
.how-item .how-thumb {
  margin: 0 auto 25px;
}
.how-item .how-thumb img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .how-item .how-thumb {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .how-item .how-thumb {
    max-width: 180px;
  }
}
.how-item .how-content .title {
  margin-bottom: 18px;
}

.how-video-wrapper {
  padding: 120px 0 110px;
  text-align: center;
}
.how-video-wrapper a .title {
  color: #ffffff;
  margin-bottom: 20px;
}
.how-video-wrapper a .video-button {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .how-video-wrapper {
    padding: 80px 0;
  }
}

.car-1, .car-2 {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1700px) {
  .car-1 img, .car-2 img {
    max-width: 350px;
  }
}
@media screen and (max-width: 1599px) {
  .car-1 img, .car-2 img {
    max-width: 280px;
  }
}

.car-1 {
  left: 0;
}

.car-2 {
  right: 0;
}

/*Art & Electronics Auction Section Starts Here*/
.auction-item-1 {
  border: 1px solid rgb(212, 215, 245);
  border-radius: 10px;
  padding: 10px;
  margin: 0 1px 30px 0;
  align-items: center;
  overflow: hidden;
  transition: all 0.4s;
}
.auction-item-1 .auction-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(246, 246, 255);
  justify-content: center;
  align-items: center;
  width: calc(50% - 7px);
}
.auction-item-1 .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-1 .auction-thumb a img {
  transition: all 0.5s;
}
.auction-item-1 .auction-thumb .bid {
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  text-align: center;
  background: -ms-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.13);
  background: #ffffff;
}
.auction-item-1 .auction-thumb .bid i {
  color: #43b055;
}
.auction-item-1 .auction-thumb .rating {
  color: #ff7800;
  position: absolute;
  top: 20px;
  right: 20px;
}
.auction-item-1 .auction-thumb img {
  width: 100%;
}
.auction-item-1 .auction-content {
  padding-left: 20px;
  width: calc(50% + 7px);
}
.auction-item-1 .auction-content .title {
  margin: 0;
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 15px;
}
.auction-item-1 .auction-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.auction-item-1 .auction-content .bid-amount {
  padding: 12px 20px;
  align-items: center;
  border-bottom: 2px dotted #deddf5;
  border-top: 2px dotted #deddf5;
}
.auction-item-1 .auction-content .bid-amount .icon i {
  line-height: 1;
  font-size: 36px;
  color: #43b055;
}
.auction-item-1 .auction-content .bid-amount .amount-content {
  padding-left: 15px;
}
.auction-item-1 .auction-content .bid-amount .amount-content .current {
  font-size: 14px;
  color: #43b055;
  line-height: 20px;
  margin-bottom: 5px;
}
.auction-item-1 .auction-content .bid-amount .amount-content .amount {
  font-size: 20px;
  line-height: 20px;
  color: #171d1c;
}
.auction-item-1 .auction-content .countdown-area {
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.auction-item-1 .auction-content .countdown-area .countdown {
  margin-top: 5px;
}
.auction-item-1 .auction-content .countdown-area .total-bids {
  margin-top: 5px;
  width: 80px;
  color: #43b055;
  padding-left: 15px;
  text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.19);
  border-left: 1px solid #d0cff0;
  line-height: 20px;
}
@media screen and (max-width: 520px) {
  .auction-item-1 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .auction-item-1 .auction-thumb, .auction-item-1 .auction-content {
    width: 100%;
  }
  .auction-item-1 .auction-content {
    padding: 0;
    padding-top: 30px;
  }
}
.auction-item-1:hover {
  box-shadow: -2.034px 6.84px 10px 0px rgba(56, 34, 154, 0.168);
}
.auction-item-1:hover .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-1:hover .auction-thumb a img {
  transform: scale(1.1);
}

@media screen and (min-width: 991px) {
  .cusbg {
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 4px;
  }
}

.countdown {
  text-shadow: 0px 5px 3px rgba(245, 49, 127, 0.2);
  background: -webkit-linear-gradient(#ff7c6e, #f5317f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Coins & Bullions Auction Section Starts Here*/
.auction-item-2 {
  padding: 10px 10px 30px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
  margin: 0 auto 30px;
  transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 575px) {
  .auction-item-2 {
    max-width: 350px;
  }
}
.auction-item-2 .auction-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(246, 246, 255);
  justify-content: center;
  align-items: center;
}
.auction-item-2 .auction-thumb .bid {
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  text-align: center;
  background: -ms-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.13);
  background: #ffffff;
}
.auction-item-2 .auction-thumb .bid i {
  color: #dc3893;
}
.auction-item-2 .auction-thumb .rating {
  color: #ff7800;
  position: absolute;
  top: 20px;
  right: 20px;
}
.auction-item-2 .auction-thumb img {
  width: 100%;
}
.auction-item-2 .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-2 .auction-thumb a img {
  transition: all 0.5s;
}
.auction-item-2 .auction-content .title {
  margin: 0;
  line-height: 28px;
  font-size: 20px;
  padding: 16px 0;
}
.auction-item-2 .auction-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.auction-item-2 .auction-content .custom-button {
  width: 100%;
  max-width: 230px;
  text-align: center;
}
.auction-item-2 .auction-content .bid-area .bid-amount {
  padding: 12px 10px;
  align-items: center;
  border-bottom: 2px dotted #deddf5;
  border-top: 2px dotted #deddf5;
  width: 50%;
  justify-content: center;
  position: relative;
}
.auction-item-2 .auction-content .bid-area .bid-amount .icon {
  max-width: 30px;
}
.auction-item-2 .auction-content .bid-area .bid-amount .icon i {
  line-height: 1;
  font-size: 36px;
  color: #43b055;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auction-item-2 .auction-content .bid-area .bid-amount .icon {
    max-width: 25px;
  }
  .auction-item-2 .auction-content .bid-area .bid-amount .icon i {
    font-size: 30px;
  }
}
.auction-item-2 .auction-content .bid-area .bid-amount .amount-content {
  padding-left: 15px;
  max-width: calc(100% - 30px);
}
.auction-item-2 .auction-content .bid-area .bid-amount .amount-content .current {
  font-size: 14px;
  color: #43b055;
  line-height: 20px;
  margin-bottom: 5px;
}
.auction-item-2 .auction-content .bid-area .bid-amount .amount-content .amount {
  font-size: 20px;
  line-height: 20px;
  color: #171d1c;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auction-item-2 .auction-content .bid-area .bid-amount .amount-content {
    max-width: calc(100% - 25px);
  }
  .auction-item-2 .auction-content .bid-area .bid-amount .amount-content .amount {
    font-size: 18px;
  }
}
.auction-item-2 .auction-content .bid-area .bid-amount::before {
  width: 1px;
  right: 0;
  bottom: 15px;
  top: 15px;
  background: #bfbee8;
}
.auction-item-2 .auction-content .bid-area .bid-amount:nth-child(even)::before {
  display: none;
}
.auction-item-2 .auction-content .bid-area .bid-amount:nth-child(even) .icon i,
.auction-item-2 .auction-content .bid-area .bid-amount:nth-child(even) .amount-content .current {
  color: #ee4730;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .auction-item-2 .auction-content .bid-area .bid-amount {
    padding: 12px 5px;
  }
}
@media screen and (max-width: 450px) {
  .auction-item-2 .auction-content .bid-area .bid-amount {
    padding: 12px 0;
  }
  .auction-item-2 .auction-content .bid-area .bid-amount .icon {
    width: 25px;
  }
  .auction-item-2 .auction-content .bid-area .bid-amount .icon i {
    font-size: 30px;
  }
  .auction-item-2 .auction-content .bid-area .bid-amount .amount-content {
    padding-left: 15px;
  }
  .auction-item-2 .auction-content .bid-area .bid-amount .amount-content .amount {
    font-size: 18px;
  }
}
.auction-item-2 .auction-content .countdown-area {
  font-size: 18px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.auction-item-2 .auction-content .countdown-area .countdown {
  margin-top: 5px;
  text-shadow: 0px 5px 3px rgba(245, 49, 127, 0.2);
  background: -webkit-linear-gradient(#ff7c6e, #f5317f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auction-item-2 .auction-content .countdown-area .total-bids {
  margin-top: 5px;
  color: #43b055;
  padding-left: 15px;
  text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.19);
  border-left: 1px solid #d0cff0;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .auction-item-2 .auction-content .countdown-area .total-bids {
    padding-left: 35px;
  }
}
.auction-item-2:hover {
  box-shadow: -2.034px 6.84px 10px 0px rgba(56, 34, 154, 0.168);
}
.auction-item-2:hover .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-2:hover .auction-thumb a img {
  transform: scale(1.1);
}

/*Jewelry Section Starts Here*/
.jewelry-bg, .car-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.jewelry-bg img, .car-bg img {
  width: 100%;
}

.car-bg {
  min-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
}

/*Call In Section Starts Here*/
.call-wrapper {
  padding: 50px 80px 100px;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
}
.call-wrapper .section-header {
  margin-bottom: 0px;
}
.call-wrapper .custom-button {
  color: #ee4730;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .call-wrapper {
    padding: 65px 40px 30px;
  }
}
@media (max-width: 575px) {
  .call-wrapper {
    padding: 65px 30px 30px;
  }
}
@media screen and (max-width: 499px) {
  .call-wrapper {
    padding: 65px 15px 30px;
  }
}

/*Popular Auction Section Starts Here*/
.auction-item-3 {
  margin-bottom: 40px;
  transition: all 0.4s;
  transition: all 0.4s;
}
.auction-item-3 .auction-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(246, 246, 255);
  justify-content: center;
  align-items: center;
  width: calc(50% - 7px);
}
.auction-item-3 .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-3 .auction-thumb a img {
  transition: all 0.5s;
}
.auction-item-3 .auction-thumb .bid {
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  text-align: center;
  background: -ms-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.13);
  background: #ffffff;
}
.auction-item-3 .auction-thumb .bid i {
  color: #43b055;
}
.auction-item-3 .auction-thumb .rating {
  color: #ff7800;
  position: absolute;
  top: 20px;
  right: 20px;
}
.auction-item-3 .auction-thumb img {
  width: 100%;
}
.auction-item-3 .auction-content {
  padding-left: 20px;
  width: calc(50% + 7px);
  text-align: center;
  align-self: center;
}
.auction-item-3 .auction-content .title {
  margin: 0;
  line-height: 26px;
  font-size: 20px;
  margin-bottom: 15px;
}
.auction-item-3 .auction-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.auction-item-3 .auction-content .bid-amount {
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-bottom: 2px dotted #deddf5;
  border-top: 2px dotted #deddf5;
}
.auction-item-3 .auction-content .bid-amount .icon i {
  line-height: 1;
  font-size: 36px;
  color: #43b055;
}
.auction-item-3 .auction-content .bid-amount .amount-content {
  padding-left: 15px;
}
.auction-item-3 .auction-content .bid-amount .amount-content .current {
  font-size: 14px;
  color: #43b055;
  line-height: 20px;
  margin-bottom: 5px;
}
.auction-item-3 .auction-content .bid-amount .amount-content .amount {
  font-size: 20px;
  line-height: 20px;
  color: #171d1c;
}
.auction-item-3 .auction-content .bids-area {
  margin-top: 7px;
  font-size: 16px;
}
.auction-item-3 .auction-content .bids-area .total-bids {
  color: #43b055;
}
@media screen and (max-width: 520px) {
  .auction-item-3 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .auction-item-3 .auction-thumb, .auction-item-3 .auction-content {
    width: 100%;
  }
  .auction-item-3 .auction-content {
    padding: 0;
    padding-top: 20px;
  }
}
.auction-item-3:hover {
  box-shadow: -2.034px 6.84px 10px 0px rgba(56, 34, 154, 0.168);
}
.auction-item-3:hover .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-3:hover .auction-thumb a img {
  transform: scale(1.1);
}

.popular-auction-wrapper {
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(23, 29, 28, 0.2);
  padding: 50px 30px;
}
@media (max-width: 767px) {
  .popular-auction-wrapper {
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
  .popular-auction-wrapper .auction-item-3 {
    box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.26);
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
}

.popular-bg, .how-video-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  max-height: calc(100% - 120px);
}

.how-video-shape {
  background-size: contain;
  background-position: left top;
}

/*Real Estate Auction Starts Here*/
.auction-item-4 {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  transition: all 0.4s;
}
.auction-item-4 .auction-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(246, 246, 255);
  justify-content: center;
  align-items: center;
  width: 100%;
}
.auction-item-4 .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-4 .auction-thumb a img {
  transition: all 0.5s;
}
.auction-item-4 .auction-thumb .bid {
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  text-align: center;
  background: -ms-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.13);
  background: #ffffff;
}
.auction-item-4 .auction-thumb .bid i {
  color: #43b055;
}
.auction-item-4 .auction-thumb .rating {
  color: #ff7800;
  position: absolute;
  top: 20px;
  right: 20px;
}
.auction-item-4 .auction-thumb img {
  width: 100%;
}
.auction-item-4 .auction-thumb a {
  display: block;
}
.auction-item-4 .auction-content {
  width: 100%;
  text-align: center;
}
.auction-item-4 .auction-content .title {
  margin: 0;
  padding: 16px 0;
}
.auction-item-4 .auction-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.auction-item-4 .auction-content .custom-button {
  width: 100%;
  max-width: 230px;
  text-align: center;
}
.auction-item-4 .auction-content .bid-area .bid-amount {
  padding: 12px 10px;
  align-items: center;
  border-bottom: 2px dotted #deddf5;
  border-top: 2px dotted #deddf5;
  width: 50%;
  justify-content: center;
  position: relative;
}
.auction-item-4 .auction-content .bid-area .bid-amount .icon {
  max-width: 30px;
}
.auction-item-4 .auction-content .bid-area .bid-amount .icon i {
  line-height: 1;
  font-size: 36px;
  color: #43b055;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auction-item-4 .auction-content .bid-area .bid-amount .icon {
    max-width: 25px;
  }
  .auction-item-4 .auction-content .bid-area .bid-amount .icon i {
    font-size: 30px;
  }
}
.auction-item-4 .auction-content .bid-area .bid-amount .amount-content {
  padding-left: 15px;
  max-width: calc(100% - 30px);
}
.auction-item-4 .auction-content .bid-area .bid-amount .amount-content .current {
  font-size: 14px;
  color: #43b055;
  line-height: 20px;
  margin-bottom: 5px;
}
.auction-item-4 .auction-content .bid-area .bid-amount .amount-content .amount {
  font-size: 20px;
  line-height: 20px;
  color: #171d1c;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auction-item-4 .auction-content .bid-area .bid-amount .amount-content {
    max-width: calc(100% - 25px);
  }
  .auction-item-4 .auction-content .bid-area .bid-amount .amount-content .amount {
    font-size: 18px;
  }
}
.auction-item-4 .auction-content .bid-area .bid-amount::before {
  width: 1px;
  right: 0;
  bottom: 15px;
  top: 15px;
  background: #bfbee8;
}
.auction-item-4 .auction-content .bid-area .bid-amount:nth-child(even)::before {
  display: none;
}
.auction-item-4 .auction-content .bid-area .bid-amount:nth-child(even) .icon i,
.auction-item-4 .auction-content .bid-area .bid-amount:nth-child(even) .amount-content .current {
  color: #ee4730;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .auction-item-4 .auction-content .bid-area .bid-amount {
    padding: 12px 5px;
  }
}
@media screen and (max-width: 450px) {
  .auction-item-4 .auction-content .bid-area .bid-amount {
    padding: 12px 0;
  }
  .auction-item-4 .auction-content .bid-area .bid-amount .icon {
    width: 25px;
  }
  .auction-item-4 .auction-content .bid-area .bid-amount .icon i {
    font-size: 30px;
  }
  .auction-item-4 .auction-content .bid-area .bid-amount .amount-content {
    padding-left: 15px;
  }
  .auction-item-4 .auction-content .bid-area .bid-amount .amount-content .amount {
    font-size: 18px;
  }
}
.auction-item-4 .auction-content .countdown-area {
  font-size: 18px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.auction-item-4 .auction-content .countdown-area .countdown {
  margin-top: 5px;
  text-shadow: 0px 5px 3px rgba(245, 49, 127, 0.2);
  background: -webkit-linear-gradient(#ff7c6e, #f5317f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auction-item-4 .auction-content .countdown-area .total-bids {
  margin-top: 5px;
  color: #43b055;
  padding-left: 15px;
  text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.19);
  border-left: 1px solid #d0cff0;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .auction-item-4 .auction-content .countdown-area .total-bids {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  .auction-item-4 {
    justify-content: space-between;
    align-items: center;
  }
  .auction-item-4 .auction-content {
    width: calc(41.6666666667% - 15px);
  }
  .auction-item-4 .auction-content .title {
    margin-bottom: 15px;
  }
  .auction-item-4 .auction-content .countdown-area {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .auction-item-4 .auction-content .countdown-area .total-bids {
    width: 50%;
  }
  .auction-item-4 .auction-thumb {
    width: calc(58.3333333333% - 15px);
  }
}
@media (max-width: 991px) {
  .auction-item-4 {
    background-color: #ffffff;
    border: 1px solid rgb(212, 215, 245);
    padding: 10px 10px 30px;
  }
}
@media (max-width: 575px) {
  .auction-item-4 {
    max-width: 350px;
    margin: 0 auto;
  }
}
.auction-item-4:hover {
  box-shadow: -2.034px 6.84px 10px 0px rgba(56, 34, 154, 0.168);
}
.auction-item-4:hover .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-4:hover .auction-thumb a img {
  transform: scale(1.1);
}

.owl-dots {
  counter-reset: realCounter;
  position: absolute;
  right: 60px;
  bottom: -60px;
  width: 175px;
  text-align: center;
}
.owl-dots .owl-dot {
  counter-increment: realCounter;
  background: transparent;
  position: relative;
}
.owl-dots .owl-dot span {
  display: none !important;
}
.owl-dots .owl-dot::before {
  content: counter(realCounter);
  margin: 0;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  display: block !important;
  color: #52606d;
}
.owl-dots .owl-dot.active::before {
  color: #3f22b3;
  font-size: 24px;
}
.owl-dots .owl-dot:nth-of-type(n + 6) {
  display: none;
}
@media (max-width: 767px) {
  .owl-dots {
    width: unset;
    left: 60px;
  }
}

/*Upcoming Auction Section Starts Here*/
.filter-wrapper {
  box-shadow: 0px 14px 10px 0px rgb(236, 232, 253);
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .filter-wrapper {
    margin-bottom: 60px;
  }
}

.filter {
  justify-content: center;
  text-align: center;
  margin-top: -25px;
}
.filter li {
  flex-grow: 1;
  cursor: pointer;
  padding: 0;
  text-transform: capitalize;
}
.filter li span {
  padding: 15px 25px;
  display: inline-block;
  position: relative;
}
.filter li span::before {
  bottom: 0;
  left: 0;
  height: 2px;
  background: #ee4730;
  width: 0;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .filter li span {
    padding: 5px 15px;
    font-size: 16px;
  }
}
.filter li.active {
  color: #ee4730;
}
.filter li.active span::before {
  width: 100%;
}
.filter li i {
  margin-right: 5px;
}
.filter.niche-border {
  border-bottom: 2px solid rgb(212, 212, 241);
}
.filter.niche-border li span::before {
  bottom: -2px;
}

.no-shadow {
  box-shadow: none;
}

.auction-item-5 {
  padding: 15px;
  width: 100%;
  transition: all 0.4s;
}
.auction-item-5 .auction-inner {
  padding: 10px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
  overflow: hidden;
  position: relative;
}
.auction-item-5 .auction-inner .auction-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(246, 246, 255);
  justify-content: center;
  align-items: center;
  width: 350px;
}
.auction-item-5 .auction-inner .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-5 .auction-inner .auction-thumb a img {
  transition: all 0.5s;
}
.auction-item-5 .auction-inner .auction-thumb .rating {
  color: #ff7800;
  position: absolute;
  top: 20px;
  right: 20px;
}
.auction-item-5 .auction-inner .auction-thumb img {
  width: 100%;
}
.auction-item-5 .auction-inner .auction-content {
  width: 495px;
  padding: 15px 20px;
  align-self: center;
}
.auction-item-5 .auction-inner .auction-content .title-area {
  padding: 0 0 30px;
}
.auction-item-5 .auction-inner .auction-content .title-area .title {
  margin: 0;
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 16px;
}
.auction-item-5 .auction-inner .auction-content .title-area .title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.auction-item-5 .auction-inner .auction-content .title-area .list-area {
  margin: -5px -20px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .auction-item-5 .auction-inner .auction-content .title-area .list-area {
    font-size: 14px;
  }
}
.auction-item-5 .auction-inner .auction-content .title-area .list-area .list-item {
  padding: 5px 20px;
  color: #52606d;
  border-right: 1px solid #bfbee8;
  display: inline-block;
  line-height: 1;
  max-width: 50%;
}
.auction-item-5 .auction-inner .auction-content .title-area .list-area .list-item:last-child {
  border: none;
}
.auction-item-5 .auction-inner .auction-content .title-area .list-area .list-item .list-id {
  color: #171d1c;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.auction-item-5 .auction-inner .auction-content .title-area .list-area .list-item .list-id::after {
  content: " : ";
}
.auction-item-5 .auction-inner .auction-content .bid-area {
  border-bottom: 2px dotted #deddf5;
  border-top: 2px dotted #deddf5;
}
.auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount {
  padding: 12px 10px;
  align-items: center;
  max-width: 50%;
  width: 185px;
  position: relative;
}
.auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon {
  max-width: 30px;
}
.auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon i {
  line-height: 1;
  font-size: 36px;
  color: #43b055;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon {
    max-width: 25px;
  }
  .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon i {
    font-size: 30px;
  }
}
.auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content {
  padding-left: 15px;
  max-width: calc(100% - 30px);
}
.auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content .current {
  font-size: 14px;
  color: #43b055;
  line-height: 20px;
  margin-bottom: 5px;
}
.auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content .amount {
  font-size: 20px;
  line-height: 20px;
  color: #171d1c;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content {
    max-width: calc(100% - 25px);
  }
  .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content .amount {
    font-size: 18px;
  }
}
.auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount::before {
  width: 1px;
  right: 0;
  bottom: 15px;
  top: 15px;
  background: #bfbee8;
}
@media (min-width: 1200px) {
  .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount:nth-child(even) {
    padding-left: 30px;
  }
}
.auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount:nth-child(even)::before {
  display: none;
}
.auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount:nth-child(even) .icon i,
.auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount:nth-child(even) .amount-content .current {
  color: #ee4730;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount {
    padding: 12px 5px;
  }
}
@media screen and (max-width: 450px) {
  .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount {
    padding: 12px 0;
  }
  .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon {
    width: 25px;
  }
  .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon i {
    font-size: 30px;
  }
  .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content {
    padding-left: 15px;
  }
  .auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content .amount {
    font-size: 18px;
  }
}
.auction-item-5 .auction-inner .auction-content .bid-count-area {
  margin: -5px -20px;
  margin-top: 15px;
  font-size: 16px;
  align-items: center;
}
@media (max-width: 991px) {
  .auction-item-5 .auction-inner .auction-content .bid-count-area {
    font-size: 14px;
  }
}
.auction-item-5 .auction-inner .auction-content .bid-count-area .item {
  padding: 5px 20px;
  color: #43b055;
  border-right: 1px solid #bfbee8;
  display: inline-block;
  line-height: 1;
  max-width: 50%;
}
.auction-item-5 .auction-inner .auction-content .bid-count-area .item:last-child {
  border: none;
}
.auction-item-5 .auction-inner .auction-content .bid-count-area .item .left {
  color: #171d1c;
}
.auction-item-5 .auction-inner .auction-content .bid-count-area .item .left::after {
  content: " : ";
}
.auction-item-5 .auction-inner .auction-bidding {
  border-radius: 10px;
  background-color: rgba(214, 213, 243, 0.302);
  padding: 30px 15px;
  width: calc(100% - 350px - 495px);
  text-align: center;
}
.auction-item-5 .auction-inner .auction-bidding .bid-title {
  color: #3f22b3;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.auction-item-5 .auction-inner .auction-bidding .countdown {
  margin-bottom: 30px;
}
.auction-item-5 .auction-inner .auction-bidding .bid-incr {
  margin-bottom: 25px;
}
.auction-item-5 .auction-inner .auction-bidding .bid-incr .title {
  margin-bottom: 18px;
  display: block;
}
.auction-item-5 .auction-inner .auction-bidding .custom-button {
  text-transform: capitalize;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .auction-item-5 .auction-inner .auction-thumb {
    width: 250px;
  }
  .auction-item-5 .auction-inner .auction-content {
    width: 410px;
  }
  .auction-item-5 .auction-inner .auction-bidding {
    width: calc(100% - 260px - 400px);
  }
}
@media (max-width: 991px) {
  .auction-item-5 {
    width: 50%;
  }
  .auction-item-5 .auction-inner .auction-thumb, .auction-item-5 .auction-inner .auction-content, .auction-item-5 .auction-inner .auction-bidding {
    width: 100%;
  }
  .auction-item-5 .auction-inner .auction-content {
    padding: 25px 0 30px;
  }
  .auction-item-5 .auction-inner .auction-content .title-area .title {
    margin-bottom: 5px;
  }
  .auction-item-5 .auction-inner .auction-bidding .custom-button {
    font-size: 14px;
  }
  .auction-item-5 .auction-inner .auction-bidding .countdown {
    margin-bottom: 15px;
  }
  .auction-item-5 .auction-inner .auction-bidding .bid-incr {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .auction-item-5 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 426px) {
  .auction-item-5 {
    text-align: center;
  }
  .auction-item-5 .title-area .list-area {
    justify-content: center;
    margin: -5px -15px;
  }
  .auction-item-5 .bid-area .bid-inner {
    justify-content: center;
  }
  .auction-item-5 .bid-count-area {
    justify-content: center;
    margin: -5px -15px;
  }
}
@media screen and (max-width: 425px) {
  .auction-item-5 .auction-inner .auction-content {
    padding: 20px 0;
  }
  .auction-item-5 .auction-inner .auction-content .title-area {
    padding-bottom: 20px;
  }
  .auction-item-5 .auction-inner .auction-content .title-area .title {
    margin-bottom: 12px;
  }
  .auction-item-5 .auction-inner .auction-content .title-area .list-area .list-item {
    width: 100%;
    max-width: 100%;
    border: none;
  }
  .auction-item-5 .auction-inner .auction-content .bid-count-area .item {
    width: 100%;
    max-width: 100%;
    border: none;
  }
}
.auction-item-5:hover {
  box-shadow: -2.034px 6.84px 10px 0px rgba(56, 34, 154, 0.168);
}
.auction-item-5:hover .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-5:hover .auction-thumb a img {
  transform: scale(1.1);
}

.upcoming-badge {
  width: 125px;
  height: 128px;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 30px;
  padding: 20px;
  line-height: 1;
  z-index: 2;
  background: -webkit-linear-gradient(135deg, rgb(44, 191, 199) 0%, rgb(70, 238, 170) 100%);
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
  text-align: left;
}
@media screen and (max-width: 425px) {
  .upcoming-badge {
    width: 100px;
    height: 100px;
    padding: 15px;
    font-size: 24px;
  }
}

/*Upcoming Auction Section Starts Here*/
.auction-item-7 {
  padding: 15px;
  width: 100%;
  transition: all 0.4s;
}
.auction-item-7 .auction-inner {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
  overflow: hidden;
  position: relative;
}
.auction-item-7 .auction-inner .auction-thumb {
  position: relative;
  overflow: hidden;
  background-color: rgb(246, 246, 255);
  justify-content: center;
  align-items: center;
  width: 350px;
}
.auction-item-7 .auction-inner .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-7 .auction-inner .auction-thumb a img {
  transition: all 0.5s;
}
.auction-item-7 .auction-inner .auction-thumb .rating {
  color: #ff7800;
  position: absolute;
  top: 20px;
  right: 20px;
}
.auction-item-7 .auction-inner .auction-thumb img {
  width: 100%;
}
.auction-item-7 .auction-inner .auction-content {
  width: 495px;
  padding: 15px 20px;
  align-self: center;
}
.auction-item-7 .auction-inner .auction-content .title-area {
  padding: 0 0 15px;
}
.auction-item-7 .auction-inner .auction-content .title-area .title {
  margin: 0;
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 10px;
}
.auction-item-7 .auction-inner .auction-content .title-area .title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.auction-item-7 .auction-inner .auction-content .title-area .list-area {
  margin: -5px -20px 9px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .auction-item-7 .auction-inner .auction-content .title-area .list-area {
    font-size: 14px;
  }
}
.auction-item-7 .auction-inner .auction-content .title-area .list-area .list-item {
  padding: 5px 20px;
  color: #52606d;
  border-right: 1px solid #bfbee8;
  display: inline-block;
  line-height: 1;
  max-width: 50%;
}
.auction-item-7 .auction-inner .auction-content .title-area .list-area .list-item:last-child {
  border: none;
}
.auction-item-7 .auction-inner .auction-content .title-area .list-area .list-item .list-id {
  color: #171d1c;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.auction-item-7 .auction-inner .auction-content .title-area .list-area .list-item .list-id::after {
  content: " : ";
}
.auction-item-7 .auction-inner .auction-content .title-area .item-feature {
  margin: 0 -10px;
}
.auction-item-7 .auction-inner .auction-content .title-area .item-feature span {
  padding: 0 12px 0 10px;
  margin-bottom: 5px;
  font-size: 14px;
  position: relative;
}
.auction-item-7 .auction-inner .auction-content .title-area .item-feature span::after {
  content: "|";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}
.auction-item-7 .auction-inner .auction-content .title-area .item-feature span:last-child::after {
  display: none;
}
.auction-item-7 .auction-inner .auction-content .bid-area {
  border-bottom: 2px dotted #deddf5;
  border-top: 2px dotted #deddf5;
}
.auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount {
  padding: 12px 10px;
  align-items: center;
  max-width: 50%;
  width: 185px;
  position: relative;
}
.auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon {
  max-width: 30px;
}
.auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon i {
  line-height: 1;
  font-size: 36px;
  color: #43b055;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon {
    max-width: 25px;
  }
  .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon i {
    font-size: 30px;
  }
}
.auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content {
  padding-left: 15px;
  max-width: calc(100% - 30px);
}
.auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content .current {
  font-size: 14px;
  color: #43b055;
  line-height: 20px;
  margin-bottom: 5px;
}
.auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content .amount {
  font-size: 20px;
  line-height: 20px;
  color: #171d1c;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content {
    max-width: calc(100% - 25px);
  }
  .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content .amount {
    font-size: 18px;
  }
}
.auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount::before {
  width: 1px;
  right: 0;
  bottom: 15px;
  top: 15px;
  background: #bfbee8;
}
@media (min-width: 1200px) {
  .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount:nth-child(even) {
    padding-left: 30px;
  }
}
.auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount:nth-child(even)::before {
  display: none;
}
.auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount:nth-child(even) .icon i,
.auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount:nth-child(even) .amount-content .current {
  color: #ee4730;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount {
    padding: 12px 5px;
  }
}
@media screen and (max-width: 450px) {
  .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount {
    padding: 12px 0;
  }
  .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon {
    width: 25px;
  }
  .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .icon i {
    font-size: 30px;
  }
  .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content {
    padding-left: 15px;
  }
  .auction-item-7 .auction-inner .auction-content .bid-area .bid-inner .bid-amount .amount-content .amount {
    font-size: 18px;
  }
}
.auction-item-7 .auction-inner .auction-content .bid-count-area {
  margin: -5px -20px;
  margin-top: 15px;
  font-size: 16px;
  align-items: center;
}
@media (max-width: 991px) {
  .auction-item-7 .auction-inner .auction-content .bid-count-area {
    font-size: 14px;
  }
}
.auction-item-7 .auction-inner .auction-content .bid-count-area .item {
  padding: 5px 20px;
  color: #43b055;
  border-right: 1px solid #bfbee8;
  display: inline-block;
  line-height: 1;
  max-width: 50%;
}
.auction-item-7 .auction-inner .auction-content .bid-count-area .item:last-child {
  border: none;
}
.auction-item-7 .auction-inner .auction-content .bid-count-area .item .left {
  color: #171d1c;
}
.auction-item-7 .auction-inner .auction-content .bid-count-area .item .left::after {
  content: " : ";
}
.auction-item-7 .auction-inner .auction-bidding {
  border-radius: 10px;
  background-color: rgba(214, 213, 243, 0.302);
  padding: 30px 15px;
  width: calc(100% - 350px - 495px);
  text-align: center;
}
.auction-item-7 .auction-inner .auction-bidding .bid-title {
  color: #3f22b3;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.auction-item-7 .auction-inner .auction-bidding .countdown {
  margin-bottom: 30px;
}
.auction-item-7 .auction-inner .auction-bidding .bid-incr {
  margin-bottom: 25px;
}
.auction-item-7 .auction-inner .auction-bidding .bid-incr .title {
  margin-bottom: 18px;
  display: block;
}
.auction-item-7 .auction-inner .auction-bidding .custom-button {
  text-transform: capitalize;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .auction-item-7 .auction-inner .auction-thumb {
    width: 250px;
  }
  .auction-item-7 .auction-inner .auction-content {
    width: 410px;
  }
  .auction-item-7 .auction-inner .auction-bidding {
    width: calc(100% - 260px - 400px);
  }
}
@media (max-width: 991px) {
  .auction-item-7 {
    width: 50%;
  }
  .auction-item-7 .auction-inner {
    padding: 10px;
  }
  .auction-item-7 .auction-inner .auction-thumb, .auction-item-7 .auction-inner .auction-content, .auction-item-7 .auction-inner .auction-bidding {
    width: 100%;
  }
  .auction-item-7 .auction-inner .auction-thumb {
    border-radius: 10px;
  }
  .auction-item-7 .auction-inner .auction-content {
    padding: 25px 0 30px;
  }
  .auction-item-7 .auction-inner .auction-content .title-area .title {
    margin-bottom: 5px;
  }
  .auction-item-7 .auction-inner .auction-bidding .custom-button {
    font-size: 14px;
  }
  .auction-item-7 .auction-inner .auction-bidding .countdown {
    margin-bottom: 15px;
  }
  .auction-item-7 .auction-inner .auction-bidding .bid-incr {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .auction-item-7 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 426px) {
  .auction-item-7 {
    text-align: center;
  }
  .auction-item-7 .title-area .list-area {
    justify-content: center;
    margin: -5px -15px;
  }
  .auction-item-7 .bid-area .bid-inner {
    justify-content: center;
  }
  .auction-item-7 .bid-count-area {
    justify-content: center;
    margin: -5px -15px;
  }
}
@media screen and (max-width: 425px) {
  .auction-item-7 .auction-inner .auction-content {
    padding: 20px 0;
  }
  .auction-item-7 .auction-inner .auction-content .title-area {
    padding-bottom: 20px;
  }
  .auction-item-7 .auction-inner .auction-content .title-area .title {
    margin-bottom: 12px;
  }
  .auction-item-7 .auction-inner .auction-content .title-area .list-area .list-item {
    width: 100%;
    max-width: 100%;
    border: none;
  }
  .auction-item-7 .auction-inner .auction-content .bid-count-area .item {
    width: 100%;
    max-width: 100%;
    border: none;
  }
}
.auction-item-7:hover {
  box-shadow: -2.034px 6.84px 10px 0px rgba(56, 34, 154, 0.168);
}
.auction-item-7:hover .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-7:hover .auction-thumb a img {
  transform: scale(1.1);
}

.upcoming-badge-2 {
  width: 34px;
  height: 60px;
  background: #43b055;
  color: #ffffff;
  line-height: 74px;
  text-align: center;
  border-radius: 0 0 17px 17px;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 1;
}
.upcoming-badge-2:hover {
  color: #ffffff;
}

/*Trending Auction Starts Here*/
.auction-item-6 {
  margin-bottom: 30px;
  transition: all 0.4s;
}
.auction-item-6 .auction-inner {
  padding: 10px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
  overflow: hidden;
  position: relative;
}
.auction-item-6 .auction-inner .auction-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(246, 246, 255);
  justify-content: center;
  align-items: center;
  width: 325px;
}
.auction-item-6 .auction-inner .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-6 .auction-inner .auction-thumb a img {
  transition: all 0.5s;
}
.auction-item-6 .auction-inner .auction-thumb .rating {
  color: #ff7800;
  position: absolute;
  top: 20px;
  right: 20px;
}
.auction-item-6 .auction-inner .auction-thumb .bid {
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  text-align: center;
  background: -ms-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.13);
  background: #ffffff;
}
.auction-item-6 .auction-inner .auction-thumb .bid i {
  color: #43b055;
}
.auction-item-6 .auction-inner .auction-thumb img {
  width: 100%;
}
.auction-item-6 .auction-inner .auction-content {
  width: calc(100% - 245px - 325px);
  padding: 10px 30px;
}
.auction-item-6 .auction-inner .auction-content .title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #bccaea;
}
.auction-item-6 .auction-inner .auction-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.auction-item-6 .auction-inner .auction-content .item-information {
  padding-top: 17px;
  margin-bottom: -10px;
}
.auction-item-6 .auction-inner .auction-content .item-information ul {
  width: 50%;
}
.auction-item-6 .auction-inner .auction-content .item-information ul li {
  padding: 0;
  color: #171d1c;
  margin-bottom: 5px;
  font-size: 16px;
}
.auction-item-6 .auction-inner .auction-content .item-information ul li span {
  color: #717185;
}
.auction-item-6 .auction-inner .auction-content .item-information ul li span::after {
  content: ":";
  margin: 0 5px;
  display: inline-block;
}
.auction-item-6 .auction-inner .auction-content .item-information ul:nth-child(even) {
  padding-left: 30px;
}
.auction-item-6 .auction-inner .auction-bidding {
  border-radius: 10px;
  background-color: rgba(214, 213, 243, 0.302);
  padding: 25px 15px;
  width: 245px;
  text-align: center;
}
.auction-item-6 .auction-inner .auction-bidding .bid-title {
  color: #3f22b3;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.auction-item-6 .auction-inner .auction-bidding .countdown {
  margin-bottom: 15px;
}
.auction-item-6 .auction-inner .auction-bidding .bid-amount {
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-bottom: 2px dotted #deddf5;
  border-top: 2px dotted #deddf5;
}
.auction-item-6 .auction-inner .auction-bidding .bid-amount .icon i {
  line-height: 1;
  font-size: 36px;
  color: #43b055;
}
.auction-item-6 .auction-inner .auction-bidding .bid-amount .amount-content {
  padding-left: 15px;
}
.auction-item-6 .auction-inner .auction-bidding .bid-amount .amount-content .current {
  font-size: 14px;
  color: #43b055;
  line-height: 20px;
  margin-bottom: 5px;
}
.auction-item-6 .auction-inner .auction-bidding .bid-amount .amount-content .amount {
  font-size: 20px;
  line-height: 20px;
  color: #171d1c;
}
.auction-item-6 .auction-inner .auction-bidding .bids-area {
  padding: 15px 0;
  font-size: 16px;
}
.auction-item-6 .auction-inner .auction-bidding .bids-area .total-bids {
  color: #43b055;
}
.auction-item-6 .auction-inner .auction-bidding .custom-button {
  text-transform: capitalize;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .auction-item-6 .auction-inner .auction-thumb {
    width: 220px;
  }
  .auction-item-6 .auction-inner .auction-content {
    width: calc(100% - 220px - 220px);
  }
  .auction-item-6 .auction-inner .auction-content .item-information ul:nth-child(even) {
    padding-left: 20px;
  }
  .auction-item-6 .auction-inner .auction-bidding {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .auction-item-6 .auction-inner .auction-thumb, .auction-item-6 .auction-inner .auction-content, .auction-item-6 .auction-inner .auction-bidding {
    width: 100%;
  }
  .auction-item-6 .auction-inner .auction-content {
    padding: 30px 0;
    text-align: center;
  }
  .auction-item-6 .auction-inner .auction-content .title {
    padding-bottom: 15px;
  }
  .auction-item-6 .auction-inner .auction-content .item-information ul {
    width: 100%;
    padding-left: 0;
  }
  .auction-item-6 .auction-inner .auction-content .item-information ul:nth-child(even) {
    padding-left: 0;
  }
  .auction-item-6 .auction-inner .auction-bidding .custom-button {
    font-size: 14px;
  }
  .auction-item-6 .auction-inner .auction-bidding .countdown {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 425px) {
  .auction-item-6 .auction-inner .auction-content {
    padding: 15px 0 25px;
  }
}
.auction-item-6:hover {
  box-shadow: -2.034px 6.84px 10px 0px rgba(56, 34, 154, 0.168);
}
.auction-item-6:hover .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-6:hover .auction-thumb a img {
  transform: scale(1.1);
}

/*Fetured Auction Section Starts Here*/
.auction-item-8 {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
  margin: 0 auto 30px;
  transition: all 0.4s;
}
@media (max-width: 575px) {
  .auction-item-8 {
    max-width: 350px;
  }
}
.auction-item-8 .bid {
  background: #ffffff;
}
.auction-item-8 .bid i {
  color: #43b055;
}
.auction-item-8 .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-8 .auction-thumb a img {
  transition: all 0.5s;
}
.auction-item-8 .auction-thumb .countdown-area {
  width: 94px;
  margin-bottom: -5px;
}
.auction-item-8 .auction-thumb .countdown-area .countdown {
  width: 34px;
  height: 143px;
  color: #ffffff;
  border-radius: 0 0 17px 17px;
  margin: 0 auto 15px;
  box-shadow: 0px 7px 16px 0px rgba(31, 30, 72, 0.26);
  position: relative;
  text-shadow: 0px 5px 3px rgba(245, 49, 127, 0.2);
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: #43b055;
}
.auction-item-8 .auction-thumb .countdown-area .countdown::after, .auction-item-8 .auction-thumb .countdown-area .countdown::before {
  position: absolute;
  content: " : ";
  left: 50%;
  transform: translateX(-50%);
}
.auction-item-8 .auction-thumb .countdown-area .countdown::after {
  top: 30px;
}
.auction-item-8 .auction-thumb .countdown-area .countdown::before {
  top: 75px;
}
.auction-item-8 .auction-thumb .countdown-area .countdown .count-item {
  background: transparent;
  color: #fff;
  text-shadow: none;
  text-align: center;
  font-size: 14px;
  line-height: 45px;
}
.auction-item-8 .auction-thumb .countdown-area .bid, .auction-item-8 .auction-thumb .countdown-area .rating {
  margin: 0 auto 15px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #43b055;
  box-shadow: 0px 7px 16px 0px rgba(31, 30, 72, 0.26);
  border-radius: 50%;
  display: block;
}
.auction-item-8 .auction-thumb .thumb-area {
  width: calc(100% - 94px);
  border-radius: 0 10px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auction-item-8 .auction-thumb .countdown-area {
    width: 70px;
  }
  .auction-item-8 .auction-thumb .thumb-area {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 399px) {
  .auction-item-8 .auction-thumb .countdown-area {
    width: 70px;
  }
  .auction-item-8 .auction-thumb .thumb-area {
    width: calc(100% - 70px);
  }
}
.auction-item-8 .auction-content {
  padding: 0 10px 30px;
}
.auction-item-8 .auction-content .title-area {
  padding: 25px 0 16px;
}
.auction-item-8 .auction-content .title-area .title {
  margin: 0;
  line-height: 28px;
  font-size: 20px;
}
.auction-item-8 .auction-content .title-area .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.auction-item-8 .auction-content .title-area .item-feature {
  margin: 0 -10px;
}
.auction-item-8 .auction-content .title-area .item-feature span {
  padding: 0 12px 0 10px;
  margin-bottom: 5px;
  font-size: 14px;
  position: relative;
}
.auction-item-8 .auction-content .title-area .item-feature span::after {
  content: "|";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}
.auction-item-8 .auction-content .title-area .item-feature span:last-child::after {
  display: none;
}
.auction-item-8 .auction-content .custom-button {
  width: 100%;
  max-width: 230px;
  text-align: center;
}
.auction-item-8 .auction-content .bid-area .bid-amount {
  padding: 12px 10px;
  align-items: center;
  border-bottom: 2px dotted #deddf5;
  border-top: 2px dotted #deddf5;
  width: 50%;
  justify-content: center;
  position: relative;
}
.auction-item-8 .auction-content .bid-area .bid-amount .icon {
  max-width: 30px;
}
.auction-item-8 .auction-content .bid-area .bid-amount .icon i {
  line-height: 1;
  font-size: 36px;
  color: #43b055;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auction-item-8 .auction-content .bid-area .bid-amount .icon {
    max-width: 25px;
  }
  .auction-item-8 .auction-content .bid-area .bid-amount .icon i {
    font-size: 30px;
  }
}
.auction-item-8 .auction-content .bid-area .bid-amount .amount-content {
  padding-left: 15px;
  max-width: calc(100% - 30px);
}
.auction-item-8 .auction-content .bid-area .bid-amount .amount-content .current {
  font-size: 14px;
  color: #43b055;
  line-height: 20px;
  margin-bottom: 5px;
}
.auction-item-8 .auction-content .bid-area .bid-amount .amount-content .amount {
  font-size: 20px;
  line-height: 20px;
  color: #171d1c;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auction-item-8 .auction-content .bid-area .bid-amount .amount-content {
    max-width: calc(100% - 25px);
  }
  .auction-item-8 .auction-content .bid-area .bid-amount .amount-content .amount {
    font-size: 18px;
  }
}
.auction-item-8 .auction-content .bid-area .bid-amount::before {
  width: 1px;
  right: 0;
  bottom: 15px;
  top: 15px;
  background: #bfbee8;
}
.auction-item-8 .auction-content .bid-area .bid-amount:nth-child(even)::before {
  display: none;
}
.auction-item-8 .auction-content .bid-area .bid-amount:nth-child(even) .icon i,
.auction-item-8 .auction-content .bid-area .bid-amount:nth-child(even) .amount-content .current {
  color: #ee4730;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .auction-item-8 .auction-content .bid-area .bid-amount {
    padding: 12px 5px;
  }
}
@media screen and (max-width: 450px) {
  .auction-item-8 .auction-content .bid-area .bid-amount {
    padding: 12px 0;
  }
  .auction-item-8 .auction-content .bid-area .bid-amount .icon {
    width: 25px;
  }
  .auction-item-8 .auction-content .bid-area .bid-amount .icon i {
    font-size: 30px;
  }
  .auction-item-8 .auction-content .bid-area .bid-amount .amount-content {
    padding-left: 15px;
  }
  .auction-item-8 .auction-content .bid-area .bid-amount .amount-content .amount {
    font-size: 18px;
  }
}
.auction-item-8 .auction-content .bid-count-area {
  margin: -5px -20px 25px;
  margin-top: 15px;
  font-size: 14px;
  align-items: center;
}
.auction-item-8 .auction-content .bid-count-area .item {
  padding: 5px 20px;
  color: #43b055;
  border-right: 1px solid #bfbee8;
  display: inline-block;
  line-height: 1;
  max-width: 50%;
}
.auction-item-8 .auction-content .bid-count-area .item:last-child {
  border: none;
}
.auction-item-8 .auction-content .bid-count-area .item .left {
  color: #171d1c;
}
.auction-item-8 .auction-content .bid-count-area .item .left::after {
  content: " : ";
}
.auction-item-8 .auction-content .bid-count-area .bid-count-area {
  justify-content: center;
  margin: -5px -15px 25px;
}
@media screen and (max-width: 425px) {
  .auction-item-8 .auction-content .bid-count-area .item {
    width: 100%;
    max-width: 100%;
    border: none;
  }
}
.auction-item-8:hover {
  box-shadow: -2.034px 6.84px 10px 0px rgba(56, 34, 154, 0.168);
}
.auction-item-8:hover .auction-thumb a {
  display: block;
  overflow: hidden;
}
.auction-item-8:hover .auction-thumb a img {
  transform: scale(1.1);
}

/*Team Section Starts Here*/
.team-item {
  max-width: 220px;
  margin: 0 auto 30px;
  padding: 0 15px;
}
.team-item .team-inner {
  position: relative;
  padding: 0 10px;
}
.team-item .team-inner::before {
  top: 60px;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 1.753px 3.595px 10px 0px rgba(44, 46, 69, 0.09);
}
.team-item .team-inner * {
  position: relative;
  z-index: 1;
}
.team-item .team-inner .team-thumb {
  border-radius: 5px;
  overflow: hidden;
}
.team-item .team-inner .team-thumb a {
  display: block;
}
.team-item .team-inner .team-thumb img {
  width: 100%;
}
.team-item .team-inner .team-content {
  padding: 15px 10px 5px;
  text-align: center;
}
.team-item .team-inner .team-content .social {
  justify-content: center;
}
.team-item .team-inner .team-content .social li {
  padding: 2px;
}
.team-item .team-inner .team-content .social li a {
  color: #52606d;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
}
.team-item .team-inner .team-content .social li a:hover {
  color: #ee4730;
}
.team-item .team-inner .team-content .social li:nth-child(even) a {
  color: #ee4730;
}

/*Overview Section Starts Here*/
.expert-item {
  text-align: center;
  margin-bottom: 40px;
}
.expert-item .thumb {
  height: 47px;
  margin: 0 0 38px;
}
.expert-item .thumb img {
  max-height: 66px;
}
.expert-item .content .title {
  font-size: 18px;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .overview-content {
    max-width: 585px;
    margin-left: auto;
    padding-left: 30px;
  }
}

/*Counter Section Starts Here*/
.counter-item {
  text-align: center;
  padding: 28px 30px 30px;
  border: 1px solid rgba(181, 156, 228, 0.5);
  border-radius: 10px;
  margin-bottom: 30px;
}
.counter-item .counter-header {
  margin: 0;
  justify-content: center;
}
.counter-item .counter-header .title {
  margin-bottom: 20px;
}

/*About Section Starts Here*/
.about-content {
  position: relative;
  z-index: 1;
}
.about-content .subtitle {
  text-transform: uppercase;
  margin-bottom: 19px;
}
.about-content .title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.about-content .title span {
  color: #ee4730;
  margin-bottom: 10px;
}
.about-content p {
  color: #171d1c;
}
.about-content .item-area {
  margin: 0 -15px -20px;
  max-width: 440px;
}
.about-content .item-area .item {
  flex-grow: 1;
  padding: 0 15px 20px;
  text-align: center;
}
@media (min-width: 576px) {
  .about-content .item-area .item {
    max-width: 250px;
  }
}
.about-content .item-area .item .thumb {
  margin-bottom: 20px;
}
.about-content .item-area .item .thumb img {
  max-width: 100%;
}
.about-content .item-area .item p {
  text-transform: uppercase;
  color: #171d1c;
}

.about-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(44, 46, 69, 0.15);
  position: relative;
}
@media (max-width: 575px) {
  .about-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .about-wrapper {
    padding-top: 50px;
  }
}

.about-thumb {
  position: absolute;
  right: 0;
  top: 0;
  top: 50px;
  bottom: 50px;
  right: 30px;
}
@media (max-width: 991px) {
  .about-thumb {
    display: none;
  }
}
.about-thumb img {
  width: unset !important;
  height: 100%;
}

.mt--100 {
  margin-top: -100px;
}

.mt--240 {
  margin-top: -240px;
}

@media (min-width: 992px) {
  .mt-lg--440 {
    margin-top: -440px;
  }
}
/*Account Section Starts Here*/
.login-with {
  margin: -15px;
  margin-bottom: 20px;
}
.login-with li {
  flex-grow: 1;
  padding: 15px;
}
.login-with li a {
  align-items: center;
  padding: 12px 15px;
  border: 1px solid rgba(97, 90, 191, 0.2);
  border-radius: 10px;
  justify-content: center;
  color: #171d1c;
}
.login-with li a i {
  margin-right: 7px;
}
.login-with li a i[class*=facebook] {
  color: #3b5998;
}
.login-with li a i[class*=google] {
  color: #dd4b39;
}
.login-with li a:hover {
  background: #ee4730;
  color: #ffffff;
}
.login-with li a:hover i {
  color: #ffffff;
}

.or {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.or::before {
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: rgba(97, 90, 191, 0.2);
}
.or span {
  display: inline-block;
  padding: 0 25px;
  background: #ffffff;
  position: relative;
  color: #171d1c;
  z-index: 1;
}

.account-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(44, 46, 69, 0.11);
}
.account-wrapper .left-side {
  padding: 60px 30px 60px 60px;
  width: calc(100% - 350px);
}
.account-wrapper .right-side {
  background: -webkit-linear-gradient(90deg, rgb(81, 64, 254) 0%, rgb(119, 87, 247) 56%, rgb(157, 110, 240) 100%);
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 60px 30px;
  border-radius: 0 10px 10px 0;
}
.account-wrapper .right-side .custom-button {
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .account-wrapper .left-side {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .account-wrapper .left-side, .account-wrapper .right-side {
    width: 100%;
  }
  .account-wrapper .right-side {
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 575px) {
  .account-wrapper .left-side, .account-wrapper .right-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.login-form .form-group {
  position: relative;
  font-size: 16px;
  text-align: center;
}
.login-form .form-group .pass-type {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}
.login-form .form-group input {
  height: 50px;
  border: 1px solid rgba(97, 90, 191, 0.2);
  background: #ffffff;
  padding: 0 75px;
}
.login-form .form-group label {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #52606d;
}
.login-form .form-group a {
  color: #52606d;
}
.login-form .form-group .custom-button {
  font-size: 16px;
  height: 50px;
  padding: 0 50px;
}
.login-form .form-group.checkgroup {
  align-items: center;
  text-align: left;
}
.login-form .form-group.checkgroup input {
  width: 14px;
  height: 14px;
}
.login-form .form-group.checkgroup label {
  font-size: 14px;
  margin: 0;
  margin-top: 2px;
  line-height: 1.3;
  color: #171d1c;
  width: calc(100% - 14px);
}
@media (max-width: 575px) {
  .login-form .form-group input {
    padding: 0 30px 0 30px;
  }
  .login-form .form-group label {
    left: 10px;
  }
  .login-form .form-group .pass-type {
    right: 10px;
  }
}

/*Contact Section Starts Here*/
.contact-wrapper {
  position: relative;
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 6px 18px 0px rgba(16, 5, 54, 0.17);
  padding-left: 40px;
}
@media (max-width: 991px) {
  .contact-wrapper {
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 30px; text-align: left;
}
.contact-form .form-group input {
  height: 50px;
  padding: 0px 15px;
  background: transparent;
  border: none;
  border: 1px solid #bccaea;
  border-radius: 8px; 
}
.contact-form .form-group input:focus {
  border-bottom: 1px solid #3f22b3;
}
.contact-form .form-group label {
    /* position: absolute; */
    /* width: 30px; */
    /* height: 30px; */
    border-radius: 50%;
    /* background: -webkit-linear-gradient(92deg, rgb(0 59 104) 0%, rgb(0 34 54) 100%); */
    /* box-shadow: 0px 3px 5px 0px rgba(162, 44, 202, 0.3); */
    color: #000000;
    font-size: 14px; text-align: left;
}
.contact-form .form-group label.message {
  top: 0;
}
.contact-form .form-group textarea {
  padding: 5px 50px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #bccaea;
  border-radius: 0;
}
.contact-form .form-group textarea:focus {
  border-bottom: 1px solid #3f22b3;
}
.contact-form .form-group .custom-button {
  font-size: 16px;
  height: 50px;
  padding: 0 50px;
}
@media (max-width: 575px) {
  .contact-form .form-group input {
    padding: 0 0 0 40px;
  }
  .contact-form .form-group textarea {
    padding: 5px 0 5px 40px;
  }
}

/*Error Section Starts Here*/
.error-section {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.error-wrapper {
  max-width: 705px;
  margin: 0 auto;
  text-align: center;
}
.error-wrapper .error-thumb {
  margin-bottom: 50px;
}
.error-wrapper .error-thumb img {
  max-width: 100%;
}
.error-wrapper .title {
  color: #171d1c;
}
.error-wrapper .title a {
  color: #ee4730;
}

/*Faq Section Menu Starts Here*/
.sticky-menu {
  position: sticky;
  top: 120px;
}

.faq-menu {
  padding: 60px 30px;
  border-radius: 20px;
}
.faq-menu ul li a {
  padding: 8px 0;
  color: #ffffff;
  position: relative;
}
.faq-menu ul li a::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 12px;
  top: 10px;
  opacity: 0;
}
.faq-menu ul li a:hover, .faq-menu ul li a.active {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding-left: 30px;
  color: #ffffff;
}
.faq-menu ul li a:hover::before, .faq-menu ul li a.active::before {
  opacity: 1;
}
@media (max-width: 575px) {
  .faq-menu {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .faq-menu {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

.faq-video {
  padding: 10px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 9px 43px 0px rgba(16, 5, 54, 0.27);
}
@media (max-width: 991px) {
  .faq-video {
    max-width: 400px;
    margin: 0 auto;
  }
}
.faq-video .video-area {
  border-radius: 20px;
  position: relative;
  display: block;
  overflow: hidden;
}
.faq-video .video-area img {
  width: 100%;
}
.faq-video .video-area .video-button-2 i {
  background: #3f22b3;
  border-color: #3f22b3;
}
.faq-video .title {
  margin: 0;
  padding: 20px 0 10px;
}

.mt-70 {
  margin-top: 70px;
}

.video-button-2 {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .video-button-2 {
    width: 140px;
    height: 140px;
  }
}
.video-button-2 span {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.video-button-2 span::after, .video-button-2 span::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #5bc4e1;
  animation: videoTwo 8s linear infinite;
  -webkit-animation: videoTwo 8s linear infinite;
  -moz-animation: videoTwo 8s linear infinite;
}
.video-button-2 span:nth-child(1)::after {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}
.video-button-2 span:nth-child(2)::after {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}
.video-button-2 span:nth-child(3)::after {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
}
.video-button-2 span:nth-child(4)::after {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
}
.video-button-2 span:nth-child(1)::before {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
}
.video-button-2 span:nth-child(2)::before {
  animation-delay: 6s;
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
}
.video-button-2 span:nth-child(3)::before {
  animation-delay: 7s;
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
}
.video-button-2 i {
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  background: #2573d5;
  color: #ffffff;
  border: 5px solid #72a2dd;
}

@keyframes videoTwo {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}
.faq-area {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
.faq-area .faq-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 790px;
  margin: -20px auto 0;
}
@media (max-width: 767px) {
  .faq-area .faq-wrapper {
    padding: 0 15px;
  }
}
.faq-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  box-shadow: 52.739px -211.524px 70px 0px rgba(44, 46, 69, 0.05), 11.273px -80.212px 70px 0px rgba(44, 46, 69, 0.06);
}
.faq-area * {
  position: relative;
  z-index: 1;
}

.faq-item {
  padding: 0 30px;
  border-radius: 10px;
  background-color: #ebf2ff;
  border: 1px solid rgba(101, 93, 202, 0.3);
  box-shadow: -2.316px 18.858px 10px 0px rgba(26, 18, 65, 0.05);
  margin-bottom: 20px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item .faq-title {
  cursor: pointer;
  padding: 20px 0;
  position: relative;
  align-items: center;
}
.faq-item .faq-title img {
  width: 40px;
}
.faq-item .faq-title .title {
  align-self: center;
  display: block;
  width: calc(100% - 40px);
  padding-right: 50px;
  padding-left: 20px;
  font-size: 20px;
  color: #323636;
  line-height: 28px;
  font-family: "Roboto", sans-serif; font-weight: bold;
}
.faq-item .faq-title .right-icon {
  border-radius: 50%;
  background: -webkit-linear-gradient(90deg, rgb(0 27 48) 0%, rgb(0 101 177) 100%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}
.faq-item .faq-title .right-icon::after, .faq-item .faq-title .right-icon::before {
  position: absolute;
  content: "";
  background: #ffffff;
  top: 50%;
  transition: all ease 0.3s;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-item .faq-title .right-icon::before {
  width: 2px;
  height: 20px;
}
.faq-item .faq-title .right-icon::after {
  width: 20px;
  height: 2px;
}
.faq-item .faq-content {
  padding: 30px 0;
  border-top: 1px solid rgba(101, 93, 202, 0.3);
  display: none;
}
.faq-item .faq-content p {
  font-size: 16px;
  color: #323636; line-height: 32px;
}
.faq-item.active .faq-content {
  display: block;
}
.faq-item.open .faq-title .title {
  color: #002c4d;
}
.faq-item.open .faq-title .right-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 767px) {
  .faq-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 499px) {
  .faq-item .faq-title {
    padding-bottom: 10px;
  }
  .faq-item .faq-title .right-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .faq-item .faq-title .right-icon::after {
    width: 15px;
  }
  .faq-item .faq-title .right-icon::before {
    height: 15px;
  }
  .faq-item .faq-title .title {
    width: 100%;
    padding-left: 0;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 500;
  }
  .faq-item .faq-title img {
    display: none;
  }
}

@media (min-width: 768px) {
  .product-details .faq-item .faq-title {
    padding: 15px 0;
  }
}

.popular-article-item {
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0px 9px 18px 0px rgba(16, 5, 54, 0.17);
  background: #ffffff;
  position: relative;
  margin-bottom: 20px;
}
.popular-article-item .right-con {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  box-shadow: 0px 6px 18px 0px rgba(16, 5, 54, 0.17);
  border-radius: 50%;
  color: #43b055;
}
.popular-article-item .title {
  margin-bottom: 20px;
}

.product-header {
  padding: 5px 10px;
  border: 1px solid rgba(13, 21, 75, 0.15);
  box-shadow: 0px 14px 16px 0px rgba(31, 43, 92, 0.11);
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
}
.product-header .product-header-item {
  align-items: center;
  justify-content: center;
  color: #171d1c;
  font-size: 16px;
  padding: 10px;
}
.product-header .product-header-item .item {
  margin-right: 8px;
}
.product-header .product-header-item .select-bar {
  height: 37px;
  border-radius: 19px;
  width: 135px;
  padding: 0;
  padding-left: 30px;
}
.product-header .product-header-item .select-bar .current {
  line-height: 37px;
  text-transform: capitalize;
  font-size: 16px;
  color: #171d1c;
}
.product-header .product-header-item .select-bar::after {
  height: 7px;
  width: 7px;
  border-color: #171d1c;
}
@media (max-width: 991px) {
  .product-header > * {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .product-header.style-2 .product-search, .product-header.style-2 .product-header-item {
    width: calc((100% - 20px) / 3);
  }
}

.product-search {
  margin: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .product-search {
    max-width: 240px;
  }
}
.product-search input {
  height: 100%;
  background: transparent;
  height: 37px;
  border-radius: 19px;
  border: 1px solid rgba(13, 21, 75, 0.15);
  font-size: 14px;
  padding-right: 30px;
}
.product-search button {
  height: 35px;
  width: 35px;
  text-align: center;
  background: #ffffff;
  font-size: 14px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  border-radius: 19px;
  border: none;
}

.pagination {
  justify-content: center;
  margin: -5px;
  margin-top: 35px;
}
.pagination li {
  padding: 5px;
}
.pagination li a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(234, 234, 234, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  color: #52606d;
  font-weight: 700;
}
.pagination li a.active, .pagination li a:hover {
  color: #ffffff;
  background: -webkit-linear-gradient(166deg, rgb(242, 40, 118) 0%, rgb(148, 45, 217) 100%);
}

/*Product Details Section Starts Here*/
.product-bottom-slider {
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media (max-width: 575px) {
  .product-bottom-slider {
    width: calc(100% - 90px);
  }
}

.slide-bottom-item {
  margin: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(22, 26, 57, 0.36);
  cursor: pointer;
}
@media (max-width: 575px) {
  .slide-bottom-item {
    margin: 10px;
    box-shadow: 0px 0px 5px rgba(22, 26, 57, 0.36);
  }
}
.slide-bottom-item .slide-inner {
  border-radius: 20px;
  overflow: hidden;
}
.slide-bottom-item .slide-inner img {
  width: 100%;
}

.slide-top-item {
  margin: 15px;
  box-shadow: 0px 0px 15px rgba(22, 26, 57, 0.36);
  background: #f1f3fd;
  border-radius: 20px;
}
.slide-top-item .slide-inner {
  overflow: hidden;
  border-radius: 20px;
}
.slide-top-item .slide-inner img {
  width: 100%;
}
@media (max-width: 575px) {
  .slide-top-item {
    margin: 10px;
    box-shadow: 0px 0px 5px rgba(22, 26, 57, 0.36);
  }
}

.product-details-slider-top-wrapper {
  margin: -15px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .product-details-slider-top-wrapper {
    margin: -10px;
  }
}

.det-nav {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
  text-align: center;
  color: #52606d;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.det-nav:hover, .det-nav.active {
  color: #ffffff;
  background: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.product-details-slider-wrapper {
  position: relative;
  margin-bottom: -10px;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .product-details-slider-wrapper {
    margin-bottom: -20px;
  }
}

.det-prev {
  left: 0;
}

.det-next {
  right: 0;
}

.product-single-sidebar {
  border: 1px solid rgba(101, 93, 202, 0.3);
  border-radius: 30px;
  padding: 36px 20px 30px;
}
.product-single-sidebar .title {
  font-size: 18px;
  margin-bottom: 8px;
}
.product-single-sidebar .countdown {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(101, 93, 202, 0.3);
}
@media (min-width: 576px) {
  .product-single-sidebar .countdown {
    font-size: 30px;
    line-height: 1;
  }
}
@media (min-width: 576px) and (min-width: 992px) and (max-width: 1199px) {
  .product-single-sidebar .countdown {
    font-size: 24px;
  }
}

.mt-40-60-80 {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .mt-40-60-80 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .mt-40-60-80 {
    margin-top: 80px;
  }
}

.product-sidebar-area {
  text-align: center;
}
@media (max-width: 991px) {
  .product-sidebar-area {
    margin-top: 50px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .product-sidebar-area {
    margin-top: 40px;
  }
}
.product-sidebar-area .cart-link {
  color: #007ec3;
  text-decoration: underline;
  font-size: 16px;
}

.side-counter-area {
  margin-bottom: -21px;
  padding-top: 22px;
}
@media (max-width: 991px) {
  .side-counter-area {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
    margin-bottom: -30px;
  }
  .side-counter-area .side-counter-item {
    padding: 0 15px;
    margin-bottom: 30px;
    flex-grow: 1;
  }
}

.side-counter-item {
  text-align: left;
  align-items: center;
  margin: 0 0 18px;
}
.side-counter-item .thumb {
  width: 44px;
}
.side-counter-item .content {
  width: calc(100% - 44px);
  padding-left: 20px;
}
.side-counter-item .content .count-title {
  margin: 0 0 5px;
}
.side-counter-item .content p {
  font-size: 14px;
}

.product-details-header {
  margin-bottom: 21px;
}
.product-details-header ul {
  margin: 0 -15px;
}
.product-details-header ul li {
  padding: 0 15px;
  position: relative;
}
.product-details-header ul li::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  top: 50%;
  margin-top: -8px;
  right: 0;
  background: #bccaea;
}
.product-details-header ul li:last-child::after {
  display: none;
}
@media (min-width: 576px) {
  .product-details-header .title {
    margin-bottom: 13px;
  }
}

.price-table {
  background: #ebf2ff;
  border-radius: 10px;
  padding: 40px 30px;
}
.price-table li {
  justify-content: space-between;
  padding: 0;
  margin-bottom: 5px;
}
.price-table li * {
  margin: 0;
  margin-bottom: 5px;
}
.price-table li:last-child {
  margin-bottom: 0;
}
.price-table li.header {
  margin-bottom: 20px;
}
.price-table li .price {
  color: #43b055;
}
.price-table li .info {
  color: #52606d;
}
@media (max-width: 575px) {
  .price-table {
    padding: 30px 15px;
  }
  .price-table li.header {
    margin-bottom: 0;
  }
}

.product-bid-area {
  padding: 20px 0;
  border-bottom: 1px solid rgb(224, 224, 241);
  border-top: 1px solid rgb(224, 224, 241);
}

.product-bid-form {
  align-items: center;
  justify-content: space-between;
  margin: -15px;
}
.product-bid-form .search-icon {
  width: 65px;
  height: 65px;
  margin: 15px;
}
.product-bid-form .search-icon img {
  width: 100%;
}
@media (max-width: 575px) {
  .product-bid-form .search-icon {
    display: none;
  }
}
.product-bid-form button, .product-bid-form input {
  margin: 15px;
  width: unset;
}
.product-bid-form input {
  flex-grow: 1;
  height: 50px;
  padding: 0px 30px;
  border-radius: 25px;
  border: 1px solid rgb(224, 224, 241);
  background: transparent;
}
.product-bid-form button.custom-button {
  text-transform: capitalize;
  height: 50px;
}
@media (max-width: 767px) {
  .product-bid-form {
    margin: -10px;
  }
  .product-bid-form button, .product-bid-form input, .product-bid-form .search-icon {
    margin: 10px;
  }
}

.rating i {
  color: #ff7800;
}

.custom-button.border {
  border: 1px solid #bccaea;
}

.buy-now-area {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  margin: -5px;
}
.buy-now-area > * {
  margin: 5px;
  margin-top: 15px;
}

.share-area {
  align-items: center;
}
.share-area span {
  margin-right: 10px;
}
.share-area ul li {
  padding: 0 5px;
}
.share-area ul li a {
  padding: 5px;
  color: #52606d;
}
.share-area ul li a:hover {
  color: #ff7800;
}

.mb-40-60 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-40-60 {
    margin-bottom: 60px;
  }
}

.tab-details-content .title {
  margin: 0;
  margin-bottom: 30px;
}
.tab-details-content .item {
  margin-bottom: 35px;
}
.tab-details-content .item p {
  margin-top: 0;
  margin-bottom: 15px;
}
.tab-details-content .item .subtitle {
  margin-bottom: 10px;
}
.tab-details-content .item ul {
  margin-bottom: 15px;
}
.tab-details-content .item ul:last-child {
  margin-bottom: -7px !important;
}
.tab-details-content .item ul li {
  padding: 0;
}
@media (min-width: 768px) {
  .tab-details-content .item {
    margin-bottom: 45px;
  }
  .tab-details-content .item .title {
    margin-bottom: 18px;
  }
  .tab-details-content .item .subtitle {
    margin-bottom: 15px;
  }
  .tab-details-content .item ul {
    margin-bottom: 25px;
  }
  .tab-details-content .item ul:last-child {
    margin-bottom: -7px !important;
  }
  .tab-details-content .item ul li {
    padding: 0;
  }
  .tab-details-content .item p {
    margin-bottom: 25px;
  }
}
.tab-details-content .item:last-child {
  margin-bottom: 0;
}

.product-info-table {
  width: 100%;
  max-width: 800px;
  border: 1px solid #eaeaea;
}
.product-info-table tbody tr {
  width: 50%;
  display: flex;
  word-wrap: wrap;
  font-size: 16px;
}
.product-info-table tbody tr th, .product-info-table tbody tr td {
  width: 50%;
  display: block;
  padding: 10px;
  font-weight: 400;
}
.product-info-table tbody tr th {
  color: #171d1c;
}
.product-info-table tbody tr td {
  padding-left: 20px;
  position: relative;
}
.product-info-table tbody tr td::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: ":";
}
.product-info-table tbody tr:nth-of-type(4n + 3), .product-info-table tbody tr:nth-of-type(4n + 4) {
  background: #ebf2ff;
}
@media (max-width: 767px) {
  .product-info-table tbody tr {
    width: 100%;
  }
  .product-info-table tbody tr:nth-of-type(4n + 1), .product-info-table tbody tr:nth-of-type(4n + 3) {
    background: #ebf2ff;
  }
  .product-info-table tbody tr:nth-of-type(4n + 2), .product-info-table tbody tr:nth-of-type(4n + 4) {
    background: #fff;
  }
}

.product-tab-menu-area {
  background: #ebf2ff;
}

.mt-70-100 {
  margin-top: 70px;
}
@media (min-width: 992px) {
  .mt-70-100 {
    margin-top: 100px;
  }
}

.product-tab-menu {
  border: none;
  align-items: stretch;
  margin: 0 -15px;
  padding: 10px 0;
}
.product-tab-menu li {
  padding: 10px 15px;
  flex-grow: 1;
  align-items: center;
}
.product-tab-menu li a {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(101, 93, 202, 0.3);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.product-tab-menu li a.active {
  background: #ffffff;
  box-shadow: 0.707px 0.707px 10px 0px rgba(55, 34, 154, 0.1);
}
.product-tab-menu li a .thumb {
  max-width: 100%;
}
.product-tab-menu li a .content {
  color: #171d1c;
  padding-left: 20px;
}

.shipping-table {
  width: 100%;
  max-width: 800px;
  border: 1px solid #eaeaea;
}
.shipping-table thead th {
  color: #171d1c;
  text-transform: capitalize;
  padding: 15px 10px 15px 20px;
  font-weight: 500;
}
.shipping-table tbody tr {
  font-size: 16px;
}
.shipping-table tbody tr td {
  padding: 10px;
  font-weight: 400;
}
.shipping-table tbody tr th {
  color: #171d1c;
}
.shipping-table tbody tr td {
  padding-left: 20px;
  position: relative;
}
.shipping-table tbody tr td:nth-of-type(even)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: ":";
}
.shipping-table tbody tr:nth-of-type(odd) {
  background: #ebf2ff;
}
@media (max-width: 575px) {
  .shipping-table {
    min-width: 550px;
  }
}

.shipping-wrapper .table-wrapper, .history-wrapper .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.shipping-wrapper .item, .history-wrapper .item {
  margin-bottom: 35px;
}
.shipping-wrapper .item p, .history-wrapper .item p {
  margin-top: 0;
  margin-bottom: 15px;
}
.shipping-wrapper .item .title, .history-wrapper .item .title {
  margin-bottom: 18px;
  text-transform: capitalize;
}
.shipping-wrapper .item ul, .history-wrapper .item ul {
  margin-bottom: 15px;
}
.shipping-wrapper .item ul:last-child, .history-wrapper .item ul:last-child {
  margin-bottom: -7px !important;
}
.shipping-wrapper .item ul li, .history-wrapper .item ul li {
  padding: 0;
}
@media (min-width: 768px) {
  .shipping-wrapper .item, .history-wrapper .item {
    margin-bottom: 45px;
  }
  .shipping-wrapper .item .title, .history-wrapper .item .title {
    margin-bottom: 18px;
  }
  .shipping-wrapper .item ul, .history-wrapper .item ul {
    margin-bottom: 25px;
  }
  .shipping-wrapper .item ul:last-child, .history-wrapper .item ul:last-child {
    margin-bottom: -7px !important;
  }
  .shipping-wrapper .item ul li, .history-wrapper .item ul li {
    padding: 0;
  }
  .shipping-wrapper .item p, .history-wrapper .item p {
    margin-bottom: 25px;
  }
}
.shipping-wrapper .item:last-child, .history-wrapper .item:last-child {
  margin-bottom: 0;
}

.history-table-area {
  background: #ebf2ff;
  border-radius: 5px;
  padding: 20px 40px;
}
@media (max-width: 991px) {
  .history-table-area {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .history-table-area {
    padding: 30px 15px;
  }
}

.history-table {
  width: 100%;
}
.history-table tr {
  border-bottom: 1px solid #c2d2ef;
  color: #171d1c;
}
.history-table tr td, .history-table tr th {
  text-align: center;
}
.history-table tr td:first-child, .history-table tr th:first-child {
  text-align: left;
}
.history-table tr td:last-child, .history-table tr th:last-child {
  text-align: right;
}
.history-table tr th {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0;
}
.history-table tr td {
  padding: 10px 0;
}
.history-table .user-info {
  align-items: center;
}
.history-table .user-info .thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.history-table .user-info .thumb img {
  width: 100%;
}
.history-table .user-info .content {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .history-table {
    font-size: 16px;
  }
  .history-table .user-info .thumb {
    width: 60px;
    height: 60px;
  }
  .history-table td {
    padding: 15px 0;
  }
  .history-table tr th {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .history-table .content {
    color: #ee4730;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .history-table .user-info {
    display: block;
  }
  .history-table .user-info .content {
    padding: 0;
  }
  .history-table .user-info .thumb {
    margin: 0 auto 5px;
  }
}
@media (max-width: 767px) {
  .history-table thead {
    display: none;
  }
  .history-table tbody tr {
    display: block;
  }
  .history-table tbody tr td {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
  }
  .history-table tbody tr td::before {
    content: attr(data-history);
    text-transform: uppercase;
    color: #007ec3;
    font-weight: 600;
  }
}

.faq-head-title {
  text-transform: capitalize;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .faq-head-title {
    margin-bottom: 25px;
  }
}

/*Dashboard Section Starts Here*/
.dashboard-widget {
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 6px 18px 0px rgba(16, 5, 54, 0.17);
  padding: 30px 20px;
}
@media screen and (min-width: 450px) {
  .dashboard-widget {
    padding: 30px;
  }
}
.dashboard-widget .user {
  text-align: center;
  margin-bottom: 30px;
}
.dashboard-widget .user .thumb-area {
  width: 100px;
  margin: 0 auto 30px;
  position: relative;
}
.dashboard-widget .user .thumb-area .profile-pic-edit {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  background: -ms-linear-gradient(135deg, rgb(135, 57, 230) 0%, rgb(84, 150, 255) 100%);
  box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.dashboard-widget .user .thumb-area .thumb {
  border-radius: 50%;
  overflow: hidden;
}
.dashboard-widget .user .thumb-area .thumb img {
  width: 100%;
}
.dashboard-widget .user .content .title {
  margin-bottom: 0;
}
.dashboard-widget h2, .dashboard-widget h3, .dashboard-widget h4, .dashboard-widget h5, .dashboard-widget h6 {
  color: #37406f;
}
.dashboard-widget h2 a, .dashboard-widget h3 a, .dashboard-widget h4 a, .dashboard-widget h5 a, .dashboard-widget h6 a {
  color: #37406f;
}
.dashboard-widget .dashboard-title {
  border-bottom: 1px solid #d5d7f3;
}
.dashboard-widget .dashboard-title .title {
  padding-bottom: 20px;
}

.dashboard-menu li {
  padding: 0;
  margin-bottom: 1px;
}
.dashboard-menu li a {
  padding: 10px 20px;
  color: #37406f;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 30px;
  border-radius: 25px;
  display: block;
}
.dashboard-menu li a i {
  font-weight: 400;
  margin-right: 10px;
  color: #ee4730;
}
.dashboard-menu li a:hover, .dashboard-menu li a.active {
  background: #f7f6fc;
}

.dashboard-item {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.487px 1.678px 57px 0px rgba(16, 5, 54, 0.13);
  margin-bottom: 30px;
  padding: 40px 15px 30px;
  text-align: center;
}
.dashboard-item .thumb {
  height: 80px;
  margin-bottom: 16px;
}
.dashboard-item .thumb img {
  max-width: 100%;
}

.dashboard-purchasing-tabs .nav-tabs {
  margin-bottom: 25px;
}
.dashboard-purchasing-tabs .nav-tabs li {
  padding: 0 10px;
}
.dashboard-purchasing-tabs .nav-tabs li:first-child {
  padding-left: 0;
}
.dashboard-purchasing-tabs .nav-tabs li:last-child {
  padding-right: 0;
}
.dashboard-purchasing-tabs .nav-tabs li a {
  padding: 10px 0;
  position: relative;
  color: #37406f;
}
.dashboard-purchasing-tabs .nav-tabs li a::after {
  bottom: -1px;
  left: 0;
  right: 100%;
  top: calc(100% - 3px);
  background: #ee4730;
  position: absolute;
  content: "";
  transition: all ease 0.3s;
}
.dashboard-purchasing-tabs .nav-tabs li a.active::after {
  right: 0;
}
@media (min-width: 768px) {
  .dashboard-purchasing-tabs .nav-tabs li {
    padding: 0 20px;
  }
  .dashboard-purchasing-tabs .nav-tabs li a {
    font-size: 22px;
    font-weight: 500;
  }
}

.purchasing-table {
  width: 100%;
  font-size: 16px;
}
.purchasing-table thead th {
  color: #37406f;
}
.purchasing-table tbody tr {
  font-size: 16px;
  color: #171d1c;
  font-weight: 500;
}
.purchasing-table tbody tr:hover {
  background: rgba(215, 217, 245, 0.078);
}
.purchasing-table tbody tr td {
  padding: 13px 0;
  border-bottom: 1px solid rgba(215, 217, 245, 0.502);
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .purchasing-table thead {
    display: none;
  }
  .purchasing-table tbody tr td {
    padding: 3px 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .purchasing-table tbody tr td:last-child {
    padding-bottom: 10px;
  }
  .purchasing-table tbody tr td:first-child {
    padding-top: 10px;
  }
  .purchasing-table tbody tr td::before {
    content: attr(data-purchase);
    color: #007ec3;
    text-transform: capitalize;
  }
  .purchasing-table tbody tr:hover {
    background: unset;
  }
  .purchasing-table tbody tr:nth-last-of-type(2n - 1) {
    background: rgba(215, 217, 245, 0.3);
  }
}

/*Profile Section Starts Here*/
.dash-pro-item .header {
  justify-content: space-between;
  margin-bottom: 30px;
}
.dash-pro-item .header .title {
  margin: 0;
  width: calc(100% - 80px);
}
.dash-pro-item .header .edit {
  text-align: right;
  width: 80px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .dash-pro-item .header {
    margin-bottom: 20px;
  }
  .dash-pro-item .header .title {
    width: calc(100% - 70px);
  }
  .dash-pro-item .header .edit {
    width: 70px;
    font-size: 14px;
  }
}
.dash-pro-item .dash-pro-body li {
  color: #37406f;
  padding: 0;
  margin-bottom: 8px;
}
.dash-pro-item .dash-pro-body li .info-name {
  width: 135px;
  position: relative;
  padding-right: 15px;
}
.dash-pro-item .dash-pro-body li .info-name:after {
  content: ":";
  position: absolute;
  right: 0;
}
.dash-pro-item .dash-pro-body li .info-value {
  width: calc(100% - 135px);
  padding-left: 20px;
}
.dash-pro-item .dash-pro-body li .info-value i {
  font-size: 14px;
}
@media (max-width: 575px) {
  .dash-pro-item .dash-pro-body li {
    margin-bottom: 12px;
  }
  .dash-pro-item .dash-pro-body li .info-name, .dash-pro-item .dash-pro-body li .info-value {
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
  .dash-pro-item .dash-pro-body li .info-name::after, .dash-pro-item .dash-pro-body li .info-value::after {
    display: none;
  }
  .dash-pro-item .dash-pro-body li .info-name {
    color: #ee4730;
    margin-bottom: -3px;
  }
}

.dash-bid-item .header {
  justify-content: space-between;
  margin-bottom: 30px;
}
.dash-bid-item .header .title {
  margin: 0;
}
@media (max-width: 575px) {
  .dash-bid-item .header {
    margin-bottom: 20px;
  }
  .dash-bid-item .header .edit {
    font-size: 14px;
  }
}
.dash-bid-item .button-area {
  margin: -10px;
  border: none;
}
.dash-bid-item .button-area li {
  padding: 10px;
}
.dash-bid-item .button-area li .custom-button {
  text-transform: capitalize;
}
.dash-bid-item .button-area li .custom-button.active {
  color: #ffffff;
  background: -ms-linear-gradient(92deg, #ff8359 0%, #ffdf40 100%);
}
.dash-bid-item .button-area .list li {
  padding: 0 20px;
}

.sort-winning-bid {
  align-items: center;
  justify-content: center;
  color: #171d1c;
  font-size: 16px;
  padding: 10px;
}
.sort-winning-bid .item {
  margin-right: 8px;
}
.sort-winning-bid .select-bar {
  height: 37px;
  border-radius: 19px;
  width: 135px;
  padding: 0;
  padding-left: 30px;
}
.sort-winning-bid .select-bar .current {
  line-height: 37px;
  text-transform: capitalize;
  font-size: 16px;
  color: #171d1c;
}
.sort-winning-bid .select-bar::after {
  height: 7px;
  width: 7px;
  border-color: #171d1c;
}

/*Alert Section Starts Here*/
.alert-widget ul {
  padding: 23px 0 20px;
  margin-bottom: -50px;
}
.alert-widget ul li {
  align-items: start;
  padding: 0;
  margin-bottom: 40px;
}
.alert-widget ul li input {
  width: 25px;
  height: 0;
  position: relative;
}
.alert-widget ul li input::after {
  position: absolute;
  content: "";
  border-radius: 3px;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #bccaea;
}
.alert-widget ul li input:checked::after {
  opacity: 1;
  background: url(./img/check.png) no-repeat center center;
}
.alert-widget ul li label {
  width: calc(100% - 25px);
  margin: 0;
  padding-left: 30px;
}
.alert-widget ul li label .title {
  margin-bottom: 19px;
}
@media (max-width: 575px) {
  .alert-widget ul li label {
    padding-left: 20px;
  }
}

/*Refferral Section Starts Here*/
.referral-form {
  position: relative;
}
.referral-form input {
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(55, 64, 111, 0.2);
  background-color: rgb(251, 252, 255);
  box-shadow: 4.822px 9.887px 8px 0px rgba(167, 169, 192, 0.13);
  padding: 0 20px;
}
.referral-form button.custom-button {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  height: 50px;
  border-radius: 25px;
  color: #ffffff;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .referral-form input {
    padding: 0 180px 0 20px;
  }
  .referral-form button.custom-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 60px;
    margin: 0;
  }
}

.dashboard-widget .share-area {
  align-items: center;
  margin-bottom: -10px;
}
.dashboard-widget .share-area .left {
  margin-right: 10px;
  margin-bottom: 10px;
}
.dashboard-widget .share-area .social-icons {
  margin-bottom: 10px;
}
.dashboard-widget .share-area .social-icons li a {
  padding: 0;
  border: 1px solid rgb(234, 234, 234);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
}
.dashboard-widget .share-area .social-icons li a:hover, .dashboard-widget .share-area .social-icons li a.active {
  background: -webkit-linear-gradient(-103deg, rgb(239, 119, 76) 0%, rgb(237, 104, 79) 35%, rgb(232, 67, 81) 76%, rgb(231, 51, 81) 100%);
  color: #ffffff;
}
.dashboard-widget .stats span {
  font-size: 18px;
  margin-left: 7px;
}
.dashboard-widget .stats:last-child {
  margin-bottom: -13px;
}

.referral-table {
  width: 100%;
}
.referral-table tr td, .referral-table tr th {
  text-align: center;
}
.referral-table tr td:first-child, .referral-table tr th:first-child {
  text-align: left;
}
.referral-table tr td:last-child, .referral-table tr th:last-child {
  text-align: right;
}
.referral-table thead tr th {
  font-weight: 400;
  color: #37406f;
}
.referral-table tbody tr {
  font-size: 16px;
  color: #171d1c;
}
.referral-table tbody tr:hover {
  background: rgba(215, 217, 245, 0.078);
}
.referral-table tbody tr td {
  padding: 13px 0;
  border-bottom: 1px solid rgba(215, 217, 245, 0.502);
  transition: all ease 0.3s;
}
@media (max-width: 575px) {
  .referral-table thead {
    display: none;
  }
  .referral-table tbody tr td {
    padding: 3px 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .referral-table tbody tr td:last-child {
    padding-bottom: 10px;
  }
  .referral-table tbody tr td:first-child {
    padding-top: 10px;
  }
  .referral-table tbody tr td::before {
    content: attr(data-label);
    color: #007ec3;
    text-transform: capitalize;
  }
  .referral-table tbody tr:hover {
    background: unset;
  }
  .referral-table tbody tr:nth-last-of-type(2n - 1) {
    background: rgba(215, 217, 245, 0.3);
  }
}

.cart-sidebar-area .single-product-item .content .title a {
  color: #ffffff;
}
.cart-sidebar-area .single-product-item .content .title a:hover {
  color: #ee4730;
}

@keyframes plus-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}
.plus-anime {
  animation: plus-anime 18s linear infinite;
  -webkit-animation: plus-anime 18s linear infinite;
  -moz-animation: plus-anime 18s linear infinite;
}

.zigzag {
  animation: zigzag 10s alternate infinite;
  -webkit-animation: zigzag 10s alternate infinite;
  -moz-animation: zigzag 10s alternate infinite;
}
.zigzag:nth-child(odd) {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
}

@keyframes zigzag {
  0% {
    transform: translate(-10px, -10px);
  }
  25% {
    transform: translate(10px, -10px);
  }
  50% {
    transform: translate(-10px, 10px);
  }
  75% {
    transform: translate(10px, 10px);
  }
  75% {
    transform: translate(-10px, -10px);
  }
}
/*All Animation Ends Here*/
.scrollToTop {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  z-index: 999;
  bottom: 30px;
  right: 30px;
  position: fixed;
  border-radius: 5px;
  transform: translateY(150px);
  background: #003b68;
  text-align: center;
  font-size: 16px;
}
.scrollToTop:hover {
  color: #ffffff;
}
.scrollToTop.active {
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}
.scrollToTop img {
  width: 100%;
}

.custom-button {
  color: #ffffff;
  border-radius: 30px;
  font-weight: 500;
  padding: 12px 30px 10px;
  font-size: 18px;
  background: -webkit-linear-gradient(92deg, rgb(0 59 104) 0%, rgb(0 34 54) 100%);
  font-family: "Roboto", sans-serif;
  transition: all 0.4s;
}
.custom-button:hover {
  color: #ffffff;
  background: -webkit-linear-gradient(92deg, rgb(0 59 104) 0%, rgb(0 34 54) 100%);
}
@media (max-width: 575px) {
  .header-wrapper { align-items: center; justify-content: end;}
  .custom-button {
    padding: 15px 30px 10px;
    font-size: 16px;
  }
}
.custom-button.white {
  background: #ffffff;
  color: #3f22b3;
}
.custom-button.white:hover {
  background: #3f22b3;
  color: #ffffff;
}
.custom-button.active {
  background: transparent;
  color: #171d1c;
  text-transform: capitalize;
  box-shadow: none;
}
.custom-button.active:hover {
  background: -webkit-linear-gradient(90deg, rgb(61, 169, 245) 0%, rgb(104, 61, 245) 100%);
  box-shadow: -1.04px 4.891px 20px 0px rgba(69, 49, 183, 0.5);
  border-color: #ee4730;
  color: #ffffff;
}
.custom-button.yellow {
  background: -webkit-linear-gradient(92deg, rgb(0 59 104) 0%, rgb(0 34 54) 100%);
}
@media (min-width: 576px) {
  .custom-button.btn-large {
    padding: 12px 48px 8px;
    line-height: 40px;
    border-radius: 30px;
  }
}
.custom-button.pink {
  background: -webkit-linear-gradient(135deg, rgb(255, 99, 222) 0%, rgb(216, 67, 226) 44%, rgb(177, 34, 230) 100%);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
}

button.custom-button {
  padding: 0 40px;
  font-size: 20px;
  outline: none;
  border: none;
  height: 60px;
  width: auto;
  background: -webkit-linear-gradient(92deg, rgb(0 59 104) 0%, rgb(0 34 54) 100%);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
@media (max-width: 575px) {
  button.custom-button {
    height: 50px;
    font-size: 16px;
  }
}

.load-wrapper {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .load-wrapper {
    margin-top: 60px;
  }
}

.load-more {
  line-height: 57px;
  padding: 3px 45px 0;
  border-radius: 30px;
  border: 1px solid #5e5bb7;
  font-size: 18px;
  color: #171d1c;
  text-transform: capitalize;
}
.load-more:hover {
  color: #ffffff;
  background: #ee4730;
}
.load-more.small {
  padding: 3px 33px 0;
}
.load-more.e-small {
  line-height: 47px;
  padding: 3px 33px 0;
}
@media (max-width: 575px) {
  .load-more {
    line-height: 45px;
    padding: 3px 30px 0;
    font-size: 16px;
  }
}

.video-button {
  color: #ffffff;
  border: none;
  text-align: center;
  width: 60px;
  height: 60px;
  z-index: 1;
  border-radius: 50%;
  background: #3f22b3;
  position: relative;
}
.video-button a {
  display: block;
  position: relative;
  z-index: 1;
}
.video-button i {
  line-height: 60px;
  font-size: 36px;
  margin-left: 8px;
}
.video-button:hover {
  color: #ffffff;
}
.video-button::after, .video-button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background: #3f22b3;
  opacity: 0.15;
  z-index: -10;
}
.video-button::before {
  z-index: -10;
  animation: inner-ripple 2000ms linear infinite;
}
.video-button::after {
  z-index: -10;
  animation: outer-ripple 2000ms linear infinite;
}
.video-button span {
  width: 100%;
  height: 100%;
  border: 0.3px solid #3f22b3;
  border-radius: 50%;
  animation: 5s customZoom infinite;
  -webkit-animation: 5s customZoom infinite;
  -moz-animation: 5s customZoom infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-button span::after, .video-button span::before {
  width: 100%;
  height: 100%;
  border: 0.3px solid #3f22b3;
  border-radius: 50%;
  animation: 5s customZoom infinite;
  -webkit-animation: 5s customZoom infinite;
  -moz-animation: 5s customZoom infinite;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.video-button span::after {
  animation-delay: 1s;
}
.video-button span:nth-child(even) {
  animation-delay: 4s;
}
.video-button span:nth-child(even)::after {
  animation-delay: 2s;
}
.video-button span:nth-child(even)::before {
  animation-delay: 3s;
}

@keyframes customZoom {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.1;
  }
}
.normal-button {
  line-height: 50px;
  padding: 2px 40px 1px;
  border: 1px solid rgb(181, 156, 228);
  border-radius: 30px;
  color: #171d1c;
  line-height: 46px;
  transition: all 0.4s;
}
.normal-button:hover {
  color: #ffffff;
  background: -webkit-linear-gradient(90deg, rgb(61, 169, 245) 0%, rgb(104, 61, 245) 100%);
  box-shadow: -1.04px 4.891px 20px 0px rgba(69, 49, 183, 0.5);
}

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
/* inner ripple */
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
.button-3 {
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #cac7f6;
  color: #37406f;
  padding: 10px 40px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.button-3.active, .button-3:hover {
  color: #ffffff;
  border-color: transparent;
  background: -webkit-linear-gradient(-65deg, rgb(193, 101, 221) 0%, rgb(17, 83, 252) 100%);
  box-shadow: 0px 7px 24px 0px rgba(18, 83, 252, 0.51);
}
.button-3.active:hover {
  background: transparent;
  border: 1px solid #cac7f6;
  color: #37406f;
  box-shadow: none;
}
.button-3 i {
  margin-left: 5px;
}
.button-3.long-light {
  padding: 10px 30px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
}

/*All Animation Ends Here*//*# sourceMappingURL=main.css.map */








/*Custom*/
.main-home{display: flex; justify-content: center; align-items: center; perspective: 750px; overflow: hidden; height: 100vh;}
#button{
  width:300px;
  height:70px;
  background:#6959ff;
  margin:0px auto;
  z-index:1;
  overflow:hidden;
  border: 1px solid #606060;
  border-radius:90px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3); font-size: 24px;
  
  
  
 }






#second{
  width:300px;
  height:70px;
  background:linear-gradient(#e13d33, #bf291f);
  background:-webkit-linear-gradient(#e13d33, #bf291f);
  -webkit-transform:translatex(-310px) skew(0deg);
  -moz-transform:translatex(-310px) skew(0deg);
  -ms-transform:translatex(-310px) skew(0deg);
  -o-transform:translatex(-310px) skew(0deg);
  transform:translatex(-310px) skew(0deg);
  text-align:center;
  line-height:70px;
  z-index:3;
  position: relative;
  border-radius:90px;
  box-shadow:inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -webkit-animation:removesecond 1s reverse;
  
  
  
  
  
}


#first{
  width:300px;
  height:70px;
  background:linear-gradient(#002236, #005da4);
  background:-webkit-linear-gradient(#002236, #005da4);
  position: relative;
  top:-70px;
  text-align:center;
  line-height:70px;
  z-index:2;
  border-radius:90px;
  box-shadow:inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  
  
}



#second a{
  display:block;
}



#button:hover #second{
  -webkit-animation:movesecond 1s forwards;
  -moz-animation:movesecond 1s forwards;
  -ms-animation:movesecond 1s forwards;
  -o-animation:movesecond 1s forwards;
  animation:movesecond 1s forwards;
}



#Third{
  width:300px;
  height:70px;
  background:linear-gradient(#000, #000);
  background:-webkit-linear-gradient(#000, #000);
  border-radius:90px;
  -webkit-transform:translateY(10px);
  -moz-transform:translateY(10px);
  -ms-transform:translateY(10px);
  -o-transform:translateY(10px);
  transform:translateY(10px);
  box-shadow:inset 0px 2px 1px rgba(255, 255, 255, 0.5);
 
}

#second:active #Third{
  -webkit-animation: moveThird 1s forwards;
  -moz-animation: moveThird 1s forwards;
  -ms-animation: moveThird 1s forwards;
  -o-animation: moveThird 1s forwards;
  animation: moveThird 1s forwards;
}





/********************
Animation Keyframes
********************/

/* This animation for second button (Click me Yellow)*/

@-webkit-keyframes removesecond{
  0%{-webkit-transform:translateX(-320px) skew(0deg);}
  20%{-webkit-transform:translateX(50px) skew(-20deg);}
  40%{-webkit-transform:translateX(-50dpx) skew(20deg);}
  60%{-webkit-transform:translateX(25dpx) skew(-8deg);}
  80%{-webkit-transform:translateX(-15px) skew(8deg);}
  100%{-webkit-transform:translateX(0px) skew(0deg);}
}

@-webkit-keyframes movesecond{
  0%{-webkit-transform:translateX(-320px) skew(0deg);}
  20%{-webkit-transform:translateX(50px) skew(-20deg);}
  40%{-webkit-transform:translateX(-50dpx) skew(20deg);}
  60%{-webkit-transform:translateX(25dpx) skew(-8deg);}
  80%{-webkit-transform:translateX(-15px) skew(8deg);}
  100%{-webkit-transform:translateX(0px) skew(0deg);}
}

@-moz-keyframes movesecond{
  0%{-webkit-transform:translateX(-320px) skew(0deg);}
  20%{-webkit-transform:translateX(50px) skew(-20deg);}
  40%{-webkit-transform:translateX(-50dpx) skew(20deg);}
  60%{-webkit-transform:translateX(25dpx) skew(-8deg);}
  80%{-webkit-transform:translateX(-15px) skew(8deg);}
  100%{-webkit-transform:translateX(0px) skew(0deg);}
}

@-ms-keyframes movesecond{
  0%{-webkit-transform:translateX(-320px) skew(0deg);}
  20%{-webkit-transform:translateX(50px) skew(-20deg);}
  40%{-webkit-transform:translateX(-50dpx) skew(20deg);}
  60%{-webkit-transform:translateX(25dpx) skew(-8deg);}
  80%{-webkit-transform:translateX(-15px) skew(8deg);}
  100%{-webkit-transform:translateX(0px) skew(0deg);}
}

@-o-keyframes movesecond{
  0%{-webkit-transform:translateX(-320px) skew(0deg);}
  20%{-webkit-transform:translateX(50px) skew(-20deg);}
  40%{-webkit-transform:translateX(-50dpx) skew(20deg);}
  60%{-webkit-transform:translateX(25dpx) skew(-8deg);}
  80%{-webkit-transform:translateX(-15px) skew(8deg);}
  100%{-webkit-transform:translateX(0px) skew(0deg);}
}

@keyframes movesecond{
  0%{-webkit-transform:translateX(-320px) skew(0deg);}
  20%{-webkit-transform:translateX(50px) skew(-20deg);}
  40%{-webkit-transform:translateX(-50dpx) skew(20deg);}
  60%{-webkit-transform:translateX(25dpx) skew(-8deg);}
  80%{-webkit-transform:translateX(-15px) skew(8deg);}
  100%{-webkit-transform:translateX(0px) skew(0deg);}
}



/* This animation for third button ( that's it purple)*/

@-webkit-keyframes moveThird{
  0%{-webkit-transform:translateY(10px);}
  20%{-webkit-transform:translateY(-170px) ;}
  40%{-webkit-transform:translateY(50dpx) ;}
  60%{-webkit-transform:translateY(-25dpx) ;}
  80%{-webkit-transform:translateY(15px) ;}
  100%{-webkit-transform:translateY(-70px) ;}
}

@-moz-keyframes moveThird{
  0%{-webkit-transform:translateY(10px);}
  20%{-webkit-transform:translateY(-170px) ;}
  40%{-webkit-transform:translateY(50dpx) ;}
  60%{-webkit-transform:translateY(-25dpx) ;}
  80%{-webkit-transform:translateY(15px) ;}
  100%{-webkit-transform:translateY(-70px) ;}
}

@-ms-keyframes moveThird{
  0%{-webkit-transform:translateY(10px);}
  20%{-webkit-transform:translateY(-170px) ;}
  40%{-webkit-transform:translateY(50dpx) ;}
  60%{-webkit-transform:translateY(-25dpx) ;}
  80%{-webkit-transform:translateY(15px) ;}
  100%{-webkit-transform:translateY(-70px) ;}
}

@-o-keyframes moveThird{
  0%{-webkit-transform:translateY(10px);}
  20%{-webkit-transform:translateY(-170px) ;}
  40%{-webkit-transform:translateY(50dpx) ;}
  60%{-webkit-transform:translateY(-25dpx) ;}
  80%{-webkit-transform:translateY(15px) ;}
  100%{-webkit-transform:translateY(-70px) ;}
}

@keyframes moveThird{
  0%{-webkit-transform:translateY(10px);}
  20%{-webkit-transform:translateY(-170px) ;}
  40%{-webkit-transform:translateY(50dpx) ;}
  60%{-webkit-transform:translateY(-25dpx) ;}
  80%{-webkit-transform:translateY(-95px) ;}
  100%{-webkit-transform:translateY(-70px) ;}
}

.slide {
    width: 100% !important;
    height: 112vh;
    overflow: hidden;
    position: absolute;
    /* background-color: #000; */
    right: 0px; z-index: 1;
}
.slide video {
    position: relative;
    top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 9;
    background-size: cover;
    object-fit: cover;
    height: 120vh;
}
.banner-section-4:before {
    content: '';
    position: absolute;
/*    background-image: linear-gradient(134deg, #000000b8 56%, #001f4c 113%);*/
    width: 100%;
    height: 100%;
    bottom: -130px;
    left: 0px;
    z-index: 1; background: url(https://storage.googleapis.com/e4mevents/media-ace-2025/images/banner-shape-4.png) no-repeat bottom;
}

@media (max-width: 767px) {
.banner-section-4:before {
bottom: -150px;
}
}


.logo-sec{ position:relative; z-index:999999; }

.about-area {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.487px 3.97px 81px 0px rgba(40, 58, 140, 0.46);
}
.about-us{ padding:25px; color:#222; line-height:32px; font-weight:bold }
.faq-list li{ list-style-type:circle; margin-left:20px; color:#000; }
.faq-wrapper p{ color:#000; font-weight:bold; }

.name{ font-size:20px; color:#e33c32; font-weight:bold; }

.jury-box{
  padding: 15px; border-radius: 16px;
  background-color: rgb(255, 255, 255);
  
   margin-bottom: 40px; height: 460px;
}
.designation{ margin-top:5px; }
.title2{ font-size:62px; }
.od{ font-size:22px; font-weight:bold; }
.ft-44 { font-size:44px !important; }
.ft-62 { font-size:62px !important; }

.contact-page-section .contact-box {
  padding: 15px 15px 15px;
  border-radius: 10px;
  text-align: center;
  transition: ease-in-out 0.3s;
}
.contact-page-section .contact-box .offer-section-inner {
  padding: 0;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 10px;
}
.contact-page-section .contact-box h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: var(--e-global-color-secondary);
  margin-bottom:7px;
  word-spacing: 0;
  text-align: center;
}
.contact-page-section .contact-box p {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #eeeeee;
  margin-bottom: 0;
}
.contact-page-section{
  padding: 60px 0;
}
.contact-page-section .contact-box .phone-p{
  padding: 0 49px;
}
.contact-page-section .contact-box:hover {
  transition: ease-in-out 0.3s;
}
.email a{ color:#fff; }
.email:hover{
   text-decoration:none; 
   /* color:#fff;  */
  }
.f-title {
    font-size: 26px;
    color: #fff;
    border-bottom: double #484848;
    padding-bottom: 10px;
    display: inline-block;
}
.p-name{ color:#ffc107; font-size:20px; padding-bottom:5px; }
.mobile a{ color:#fff; }
.desig{ color:#fff; }
.copyright {
    color: #838383;
    font-size: 15px;
    font-weight: 600;
    border-top: double;
    padding-top: 25px;
}
.footer-link{ margin-bottom:25px; }
.footer-link li{ display:inline-block; padding:0px; }
.footer-link li a{ color:#838383; font-size:15px; padding:0px 12px; }
.company {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.catego a.active { background:#000000 !important; font-family: "Roboto", sans-serif; }
.catego a {
    background: #dfdfdf;
    padding: 15px 15px;
    font-weight: bold;
    border-radius: 0px !important; color: #000; letter-spacing: 1px; font-family: "Roboto", sans-serif;
}
.alphabet {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000000;
    text-align: center;
    line-height: 31px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
.active .alphabet {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 31px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
.categories-text h4{ font-size:20px; border-bottom:double #000; color:#000; }
.categ h3{ font-size: 17px; font-weight: bold; color: #e33e34; }
.categ {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}
.categ p{ padding-bottom:12px; color:#000; }
.current{ color:#ffc107 !important; }
.vh7{ height:70vh; }

.form{ text-align:left; }
.form label{ font-size:16px; padding-bottom:10px; }
.mandatory{ color:#b10000; }
.alterna{ color:#000; font-size:24px; border-bottom:double; margin-bottom:15px; }
.content-box {  }
.content-box p{ color:#222; font-size:16px; }
.content-box ul.list{ color:#a1a1a1; font-size:16px; }
.content-box ul.list li {
    display: block; margin: 0px; padding: 0px; font-size:16px; color: #222;
}
h2.subhead{color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    background: #1a1a1a;
    display: inline-block;
    padding: 0px 15px;
    position: relative;}

h2.subhead::after {
    width: 30px;
    height: 30px;
    border-left: solid 32px #101010;
    border-bottom: solid 22px transparent;
    border-top: solid 28px transparent;
    content: '';
    position: absolute;
    right: -32px;
    top: 0px;
}
.small-head{ color:#e43e34 !important }
.content-box h4{ font-size:18px; }







@media (max-width: 767px) {
  .slide{ height:80vh; }
.slide video{
height:80vh; 
}
.title2 {
    font-size: 30px;
}
.title{ font-size:30px !important; }


}


.steps2 {
  margin: 10px 0 30px;
  padding: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px !important;
  /*width: 770px;*/
}
.steps2 li {
  float: left;
  margin-left: 0;
  width: 24%;
  height: 120px;
  margin-bottom:15px;
  list-style-type: none;
  padding: 10px 3px 10px 50px;
  border-right: 5px solid #ffffff;
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight:600;
  line-height20px !important;
  border-radius: 0px 6px 6px 0px;
}
.steps2 li i{
  font-size: 35px;
    padding: 10px;
}
.steps2 li span{
  border-bottom:1px dotted #000;
}
.steps2 li:first-child {
  padding-left: 22px;
}
.steps2 li:nth-child(n+2)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  border-left: 25px solid #ffffff;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 0;
  height: 0;
  content: " ";
}
.steps2 li:after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -24px;
  display: block;
  border-left: 25px solid #ffffff;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 0;
  height: 0;
  content: " ";
}

.steps2.flat-colorimeter li:first-child {
  background-color: #adadad;
}
.steps2.flat-colorimeter li:first-child::after {
  border-left-color: #adadad;
}
.steps2.flat-colorimeter li:nth-child(2) {
  background-color: #c5c5c5;
}
.steps2.flat-colorimeter li:nth-child(2)::after {
  border-left-color: #c5c5c5;
}
.steps2.flat-colorimeter li:nth-child(3) {
  background-color: #d7d7d7;
}
.steps2.flat-colorimeter li:nth-child(3)::after {
  border-left-color: #d7d7d7;
}
.steps2.flat-colorimeter li:nth-child(4) {
  background-color: #ebebeb;
}
.steps2.flat-colorimeter li:nth-child(4)::after {
  border-left-color: #ebebeb;
}
.steps2.flat-colorimeter li:nth-child(5) {
  background-color: #d6354e;
}
.steps2.flat-colorimeter li:nth-child(5)::after {
  border-left-color: #d6354e;
}
.steps2.flat-colorimeter li:last-child {
  background-color: #ebebeb;
}
.steps2.flat-colorimeter li:last-child::after {
  border-left-color: #ebebeb;
}

@media (max-width: 768px) {
  .steps2 li{
    width:90%;
  }
}

.primary-color {
    color: #000;
    font-weight: bold;
}
.nav-link:focus, .nav-link:hover {
    color: #e43d33;
}
.parameters {
    background: #000000;
    font-size: 18px;
    color: #fff;
    padding: 0px 15px;
    display: inline-block;
    letter-spacing: 1px;
}
.presentations {
    padding: 0px;
    margin: 0px;
}
.about-section .border-box ul {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.presentations ul li {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.presentations ul li a {
    padding: 8px 25px;
    margin: 0px;
    background: #000000;
    color: #fff !important;
    border: solid 2px #4c4c4c;
    border-radius: 100px;border:solid;
}
.presentations ul li a:hover{ background:#222; border:solid; }
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: none;
    width: auto;
    border: none;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff;
    opacity: 1;
    font-weight: normal;
    font-size: 32px;
}
#Agencies .modal-title, #Specialist .modal-title, #PPT .modal-title {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
#Agencies .modal-content, #Specialist .modal-content, #PPT .modal-content {
    background: #000 !important;
    color: #fff;
}
.p-subtitle {
    text-transform: uppercase;
    /* background: #03172b; */
    /* padding: 5px 15px; */
    letter-spacing: 1px;
    color: #FFC107;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.presentations-list ul li {
    padding: 0px;
    border-bottom: solid 1px #525252;
    /* background: #f1f1f1; */
    padding: 11px 2px !important;
    font-size: 16px;
    list-style-type: circle;
    padding-left: 0px;
    margin: 0px 30px;
    color: #fff;
}
.sub {
    margin-left: 15px;
    background: #f1f1f1;
    padding: 10px 15px;
}
.sub-cat2 {
    font-size: 16px;
    color: #000;
    display: table;
    padding: 0px;
    font-weight: bold;
    margin-bottom: 15px;
}


.lable-text{ padding-bottom:10px; font-size:15px; }


.categ_name {
    background: linear-gradient(225deg, #e5e5e5 60%, #e43c32 30%);
    color: #ffffff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #ebebeb;
    font-weight: bold;
    letter-spacing: 1px;
}
.form-check-input{ width:24px; height:24px; cursor:pointer; border: solid 1px #ccc; }
.cat_box {
    background: #f1f1f1;
    padding: 10px 0px;
    margin-bottom: 15px; font-size: 15px; 
}

.cat_box, h6 { font-size: 15px; }
.pl-3{ padding-left:15px; }
.btn-style-two {
    position: relative;
    padding: 7px 40px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    background-color: #062e56;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid;
}
.pl-3{ padding-left:15px; }
.table .thead-dark th {
    color: #fff;
    background-color: #062e56;
    border-color: #a5a5a5;
    vertical-align: text-top;
}
.yellow{ color:#e43d33 !important; }
.sub-title {
    background: linear-gradient(225deg, #e5e5e5 60%, #e43c32 30%);
    color: #ffffff;
    padding: 0px 15px;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #ebebeb;
    font-weight: bold;
    letter-spacing: 1px;
}