/* Template Name: Cryptor - NFT Marketplace & Cryptocurrency ICO Landing Page HTML Template
   Author: Shreethemes
   E-mail: support@shreethemes.in
   Website: https://shreethemes.in
   Created: August 2021
   Version: 1.2.0
   File Description: Main Css file of the template
*/
/*********************************/
/*         INDEX                 */
/*================================
 *     01.  Variables            *
 *     02.  Bootstrap Custom     *
 *     03.  Components           *
 *     04.  General              *
 *     05.  Helper               *
 *     06.  Menu                 *
 *     07.  Home / Landing       *
 *     08.  Features / Services  *
 *     09.  Testimonial          *
 *     10.  Price                *
 *     11.  Blog / Careers / Job *
 *     12.  Team                 *
 *     13.  Filter               *
 *     14.  Countdown            *
 *     15.  Footer               *
 ================================*/
/*********************************/
/*         Variables             */
/*===============================*/
@import url("https://fonts.googleapis.com/css2?family=Heebo&family=Poppins:wght@400;500;600;700&display=swap");
/*********************************/
/*         Bootstrap-custom      */
/*===============================*/
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}

.row > * {
  position: relative;
}

h1, .h1 {
  font-size: 42px !important;
}

h2, .h2 {
  font-size: 36px !important;
}

h3, .h3 {
  font-size: 30px !important;
}

h4, .h4 {
  font-size: 24px !important;
}

h5, .h5 {
  font-size: 18px !important;
}

h6, .h6 {
  font-size: 15px !important;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

.display-5 {
  font-size: 48px !important;
}

.display-6 {
  font-size: 40px !important;
}

.bg-primary {
  background-color: #6666ff !important;
}

.bg-soft-primary {
  background-color: rgba(102, 102, 255, 0.1) !important;
  border: 1px solid rgba(102, 102, 255, 0.1) !important;
  color: #6666ff !important;
}

.text-primary {
  color: #6666ff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #4d4dff !important;
}

.bg-secondary {
  background-color: #5a6d90 !important;
}

.bg-soft-secondary {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
}

.text-secondary {
  color: #5a6d90 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #506180 !important;
}

.bg-success {
  background-color: #52cc99 !important;
}

.bg-soft-success {
  background-color: rgba(82, 204, 153, 0.1) !important;
  border: 1px solid rgba(82, 204, 153, 0.1) !important;
  color: #52cc99 !important;
}

.text-success {
  color: #52cc99 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #3ec68d !important;
}

.bg-warning {
  background-color: #ffbf66 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 191, 102, 0.1) !important;
  border: 1px solid rgba(255, 191, 102, 0.1) !important;
  color: #ffbf66 !important;
}

.text-warning {
  color: #ffbf66 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ffb44d !important;
}

.bg-info {
  background-color: #66ccff !important;
}

.bg-soft-info {
  background-color: rgba(102, 204, 255, 0.1) !important;
  border: 1px solid rgba(102, 204, 255, 0.1) !important;
  color: #66ccff !important;
}

.text-info {
  color: #66ccff !important;
}

a.text-info:hover, a.text-info:focus {
  color: #4dc4ff !important;
}

.bg-danger {
  background-color: #ff6647 !important;
}

.bg-soft-danger {
  background-color: rgba(255, 102, 71, 0.1) !important;
  border: 1px solid rgba(255, 102, 71, 0.1) !important;
  color: #ff6647 !important;
}

.text-danger {
  color: #ff6647 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ff512e !important;
}

.bg-dark {
  background-color: #3e454e !important;
}

.bg-soft-dark {
  background-color: rgba(62, 69, 78, 0.1) !important;
  border: 1px solid rgba(62, 69, 78, 0.1) !important;
  color: #3e454e !important;
}

.text-dark {
  color: #3e454e !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #333840 !important;
}

.bg-muted {
  background-color: #8492a6 !important;
}

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
}

.text-muted {
  color: #8492a6 !important;
}

a.text-muted:hover, a.text-muted:focus {
  color: #75859b !important;
}

.bg-light {
  background-color: #f8f9fc !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
}

.text-light {
  color: #f8f9fc !important;
}

a.text-light:hover, a.text-light:focus {
  color: #e6eaf4 !important;
}

.bg-footer {
  background-color: #202942 !important;
}

.bg-soft-footer {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
}

.text-footer {
  color: #202942 !important;
}

a.text-footer:hover, a.text-footer:focus {
  color: #181e30 !important;
}

