/*
@File: Torado Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

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

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area Style


** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style

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

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
body {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #666666;
  background-color: #eceff5;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #666666;
}

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

a:focus {
  text-decoration: none;
}

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: 500;
}

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

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

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

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

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

.form-control {
  height: 55px;
  color: #333333;
  border: 1px solid #ffffff;
  background-color: #eeeeee;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
}

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

/*
Bg-color Style*/
.bg-color-f2edfa {
  background-color: #f2edfa;
}

.bg-color-f2faf8 {
  background-color: #f2faf8;
}

.bg-color-fbfbfd {
  background-color: #fbfbfd;
}

.bg-color-242424 {
  background-color: #242424;
}

.body-bg-0d162d {
  background-color: #0d162d;
}

.bg-color-ffffff {
  background-color: #ffffff;
}

.line-shape {
  background-image: url(../../assets/images/line-shape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -ms-inline-grid;
  display: inline-grid;
  padding: 14px 30px;
  background-color: #2f13e0;
  border-radius: 5px;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #333333;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.default-btn.active-btn {
  background-color: #2f13e0;
  color: #ffffff;
}

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

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

/*
Read More Btn Area Style*/
.read-more {
  font-size: 15px;
  color: #2f13e0;
  background-color: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.read-more:hover {
  color: #2f13e0;
  letter-spacing: 1px;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 700px;
  margin: -5px auto 50px;
  text-align: center;
  position: relative;
}

.section-title .top-title {
  font-size: 15px;
  color: #2f13e0;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.section-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.section-title h2 span {
  color: #2f13e0;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title p span {
  color: #2f13e0;
}

.section-title.white-title span {
  color: #2f13e0;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

.section-title.left-title {
  margin-left: 0;
  text-align: left;
  max-width: 100%;
}

.section-title.left-title h2 {
  max-width: 700px;
}

.section-title.left-title .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 32px;
}

.section-title-style {
  text-align: center;
  position: relative;
  max-width: 960px;
  margin: 0 auto 50px;
}

.section-title-style h1 {
  font-size: 96px;
  color: #0f1a35;
  line-height: 1;
  text-transform: capitalize;
}

.section-title-style h2 {
  font-size: 36px;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  color: #ffffff;
  text-transform: uppercase;
}

.black-title {
  color: #000000;
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-area.style-two {
  background-color: #242424;
}

.navbar-area.style-two .desktop-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #c4c4c4;
}

.navbar-area.style-two .desktop-nav .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
}

.navbar-area.style-two .desktop-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}

.navbar-area.style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
}

.navbar-area.style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #2f13e0;
}

.navbar-area.style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #2f13e0;
}

.navbar-area.style-three {
  background-color: #0f1932;
  border: none;
}

.navbar-area.style-three .desktop-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #c4c4c4;
}

.navbar-area.style-three .desktop-nav .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
}

.navbar-area.style-three .desktop-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}

.navbar-area.style-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
}

.navbar-area.style-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #2f13e0;
}

.navbar-area.style-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #2f13e0;
}

.navbar-area.navbar-top {
  position: fixed !important;
  z-index: 1008;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar-area.navbar-top.is-sticky {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar-area.navbar-area .container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: 0;
}

.desktop-nav {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar .navbar-nav {
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-right: 0;
  padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  position: relative;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 19px;
  margin-right: 19px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\EA4E";
  position: absolute;
  top: 0;
  right: -20px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item a.active {
  font-weight: 500;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  border-top: 2px solid #2f13e0;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}

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

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
  padding: 15px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}

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

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\EA4E";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: auto;
  right: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  border-bottom: 1px dashed #ededed;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

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

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\EA4E";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #2f13e0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -2px;
}

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

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.desktop-nav .navbar .others-options .search-form {
  position: relative;
  margin-left: 20px;
}

.desktop-nav .navbar .others-options .search-form .form-control {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  width: 369px;
  font-size: 14px;
}

.desktop-nav .navbar .others-options .search-form .form-control:focus {
  border-color: #2f13e0;
}

.desktop-nav .navbar .others-options .search-form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.desktop-nav .navbar .others-options .search-form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.desktop-nav .navbar .others-options .search-form .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.desktop-nav .navbar .others-options .search-form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.desktop-nav .navbar .others-options .search-form .src-btn {
  position: absolute;
  top: 15px;
  right: 17px;
  background-color: transparent;
  font-size: 25px;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #7E7E7E;
}

.desktop-nav .navbar .others-options .search-form .src-btn:hover {
  color: #2f13e0;
}

.desktop-nav .navbar .others-options.style-two .search-form .form-control {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}

.desktop-nav .navbar .others-options.style-two .search-form .form-control::-webkit-input-placeholder {
  color: #c4c4c4;
}

.desktop-nav .navbar .others-options.style-two .search-form .form-control:-ms-input-placeholder {
  color: #c4c4c4;
}

.desktop-nav .navbar .others-options.style-two .search-form .form-control::-ms-input-placeholder {
  color: #c4c4c4;
}

.desktop-nav .navbar .others-options.style-two .search-form .form-control::placeholder {
  color: #c4c4c4;
}

.desktop-nav .navbar .others-options.style-two .search-form .src-btn {
  color: #C4C4C4;
}

.desktop-nav .navbar .others-options.style-three .search-form .form-control {
  background-color: #0f1932;
  border-color: #32394b;
  color: #ffffff;
}

.desktop-nav .navbar .others-options.style-three .search-form .form-control::-webkit-input-placeholder {
  color: #c4c4c4;
}

.desktop-nav .navbar .others-options.style-three .search-form .form-control:-ms-input-placeholder {
  color: #c4c4c4;
}

.desktop-nav .navbar .others-options.style-three .search-form .form-control::-ms-input-placeholder {
  color: #c4c4c4;
}

.desktop-nav .navbar .others-options.style-three .search-form .form-control::placeholder {
  color: #c4c4c4;
}

.desktop-nav .navbar .others-options.style-three .search-form .src-btn {
  color: #C4C4C4;
}

.desktop-nav .others-options-wallet {
  position: relative;
  top: 3.5px;
  width: 300px;
  text-align: center;
}

.desktop-nav .others-options-wallet .default-btn {
  padding: 12px 20px;
  position: relative;
  top: -4px;
  background-color: transparent;
}

.desktop-nav .others-options-wallet .default-btn:hover::before {
  display: none;
}

.desktop-nav .others-options-wallet::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 97px;
  background-color: #2f13e0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.desktop-nav .others-options-wallet.style-two .default-btn {
  background-color: #333333 !important;
}

.desktop-nav .others-options-wallet.style-two::before {
  background-color: #333333 !important;
}

.desktop-nav .others-options-wallet:hover::before {
  background-color: #333333;
}

.mobile-responsive-nav {
  display: none;
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none !important;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: -40px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #2f13e0;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #2f13e0;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.others-option-for-responsive .others-options {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
}

.others-option-for-responsive .others-options .search-form {
  position: relative;
  margin-left: 20px;
}

.others-option-for-responsive .others-options .search-form .form-control {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.others-option-for-responsive .others-options .search-form .form-control:focus {
  border-color: #2f13e0;
}

.others-option-for-responsive .others-options .search-form .src-btn {
  position: absolute;
  top: 17px;
  right: 17px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-options .search-form .src-btn:hover {
  color: #2f13e0;
}

/* Banner Area Style
=============================================*/
.banner-area {
  position: relative;
  z-index: 1;
}

.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/banner/banner-bg-img.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}

.bg-gradint-img {
  background-image: url(../../assets/images/banner/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-img {
  position: relative;
  background-color: #ffffff;
  border-radius: 50px 50px 0 0;
  margin-left: 70px;
}

.banner-img img {
  border-radius: 43px;
}

.banner-img .current-bid {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.banner-img .current-bid span {
  margin-bottom: 8px;
  display: inline-block;
  color: #333333;
}

.banner-img .current-bid h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.banner-img .current-bid h4 span {
  margin-bottom: 0;
  font-weight: normal;
}

.banner-img .current-bid #timer div {
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1;
}

.artists-bid {
  position: relative;
  background-color: #ffffff;
  padding: 58px 50px;
  border-radius: 0 0 43px 43px;
  margin-left: 70px;
}

.artists-bid span {
  margin-top: -36px;
  display: block;
  color: #2E2E2E;
  margin-bottom: 13px;
}

.artists-bid .artist {
  padding-left: 60px;
}

.artists-bid .artist img {
  position: absolute;
  top: 61px;
  left: 50px;
  border-radius: 50px;
}

.artists-bid .artist h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.artists-bid .artist a {
  color: #2f13e0;
  font-size: 16px;
}

.artists-bid .default-btn {
  padding: 18px 56px;
}

.banner-content {
  overflow: hidden;
}

.banner-content .top-title {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  -webkit-animation: 0.6s fadeInDownBig;
          animation: 0.6s fadeInDownBig;
  font-size: 16px;
}

.banner-content h1 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 30px;
  -webkit-animation: 0.6s fadeInLeftBig;
          animation: 0.6s fadeInLeftBig;
}

.banner-content h1 span {
  display: inline-block;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #2f13e0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.banner-content h1 span::after {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #2f13e0;
  overflow: hidden;
  position: absolute;
  content: attr(data-text);
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
}

.banner-content h1 span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/banner/nft-shape.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
  z-index: -1;
}

.banner-content p {
  margin-bottom: 40px;
  font-size: 18px;
  -webkit-animation: 0.6s fadeInRightBig;
          animation: 0.6s fadeInRightBig;
}

.banner-content .banner-btn {
  -webkit-animation: 0.6s fadeInUpBig;
          animation: 0.6s fadeInUpBig;
}

.banner-content .banner-btn .default-btn {
  border: 1px solid #2f13e0;
  width: 180px;
  padding: 14px 20px;
}

.banner-content .banner-btn .default-btn.active {
  background-color: transparent;
  color: #333333;
  margin-left: 20px;
}

.banner-content .banner-btn .default-btn.active:hover {
  background-color: #2f13e0;
  color: #ffffff;
}

.banner-content .banner-btn .default-btn:hover {
  border-color: #333333;
}

/* Banner Area Two Style
=============================================*/
.banner-area-two {
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-content-two {
  overflow: hidden;
  max-width: 644px;
  margin-top: 50px;
  margin-left: 20px;
}

.banner-content-two .top-title {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  -webkit-animation: 0.6s fadeInDownBig;
          animation: 0.6s fadeInDownBig;
}

.banner-content-two h1 {
  font-size: 53px;
  font-weight: 700;
  margin-bottom: 30px;
  -webkit-animation: 0.6s fadeInLeftBig;
          animation: 0.6s fadeInLeftBig;
}

.banner-content-two h1 span {
  display: inline-block;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #2f13e0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.banner-content-two h1 span::after {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #2f13e0;
  overflow: hidden;
  position: absolute;
  content: attr(data-text);
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
}

.banner-content-two h1 span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/banner/nft-shape.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
  z-index: -1;
}

.banner-content-two p {
  margin-bottom: 30px;
  font-size: 18px;
  -webkit-animation: 0.6s fadeInRightBig;
          animation: 0.6s fadeInRightBig;
  max-width: 600px;
}

.banner-content-two .current-bid {
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
  -webkit-animation: 0.6s fadeInLeftBig;
          animation: 0.6s fadeInLeftBig;
}

.banner-content-two .current-bid li {
  display: inline-block;
  border-right: 1px solid #C4C4C4;
  margin-right: 62px;
  padding-right: 62px;
}

.banner-content-two .current-bid li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.banner-content-two .current-bid li span {
  margin-bottom: 10px;
  display: inline-block;
}

.banner-content-two .current-bid li .usd {
  font-size: 20px;
  margin-bottom: 0;
}

.banner-content-two .current-bid li h4 {
  margin-bottom: 5px;
  font-size: 36px;
  color: #2f13e0;
}

.banner-content-two .current-bid li .auction {
  margin-left: 10px;
}

.banner-content-two .current-bid li #timer {
  position: relative;
}

.banner-content-two .current-bid li #timer div {
  color: #333333;
  font-size: 36px;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block !important;
}