.bg-gradient-primary {
  background: linear-gradient(to left, #553880 0%, #4d4dff 100%);
}

.bg-gradient-primary-2 {
  background: linear-gradient(to bottom, #e02600 0%, blue 100%);
}

.d-flex .flex-1 {
  flex: 1;
}

.bg-black {
  background: #161c2d !important;
}

video:focus {
  outline: none;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.small, small {
  font-size: 90%;
}

.card {
  background: transparent;
}

.card .card-body {
  padding: 1.5rem;
}

.offcanvas .offcanvas-header .btn-close {
  color: #3e454e;
  background: none;
}

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

.fw-medium {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.opacity-05 {
  opacity: 0.05;
}

.opacity-075 {
  opacity: 0.075;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
  }
  .display-5 {
    font-size: 34px !important;
  }
  .display-6 {
    font-size: 32px !important;
  }
}

.modal .modal-dialog .modal-content .modal-header button.btn-close {
  background: none;
  color: #3e454e;
}

.modal .modal-dialog .modal-content button.btn-close {
  background: none;
  color: #3e454e;
}

.modal .modal-dialog .modal-content button.btn-close .modal-icon {
  position: relative;
  top: -10px;
}

.modal .modal-dialog.modal-sm {
  max-width: 450px;
}

/*********************************/
/*         Components            */
/*===============================*/
.btn-primary {
  background-color: #6666ff !important;
  border: 1px solid #6666ff !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: #3333ff !important;
  border-color: #3333ff !important;
  color: #ffffff !important;
}

.btn-soft-primary {
  background-color: rgba(102, 102, 255, 0.1) !important;
  border: 1px solid rgba(102, 102, 255, 0.1) !important;
  color: #6666ff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
  background-color: #6666ff !important;
  border-color: #6666ff !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  border: 1px solid #6666ff;
  color: #6666ff;
  background-color: transparent;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #6666ff;
  border-color: #6666ff;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.btn-secondary {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: #465571 !important;
  border-color: #465571 !important;
  color: #ffffff !important;
}

.btn-soft-secondary {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.focus {
  background-color: #5a6d90 !important;
  border-color: #5a6d90 !important;
  color: #ffffff !important;
}

.btn-outline-secondary {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5a6d90;
  border-color: #5a6d90;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
  background-color: #52cc99 !important;
  border: 1px solid #52cc99 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: #36b580 !important;
  border-color: #36b580 !important;
  color: #ffffff !important;
}

.btn-soft-success {
  background-color: rgba(82, 204, 153, 0.1) !important;
  border: 1px solid rgba(82, 204, 153, 0.1) !important;
  color: #52cc99 !important;
  box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus {
  background-color: #52cc99 !important;
  border-color: #52cc99 !important;
  color: #ffffff !important;
}

.btn-outline-success {
  border: 1px solid #52cc99;
  color: #52cc99;
  background-color: transparent;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #52cc99;
  border-color: #52cc99;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.btn-warning {
  background-color: #ffbf66 !important;
  border: 1px solid #ffbf66 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: #ffaa33 !important;
  border-color: #ffaa33 !important;
  color: #ffffff !important;
}

.btn-soft-warning {
  background-color: rgba(255, 191, 102, 0.1) !important;
  border: 1px solid rgba(255, 191, 102, 0.1) !important;
  color: #ffbf66 !important;
  box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus {
  background-color: #ffbf66 !important;
  border-color: #ffbf66 !important;
  color: #ffffff !important;
}

.btn-outline-warning {
  border: 1px solid #ffbf66;
  color: #ffbf66;
  background-color: transparent;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #ffbf66;
  border-color: #ffbf66;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.btn-info {
  background-color: #66ccff !important;
  border: 1px solid #66ccff !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: #33bbff !important;
  border-color: #33bbff !important;
  color: #ffffff !important;
}

.btn-soft-info {
  background-color: rgba(102, 204, 255, 0.1) !important;
  border: 1px solid rgba(102, 204, 255, 0.1) !important;
  color: #66ccff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
  background-color: #66ccff !important;
  border-color: #66ccff !important;
  color: #ffffff !important;
}

.btn-outline-info {
  border: 1px solid #66ccff;
  color: #66ccff;
  background-color: transparent;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #66ccff;
  border-color: #66ccff;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.btn-danger {
  background-color: #ff6647 !important;
  border: 1px solid #ff6647 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #ff3c14 !important;
  border-color: #ff3c14 !important;
  color: #ffffff !important;
}

.btn-soft-danger {
  background-color: rgba(255, 102, 71, 0.1) !important;
  border: 1px solid rgba(255, 102, 71, 0.1) !important;
  color: #ff6647 !important;
  box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {
  background-color: #ff6647 !important;
  border-color: #ff6647 !important;
  color: #ffffff !important;
}

.btn-outline-danger {
  border: 1px solid #ff6647;
  color: #ff6647;
  background-color: transparent;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #ff6647;
  border-color: #ff6647;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.btn-dark {
  background-color: #3e454e !important;
  border: 1px solid #3e454e !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #272c32 !important;
  border-color: #272c32 !important;
  color: #ffffff !important;
}

.btn-soft-dark {
  background-color: rgba(62, 69, 78, 0.1) !important;
  border: 1px solid rgba(62, 69, 78, 0.1) !important;
  color: #3e454e !important;
  box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
  background-color: #3e454e !important;
  border-color: #3e454e !important;
  color: #ffffff !important;
}

.btn-outline-dark {
  border: 1px solid #3e454e;
  color: #3e454e;
  background-color: transparent;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #3e454e;
  border-color: #3e454e;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #68788f !important;
  border-color: #68788f !important;
  color: #ffffff !important;
}

.btn-soft-muted {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !important;
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: #d4daed !important;
  border-color: #d4daed !important;
  color: #ffffff !important;
}

.btn-soft-light {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
  background-color: #f8f9fc !important;
  border-color: #f8f9fc !important;
  color: #ffffff !important;
}

.btn-outline-light {
  border: 1px solid #f8f9fc;
  color: #f8f9fc;
  background-color: transparent;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fc;
  border-color: #f8f9fc;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-footer {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
  background-color: #0f131f !important;
  border-color: #0f131f !important;
  color: #ffffff !important;
}

.btn-soft-footer {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
  background-color: #202942 !important;
  border-color: #202942 !important;
  color: #ffffff !important;
}

.btn-outline-footer {
  border: 1px solid #202942;
  color: #202942;
  background-color: transparent;
}

.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #202942;
  border-color: #202942;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  border-radius: 5px;
}

.btn:focus {
  box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.btn-pills {
  border-radius: 30px;
}

.btn.btn-light {
  color: #3e454e !important;
  border: 1px solid #dee2e6 !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #d4daed !important;
  color: #3e454e !important;
}

.btn.btn-soft-light {
  color: rgba(62, 69, 78, 0.5) !important;
  border: 1px solid #dee2e6 !important;
}

.btn.btn-soft-light:hover, .btn.btn-soft-light:focus, .btn.btn-soft-light:active, .btn.btn-soft-light.active, .btn.btn-soft-light.focus {
  color: #3e454e !important;
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6 !important;
  color: #3e454e !important;
  background-color: transparent;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f8f9fc !important;
}

.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0;
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
  line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  box-shadow: 0 0 3px rgba(62, 69, 78, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 10px 25px rgba(62, 69, 78, 0.15) !important;
}

.shadow-md {
  box-shadow: 0 5px 13px rgba(62, 69, 78, 0.2) !important;
}

.badge {
  letter-spacing: 0.5px;
  padding: 4px 8px;
  font-weight: 600;
  line-height: 11px;
}

.badge.badge-link:hover {
  color: #ffffff !important;
}

.alert-primary {
  background-color: rgba(102, 102, 255, 0.9);
  color: #ffffff;
  border-color: #6666ff;
}

.alert-primary .alert-link {
  color: #0000cc;
}

.alert-outline-primary {
  background-color: #ffffff;
  color: #6666ff;
  border-color: #6666ff;
}

.alert-secondary {
  background-color: rgba(90, 109, 144, 0.9);
  color: #ffffff;
  border-color: #5a6d90;
}

.alert-secondary .alert-link {
  color: #1f2632;
}

.alert-outline-secondary {
  background-color: #ffffff;
  color: #5a6d90;
  border-color: #5a6d90;
}

.alert-success {
  background-color: rgba(82, 204, 153, 0.9);
  color: #ffffff;
  border-color: #52cc99;
}

.alert-success .alert-link {
  color: #1e6748;
}

.alert-outline-success {
  background-color: #ffffff;
  color: #52cc99;
  border-color: #52cc99;
}

.alert-warning {
  background-color: rgba(255, 191, 102, 0.9);
  color: #ffffff;
  border-color: #ffbf66;
}

.alert-warning .alert-link {
  color: #cc7700;
}

.alert-outline-warning {
  background-color: #ffffff;
  color: #ffbf66;
  border-color: #ffbf66;
}

.alert-info {
  background-color: rgba(102, 204, 255, 0.9);
  color: #ffffff;
  border-color: #66ccff;
}

.alert-info .alert-link {
  color: #0088cc;
}

.alert-outline-info {
  background-color: #ffffff;
  color: #66ccff;
  border-color: #66ccff;
}

.alert-danger {
  background-color: rgba(255, 102, 71, 0.9);
  color: #ffffff;
  border-color: #ff6647;
}

.alert-danger .alert-link {
  color: #ad1d00;
}

.alert-outline-danger {
  background-color: #ffffff;
  color: #ff6647;
  border-color: #ff6647;
}

.alert-dark {
  background-color: rgba(62, 69, 78, 0.9);
  color: #ffffff;
  border-color: #3e454e;
}

.alert-dark .alert-link {
  color: black;
}

.alert-outline-dark {
  background-color: #ffffff;
  color: #3e454e;
  border-color: #3e454e;
}

.alert-muted {
  background-color: rgba(132, 146, 166, 0.9);
  color: #ffffff;
  border-color: #8492a6;
}

.alert-muted .alert-link {
  color: #3d4654;
}

.alert-outline-muted {
  background-color: #ffffff;
  color: #8492a6;
  border-color: #8492a6;
}

.alert-light {
  background-color: rgba(248, 249, 252, 0.9);
  color: #ffffff;
  border-color: #f8f9fc;
}

.alert-light .alert-link {
  color: #8d9dce;
}

.alert-outline-light {
  background-color: #ffffff;
  color: #f8f9fc;
  border-color: #f8f9fc;
}

.alert-footer {
  background-color: rgba(32, 41, 66, 0.9);
  color: #ffffff;
  border-color: #202942;
}

.alert-footer .alert-link {
  color: black;
}

.alert-outline-footer {
  background-color: #ffffff;
  color: #202942;
  border-color: #202942;
}

.alert {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.alert.alert-light {
  background-color: white;
  color: #3e454e;
  border-color: #e9ecef;
}

.alert.alert-dismissible {
  padding-right: 30px;
}

.alert.alert-dismissible .btn-close {
  top: 10px;
  right: 10px;
  padding: 0px;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}

.alert.alert-pills .content {
  font-weight: 600;
}

.page-next-level .title {
  font-size: 28px;
  letter-spacing: 1px;
}

.page-next-level .page-next {
  position: relative;
  top: 110px;
  z-index: 99;
}

@media (max-width: 768px) {
  .page-next-level .page-next {
    top: 70px;
  }
}

.breadcrumb {
  letter-spacing: 0.5px;
  padding: 8px 24px;
  display: block;
}

.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0;
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #3e454e;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #6666ff;
}

.breadcrumb .breadcrumb-item.active {
  color: #6666ff;
}

.breadcrumb .breadcrumb-item:before {
  content: "";
}

.breadcrumb .breadcrumb-item:after {
  content: "\F0142" !important;
  font-size: 14px;
  color: #3e454e;
  font-family: 'Material Design Icons';
  padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.pagination .page-item .page-link {
  color: #3e454e;
  border: 1px solid #dee2e6;
  padding: 8px 16px;
  font-size: 14px;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-item .page-link:hover {
  color: #ffffff;
  background: rgba(102, 102, 255, 0.9);
  border-color: rgba(102, 102, 255, 0.9);
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: #6666ff !important;
  border-color: #6666ff;
  cursor: not-allowed;
}

.avatar.avatar-coin, .avatar.avatar-sm-sm {
  height: 36px;
  width: 36px;
}

.avatar.avatar-wallet {
  height: 80px;
  width: 80px;
}

@media (max-width: 768px) {
  .avatar.avatar-wallet {
    height: 50px;
    width: 50px;
  }
}

.avatar.avatar-ex-sm {
  max-height: 25px;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 65px;
  width: 65px;
}

.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

.accordion .accordion-item {
  overflow: hidden;
  background: transparent;
}

.accordion .accordion-item .accordion-button {
  font-weight: 500;
  text-align: left;
  padding-right: 32px;
}

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

.accordion .accordion-item .accordion-button:after {
  content: '-';
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #6666ff;
  position: absolute;
  right: 20px;
  transition: all 0.5s ease;
}

.accordion .accordion-item .accordion-button.collapsed {
  background-color: #ffffff;
  transition: all 0.5s;
}

.accordion .accordion-item .accordion-button.collapsed:after {
  content: '+';
  width: 20px;
  height: 20px;
  right: 10px;
  line-height: 20px;
  color: #3e454e;
}

.accordion .accordion-item .accordion-button:after {
  background-image: none;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #6666ff;
  box-shadow: none;
}

.accordion .accordion-item .accordion-body {
  padding: 0 20px 20px;
}

.progress-box .title {
  font-size: 15px;
}

.progress-box .progress {
  height: 8px;
  overflow: visible;
}

.progress-box .progress .progress-bar {
  border-radius: 5px;
  animation: animate-positive 3s;
  overflow: visible !important;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -32px;
  right: -15px;
  font-size: 13px;
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.form-label,
.form-check-label {
  font-size: 14px;
}

.form-control {
  border: 1px solid #e9ecef;
  font-size: 14px;
  line-height: 26px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
}

.form-control:focus {
  border-color: #6666ff;
  box-shadow: none;
}

.form-control[readonly] {
  background-color: #ffffff;
}

.form-control:disabled {
  background-color: #dee2e6;
}

.form-control::file-selector-button {
  border-right-color: transparent !important;
}

.form-check-input:focus {
  border-color: #6666ff;
  box-shadow: none;
}

.form-check-input.form-check-input:checked {
  background-color: #6666ff;
  border-color: #6666ff;
}

.form-icon .icons {
  position: absolute;
  top: 13px;
  left: 18px;
}

.selectr-selected {
  border-radius: 5px;
  padding: 10.5px 28px 10.5px 14px;
}

.selectr-selected,
.selectr-options-container,
.selectr-selected,
.selectr-option.active,
.selectr-option.selected,
.selectr-input {
  border: 1px solid #e9ecef !important;
}

.watchlist .selectr-container {
  width: 150px !important;
}

.selectr-container.open .selectr-selected {
  border-color: #e9ecef #e9ecef transparent;
  border-radius: 5px 5px 0 0;
}

.form-signin {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.nav-pills {
  margin-bottom: 15px;
  background: #f4f6fa;
}

.nav-pills .nav-link {
  color: #495057 !important;
  padding: 5px;
  transition: all 0.5s ease;
}

.nav-pills .nav-link.nav-link-alt {
  color: #ffffff !important;
}

.nav-pills .nav-link.nav-link-alt.active {
  background: #3e454e !important;
}

.nav-pills .nav-link.active {
  background: #6666ff;
  color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
  color: rgba(255, 255, 255, 0.65) !important;
}

.subcribe-form .btn {
  padding: 11px 20px;
}

.subcribe-form input {
  padding: 12px 20px 12px 16px;
  width: 100%;
  color: #3e454e !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 50px;
}

.subcribe-form button {
  position: absolute;
  top: 2px;
  right: 2px;
  outline: none !important;
}

.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table-responsive .table td,
.table-responsive .table th {
  vertical-align: middle;
  border-color: #f8f9fa !important;
}

.table-responsive .table.table-nowrap th,
.table-responsive .table.table-nowrap td {
  white-space: nowrap;
}

.table-responsive .table-center th {
  vertical-align: middle !important;
}

.table-responsive .table-center tbody tr:hover {
  color: #3e454e;
  background-color: #f8f9fa;
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
  text-align: end;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6666ff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  animation-delay: -1.0s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.social-icon li a {
  color: #3e454e;
  border: 1px solid #3e454e;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 28px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a .fea-social {
  stroke-width: 2;
}

.social-icon li a:hover {
  background-color: #6666ff;
  border-color: #6666ff !important;
  color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
  fill: #6666ff;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.social-icon.foot-social-icon li a {
  color: #adb5bd;
  border-color: #283353;
}

.back-to-top {
  transition: all 0.5s ease;
}

.back-to-top .icons {
  transition: all 0.5s ease;
}

.sticky-bar {
  position: sticky;
  top: 80px;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
  margin: 0;
}

.uim-svg {
  vertical-align: 0 !important;
}

/*********************************/
/*         General               */
/*===============================*/
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #161c2d;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  line-height: 1.3;
}

::selection {
  background: rgba(102, 102, 255, 0.9);
  color: #ffffff;
}

a {
  text-decoration: none !important;
  transition: all 0.5s ease;
}

p {
  line-height: 1.6;
}

/*********************************/
/*         Helpers               */
/*===============================*/
.section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.bg-overlay {
  background-color: rgba(62, 69, 78, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-gradient-primary {
  background: linear-gradient(to left, #553880 0%, #4d4dff 100%);
}

.bg-gradient-primary-2 {
  background: linear-gradient(to bottom, #e02600 0%, blue 100%);
}

.bg-rounded {
  border-radius: 0px 0px 90px 90px;
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 45px !important;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 35px !important;
  }
}

.title-heading .para-desc {
  font-size: 18px;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px !important;
}

@media (max-width: 768px) {
  .section-title .title {
    font-size: 24px !important;
  }
}

.para-desc {
  max-width: 600px;
}

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

.text-slider {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.text-slider > ul {
  white-space: nowrap;
}

.text-slider .move-text {
  animation: moveSlideshow 12s linear infinite;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-45%);
  }
}

.mover {
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}

.apps-links .icon,
.apps-links .name {
  transition: all 0.5s ease;
}

.apps-links:hover {
  background: #f8f9fc;
  box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
}

.apps-links:hover .icon {
  color: #6666ff !important;
}

.apps-links:hover .app-name {
  color: #3e454e !important;
}

/*********************************/
/*         Tobii Lightbox        */
/*===============================*/
.tobii > button.tobii__close svg,
.tobii > button.tobii__prev svg,
.tobii > button.tobii__next svg,
.tobii__btn svg {
  height: 36px;
  width: auto;
}

.tobii__counter {
  font-size: 16px;
}

.tobii-zoom {
  display: block !important;
}

.tobii-zoom__icon {
  display: none;
}

#grid {
  padding: 0 !important;
}

@media (max-width: 640px) {
  [data-type] iframe, [data-type] video {
    width: 500px;
    height: 300px;
  }
}

@media (max-width: 425px) {
  [data-type] iframe, [data-type] video {
    width: 360px;
    height: 260px;
  }
}

@media (max-width: 375px) {
  [data-type] iframe, [data-type] video {
    width: 100%;
    height: auto;
  }
}

/*********************************/
/*         Menu                  */
/*===============================*/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  border: 0;
  transition: all .5s ease;
}

#topnav .logo {
  float: left;
  color: #3e454e !important;
}

#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
  display: none;
}

#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
  display: inline-block;
}

#topnav .logo:focus {
  outline: none;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #6666ff !important;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #6666ff;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3e454e;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
  border-color: #6666ff;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 30px 0 26px 10px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3e454e;
  display: block;
  margin-bottom: 5px;
  transition: transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #6666ff;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#topnav .buy-button > li {
  line-height: initial;
}

#topnav .buy-button .login-btn-primary {
  display: none;
}

#topnav .buy-button .login-btn-light {
  display: inline-block;
}

#topnav .buy-button .nav-light-icon-dark {
  display: none;
}

#topnav .buy-button .nav-light-icon-white {
  display: inline-block;
}

#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
  display: none;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: #6666ff !important;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #3e454e;
  font-size: 12px;
  background-color: transparent !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.5s;
  font-family: "Poppins", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #6666ff;
}

#topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: bolder;
  color: #3e454e !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #3e454e;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.5s;
  right: -5px;
  top: 32px;
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
}

#topnav.scroll .navigation-menu > li > a {
  color: #3e454e;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #3e454e;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #6666ff;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #6666ff;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #3e454e;
}

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #6666ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
  border-color: #6666ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #6666ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #3e454e;
}

#topnav.nav-sticky.tagline-height {
  top: 0 !important;
}

#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
  display: none;
}

#topnav.nav-sticky .buy-button .nav-light-icon-dark {
  display: inline-block;
}

#topnav.nav-sticky .buy-button .nav-light-icon-white {
  display: none;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
  display: none;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  margin-right: 15px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
}

@media (min-width: 1025px) {
  #topnav .navigation-menu > li .submenu.megamenu {
    width: 1116px !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
  #topnav .navigation-menu > li .submenu.megamenu {
    width: 936px !important;
  }
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #topnav .navigation-menu > .has-submenu:hover .menu-arrow, #topnav .navigation-menu > .has-submenu.active .menu-arrow {
    top: 32px !important;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 101%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    transition: all .2s ease;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #3e454e !important;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #6666ff !important;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 20%;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 101%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #6666ff;
  }
  #topnav .navigation-menu > li:hover > a,
  #topnav .navigation-menu > li.active > a {
    color: #6666ff !important;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: rgba(255, 255, 255, 0.5);
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-right {
    justify-content: flex-end !important;
  }
  #topnav .navigation-menu.nav-right > li:last-child .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu.nav-right > li:last-child .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu.nav-right > li:last-child .submenu > li.has-submenu .submenu {
    left: auto;
    right: 101%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-left {
    justify-content: flex-start !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu {
    left: 0 !important;
    right: auto !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu:before {
    left: 45px !important;
    right: auto !important;
  }
  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 15px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3e454e !important;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
    padding: 7px 15px;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #3e454e;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #6666ff;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .buy-button {
    padding: 3px 0;
  }
  #topnav .buy-button .login-btn-primary {
    display: inline-block !important;
  }
  #topnav .buy-button .login-btn-light {
    display: none;
  }
  #topnav .buy-button .nav-light-icon-dark {
    display: inline-block !important;
  }
  #topnav .buy-button .nav-light-icon-white {
    display: none;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #6666ff;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 375px) {
  #topnav .buy-menu-btn {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px;
  }
  #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
    transform: translate3d(0px, -54px, 0px) !important;
  }
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}