.banner-content-two .current-bid li #timer div span {
  margin-top: -2px;
  font-size: 20px;
  font-weight: normal;
  color: #666666;
  display: block;
}

.banner-content-two .current-bid li:nth-child(2) {
  position: relative;
  top: -5px;
}

.banner-content-two .banner-btn {
  -webkit-animation: 0.6s fadeInUpBig;
          animation: 0.6s fadeInUpBig;
}

.banner-content-two .banner-btn .default-btn {
  border: 1px solid #2f13e0;
}

.banner-content-two .banner-btn .default-btn.active {
  background-color: transparent;
  color: #333333;
  margin-left: 30px;
}

.banner-content-two .banner-btn .default-btn.active:hover {
  background-color: #2f13e0;
  color: #ffffff;
}

.banner-content-two .banner-btn .default-btn:hover {
  border-color: #333333;
}

.banner-img-two {
  position: relative;
  z-index: 1;
  max-width: 765px;
  margin-left: 90px;
}

.banner-img-two .artist-bid {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 20px;
  border-radius: 10px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  max-width: 500px;
  margin-left: 205px;
}

.banner-img-two .artist-bid span {
  margin-top: -37px;
  display: block;
  color: #2f13e0;
  margin-bottom: 13px;
  position: relative;
  top: 6px;
}

.banner-img-two .artist-bid .artist {
  padding-left: 60px;
}

.banner-img-two .artist-bid .artist img {
  position: absolute;
  top: 51px;
  left: 20px;
  border-radius: 50px;
}

.banner-img-two .artist-bid .artist h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.banner-img-two .artist-bid .artist a {
  color: #666666;
}

.banner-img-two .artist-bid .artist a:hover {
  color: #2f13e0;
}

.banner-img-two .artist-bid .default-btn {
  padding: 18px 56px;
}

.banner-img-two .banner-img-3 {
  position: absolute;
  top: -41px;
  left: -54px;
  z-index: -1;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-animation: 0.6s fadeInLeftBig;
          animation: 0.6s fadeInLeftBig;
}

.banner-img-two .banner-img-4 {
  position: absolute;
  top: -73px;
  left: -113px;
  z-index: -1;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-animation: 0.9s fadeInLeftBig;
          animation: 0.9s fadeInLeftBig;
}

/* Banner Area Three Style
=============================================*/
.banner-area-three {
  position: relative;
  z-index: 1;
  padding-top: 140px;
}

.banner-area-three .banner-shape {
  position: absolute;
  bottom: -500px;
  left: 0;
  z-index: -1;
}

.banner-content-three h1 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 30px;
  -webkit-animation: 0.6s fadeInUpBig;
          animation: 0.6s fadeInUpBig;
  color: #ffffff;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 100px;
}

.banner-content-three h1 span {
  display: inline-block;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.banner-content-three h1 span::after {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #2f13e0;
  overflow: hidden;
  position: absolute;
  content: attr(data-text);
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
}

.banner-content-three h1 span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/banner/nft-shape.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
  z-index: -1;
}

.banner-content-three .banner-bg-img-3 {
  position: relative;
}

.banner-content-three .banner-bg-img-3 img {
  border-radius: 10px;
}

.banner-content-three .banner-bg-img-3 .top-title {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffffff;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap {
  position: absolute;
  bottom: 50px;
  right: 50px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid::before {
  content: "";
  position: absolute;
  top: 0;
  right: 52%;
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
  width: 1px;
  height: 100%;
  background-color: #C4C4C4;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist {
  padding-left: 60px;
  position: relative;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist img {
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 50px;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist h3 {
  font-size: 16px;
  margin-bottom: 0;
  color: #ffffff;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist a {
  color: #2f13e0;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .default-btn {
  padding: 15px 56px;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li {
  display: inline-block;
  margin-right: 60px;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li span {
  margin-bottom: 10px;
  display: inline-block;
  color: #ffffff;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li h4 {
  margin-bottom: 5px;
  font-size: 36px;
  color: #ffffff;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li .auction {
  margin-left: 10px;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li .usd {
  color: #2f13e0;
  font-size: 20px;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timers, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timerss {
  position: relative;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timers div, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timerss div {
  color: #2f13e0;
  font-size: 36px;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block !important;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div span, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timers div span, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timerss div span {
  margin-top: -2px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  display: block;
}

.banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li:nth-child(2) {
  position: relative;
  top: -5px;
}

.hero-slide.owl-carousel .owl-item img {
  width: auto;
}

.hero-slide.owl-theme .owl-dots .owl-dot {
  margin: 0;
}

.hero-slide.owl-theme .owl-dots .owl-dot:first-child span {
  border-radius: 50px 0 0 50px;
}

.hero-slide.owl-theme .owl-dots .owl-dot:last-child span {
  border-radius: 0 50px 50px 0;
}

.hero-slide.owl-theme .owl-dots .owl-dot span {
  width: 432px;
  margin: 0;
  background-color: #111F42;
  border-radius: 0;
  height: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hero-slide.owl-theme .owl-dots .owl-dot.active span {
  background-color: #2f13e0;
  border-radius: 50px;
}

/* Modal Area Style
=============================================*/
.modal-header {
  padding: 30px;
}

.modal-header .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-body {
  padding: 30px;
}

.please-modal h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.please-content form .form-group {
  margin-bottom: 30px;
}

.please-content form .form-group label {
  margin-bottom: 10px;
}

.please-content form .form-group .form-control {
  border: 1px solid #2f13e0;
}

.please-content ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}

.please-content ul li {
  margin-bottom: 10px;
}

.please-content ul li span {
  float: right;
  color: #2f13e0;
}

.please-content ul li:last-child {
  margin-bottom: 0;
}

/* Trending Area Style
=============================================*/
.trending-collectors-area.shape-style {
  position: relative;
  z-index: 1;
}

.single-trending-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.single-trending-item .mb-10 {
  margin-bottom: 10px;
}

.single-trending-item .mb-20 {
  margin-bottom: 20px;
}

.single-trending-item .row {
  --bs-gutter-x: 0.7rem;
}

.single-trending-item .trending-img {
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow: hidden;
}

.single-trending-item .trending-img img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-trending-item .trending-content .user-wish {
  margin-bottom: 15px;
}

.single-trending-item .trending-content .user-wish a {
  color: #666666;
}

.single-trending-item .trending-content .user-img {
  border-radius: 50px;
  margin-right: 5px;
}

.single-trending-item .trending-content .wish i {
  color: #FF5555;
  background-color: #f2edfa;
  font-size: 18px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}

.single-trending-item .trending-content .wish span {
  color: #333333;
  position: relative;
  top: -3px;
  margin-left: 5px;
}

.single-trending-item .trending-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.single-trending-item .trending-content h3 a {
  color: #333333;
}

.single-trending-item .trending-content .current-bid p {
  margin-bottom: 0;
  color: #666666;
  font-size: 15px;
}

.single-trending-item .trending-content .current-bid span {
  color: #2f13e0;
  font-size: 15px;
}

.single-trending-item .trending-content .default-btn {
  font-size: 14px;
  padding: 8px 20px;
  border: 1px solid #2f13e0;
  background-color: transparent;
  color: #333333;
}

.single-trending-item .trending-content .default-btn:hover {
  background-color: #2f13e0;
  color: #ffffff;
  border-color: #333333;
}

.single-trending-item.single-trending-sellers .sellers-img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-trending-item.style-two {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background-color: transparent;
}

.single-trending-item.style-two:hover .trending-img {
  -webkit-transform: none;
          transform: none;
}

.single-trending-item.style-three {
  padding: 0;
  background-color: transparent;
}

.single-trending-item.style-three .trending-img {
  margin-bottom: 0;
  border: 1px solid #32394b;
}

.single-trending-item.style-three:hover .trending-img {
  -webkit-transform: none;
          transform: none;
}

.single-trending-item.style-three .trending-content {
  background-color: #0f1932;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px;
  margin-top: -30px;
  position: relative;
  border: 1px solid #32394b;
  border-radius: 10px;
}

.single-trending-item.style-three .trending-content .user-wish a {
  color: #c4c4c4;
}

.single-trending-item.style-three .trending-content h3 a {
  color: #ffffff;
}

.single-trending-item.style-three .trending-content p {
  color: #c4c4c4;
}

.single-trending-item.style-three .trending-content .wish span {
  color: #ffffff;
}

.single-trending-item.style-three .trending-content .wish i {
  background: #32394b;
}

.single-trending-item.style-three .trending-content .current-bid span {
  color: #2f13e0;
  font-size: 14px;
}

.single-trending-item.style-three .trending-content .default-btn {
  color: #C4C4C4;
}

.single-trending-item.style-three .trending-content .default-btn::before {
  background-color: #2f13e0;
}

.single-trending-item.style-three .trending-content .default-btn:hover {
  border-color: #2f13e0;
}

.single-trending-item.style-three.bg-none .trending-content {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  margin-top: 30px;
  background-color: transparent;
  border: none;
}

.single-trending-item.style-bg {
  background: #0F1932;
  border: 1px solid #32394b;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.single-trending-item.style-bg .trending-content .user-wish a {
  color: #ffffff;
}

.single-trending-item.style-bg .trending-content h3 a {
  color: #ffffff;
}

.single-trending-item.style-bg .trending-content p {
  color: #c4c4c4;
}

.single-trending-item.style-bg .trending-content .wish span {
  color: #c4c4c4;
}

.single-trending-item.style-bg .trending-content .wish i {
  background: #32394b;
}

.single-trending-item.style-bg .trending-content .default-btn {
  background-color: transparent;
  color: #C4C4C4;
}

.single-trending-item.style-bg .trending-content .default-btn:hover {
  background-color: #2f13e0;
  color: #ffffff;
  border-color: #2f13e0;
}

.single-trending-item.style-bg .trending-content .default-btn:hover::before {
  display: none;
}

.single-trending-item.style-bg .trending-content .current-bid span {
  color: #2f13e0;
}

.single-trending-item.style-top-sellers {
  background-color: #0f1932;
  border: 1px solid #32394b;
  padding: 20px;
}

.single-trending-item.style-top-sellers .trending-content .user-wish a {
  color: #c4c4c4;
}

.single-trending-item.style-top-sellers .trending-content h3 a {
  color: #ffffff;
}

.single-trending-item.style-top-sellers .trending-content p {
  color: #c4c4c4;
}

.single-trending-item.style-top-sellers .trending-content .wish span {
  color: #c4c4c4;
}

.single-trending-item.style-top-sellers .trending-content .wish i {
  background: #ffffff;
  color: #FF5555;
}

.single-trending-item.style-top-sellers .trending-content .current-bid span {
  color: #2f13e0;
}

.single-trending-item.style-top-sellers .trending-content .default-btn {
  background-color: transparent;
  color: #c4c4c4;
}

.single-trending-item.style-top-sellers .trending-content .default-btn:hover {
  background-color: #2f13e0;
  color: #ffffff;
  border-color: #2f13e0;
}

.single-trending-item.style-top-sellers .trending-content .default-btn:hover::before {
  display: none;
}

.single-trending-item.style-top-sellers .row {
  --bs-gutter-x: 20px;
}

.single-trending-item.stock a {
  position: relative;
  display: block;
}

.single-trending-item.stock a span {
  position: absolute;
  bottom: 60px;
  left: -10px;
  background-color: #ffffff;
  padding: 4px 20px;
  border-radius: 0 5px 5px 0;
}

.single-trending-item.style-grid {
  padding: 20px;
}

.single-trending-item.style-grid .row {
  --bs-gutter-x: 20px;
}

.single-trending-item:hover .trending-img {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.single-trending-item:hover .sellers-img {
  -webkit-animation: moveScale 2s linear infinite;
          animation: moveScale 2s linear infinite;
}

.trending-slide.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.trending-slide.owl-theme .owl-nav {
  margin-top: 0;
}

.trending-slide.owl-theme .owl-nav .owl-prev, .trending-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: -65px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trending-slide.owl-theme .owl-nav .owl-prev i, .trending-slide.owl-theme .owl-nav .owl-next i {
  font-size: 30px;
  color: #2f13e0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trending-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -65px;
}

.trending-slide.nav-style.owl-theme .owl-nav {
  margin-top: 0;
}

.trending-slide.nav-style.owl-theme .owl-nav .owl-prev, .trending-slide.nav-style.owl-theme .owl-nav .owl-next {
  background-color: #EDEFF6;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: -65px;
}

.trending-slide.nav-style.owl-theme .owl-nav .owl-prev i, .trending-slide.nav-style.owl-theme .owl-nav .owl-next i {
  color: #333333;
}

.trending-slide.nav-style.owl-theme .owl-nav .owl-prev:hover, .trending-slide.nav-style.owl-theme .owl-nav .owl-next:hover {
  background-color: #2f13e0;
}

.trending-slide.nav-style.owl-theme .owl-nav .owl-prev:hover i, .trending-slide.nav-style.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.trending-slide.nav-style.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -65px;
}

.trending-slide.nav-style.owl-theme .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}

.top-sellers-slide.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.top-sellers-slide.owl-theme .owl-nav {
  margin-top: 0;
}

.top-sellers-slide.owl-theme .owl-nav .owl-prev, .top-sellers-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: -65px;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.top-sellers-slide.owl-theme .owl-nav .owl-prev i, .top-sellers-slide.owl-theme .owl-nav .owl-next i {
  font-size: 30px;
  color: #2f13e0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.top-sellers-slide.owl-theme .owl-nav .owl-prev:hover, .top-sellers-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: #2f13e0;
}

.top-sellers-slide.owl-theme .owl-nav .owl-prev:hover i, .top-sellers-slide.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.top-sellers-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -65px;
}

.top-sellers-slide.owl-theme .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}

.top-sellers-slide.nav-style.owl-theme .owl-nav {
  margin-top: 0;
}

.top-sellers-slide.nav-style.owl-theme .owl-nav .owl-prev, .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-next {
  background-color: #EDEFF6;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: -65px;
}

.top-sellers-slide.nav-style.owl-theme .owl-nav .owl-prev i, .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-next i {
  color: #333333;
}

.top-sellers-slide.nav-style.owl-theme .owl-nav .owl-prev:hover, .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-next:hover {
  background-color: #2f13e0;
}

.top-sellers-slide.nav-style.owl-theme .owl-nav .owl-prev:hover i, .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.top-sellers-slide.nav-style.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -65px;
}

.top-sellers-slide.nav-style.owl-theme .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}

.trending-auctions-area {
  position: relative;
  z-index: 1;
}

.trending-auctions-area.shape-style .action-shape {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
}

.top-sellers-area.style-shape {
  position: relative;
  z-index: 1;
}

.top-sellers-area.style-shape .seller-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.top-sellers-area.right-shape {
  position: relative;
  z-index: 1;
}

.top-sellers-area.right-shape::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  height: 100%;
  background-color: #ffffff;
}

/* Creators Area Style
=============================================*/
.creators-area {
  position: relative;
  z-index: 1;
}

.creators-area.style-shape .creators-shape {
  position: absolute;
  left: 0;
  top: -400px;
}

.single-creators {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 24px 20px;
  position: relative;
  padding-left: 110px;
  z-index: 1;
  border-radius: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-creators .creators-img {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 1;
}

.single-creators .creators-img img {
  border-radius: 50px;
}

.single-creators .creators-img span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff5555;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  border-radius: 50px;
}

.single-creators h3 {
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-creators span {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #2f13e0;
}

.single-creators.style-three {
  background-color: #0f1932;
  border: 1px solid #32394b;
}

.single-creators.style-three h3 {
  color: #c4c4c4;
}

.single-creators.style-three span {
  color: #2f13e0;
}

.single-creators.style-three .creators-img span {
  color: #ffffff;
}

.single-creators:hover {
  background-color: #2f13e0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-creators:hover h3 {
  color: #ffffff;
}

.single-creators:hover span {
  color: #ffffff;
}

/* Hot Collections Area Style
=============================================*/
.hot-collections-slide.owl-carousel .owl-item img {
  width: auto;
}

.hot-collections-slide.owl-theme .owl-nav {
  margin-top: 0;
}

.hot-collections-slide.owl-theme .owl-nav .owl-prev, .hot-collections-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: -65px;
  -webkit-transform: translateY(-47px);
          transform: translateY(-47px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hot-collections-slide.owl-theme .owl-nav .owl-prev i, .hot-collections-slide.owl-theme .owl-nav .owl-next i {
  font-size: 30px;
  color: #2f13e0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hot-collections-slide.owl-theme .owl-nav .owl-prev:hover, .hot-collections-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: #2f13e0;
}

.hot-collections-slide.owl-theme .owl-nav .owl-prev:hover i, .hot-collections-slide.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.hot-collections-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -65px;
}

.hot-collections-slide.owl-theme .owl-nav .owl-next i {
  position: relative;
  right: -1px;
}

.hot-collections-slide.slide-btn-style.owl-theme .owl-nav {
  margin-top: 0;
}

.hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-prev, .hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  background-color: transparent;
  border: 1px solid #2f13e0;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-prev i, .hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-next i {
  font-size: 30px;
  color: #2f13e0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-prev:hover, .hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-next:hover {
  background-color: #2f13e0;
}

.hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-prev:hover i, .hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -80px;
}

.hot-collections-slide.nav-style.owl-theme .owl-nav {
  margin-top: 0;
}

.hot-collections-slide.nav-style.owl-theme .owl-nav .owl-prev, .hot-collections-slide.nav-style.owl-theme .owl-nav .owl-next {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hot-collections-slide.nav-style.owl-theme .owl-nav .owl-prev i, .hot-collections-slide.nav-style.owl-theme .owl-nav .owl-next i {
  color: #333333;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hot-collections-slide.nav-style.owl-theme .owl-nav .owl-prev:hover, .hot-collections-slide.nav-style.owl-theme .owl-nav .owl-next:hover {
  background-color: #2f13e0;
}

.hot-collections-slide.nav-style.owl-theme .owl-nav .owl-prev:hover i, .hot-collections-slide.nav-style.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.border-noe {
  border: none !important;
}

.single-hot-collections {
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.single-hot-collections .hot-img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 10px;
}

.single-hot-collections .collections-content {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  padding-left: 65px;
  padding-bottom: 0;
}

.single-hot-collections .collections-content img {
  position: absolute;
  top: 20px;
  left: 0;
  border-radius: 50px;
}

.single-hot-collections .collections-content p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}

.single-hot-collections .collections-content span {
  color: #2f13e0;
}

.single-hot-collections.style-two .collections-content {
  text-align: center;
  padding: 0;
  background-color: transparent;
  margin-bottom: -25px;
  z-index: 1;
}

.single-hot-collections.style-two .collections-content span {
  margin-bottom: 10px;
  display: block;
}

.single-hot-collections.style-two .collections-content img {
  position: unset;
  margin: auto;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-hot-collections.style-three {
  background-color: #0f1932;
  border: 1px solid #32394b;
}

.single-hot-collections.style-three .collections-content p {
  color: #C4C4C4;
}

.single-hot-collections.style-three .collections-content span {
  color: #2f13e0;
}

.single-hot-collections:hover .hot-img {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

/* Explore Area Style
=============================================*/
.explore-tab .nav-tabs {
  border-bottom: none;
  margin-bottom: 50px;
}

.explore-tab .nav-tabs .nav-item {
  margin-right: 40px;
}

.explore-tab .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.explore-tab .nav-tabs .nav-link {
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 18px;
}

.explore-tab .nav-tabs .nav-link.active {
  color: #2f13e0;
  background-color: transparent;
}

.explore-tab .nav-tabs .nav-link:hover {
  color: #2f13e0;
}

.explore-tab.style-three .section-title-style {
  margin-bottom: 10px;
}

.explore-tab.style-three .nav-tabs {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}

.explore-tab.style-three .nav-tabs .nav-item {
  display: inline-block;
}

.explore-tab.style-three .nav-tabs .nav-item .nav-link {
  color: #c4c4c4;
}

.explore-tab.style-three .nav-tabs .nav-item .nav-link.active {
  color: #2f13e0;
}

.explore-tab.style-three .nav-tabs .nav-item .nav-link:hover {
  color: #2f13e0;
}

.explore-tab .fliter-btn {
  padding-left: 0;
  margin-bottom: 50px;
  list-style: none;
}

.explore-tab .fliter-btn li {
  display: inline-block;
  margin-right: 10px;
}

.explore-tab .fliter-btn li:last-child {
  margin-right: 0;
}

.explore-tab .fliter-btn li button {
  border: 1px solid #2f13e0;
  padding: 8px 40px;
  background-color: transparent;
  border-radius: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.explore-tab .fliter-btn li button:hover {
  background-color: #2f13e0;
  color: #ffffff;
}

.explore-tab .fliter-btn li .form-select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #2f13e0;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  cursor: pointer;
}

.explore-tab .text-center-tab {
  display: block;
  text-align: center;
}

.explore-tab .text-center-tab .nav-item {
  display: inline-block;
}

.load-more {
  text-align: center;
}

.load-more i {
  position: relative;
  top: 2px;
  margin-right: 5px;
  -webkit-animation: rotation 2s infinite linear;
          animation: rotation 2s infinite linear;
  color: #2f13e0;
  display: inline-block;
}

.some-item-1 {
  display: none;
}

.bg-gradint-img-two {
  background-image: url(../../assets/images/gardint-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.explore-area.style-shape {
  position: relative;
  z-index: 1;
}

.explore-area.style-shape .explore-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.explore-area.style-shape .load-more {
  color: #C4C4C4;
}

.explore-area.style-shape .load-more i {
  color: #ffffff;
}

/* Create Area Style
=============================================*/
.create-content {
  margin-right: 100px;
}

.create-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.create-content h2 span {
  color: #2f13e0;
}

.create-content.for-shape {
  position: relative;
  z-index: 1;
}

.create-content.for-shape::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -180px;
  width: 432px;
  height: 432px;
  background: linear-gradient(269.87deg, #f7f7f7 0.12%, rgba(242, 237, 250, 0) 99.89%);
  opacity: 0.9;
  border-radius: 50%;
  z-index: -1;
}

.single-create {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-create img {
  border-radius: 10px;
}

.single-create .single-create-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 30px 20px;
  padding-left: 80px;
}

.single-create .single-create-content span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #2f13e0;
  background-color: #f2edfa;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 30px;
}

.single-create .single-create-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}

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

/* Trending Collectors Area Style
=============================================*/
.trending-collectors-slide.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto 26px;
}

.trending-collectors-slide.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -97px;
  right: -5px;
}

.trending-collectors-slide.owl-theme .owl-nav .owl-prev, .trending-collectors-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trending-collectors-slide.owl-theme .owl-nav .owl-prev i, .trending-collectors-slide.owl-theme .owl-nav .owl-next i {
  font-size: 30px;
  color: #2f13e0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trending-collectors-slide.owl-theme .owl-nav .owl-prev:hover, .trending-collectors-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: #2f13e0;
}

.trending-collectors-slide.owl-theme .owl-nav .owl-prev:hover i, .trending-collectors-slide.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.trending-collectors-slide.owl-theme .owl-nav .owl-next {
  left: 0;
}

.trending-collectors-slide.owl-theme .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}

.trending-collectors-slide.slider-btn-style.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto 10px;
}

.trending-collectors-slide.slider-btn-style.owl-theme .owl-nav {
  margin-top: 0;
  position: unset;
}

.trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-prev, .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  background-color: transparent;
  border: 1px solid #2f13e0;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-prev i, .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-next i {
  font-size: 30px;
  color: #2f13e0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-prev:hover, .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-next:hover {
  background-color: #2f13e0;
}

.trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-prev:hover i, .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -80px;
}

.trending-collectors-slide.slider-btn-style li h3 {
  color: #C4C4C4;
}

.trending-collectors-slide.slider-btn-style li span {
  color: #2f13e0;
}

.trending-collectors-slide.style-three.owl-theme .owl-nav .owl-prev, .trending-collectors-slide.style-three.owl-theme .owl-nav .owl-next {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.trending-collectors-slide.style-three.owl-theme .owl-nav .owl-prev i, .trending-collectors-slide.style-three.owl-theme .owl-nav .owl-next i {
  color: #666666;
}

.trending-collectors-slide.style-three.owl-theme .owl-nav .owl-prev:hover, .trending-collectors-slide.style-three.owl-theme .owl-nav .owl-next:hover {
  background-color: #2f13e0;
}

.trending-collectors-slide.style-three.owl-theme .owl-nav .owl-prev:hover i, .trending-collectors-slide.style-three.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.trending-collectors-slide.style-three.owl-theme .owl-nav .owl-next {
  left: 0;
}

.trending-collectors-slide.style-three.owl-theme .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}

.trending-collectors {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.trending-collectors li {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.trending-collectors li img {
  border-radius: 50%;
}

.trending-collectors li h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.trending-collectors li span {
  color: #2f13e0;
}

.trending-collectors li p {
  background-color: #FF5555;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.bg-gradint-img-three {
  background-image: url(../../assets/images/gardint-bg-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Subscribe Collectors Area Style
=============================================*/
.subscribe-content {
  margin: auto;
  text-align: center;
  background-color: #2f13e0;
  padding: 100px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.subscribe-content h2 {
  font-size: 36px;
  color: #ffffff;
}

.subscribe-content p {
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
}

.subscribe-content .newsletter-form {
  position: relative;
  max-width: 870px;
  margin: auto;
  margin-bottom: 30px;
}

.subscribe-content .newsletter-form .form-control {
  background-color: #ffffff;
  border-color: #ffffff;
  height: 70px;
}

.subscribe-content .newsletter-form .default-btn {
  position: absolute;
  top: 5.50px;
  right: 5.50px;
  padding: 17px 61px;
}

.subscribe-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.subscribe-content ul li {
  display: inline-block;
  margin-right: 20px;
}

.subscribe-content ul li:last-child {
  margin-right: 0;
}

.subscribe-content ul li a {
  color: #ffffff;
}

.subscribe-content ul li a i {
  font-size: 20px;
}

.subscribe-content .subscribe-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.subscribe-content #validator-newsletter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  color: #ffffff;
  font-size: 14px;
}

/* Footer Area Style
=============================================*/
.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.single-footer-widget h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

.single-footer-widget .address-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .address-link li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 23px;
}

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

.single-footer-widget .address-link li i {
  position: absolute;
  top: -3px;
  left: 0;
  color: #2f13e0;
  font-size: 20px;
}

.single-footer-widget .import-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .import-link li {
  margin-bottom: 23px;
  position: relative;
}

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

.single-footer-widget.style-two h3 {
  color: #ffffff;
}

.single-footer-widget.style-two .address-link li {
  color: #c4c4c4;
}

.single-footer-widget.style-two .address-link li i {
  color: #2f13e0;
}

.single-footer-widget.style-two .address-link li a {
  color: #c4c4c4;
}

.single-footer-widget.style-two .address-link li a:hover {
  color: #ffffff;
}

.single-footer-widget.style-two .import-link li::before {
  background-color: #ffffff;
}

.single-footer-widget.style-two .import-link li a {
  color: #c4c4c4;
}

.single-footer-widget.style-two .import-link li a:hover {
  color: #ffffff;
}

.single-footer-widget.left-one {
  margin-left: 100px;
}

.single-footer-widget.left-two {
  margin-left: 140px;
}

.single-footer-widget.left-three {
  float: right;
}

/* Copyright Area Style
=============================================*/
.copy-right-content {
  border-top: 1px solid rgba(47, 19, 224, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.copy-right-content p a {
  color: #2f13e0;
}

.copy-right-content .language {
  position: relative;
  padding-left: 10px;
  float: right;
}

.copy-right-content .language .form-select {
  background-color: transparent;
  border: none;
  max-width: 150px;
  cursor: pointer;
}

.copy-right-content .language .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.copy-right-content .language i {
  position: absolute;
  top: 7px;
  left: 0;
}

.copy-right-content.style-two {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy-right-content.style-two p {
  color: #c4c4c4;
}

.copy-right-content.style-two p a {
  color: #ffffff;
}

.copy-right-content.style-two .language .form-select {
  color: #c4c4c4;
  background-color: #242424;
}

.copy-right-content.style-two .language i {
  color: #c4c4c4;
}

.copy-right-content.style-three .language .form-select {
  background-color: #0d162d;
}

/* Keyframes Area Style
=============================================*/
@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes animate {
  0%, 10%, 100% {
    width: 0;
  }
  70%, 90% {
    width: 100%;
  }
}

@keyframes animate {
  0%, 10%, 100% {
    width: 0;
  }
  70%, 90% {
    width: 100%;
  }
}

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

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

/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-color: #d3e8ed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-title-content {
  position: relative;
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.page-title-content h2 {
  margin-bottom: 20px;
  font-size: 50px;
}

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

.page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 15px;
  margin-left: 15px;
}

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

.page-title-content ul li a:hover {
  color: #2f13e0;
}

.page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  background-color: #2f13e0;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.page-title-content ul li.active {
  color: #2f13e0;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-content ul li:last-child {
  padding-right: 0;
}

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

/*
User Area CSS
=====================================================*/
.user-form-content {
  max-width: 800px;
  margin: auto;
}

.user-form-content h3 {
  margin-bottom: 30px;
  font-size: 36px;
}

.user-form-content .user-form .form-group {
  margin-bottom: 30px;
}

.user-form-content .user-form .form-group label {
  margin-bottom: 12px;
}

.user-form-content .user-form .form-group .form-control {
  background-color: #ffffff;
}

.user-form-content .user-form .login-action {
  margin-bottom: 30px;
}

.user-form-content .user-form .login-action .form-check {
  display: inline-block;
}

.user-form-content .user-form .login-action .form-check a {
  color: #2f13e0;
}

.user-form-content .user-form .login-action .forgot-login {
  display: inline-block;
  float: right;
}

.user-form-content .user-form .default-btn {
  margin-bottom: 30px;
  padding: 15px 50px;
}

.user-form-content .or {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.user-form-content .or::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.user-form-content .or::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.user-form-content .or-login {
  display: block;
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 5px;
}

.user-form-content .or-login.facebook {
  background-color: #1877f2;
}

.user-form-content .or-login.google {
  background-color: #ea4335;
}

.user-form-content .create {
  font-size: 16px;
}

.user-form-content .create a {
  color: #2f13e0;
}

#remember-2 {
  position: relative;
  top: 1px;
}

.form-check-input {
  border: 1px solid #2f13e0;
  border-radius: 0 !important;
}

/*
Wallet Area CSS
=====================================================*/
.single-content-wallet {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-content-wallet h3 {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 22px;
}

.single-content-wallet p {
  margin-top: 15px;
}

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

/*
Error Area CSS
=====================================================*/
.error-content {
  text-align: center;
  position: relative;
}

.error-content .default-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 200px;
}

/* 
Main Contact Area Style
=====================================================*/
.contact-form h2 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: -5px;
  position: relative;
}

.contact-form .form-group {
  margin-bottom: 30px;
  font-size: 16px;
}

.contact-form .form-group label {
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-form .form-group .form-control {
  background-color: #ffffff;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 13px;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  font-size: 13px;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  font-size: 13px;
}

.contact-form .form-group .form-control::placeholder {
  font-size: 13px;
}

.contact-form .form-check {
  margin-bottom: 30px;
  padding-left: 35px;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.hidden {
  display: none;
}

#msgSubmit {
  margin-top: 30px;
  font-size: 20px;
}

.contacts-info h2 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: -5px;
}

.contacts-info .address {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.contacts-info .address .location span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333333;
}

.contacts-info .address li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}

.contacts-info .address li a {
  color: #666666;
  display: block;
}

.contacts-info .address li a:hover {
  color: #2f13e0;
}

.contacts-info .address li:last-child {
  margin-bottom: 0;
}

.contacts-info .address li i {
  position: absolute;
  color: #2f13e0;
  left: 0;
  top: -3px;
  font-size: 25px;
}

.contacts-info .address li span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333333;
}

.contacts-info .social a {
  display: inline-block !important;
  margin-right: 10px;
}

.contacts-info .social a:last-child {
  margin-right: 0;
}

.contacts-info .social a i {
  position: unset;
  color: #58595b;
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.contacts-info .social a:hover i {
  color: #2f13e0;
}

/*
Blog Area CSS
=====================================================*/
.single-blog-item {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-blog-item img {
  border-radius: 5px;
  margin-bottom: 12px;
}

.single-blog-item .blog-content ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.single-blog-item .blog-content ul li {
  display: inline-block;
  margin-right: 10px;
}

.single-blog-item .blog-content ul li:last-child {
  margin-right: 0;
}

.single-blog-item .blog-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.single-blog-item .blog-content h3 a {
  color: #333333;
}

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

.single-blog-item:hover .blog-content h3 a {
  color: #2f13e0;
}

.some-item-blog {
  display: none;
}

/*
Submit Request Area CSS
=====================================================*/
.submit-request-form {
  max-width: 875px;
  margin: auto;
}

.submit-request-form h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.submit-request-form .form-group {
  margin-bottom: 30px;
}

.submit-request-form .form-group label {
  margin-bottom: 10px;
  font-size: 15px;
}

.submit-request-form .form-group .form-control {
  font-size: 14px;
  background-color: #ffffff;
}

.submit-request-form .form-group .file-upload {
  position: relative;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
}

.submit-request-form .form-group .file-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.submit-request-form .form-group .file-upload label {
  display: block;
}

.submit-request-form .form-group .file-upload .inputfile + label {
  color: #333333;
  background-color: #ffffff;
  margin-bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 14px 20px;
  position: relative;
  height: 55px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}

.submit-request-form .form-group .file-upload i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.submit-request-form .form-group .file-upload .inputfile:focus + label, .submit-request-form .form-group .file-upload .inputfile + label:hover {
  background-color: #2f13e0;
  color: #ffffff;
}

.submit-request-form .form-group .file-upload .inputfile + label {
  cursor: pointer;
}

/*
Account Info Area CSS
=====================================================*/
.account-info {
  text-align: center;
}

.account-info img {
  margin: 2px;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
}

.account-info .file-upload-account-info {
  position: relative;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
  max-width: 300px;
  margin: auto;
  margin-top: 20px;
}

.account-info .file-upload-account-info .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.account-info .file-upload-account-info label {
  display: block;
}

.account-info .file-upload-account-info .inputfile + label {
  color: #333333;
  background-color: #ffffff;
  margin-bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 14px 20px;
  position: relative;
  height: 55px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}

.account-info .file-upload-account-info i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.account-info .file-upload-account-info .inputfile:focus + label, .account-info .file-upload-account-info .inputfile + label:hover {
  background-color: #2f13e0;
  color: #ffffff;
}

.account-info .file-upload-account-info .inputfile + label {
  cursor: pointer;
}

.account-info .default-btn {
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-top: 20px;
  background-color: #ff5555;
}

/*
FAQ Area CSS
=====================================================*/
.accordion {
  max-width: 875px;
  margin: auto;
}

.accordion-item {
  margin-bottom: 20px;
  border: none;
  border-radius: 5px;
}

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

.accordion-item .accordion-header .accordion-button {
  border-radius: 5px;
  border: none;
  font-size: 18px;
}

.accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #2f13e0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item .accordion-body {
  padding-top: 0;
}

/*
Help Center Area CSS
=====================================================*/
.single-help-item {
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-help-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-help-item p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-help-item span {
  position: absolute;
  top: 30px;
  right: 30px;
  color: rgba(51, 51, 51, 0.2);
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-help-item:hover {
  background-color: #2f13e0;
}

.single-help-item:hover h3 {
  color: #ffffff;
}

.single-help-item:hover p {
  color: #ffffff;
}

.single-help-item:hover span {
  color: rgba(255, 255, 255, 0.2);
}

.blog-details-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
}

.blog-details-content img {
  border-radius: 5px;
  margin-bottom: 15px;
}

.blog-details-content .blog-content ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.blog-details-content .blog-content ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-details-content .blog-content ul li:last-child {
  margin-right: 0;
}

.blog-details-content .blog-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.blog-details-content .img-1 img {
  margin-bottom: 0;
  border-radius: 10px;
}

.blog-details-content .img-2 img {
  margin-bottom: 0;
  border-radius: 10px;
}

.blog-details-content .leave-form .form-group {
  margin-bottom: 25px;
}

.blog-details-content .leave-form .form-group label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.blog-details-content .leave-form .form-group .form-control {
  background-color: #eeeeee;
}

.blog-details-content .leave-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.blog-details-content .leave-form .form-group .form-control:-ms-input-placeholder {
  font-size: 14px;
}

.blog-details-content .leave-form .form-group .form-control::-ms-input-placeholder {
  font-size: 14px;
}

.blog-details-content .leave-form .form-group .form-control::placeholder {
  font-size: 14px;
}

.widget-sidebar .sidebar-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
}

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

.widget-sidebar .sidebar-widget h3 {
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget-sidebar .sidebar-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.widget-sidebar .sidebar-widget ul li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  margin-bottom: 10px;
}

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

.widget-sidebar .sidebar-widget ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #2f13e0;
  border-radius: 50px;
}

.widget-sidebar .sidebar-widget .src-form {
  position: relative;
}

.widget-sidebar .sidebar-widget .src-form .form-control {
  border: 1px solid #2f13e0;
}

.widget-sidebar .sidebar-widget .src-form .src-btn {
  position: absolute;
  top: 12px;
  right: 18px;
  background-color: transparent;
  font-size: 20px;
}

.widget-sidebar .sidebar-widget.recent-post .item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 115px;
}

.widget-sidebar .sidebar-widget.recent-post .item:last-child {
  margin-bottom: 0;
}

.widget-sidebar .sidebar-widget.recent-post .item .thumb {
  top: 0;
  left: 0;
  width: 100px;
  float: unset;
  height: 100%;
  display: block;
  position: absolute;
}

.widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage {
  width: 100px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center !important;
}

.widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-1 {
  background-image: url(../../assets/images/blog/blog-1.jpg);
}

.widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-2 {
  background-image: url(../../assets/images/blog/blog-2.jpg);
}

.widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-3 {
  background-image: url(../../assets/images/blog/blog-3.jpg);
}

.widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-4 {
  background-image: url(../../assets/images/blog/blog-4.jpg);
}

.widget-sidebar .sidebar-widget.recent-post .item .info .title {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 7px;
}

.widget-sidebar .sidebar-widget.recent-post .item .info .date {
  padding-left: 0;
  position: relative;
  color: var(--paragraphColor);
}

.widget-sidebar .sidebar-widget.recent-post .item .info .date i {
  position: relative;
  top: 2px;
}

.widget-sidebar .sidebar-widget.tags ul {
  margin-bottom: -10px;
}

.widget-sidebar .sidebar-widget.tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0;
  margin-right: 10px;
}

.widget-sidebar .sidebar-widget.tags ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.widget-sidebar .sidebar-widget.tags ul li::before {
  display: none;
}

.widget-sidebar .sidebar-widget.tags ul li a {
  border: 1px solid #c4c4c4;
  padding: 5px 12px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
}

.widget-sidebar .sidebar-widget.tags ul li a:hover {
  background-color: #2f13e0;
  color: #ffffff;
  border-color: #2f13e0;
}

/*
Marketplace Area CSS
=====================================================*/
.marketplace-details-img {
  position: relative;
}

.marketplace-details-img img {
  border-radius: 10px;
  margin-bottom: 30px;
}

.marketplace-details-img .marketplace-share {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.marketplace-details-img .marketplace-share li {
  display: inline-block;
}

.marketplace-details-img .marketplace-share .share-option {
  position: relative;
  cursor: pointer;
  top: -4px;
}

.marketplace-details-img .marketplace-share .share-option span i {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50px;
  position: relative;
  top: 4px;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
}

.marketplace-details-img .marketplace-share .share-option .social-icon {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  padding-left: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.marketplace-details-img .marketplace-share .share-option .social-icon li {
  display: block;
  margin-bottom: 10px;
}

.marketplace-details-img .marketplace-share .share-option .social-icon li:last-child {
  margin-bottom: 0;
}

.marketplace-details-img .marketplace-share .share-option .social-icon li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.marketplace-details-img .marketplace-share .share-option .social-icon li a:hover i {
  background-color: #2f13e0;
  color: #ffffff;
}

.marketplace-details-img .marketplace-share .share-option:hover .social-icon {
  visibility: visible;
  opacity: 1;
}

.marketplace-details-img .marketplace-share .wish-count {
  float: right;
}

.marketplace-details-img .marketplace-share .wish-count i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50px;
  color: #ff5555;
}

.marketplace-details-img .marketplace-share .wish-count span {
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.marketplace-details-content {
  margin-left: 70px;
}

.marketplace-details-content h3 {
  font-size: 36px;
}

.marketplace-details-content h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.marketplace-details-content .trending-sold {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}

.marketplace-details-content .trending-sold li {
  display: inline-block;
  margin-right: 100px;
  padding-right: 100px;
  border-right: 1px solid rgba(102, 102, 102, 0.3);
}

.marketplace-details-content .trending-sold li img {
  border-radius: 50px;
  margin-right: 5px;
}

.marketplace-details-content .trending-sold li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.marketplace-details-content .trending-sold li p {
  margin-bottom: 5px;
  color: #333333;
}

.marketplace-details-content .trending-sold li h3 {
  font-size: 20px;
  color: #2f13e0;
}

.marketplace-details-content .wallket-btn {
  margin-bottom: 30px;
}

.marketplace-details-content .wallket-btn .default-btn {
  padding: 12px 30px;
}

.marketplace-details-content .auction-ends {
  padding-left: 0;
  margin-bottom: 50px;
  list-style: none;
}

.marketplace-details-content .auction-ends li {
  display: inline-block;
  padding-right: 87px;
  margin-right: 87px;
  border-right: 1px solid rgba(102, 102, 102, 0.3);
}

.marketplace-details-content .auction-ends li:last-child {
  padding-right: 0;
  margin-right: 0;
  list-style: none;
  border-right: none;
}

.marketplace-details-content .auction-ends li p {
  margin-bottom: 5px;
  color: #333333;
}

.marketplace-details-content .auction-ends li img {
  border-radius: 50px;
  margin-right: 5px;
}

.marketplace-details-content .auction-ends li #timer {
  position: relative;
}

.marketplace-details-content .auction-ends li #timer div {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block !important;
}

.marketplace-details-content .auction-ends li #timer div span {
  margin-top: -2px;
  font-size: 15px;
  font-weight: normal;
  color: #666666;
  display: block;
}

.marketplace-details-content .history-list h3 {
  font-size: 25px;
}

.marketplace-details-content .history-list .table thead tr th {
  padding-left: 0;
  padding-right: 115px;
}

.marketplace-details-content .history-list .table thead tr td {
  vertical-align: middle;
}

.marketplace-details-content .history-list .table tbody tr th {
  padding: 15px 0;
}

.marketplace-details-content .history-list .table tbody tr th p {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.marketplace-details-content .history-list .table tbody tr th p a {
  color: #2f13e0;
}

.marketplace-details-content .history-list .table tbody tr th img {
  border-radius: 50px;
  margin-right: 5px;
}

.marketplace-details-content .history-list .table tbody tr td {
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
}

.marketplace-details-content .history-list .table > :not(:first-child) {
  border-top: 1px solid currentColor;
}

/*
Creator Area CSS
=====================================================*/
.single-creator {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px;
}

.single-creator img {
  border-radius: 10px;
}

.single-creator .creator-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.single-creator .creator-content .user {
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
}

.single-creator .creator-content .user img {
  border-radius: 50px;
  position: absolute;
  top: -8px;
  left: 0;
}

.single-creator .creator-content .user h3 {
  font-size: 18px;
}

.single-creator .creator-content ul {
  padding-left: 0;
  list-style: none;
  position: relative;
}

.single-creator .creator-content ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e4e3e3;
}

.single-creator .creator-content ul li {
  display: inline-block;
}

.single-creator .creator-content ul li p {
  margin-bottom: 0;
}

.single-creator .creator-content ul li span {
  color: #2f13e0;
}

.single-creator .creator-content ul li.followers {
  float: right;
}

.single-creator .creator-content .follow-btn {
  border: 1px solid #2f13e0;
  padding: 8px 30px;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-block;
}

.single-creator .creator-content .follow-btn:hover {
  background-color: #2f13e0;
  color: #ffffff;
}

.some-item-2 {
  display: none;
}

/*
Creator Details Area CSS
=====================================================*/
.creator-profile {
  margin-top: -100px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.creator-profile img {
  margin-bottom: 10px;
  border-radius: 50%;
}

.creator-profile h3 {
  font-size: 30px;
}

.creator-profile span {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.creator-profile ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.creator-profile ul li {
  display: inline-block;
  margin-right: 10px;
}

.creator-profile ul li:last-child {
  margin-right: 0;
}

.creator-profile ul li a i {
  font-size: 25px;
}

.crator-collect .explore-tab.text-center-tab .nav-tabs {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.crator-collect .explore-tab.text-center-tab .nav-tabs .nav-item {
  display: inline-block;
}

.profile-followers {
  max-width: 600px;
  margin-left: auto;
}

.profile-followers h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.profile-followers ul {
  padding-left: 0;
  margin-bottom: 0;
}

.profile-followers ul li {
  display: inline-block;
  margin-right: 50px;
}

.profile-followers ul li span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.profile-followers ul li h3 {
  font-size: 36px;
  margin-bottom: 0;
}

/*
Activity Area CSS
=====================================================*/
.activity-content {
  max-width: 860px;
  margin: auto;
}

.activity-content h3 {
  font-size: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.single-activity {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  position: relative;
}

.single-activity .activity-wrap {
  position: relative;
  padding-left: 100px;
}

.single-activity .activity-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}

.single-activity .activity-wrap h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.single-activity .activity-wrap p {
  margin-bottom: 5px;
}

.single-activity .activity-wrap p a {
  color: #2f13e0;
}

.single-activity .activity-wrap i {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #29cd00;
  line-height: 1;
}

.single-activity .remove-btn {
  background: rgba(255, 85, 85, 0.1);
  color: #FF5555;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-activity .remove-btn:hover {
  background-color: #ff5555;
  color: #ffffff;
}

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

.filters-tab {
  display: block;
  border-bottom: none;
  padding-left: 0;
}

.filters-tab .nav-item {
  margin-bottom: 15px;
}

.filters-tab .nav-item:last-child {
  margin-bottom: 0;
}

.filters-tab .nav-item .nav-link {
  border: none;
  color: #333333;
  padding: 0;
  font-size: 17px;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}

.filters-tab .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #2f13e0;
  border-radius: 50px;
}

.filters-tab .nav-item .nav-link:hover {
  border: none;
}

.filters-tab .nav-item .nav-link.active {
  background-color: transparent;
  color: #2f13e0;
}

/*
Create Collectible Area CSS
=====================================================*/
.create-collectible-item h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.create-collectible-item .form-group {
  margin-bottom: 30px;
}

.create-collectible-item .form-group .form-control {
  background-color: #ffffff;
}

.create-collectible-item .form-group label {
  margin-bottom: 10px;
}

.create-collectible-item .form-group .file-upload {
  position: relative;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
}

.create-collectible-item .form-group .file-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.create-collectible-item .form-group .file-upload label {
  display: block;
}

.create-collectible-item .form-group .file-upload .inputfile + label {
  color: #333333;
  background-color: #f8f8f9;
  margin-bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 14px 20px;
  position: relative;
  height: 55px;
  border-radius: 5px;
  font-size: 16px;
}

.create-collectible-item .form-group .file-upload i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.create-collectible-item .form-group .file-upload .inputfile:focus + label, .create-collectible-item .form-group .file-upload .inputfile + label:hover {
  background-color: #2f13e0;
  color: #ffffff;
}

.create-collectible-item .form-group .file-upload .inputfile + label {
  cursor: pointer;
}

.create-collectible-item .form-group .file-upload-2 {
  position: relative;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
}

.create-collectible-item .form-group .file-upload-2 .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.create-collectible-item .form-group .file-upload-2 label {
  display: block;
}

.create-collectible-item .form-group .file-upload-2 .inputfile + label {
  color: #333333;
  background-color: #f8f8f9;
  margin-bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 64px 20px;
  position: relative;
  height: 150px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
}

.create-collectible-item .form-group .file-upload-2 i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.create-collectible-item .form-group .file-upload-2 .inputfile:focus + label, .create-collectible-item .form-group .file-upload-2 .inputfile + label:hover {
  background-color: #2f13e0;
  color: #ffffff;
}

.create-collectible-item .form-group .file-upload-2 .inputfile + label {
  cursor: pointer;
}

.create-collectible-item .choose-item label {
  margin-bottom: 10px;
}

.create-collectible-item .choose-item ul {
  padding-left: 0;
  margin-bottom: 30px;
}

.create-collectible-item .choose-item ul li {
  display: inline-block;
  margin-right: 20px;
}

.create-collectible-item .choose-item ul li:last-child {
  margin-bottom: 0;
}

.create-collectible-item .choose-item ul li button {
  border: 1px solid #c4c4c4;
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: transparent;
}

.create-collectible-item .choose-item ul li button:hover {
  background-color: #2f13e0;
  color: #ffffff;
}

/* 
Main Content Text Style
=====================================================*/
.main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
  margin-bottom: 15px;
}

.main-content-text h1 {
  font-size: 30px;
}

.main-content-text h2 {
  font-size: 26px;
}

.main-content-text h3 {
  font-size: 22px;
}

.main-content-text h4 {
  font-size: 22px;
}

.main-content-text h5 {
  font-size: 20px;
}

.main-content-text h6 {
  font-size: 18px;
}

.main-content-text .gap-20 {
  margin-bottom: 30px;
}

.main-content-text ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.main-content-text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}

.main-content-text ul li:last-child {
  margin-bottom: 0;
}

.main-content-text ul li i {
  position: absolute;
  top: -6px;
  left: 0;
  color: #2f13e0;
  font-size: 25px;
}

.main-content-text ol {
  padding-left: 18px;
}

.main-content-text ol li {
  margin-bottom: 10px;
}

.main-content-text ol li::marker {
  color: #2f13e0;
}

.main-content-text ol li:last-child {
  margin-bottom: 0;
}

.main-content-text a {
  color: #2f13e0;
}

.main-content-text a:hover {
  text-decoration: underline;
}

.main-content-text .content-gap-mb-20 {
  margin-bottom: 20px;
}

.main-content-text .content-gap-mb-30 {
  margin-bottom: 30px;
}

.main-content-text.business-insurance-content {
  max-width: 860px;
  margin: auto;
}

.main-content-text.health-insurance-content {
  max-width: 860px;
  margin: auto;
}

.main-content-text.life-insurance-content {
  max-width: 860px;
  margin: auto;
}

.main-content-text.car-insurance-content {
  max-width: 860px;
  margin: auto;
}

/*
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
  height: 100vh;
}

.coming-soon-content {
  max-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin: auto;
}

.coming-soon-content h2 {
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 0;
}

.coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-content #timer div {
  border: 4px solid #2f13e0;
  color: #2f13e0;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}

.coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #333333;
}

.coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 9px;
  font-size: 22px;
}

.coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background: #2f13e0;
}

.coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  color: #333333;
  height: 50px;
  display: block;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #666666;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #666666;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #666666;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #666666;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:focus {
  border-color: #2f13e0;
  outline: 0 !important;
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: #ff0000;
}

.coming-soon-content form .validation-success {
  margin-top: 15px;
}

.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

.coming-soon-content .newsletter-form .default-btn {
  margin-top: 0;
  height: 49px;
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #162434;
  z-index: 9999;
}

.preloader .preloader-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00FF00), color-stop(#00FF00), to(#00FF00));
  background: linear-gradient(#00FF00, #00FF00, #00FF00);
  -webkit-animation: rotate-fourteen 1s linear infinite;
          animation: rotate-fourteen 1s linear infinite;
}

.preloader .preloader-wrap span {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b2ff), color-stop(#00ffbb), to(#6bff6b));
  background: linear-gradient(#00b2ff, #00ffbb, #6bff6b);
}

.preloader .preloader-wrap span:nth-child(1) {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.preloader .preloader-wrap span:nth-child(2) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.preloader .preloader-wrap::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #162434;
  border-radius: 50%;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

@-webkit-keyframes rotate-fourteen {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-fourteen {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: #2f13e0;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #2f13e0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #2f13e0;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 84%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 0;
  color: #2f13e0;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(253, 149, 25, 0.8);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-btn i {
  font-size: 42px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: rgba(253, 149, 25, 0.8);
}

.video-btn span {
  position: absolute;
  top: 0;
  right: -105px;
  width: 100px;
  font-size: 15px;
}

.video-btn:hover {
  background-color: rgba(22, 5, 107, 0.8);
}

.video-btn:hover::before, .video-btn:hover::after {
  background-color: rgba(22, 5, 107, 0.8);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #333333;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background: #f7f8f9;
  border-radius: 50px;
  font-weight: 600;
}

.pagination-area .page-numbers:hover {
  color: #ffffff;
  background-color: #2f13e0;
}

.pagination-area .page-numbers i {
  font-size: 20px;
  font-weight: normal;
}

.pagination-area .page-numbers.next {
  top: 3px;
}

.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #2f13e0;
  background-color: #2f13e0;
}
/*# sourceMappingURL=style.css.map */