.tagline {
  position: absolute;
  width: 100%;
  z-index: 99;
  font-size: 14px;
  padding: 13px 0;
}

@media screen and (max-width: 575px) {
  .tagline {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .tagline-height {
    top: 0px !important;
  }
}

@media (min-width: 576px) {
  .tagline-height {
    top: 47px !important;
  }
}

.sidebar-nav {
  padding: 15px 0;
}

.sidebar-nav > .navbar-item {
  padding: 3px 15px;
}

.sidebar-nav > .navbar-item .navbar-link {
  color: #3e454e !important;
  font-size: 15px;
  font-weight: 600;
}

.sidebar-nav > .navbar-item .navbar-link .navbar-icon {
  font-size: 18px;
  margin-right: 6px;
}

#navmenu-nav li.active a {
  color: #6666ff;
}

#navmenu-nav li.account-menu.active .navbar-link, #navmenu-nav li.account-menu:hover .navbar-link {
  color: #6666ff !important;
}

/*********************************/
/*         Home & Hero           */
/*===============================*/
.bg-home {
  height: 100vh;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-home-75vh {
  height: 75vh !important;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-home-75vh {
    height: 80vh !important;
  }
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-100 {
  padding: 100px 0;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  padding: 184px 0 90px;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-auth-home {
  padding: 142px 0;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-page {
  padding: 150px 0 100px;
  position: relative;
}

@media (max-width: 767px) {
  .bg-half-page {
    padding: 100px 0 60px;
  }
}

.home-dashboard img {
  position: relative;
  top: 60px;
  z-index: 1;
}

@media (min-width: 768px) {
  .home-dashboard.onepage-hero {
    overflow: hidden;
  }
}

.nft-margin {
  margin-top: 74px;
}

.gradient-text {
  background: linear-gradient(to right, #6666ff 0%, #ff6647 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}

.shape > svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}

.shape.integration-hero {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 250px;
  background: #ffffff;
}

@media (max-width: 768px) {
  .shape.integration-hero {
    height: 140px;
  }
}

@media (max-width: 425px) {
  .shape.integration-hero {
    height: 60px;
  }
}

@media (max-width: 425px) {
  .shape {
    bottom: -4px;
  }
}

@media (max-width: 768px) {
  .bg-half {
    padding: 169px 0 50px;
  }
}

@media (max-width: 767px) {
  .bg-home, .bg-half-170, .bg-half-260, .bg-marketing, .swiper-slider-hero .swiper-container .swiper-slide {
    padding: 150px 0;
    height: auto;
  }
}

/*********************************/
/*         Features & Services   */
/*===============================*/
.feature.feature-primary .icons i {
  background: linear-gradient(45deg, transparent, rgba(102, 102, 255, 0.2));
  color: #6666ff;
}

.feature.feature-primary .title:hover {
  color: #6666ff !important;
}

.feature.feature-primary .link {
  color: #6666ff !important;
}

.feature.feature-primary .btn-color {
  background-color: #6666ff !important;
  border: 1px solid #6666ff !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.feature.feature-primary .btn-color:hover, .feature.feature-primary .btn-color:focus, .feature.feature-primary .btn-color:active, .feature.feature-primary .btn-color.active, .feature.feature-primary .btn-color.focus {
  background-color: #3333ff !important;
  border-color: #3333ff !important;
  color: #ffffff !important;
}

.feature.feature-primary .btn-soft {
  background-color: rgba(102, 102, 255, 0.1) !important;
  border: 1px solid rgba(102, 102, 255, 0.1) !important;
  color: #6666ff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.feature.feature-primary .btn-soft:hover, .feature.feature-primary .btn-soft:focus, .feature.feature-primary .btn-soft:active, .feature.feature-primary .btn-soft.active, .feature.feature-primary .btn-soft.focus {
  background-color: #6666ff !important;
  border-color: #6666ff !important;
  color: #ffffff !important;
}

.feature.feature-secondary .icons i {
  background: linear-gradient(45deg, transparent, rgba(90, 109, 144, 0.2));
  color: #5a6d90;
}

.feature.feature-secondary .title:hover {
  color: #5a6d90 !important;
}

.feature.feature-secondary .link {
  color: #5a6d90 !important;
}

.feature.feature-secondary .btn-color {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.feature.feature-secondary .btn-color:hover, .feature.feature-secondary .btn-color:focus, .feature.feature-secondary .btn-color:active, .feature.feature-secondary .btn-color.active, .feature.feature-secondary .btn-color.focus {
  background-color: #465571 !important;
  border-color: #465571 !important;
  color: #ffffff !important;
}

.feature.feature-secondary .btn-soft {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.feature.feature-secondary .btn-soft:hover, .feature.feature-secondary .btn-soft:focus, .feature.feature-secondary .btn-soft:active, .feature.feature-secondary .btn-soft.active, .feature.feature-secondary .btn-soft.focus {
  background-color: #5a6d90 !important;
  border-color: #5a6d90 !important;
  color: #ffffff !important;
}

.feature.feature-success .icons i {
  background: linear-gradient(45deg, transparent, rgba(82, 204, 153, 0.2));
  color: #52cc99;
}

.feature.feature-success .title:hover {
  color: #52cc99 !important;
}

.feature.feature-success .link {
  color: #52cc99 !important;
}

.feature.feature-success .btn-color {
  background-color: #52cc99 !important;
  border: 1px solid #52cc99 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.feature.feature-success .btn-color:hover, .feature.feature-success .btn-color:focus, .feature.feature-success .btn-color:active, .feature.feature-success .btn-color.active, .feature.feature-success .btn-color.focus {
  background-color: #36b580 !important;
  border-color: #36b580 !important;
  color: #ffffff !important;
}

.feature.feature-success .btn-soft {
  background-color: rgba(82, 204, 153, 0.1) !important;
  border: 1px solid rgba(82, 204, 153, 0.1) !important;
  color: #52cc99 !important;
  box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.feature.feature-success .btn-soft:hover, .feature.feature-success .btn-soft:focus, .feature.feature-success .btn-soft:active, .feature.feature-success .btn-soft.active, .feature.feature-success .btn-soft.focus {
  background-color: #52cc99 !important;
  border-color: #52cc99 !important;
  color: #ffffff !important;
}

.feature.feature-warning .icons i {
  background: linear-gradient(45deg, transparent, rgba(255, 191, 102, 0.2));
  color: #ffbf66;
}

.feature.feature-warning .title:hover {
  color: #ffbf66 !important;
}

.feature.feature-warning .link {
  color: #ffbf66 !important;
}

.feature.feature-warning .btn-color {
  background-color: #ffbf66 !important;
  border: 1px solid #ffbf66 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.feature.feature-warning .btn-color:hover, .feature.feature-warning .btn-color:focus, .feature.feature-warning .btn-color:active, .feature.feature-warning .btn-color.active, .feature.feature-warning .btn-color.focus {
  background-color: #ffaa33 !important;
  border-color: #ffaa33 !important;
  color: #ffffff !important;
}

.feature.feature-warning .btn-soft {
  background-color: rgba(255, 191, 102, 0.1) !important;
  border: 1px solid rgba(255, 191, 102, 0.1) !important;
  color: #ffbf66 !important;
  box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.feature.feature-warning .btn-soft:hover, .feature.feature-warning .btn-soft:focus, .feature.feature-warning .btn-soft:active, .feature.feature-warning .btn-soft.active, .feature.feature-warning .btn-soft.focus {
  background-color: #ffbf66 !important;
  border-color: #ffbf66 !important;
  color: #ffffff !important;
}

.feature.feature-info .icons i {
  background: linear-gradient(45deg, transparent, rgba(102, 204, 255, 0.2));
  color: #66ccff;
}

.feature.feature-info .title:hover {
  color: #66ccff !important;
}

.feature.feature-info .link {
  color: #66ccff !important;
}

.feature.feature-info .btn-color {
  background-color: #66ccff !important;
  border: 1px solid #66ccff !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.feature.feature-info .btn-color:hover, .feature.feature-info .btn-color:focus, .feature.feature-info .btn-color:active, .feature.feature-info .btn-color.active, .feature.feature-info .btn-color.focus {
  background-color: #33bbff !important;
  border-color: #33bbff !important;
  color: #ffffff !important;
}

.feature.feature-info .btn-soft {
  background-color: rgba(102, 204, 255, 0.1) !important;
  border: 1px solid rgba(102, 204, 255, 0.1) !important;
  color: #66ccff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.feature.feature-info .btn-soft:hover, .feature.feature-info .btn-soft:focus, .feature.feature-info .btn-soft:active, .feature.feature-info .btn-soft.active, .feature.feature-info .btn-soft.focus {
  background-color: #66ccff !important;
  border-color: #66ccff !important;
  color: #ffffff !important;
}

.feature.feature-danger .icons i {
  background: linear-gradient(45deg, transparent, rgba(255, 102, 71, 0.2));
  color: #ff6647;
}

.feature.feature-danger .title:hover {
  color: #ff6647 !important;
}

.feature.feature-danger .link {
  color: #ff6647 !important;
}

.feature.feature-danger .btn-color {
  background-color: #ff6647 !important;
  border: 1px solid #ff6647 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.feature.feature-danger .btn-color:hover, .feature.feature-danger .btn-color:focus, .feature.feature-danger .btn-color:active, .feature.feature-danger .btn-color.active, .feature.feature-danger .btn-color.focus {
  background-color: #ff3c14 !important;
  border-color: #ff3c14 !important;
  color: #ffffff !important;
}

.feature.feature-danger .btn-soft {
  background-color: rgba(255, 102, 71, 0.1) !important;
  border: 1px solid rgba(255, 102, 71, 0.1) !important;
  color: #ff6647 !important;
  box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.feature.feature-danger .btn-soft:hover, .feature.feature-danger .btn-soft:focus, .feature.feature-danger .btn-soft:active, .feature.feature-danger .btn-soft.active, .feature.feature-danger .btn-soft.focus {
  background-color: #ff6647 !important;
  border-color: #ff6647 !important;
  color: #ffffff !important;
}

.feature.feature-dark .icons i {
  background: linear-gradient(45deg, transparent, rgba(62, 69, 78, 0.2));
  color: #3e454e;
}

.feature.feature-dark .title:hover {
  color: #3e454e !important;
}

.feature.feature-dark .link {
  color: #3e454e !important;
}

.feature.feature-dark .btn-color {
  background-color: #3e454e !important;
  border: 1px solid #3e454e !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.feature.feature-dark .btn-color:hover, .feature.feature-dark .btn-color:focus, .feature.feature-dark .btn-color:active, .feature.feature-dark .btn-color.active, .feature.feature-dark .btn-color.focus {
  background-color: #272c32 !important;
  border-color: #272c32 !important;
  color: #ffffff !important;
}

.feature.feature-dark .btn-soft {
  background-color: rgba(62, 69, 78, 0.1) !important;
  border: 1px solid rgba(62, 69, 78, 0.1) !important;
  color: #3e454e !important;
  box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.feature.feature-dark .btn-soft:hover, .feature.feature-dark .btn-soft:focus, .feature.feature-dark .btn-soft:active, .feature.feature-dark .btn-soft.active, .feature.feature-dark .btn-soft.focus {
  background-color: #3e454e !important;
  border-color: #3e454e !important;
  color: #ffffff !important;
}

.feature.feature-muted .icons i {
  background: linear-gradient(45deg, transparent, rgba(132, 146, 166, 0.2));
  color: #8492a6;
}

.feature.feature-muted .title:hover {
  color: #8492a6 !important;
}

.feature.feature-muted .link {
  color: #8492a6 !important;
}

.feature.feature-muted .btn-color {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.feature.feature-muted .btn-color:hover, .feature.feature-muted .btn-color:focus, .feature.feature-muted .btn-color:active, .feature.feature-muted .btn-color.active, .feature.feature-muted .btn-color.focus {
  background-color: #68788f !important;
  border-color: #68788f !important;
  color: #ffffff !important;
}

.feature.feature-muted .btn-soft {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.feature.feature-muted .btn-soft:hover, .feature.feature-muted .btn-soft:focus, .feature.feature-muted .btn-soft:active, .feature.feature-muted .btn-soft.active, .feature.feature-muted .btn-soft.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !important;
}

.feature.feature-light .icons i {
  background: linear-gradient(45deg, transparent, rgba(248, 249, 252, 0.2));
  color: #f8f9fc;
}

.feature.feature-light .title:hover {
  color: #f8f9fc !important;
}

.feature.feature-light .link {
  color: #f8f9fc !important;
}

.feature.feature-light .btn-color {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.feature.feature-light .btn-color:hover, .feature.feature-light .btn-color:focus, .feature.feature-light .btn-color:active, .feature.feature-light .btn-color.active, .feature.feature-light .btn-color.focus {
  background-color: #d4daed !important;
  border-color: #d4daed !important;
  color: #ffffff !important;
}

.feature.feature-light .btn-soft {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.feature.feature-light .btn-soft:hover, .feature.feature-light .btn-soft:focus, .feature.feature-light .btn-soft:active, .feature.feature-light .btn-soft.active, .feature.feature-light .btn-soft.focus {
  background-color: #f8f9fc !important;
  border-color: #f8f9fc !important;
  color: #ffffff !important;
}

.feature.feature-footer .icons i {
  background: linear-gradient(45deg, transparent, rgba(32, 41, 66, 0.2));
  color: #202942;
}

.feature.feature-footer .title:hover {
  color: #202942 !important;
}

.feature.feature-footer .link {
  color: #202942 !important;
}

.feature.feature-footer .btn-color {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.feature.feature-footer .btn-color:hover, .feature.feature-footer .btn-color:focus, .feature.feature-footer .btn-color:active, .feature.feature-footer .btn-color.active, .feature.feature-footer .btn-color.focus {
  background-color: #0f131f !important;
  border-color: #0f131f !important;
  color: #ffffff !important;
}

.feature.feature-footer .btn-soft {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.feature.feature-footer .btn-soft:hover, .feature.feature-footer .btn-soft:focus, .feature.feature-footer .btn-soft:active, .feature.feature-footer .btn-soft.active, .feature.feature-footer .btn-soft.focus {
  background-color: #202942 !important;
  border-color: #202942 !important;
  color: #ffffff !important;
}

.feature.feature-clean .icons i {
  height: 65px;
  width: 65px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.key-feature.feature-primary .icon {
  color: #6666ff !important;
  background: linear-gradient(45deg, transparent, rgba(102, 102, 255, 0.2));
}

.key-feature.feature-secondary .icon {
  color: #5a6d90 !important;
  background: linear-gradient(45deg, transparent, rgba(90, 109, 144, 0.2));
}

.key-feature.feature-success .icon {
  color: #52cc99 !important;
  background: linear-gradient(45deg, transparent, rgba(82, 204, 153, 0.2));
}

.key-feature.feature-warning .icon {
  color: #ffbf66 !important;
  background: linear-gradient(45deg, transparent, rgba(255, 191, 102, 0.2));
}

.key-feature.feature-info .icon {
  color: #66ccff !important;
  background: linear-gradient(45deg, transparent, rgba(102, 204, 255, 0.2));
}

.key-feature.feature-danger .icon {
  color: #ff6647 !important;
  background: linear-gradient(45deg, transparent, rgba(255, 102, 71, 0.2));
}

.key-feature.feature-dark .icon {
  color: #3e454e !important;
  background: linear-gradient(45deg, transparent, rgba(62, 69, 78, 0.2));
}

.key-feature.feature-muted .icon {
  color: #8492a6 !important;
  background: linear-gradient(45deg, transparent, rgba(132, 146, 166, 0.2));
}

.key-feature.feature-light .icon {
  color: #f8f9fc !important;
  background: linear-gradient(45deg, transparent, rgba(248, 249, 252, 0.2));
}

.key-feature.feature-footer .icon {
  color: #202942 !important;
  background: linear-gradient(45deg, transparent, rgba(32, 41, 66, 0.2));
}

.key-feature {
  transition: all 0.5s ease;
}

.key-feature .icon {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-absolute {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
  margin: -180px 0 0px;
}

@media (max-width: 768px) {
  .features-absolute {
    margin: -140px 0 0;
  }
}

/*********************************/
/*           Testimonial         */
/*===============================*/
.customer-testi {
  cursor: e-resize;
}

.customer-testi .content:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: 13px;
  box-sizing: border-box;
  border: 8px solid #3e454e;
  border-color: transparent #ffffff #ffffff transparent;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: 2px 2px 2px -1px rgba(62, 69, 78, 0.15);
}

.customer-testi .quote i {
  position: absolute;
  top: -90px;
  left: -30px;
  opacity: 0.05;
  font-size: 140px;
}

.tns-nav {
  text-align: center;
  margin-top: 10px;
}

.tns-nav button {
  padding: 4px;
  opacity: 1;
  margin: 3px;
  border-radius: 10px;
  background: rgba(102, 102, 255, 0.5) !important;
  transition: all 0.5s ease;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.tns-nav button.tns-nav-active {
  background: #6666ff !important;
  border-color: #6666ff;
}

.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  color: #3e454e;
  border: none;
  transition: all 0.5s ease;
  z-index: 1;
  box-shadow: 0 10px 25px rgba(62, 69, 78, 0.15);
}

.tns-controls button[data-controls="prev"]:hover,
.tns-controls button[data-controls="next"]:hover {
  background: #6666ff;
  color: #ffffff;
}

.tns-controls button[data-controls="prev"] {
  left: 0;
}

.tns-controls button[data-controls="next"] {
  right: 0;
}

.tiny-timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.tiny-timeline:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 17px;
  left: 0;
  height: 2px;
  background: #6666ff;
}

.tiny-timeline .item-box {
  margin: 70px 15px 20px;
}

.tiny-timeline .item-box:before, .tiny-timeline .item-box:after {
  content: "";
  position: absolute;
  left: 50%;
  background: #6666ff;
}

.tiny-timeline .item-box:before {
  width: 2px;
  height: 46px;
  top: -46px;
  transform: translateX(-50%);
}

.tiny-timeline .item-box:after {
  width: 13px;
  height: 13px;
  top: -59px;
  border-radius: 3px;
  transform: translateX(-50%) rotate(45deg);
}

/*********************************/
/*          price chart          */
/*===============================*/
.crypto-chart {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  opacity: 0.1;
  z-index: 0;
}

.calculator-block {
  background-color: #ffffff;
}

.calculator-block .cryptonatorwidget {
  border: none !important;
  padding: 0 !important;
  background: #f8f9fc !important;
}

.calculator-block .cryptonatorwidget input,
.calculator-block .cryptonatorwidget select {
  height: 40px !important;
  line-height: 40px !important;
  margin-bottom: 0;
  border: none;
  background-color: #f8f9fc !important;
  border: none;
  outline: none;
  box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
  padding: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: #8492a6;
}

.calculator-block .cryptonatorwidget div:last-child {
  display: none;
}

.calculator-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8492a6;
  text-transform: capitalize;
}

.calculator-block ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8492a6;
  text-transform: capitalize;
}

.calculator-block :-ms-input-placeholder {
  /* IE 10+ */
  color: #8492a6;
  text-transform: capitalize;
}

.calculator-block :-moz-placeholder {
  /* Firefox 18- */
  color: #8492a6;
  text-transform: capitalize;
}

.apexcharts-tooltip {
  background: #3e454e !important;
  color: #f8f9fc;
}

/*********************************/
/*         Blog & News           */
/*===============================*/
.blog.blog-primary .title:hover {
  color: #6666ff !important;
}

.blog.blog-primary .link {
  color: #6666ff !important;
}

.blog.blog-secondary .title:hover {
  color: #5a6d90 !important;
}

.blog.blog-secondary .link {
  color: #5a6d90 !important;
}

.blog.blog-success .title:hover {
  color: #52cc99 !important;
}

.blog.blog-success .link {
  color: #52cc99 !important;
}

.blog.blog-warning .title:hover {
  color: #ffbf66 !important;
}

.blog.blog-warning .link {
  color: #ffbf66 !important;
}

.blog.blog-info .title:hover {
  color: #66ccff !important;
}

.blog.blog-info .link {
  color: #66ccff !important;
}

.blog.blog-danger .title:hover {
  color: #ff6647 !important;
}

.blog.blog-danger .link {
  color: #ff6647 !important;
}

.blog.blog-dark .title:hover {
  color: #3e454e !important;
}

.blog.blog-dark .link {
  color: #3e454e !important;
}

.blog.blog-muted .title:hover {
  color: #8492a6 !important;
}

.blog.blog-muted .link {
  color: #8492a6 !important;
}

.blog.blog-light .title:hover {
  color: #f8f9fc !important;
}

.blog.blog-light .link {
  color: #f8f9fc !important;
}

.blog.blog-footer .title:hover {
  color: #202942 !important;
}

.blog.blog-footer .link {
  color: #202942 !important;
}

.tagcloud > a {
  background: #e9ecef;
  color: #3e454e;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px 7px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  font-weight: 600;
}

.tagcloud > a:hover {
  background: #6666ff;
  color: #ffffff;
}

.widget .widget-search form {
  position: relative;
}

.widget .widget-search input[type="text"], .widget .searchform input[type="text"] {
  box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.widget .widget-search input[type="submit"], .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.widget .widget-search .searchform:after {
  content: "\F0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

/*********************************/
/*            Team               */
/*===============================*/
.team {
  transition: all 0.5s;
}

.team .team-social {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.2);
}

.team:hover .team-social {
  opacity: 1;
  transform: scale(1.1);
}

.avatar-profile {
  position: relative;
  top: -80px;
}

/*********************************/
/* Countdown(Comingsoon, Maintenance) */
/*===============================*/
#countdown .count-down, #token-sale .count-down {
  display: inline-block;
  margin: 30px 10px 10px;
  color: #ffffff;
  text-align: center;
}

#countdown .count-down .count-number, #token-sale .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
}

#countdown .count-down .count-head, #token-sale .count-down .count-head {
  display: block;
  position: relative;
  transform: translateY(-20px);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

#countdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
  border: 4px solid #dee2e6;
  height: 130px;
  width: 130px;
  border-radius: 50%;
}

#token-sale .count-down {
  border: 0;
  color: #3e454e !important;
}

#token-sale .count-down .count-number {
  line-height: 80px;
}

@media (max-width: 768px) {
  #token-sale .count-down .count-number {
    font-size: 30px;
  }
}

#token-sale .count-down .count-head {
  margin-bottom: 0 !important;
  transform: translateY(-15px);
}

@media (max-width: 768px) {
  #token-sale .count-down .count-head {
    font-size: 10px;
  }
}

#maintenance {
  color: #ffffff;
  font-size: 56px;
  letter-spacing: 1px;
}

#maintenance .indicator {
  font-size: 18px;
}

/*********************************/
/*         Filter                */
/*===============================*/
.container-filter li {
  margin: 0px 15px 10px !important;
  font-size: 14px;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #8492a6 !important;
  border-bottom: 1px solid transparent;
  font-weight: 500;
}

.container-filter li.active, .container-filter li:hover {
  color: #3e454e !important;
  border-bottom-color: #3e454e;
}

.nft-items.nft-item-primary .content .title {
  transition: all 0.5s ease;
}

.nft-items.nft-item-primary .content .title:hover {
  color: #6666ff !important;
}

.nft-items.nft-item-primary .content .author .name:hover {
  color: #6666ff !important;
}

.nft-items.nft-item-primary .bg-color {
  background-color: #6666ff !important;
}

.nft-items.nft-item-secondary .content .title {
  transition: all 0.5s ease;
}

.nft-items.nft-item-secondary .content .title:hover {
  color: #5a6d90 !important;
}

.nft-items.nft-item-secondary .content .author .name:hover {
  color: #5a6d90 !important;
}

.nft-items.nft-item-secondary .bg-color {
  background-color: #5a6d90 !important;
}

.nft-items.nft-item-success .content .title {
  transition: all 0.5s ease;
}

.nft-items.nft-item-success .content .title:hover {
  color: #52cc99 !important;
}

.nft-items.nft-item-success .content .author .name:hover {
  color: #52cc99 !important;
}

.nft-items.nft-item-success .bg-color {
  background-color: #52cc99 !important;
}

.nft-items.nft-item-warning .content .title {
  transition: all 0.5s ease;
}

.nft-items.nft-item-warning .content .title:hover {
  color: #ffbf66 !important;
}

.nft-items.nft-item-warning .content .author .name:hover {
  color: #ffbf66 !important;
}

.nft-items.nft-item-warning .bg-color {
  background-color: #ffbf66 !important;
}

.nft-items.nft-item-info .content .title {
  transition: all 0.5s ease;
}

.nft-items.nft-item-info .content .title:hover {
  color: #66ccff !important;
}

.nft-items.nft-item-info .content .author .name:hover {
  color: #66ccff !important;
}

.nft-items.nft-item-info .bg-color {
  background-color: #66ccff !important;
}

.nft-items.nft-item-danger .content .title {
  transition: all 0.5s ease;
}

.nft-items.nft-item-danger .content .title:hover {
  color: #ff6647 !important;
}

.nft-items.nft-item-danger .content .author .name:hover {
  color: #ff6647 !important;
}

.nft-items.nft-item-danger .bg-color {
  background-color: #ff6647 !important;
}

.nft-items.nft-item-dark .content .title {
  transition: all 0.5s ease;
}

.nft-items.nft-item-dark .content .title:hover {
  color: #3e454e !important;
}

.nft-items.nft-item-dark .content .author .name:hover {
  color: #3e454e !important;
}

.nft-items.nft-item-dark .bg-color {
  background-color: #3e454e !important;
}

.nft-items.nft-item-muted .content .title {
  transition: all 0.5s ease;
}

.nft-items.nft-item-muted .content .title:hover {
  color: #8492a6 !important;
}

.nft-items.nft-item-muted .content .author .name:hover {
  color: #8492a6 !important;
}

.nft-items.nft-item-muted .bg-color {
  background-color: #8492a6 !important;
}

.nft-items.nft-item-light .content .title {
  transition: all 0.5s ease;
}

.nft-items.nft-item-light .content .title:hover {
  color: #f8f9fc !important;
}

.nft-items.nft-item-light .content .author .name:hover {
  color: #f8f9fc !important;
}

.nft-items.nft-item-light .bg-color {
  background-color: #f8f9fc !important;
}

.nft-items.nft-item-footer .content .title {
  transition: all 0.5s ease;
}

.nft-items.nft-item-footer .content .title:hover {
  color: #202942 !important;
}

.nft-items.nft-item-footer .content .author .name:hover {
  color: #202942 !important;
}

.nft-items.nft-item-footer .bg-color {
  background-color: #202942 !important;
}

.nft-items .nft-image {
  transition: all 0.5s ease;
}

.nft-items .nft-image > img {
  transition: all 0.5s ease;
}

.nft-items .nft-image .pop-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}

.nft-items .nft-image .like {
  height: 30px;
  width: 30px;
  background: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke: 1px #8492a6;
  -webkit-text-fill-color: transparent;
}

.nft-items .nft-image .like:hover, .nft-items .nft-image .like:focus {
  -webkit-text-stroke: #ff6647;
  -webkit-text-fill-color: #ff6647;
}

.nft-items:hover .nft-image > img {
  transform: scale(1.1);
}

.nft-items:hover .nft-image .pop-icon {
  opacity: 1;
}

.nft-items .content .title {
  transition: all 0.5s ease;
}

.nft-items .content .like {
  -webkit-text-stroke: 1px #8492a6;
  -webkit-text-fill-color: transparent;
}

.nft-items .content .like:hover, .nft-items .content .like:focus {
  -webkit-text-stroke: #ff6647;
  -webkit-text-fill-color: #ff6647;
}

.nft-creator.nft-creator-primary .content .author .name:hover {
  color: #6666ff !important;
}

.nft-creator.nft-creator-primary .btn {
  background-color: #6666ff !important;
  border: 1px solid #6666ff !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.nft-creator.nft-creator-primary .btn:hover, .nft-creator.nft-creator-primary .btn:focus, .nft-creator.nft-creator-primary .btn:active, .nft-creator.nft-creator-primary .btn.active, .nft-creator.nft-creator-primary .btn.focus {
  background-color: #3333ff !important;
  border-color: #3333ff !important;
  color: #ffffff !important;
}

.nft-creator.nft-creator-primary .bg-soft {
  background-color: rgba(102, 102, 255, 0.1) !important;
  border: 1px solid rgba(102, 102, 255, 0.1) !important;
  color: #6666ff !important;
}

.nft-creator.nft-creator-primary .read-more:hover {
  color: #6666ff !important;
}

.nft-creator.nft-creator-secondary .content .author .name:hover {
  color: #5a6d90 !important;
}

.nft-creator.nft-creator-secondary .btn {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.nft-creator.nft-creator-secondary .btn:hover, .nft-creator.nft-creator-secondary .btn:focus, .nft-creator.nft-creator-secondary .btn:active, .nft-creator.nft-creator-secondary .btn.active, .nft-creator.nft-creator-secondary .btn.focus {
  background-color: #465571 !important;
  border-color: #465571 !important;
  color: #ffffff !important;
}

.nft-creator.nft-creator-secondary .bg-soft {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
}

.nft-creator.nft-creator-secondary .read-more:hover {
  color: #5a6d90 !important;
}

.nft-creator.nft-creator-success .content .author .name:hover {
  color: #52cc99 !important;
}

.nft-creator.nft-creator-success .btn {
  background-color: #52cc99 !important;
  border: 1px solid #52cc99 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.nft-creator.nft-creator-success .btn:hover, .nft-creator.nft-creator-success .btn:focus, .nft-creator.nft-creator-success .btn:active, .nft-creator.nft-creator-success .btn.active, .nft-creator.nft-creator-success .btn.focus {
  background-color: #36b580 !important;
  border-color: #36b580 !important;
  color: #ffffff !important;
}

.nft-creator.nft-creator-success .bg-soft {
  background-color: rgba(82, 204, 153, 0.1) !important;
  border: 1px solid rgba(82, 204, 153, 0.1) !important;
  color: #52cc99 !important;
}

.nft-creator.nft-creator-success .read-more:hover {
  color: #52cc99 !important;
}

.nft-creator.nft-creator-warning .content .author .name:hover {
  color: #ffbf66 !important;
}

.nft-creator.nft-creator-warning .btn {
  background-color: #ffbf66 !important;
  border: 1px solid #ffbf66 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.nft-creator.nft-creator-warning .btn:hover, .nft-creator.nft-creator-warning .btn:focus, .nft-creator.nft-creator-warning .btn:active, .nft-creator.nft-creator-warning .btn.active, .nft-creator.nft-creator-warning .btn.focus {
  background-color: #ffaa33 !important;
  border-color: #ffaa33 !important;
  color: #ffffff !important;
}

.nft-creator.nft-creator-warning .bg-soft {
  background-color: rgba(255, 191, 102, 0.1) !important;
  border: 1px solid rgba(255, 191, 102, 0.1) !important;
  color: #ffbf66 !important;
}

.nft-creator.nft-creator-warning .read-more:hover {
  color: #ffbf66 !important;
}

.nft-creator.nft-creator-info .content .author .name:hover {
  color: #66ccff !important;
}

.nft-creator.nft-creator-info .btn {
  background-color: #66ccff !important;
  border: 1px solid #66ccff !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.nft-creator.nft-creator-info .btn:hover, .nft-creator.nft-creator-info .btn:focus, .nft-creator.nft-creator-info .btn:active, .nft-creator.nft-creator-info .btn.active, .nft-creator.nft-creator-info .btn.focus {
  background-color: #33bbff !important;
  border-color: #33bbff !important;
  color: #ffffff !important;
}

.nft-creator.nft-creator-info .bg-soft {
  background-color: rgba(102, 204, 255, 0.1) !important;
  border: 1px solid rgba(102, 204, 255, 0.1) !important;
  color: #66ccff !important;
}

.nft-creator.nft-creator-info .read-more:hover {
  color: #66ccff !important;
}

.nft-creator.nft-creator-danger .content .author .name:hover {
  color: #ff6647 !important;
}

.nft-creator.nft-creator-danger .btn {
  background-color: #ff6647 !important;
  border: 1px solid #ff6647 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.nft-creator.nft-creator-danger .btn:hover, .nft-creator.nft-creator-danger .btn:focus, .nft-creator.nft-creator-danger .btn:active, .nft-creator.nft-creator-danger .btn.active, .nft-creator.nft-creator-danger .btn.focus {
  background-color: #ff3c14 !important;
  border-color: #ff3c14 !important;
  color: #ffffff !important;
}

.nft-creator.nft-creator-danger .bg-soft {
  background-color: rgba(255, 102, 71, 0.1) !important;
  border: 1px solid rgba(255, 102, 71, 0.1) !important;
  color: #ff6647 !important;
}

.nft-creator.nft-creator-danger .read-more:hover {
  color: #ff6647 !important;
}

.nft-creator.nft-creator-dark .content .author .name:hover {
  color: #3e454e !important;
}

.nft-creator.nft-creator-dark .btn {
  background-color: #3e454e !important;
  border: 1px solid #3e454e !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.nft-creator.nft-creator-dark .btn:hover, .nft-creator.nft-creator-dark .btn:focus, .nft-creator.nft-creator-dark .btn:active, .nft-creator.nft-creator-dark .btn.active, .nft-creator.nft-creator-dark .btn.focus {
  background-color: #272c32 !important;
  border-color: #272c32 !important;
  color: #ffffff !important;
}

.nft-creator.nft-creator-dark .bg-soft {
  background-color: rgba(62, 69, 78, 0.1) !important;
  border: 1px solid rgba(62, 69, 78, 0.1) !important;
  color: #3e454e !important;
}

.nft-creator.nft-creator-dark .read-more:hover {
  color: #3e454e !important;
}

.nft-creator.nft-creator-muted .content .author .name:hover {
  color: #8492a6 !important;
}

.nft-creator.nft-creator-muted .btn {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.nft-creator.nft-creator-muted .btn:hover, .nft-creator.nft-creator-muted .btn:focus, .nft-creator.nft-creator-muted .btn:active, .nft-creator.nft-creator-muted .btn.active, .nft-creator.nft-creator-muted .btn.focus {
  background-color: #68788f !important;
  border-color: #68788f !important;
  color: #ffffff !important;
}

.nft-creator.nft-creator-muted .bg-soft {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
}

.nft-creator.nft-creator-muted .read-more:hover {
  color: #8492a6 !important;
}

.nft-creator.nft-creator-light .content .author .name:hover {
  color: #f8f9fc !important;
}

.nft-creator.nft-creator-light .btn {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.nft-creator.nft-creator-light .btn:hover, .nft-creator.nft-creator-light .btn:focus, .nft-creator.nft-creator-light .btn:active, .nft-creator.nft-creator-light .btn.active, .nft-creator.nft-creator-light .btn.focus {
  background-color: #d4daed !important;
  border-color: #d4daed !important;
  color: #ffffff !important;
}

.nft-creator.nft-creator-light .bg-soft {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
}

.nft-creator.nft-creator-light .read-more:hover {
  color: #f8f9fc !important;
}

.nft-creator.nft-creator-footer .content .author .name:hover {
  color: #202942 !important;
}

.nft-creator.nft-creator-footer .btn {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.nft-creator.nft-creator-footer .btn:hover, .nft-creator.nft-creator-footer .btn:focus, .nft-creator.nft-creator-footer .btn:active, .nft-creator.nft-creator-footer .btn.active, .nft-creator.nft-creator-footer .btn.focus {
  background-color: #0f131f !important;
  border-color: #0f131f !important;
  color: #ffffff !important;
}

.nft-creator.nft-creator-footer .bg-soft {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
}

.nft-creator.nft-creator-footer .read-more:hover {
  color: #202942 !important;
}

.nft-creator {
  transition: all 0.5s ease;
}

.nft-creator .content img {
  transition: all 0.5s ease;
}

.nft-creator:hover .content img {
  height: 90px !important;
  width: 90px !important;
}

.nft-collection.nft-col-primary .content .author .name:hover,
.nft-collection.nft-col-primary .content .title:hover {
  color: #6666ff !important;
}

.nft-collection.nft-col-primary .content .bg-soft {
  background-color: rgba(102, 102, 255, 0.1) !important;
  border: 1px solid rgba(102, 102, 255, 0.1) !important;
  color: #6666ff !important;
}

.nft-collection.nft-col-secondary .content .author .name:hover,
.nft-collection.nft-col-secondary .content .title:hover {
  color: #5a6d90 !important;
}

.nft-collection.nft-col-secondary .content .bg-soft {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
}

.nft-collection.nft-col-success .content .author .name:hover,
.nft-collection.nft-col-success .content .title:hover {
  color: #52cc99 !important;
}

.nft-collection.nft-col-success .content .bg-soft {
  background-color: rgba(82, 204, 153, 0.1) !important;
  border: 1px solid rgba(82, 204, 153, 0.1) !important;
  color: #52cc99 !important;
}

.nft-collection.nft-col-warning .content .author .name:hover,
.nft-collection.nft-col-warning .content .title:hover {
  color: #ffbf66 !important;
}

.nft-collection.nft-col-warning .content .bg-soft {
  background-color: rgba(255, 191, 102, 0.1) !important;
  border: 1px solid rgba(255, 191, 102, 0.1) !important;
  color: #ffbf66 !important;
}

.nft-collection.nft-col-info .content .author .name:hover,
.nft-collection.nft-col-info .content .title:hover {
  color: #66ccff !important;
}

.nft-collection.nft-col-info .content .bg-soft {
  background-color: rgba(102, 204, 255, 0.1) !important;
  border: 1px solid rgba(102, 204, 255, 0.1) !important;
  color: #66ccff !important;
}

.nft-collection.nft-col-danger .content .author .name:hover,
.nft-collection.nft-col-danger .content .title:hover {
  color: #ff6647 !important;
}

.nft-collection.nft-col-danger .content .bg-soft {
  background-color: rgba(255, 102, 71, 0.1) !important;
  border: 1px solid rgba(255, 102, 71, 0.1) !important;
  color: #ff6647 !important;
}

.nft-collection.nft-col-dark .content .author .name:hover,
.nft-collection.nft-col-dark .content .title:hover {
  color: #3e454e !important;
}

.nft-collection.nft-col-dark .content .bg-soft {
  background-color: rgba(62, 69, 78, 0.1) !important;
  border: 1px solid rgba(62, 69, 78, 0.1) !important;
  color: #3e454e !important;
}

.nft-collection.nft-col-muted .content .author .name:hover,
.nft-collection.nft-col-muted .content .title:hover {
  color: #8492a6 !important;
}

.nft-collection.nft-col-muted .content .bg-soft {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
}

.nft-collection.nft-col-light .content .author .name:hover,
.nft-collection.nft-col-light .content .title:hover {
  color: #f8f9fc !important;
}

.nft-collection.nft-col-light .content .bg-soft {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
}

.nft-collection.nft-col-footer .content .author .name:hover,
.nft-collection.nft-col-footer .content .title:hover {
  color: #202942 !important;
}

.nft-collection.nft-col-footer .content .bg-soft {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ff6647;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message,
#success_page {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
}

.error_message {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 2px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 2px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
}

#success_page p {
  margin-bottom: 0 !important;
}

/*********************************/
/*            Footer             */
/*===============================*/
footer .footer-py-100 {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  footer .footer-py-100 {
    padding: 60px 0;
  }
}

footer .footer-py-30 {
  padding: 30px 0;
  position: relative;
}

footer .logo-footer {
  font-size: 22px;
}

footer .logo-footer:focus {
  outline: none;
}

footer .footer-head {
  letter-spacing: 1px;
  font-weight: 500;
}

footer .foot-subscribe .form-control {
  background-color: #27314f;
  border: 1px solid #27314f;
  color: #f8f9fc;
}

footer .foot-subscribe .form-control:focus {
  box-shadow: none;
}

footer .foot-subscribe.foot-white .form-control {
  color: #adb5bd;
}

footer .foot-subscribe input::placeholder {
  color: #adb5bd;
}

footer .text-foot {
  color: #adb5bd;
}

footer .footer-list {
  margin-bottom: 0;
}

footer .footer-list li {
  margin-bottom: 10px;
}

footer .footer-list li a {
  transition: all 0.5s ease;
}

footer .footer-list li a:hover {
  color: #e6e8ea;
}

footer .footer-list li:last-child {
  margin-bottom: 0;
}

footer.footer-border-top,
footer .footer-border-top {
  border-top: 1px solid #252f4c;
}

#style-switcher {
  transition: all 0.4s;
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
  left: -189px;
  position: fixed;
  top: 17%;
  width: 189px;
  z-index: 9999;
  padding: 10px 5px;
}

#style-switcher div {
  padding: 5px 10px;
}

#style-switcher div h3 {
  color: #3e454e;
  font-size: 16px;
  margin: 0 3px 12px;
}

#style-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #ffffff;
  height: 41px;
  position: absolute;
  right: -41px;
  top: 0px;
  width: 40px;
  padding: 3px;
  border-radius: 0 30px 30px 0;
}

ul.pattern {
  list-style: none outside none;
  overflow: hidden;
  padding: 0;
  border-radius: 0px;
}

ul.pattern li.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 0;
}

ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin: 3px;
}

ul.pattern .color1 {
  background-color: #6666ff;
}

ul.pattern .color2 {
  background-color: #00d88a;
}

ul.pattern .color3 {
  background-color: #7952B3;
}

ul.pattern .color4 {
  background-color: #f15131;
}

ul.pattern .color5 {
  background-color: #0f7173;
}

ul.pattern .color6 {
  background-color: #fcd535;
}

ul .t-dark,
ul .t-rtl-light {
  display: inline-block;
}

ul .t-ltr-light,
ul .t-light,
ul .t-rtl-dark,
ul .t-ltr-dark {
  display: none;
}

@media only screen and (max-width: 375px) {
  #style-switcher {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */