/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
.switch-theme-mode {}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gray);
  transition: 0.4s;
}

.slider.round {
  border-radius: 50%;
}

.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px var(--black-light);
  background: var(--white-color) url("../img/night.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--secondary-color);
  background-size: 17px;
}

.exchange-table-wrap .exchange-table table tbody tr td,
input:checked+.slider {
  background-color: transparent;
}

input:focus+.slider {
  box-shadow: 0 0 1px transparent;
}

input:checked+.slider:before {
  transform: translateX(0);
  background: var(--white-color) url("../img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

/*---------------------------------
    Color CSS For Elements 
-----------------------------------*/
.theme-light .navbar-brand .logo-dark {
  display: none !important;
}

.theme-light .navbar-brand .logo-light {
  display: block !important;
  width: 200px;
}

.footer-widget a img {
  width: 150px;
}

.theme-dark .footer-logo .logo-light,
.theme-dark .navbar-brand .logo-light {
  display: none !important;
}

.theme-dark .footer-logo .logo-dark,
.theme-dark .navbar-brand .logo-dark {
  display: block !important;
  width: 200px;
}

.theme-dark .td-cod,
.theme-dark .header-wrap .header-top,
.theme-dark .bg-whisper,
.theme-dark .testimonial-card,
.theme-dark .hero-wrap.style2,
.theme-dark .hero-wrap.style3,
.theme-dark .btn.style3 {
  background-color: var(--secondary-color) !important;
}

.theme-dark body,
.theme-dark .bg-white,
.theme-dark .hero-wrap.style1,
.theme-dark .footer-wrap,
.theme-dark .hero-wrap.style2 .hero-img-wrap .hero-promo-text,
.theme-dark .feature-card.style2,
.theme-dark .feature-card.style4,
.theme-dark .feature-card.style1 {
  background-color: var(--secondary-color) !important;
}

.theme-dark .td-aztech,
.theme-dark .wp-block-quote,
.theme-dark .breadcrumb-wrap,
.theme-dark .header-wrap .user-login ul,
.theme-dark .header-wrap .header-bottom,
.theme-dark .currency-card,
.theme-dark .feature-card.style3,
.theme-dark .feature-card.style5,
.theme-dark .converter-alert-text,
.theme-dark .sidebar .sidebar-widget,
.theme-dark .post-meta-option,
.theme-dark .post-author,
.theme-dark .comment-item,
.theme-dark #cmt-form,
.theme-dark .contact-item,
.theme-dark #contactForm,
.theme-dark .about-wrap.style3 .about-content .feature-item-wrap .feature-item .feature-icon,
.theme-dark .feature-item-wrap .feature-item .feature-icon,
.theme-dark .about-wrap.style2 .about-content .feature-item-wrap .feature-icon,
.theme-dark .select-lang .navbar-language .dropdown-menu,
.theme-dark .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap {
  background-color: var(--secondary-color) !important;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark h3 a,
.theme-dark a,
.theme-dark .header-wrap .header-bottom .sidebar-btn i,
.theme-dark .header-wrap .header-bottom .searchbtn i,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .user-login span i,
.theme-dark .blog-card.style1:hover .blog-info h3 a,
.theme-dark .blog-card.style1:hover .blog-info .blog-metainfo li a,
.theme-dark .blog-card.style1:hover .blog-img .blog-cat,
.theme-dark .blog-card.style2:hover .blog-img .blog-cat,
.theme-dark .blog-card.style3:hover .blog-info h3 a,
.theme-dark .blog-card.style3:hover .blog-info .blog-metainfo li a,
.theme-dark .blog-card.style3:hover .blog-img .blog-cat,
.theme-dark .blog-card.style4:hover .blog-img .blog-cat,
.theme-dark .currency-card.style2:hover .currency-info h3 a,
.theme-dark .feature-card.style1:hover a.link.style1,
.theme-dark .feature-card.style3:hover a.link.style1,
.theme-dark .feature-card.style3:hover h3 a,
.theme-dark .feature-card.style5:hover a.link.style1,
.theme-dark .feature-card.style1:hover h3:hover a,
.theme-dark .header-wrap .navbar ul li a:hover {
  color: var(--white-color) !important;
}

.theme-dark p,
.theme-dark span,
.theme-dark .content-feature-list li,
.theme-dark article ol li,
.theme-dark .terms-wrap ol li,
.theme-dark .breadcrumb-title .breadcrumb-menu li::after,
.theme-dark .login-form-wrap .login-body .form-group label,
.theme-dark .checkbox label,
.theme-dark .post-metainfo li {
  color: var(--white-color) !important;
}

.theme-dark h3:hover a,
.theme-dark a:hover,
.theme-dark .link.style1,
.theme-dark article p strong,
.theme-dark .terms-wrap p strong {
  color: var(--primary-color) !important;
}

.theme-dark .breadcrumb-title h2,
.theme-dark .convert-box .convert-tabcontent .form-group input::Placeholder,
.theme-dark .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group label,
.theme-dark .convert-box .convert-tabcontent .form-group label,
.theme-dark .breadcrumb-title .breadcrumb-menu li a {
  color: var(--white-color) !important;
}

.theme-dark .blog-card {
  border: 1px solid var(--black-light);
}

.theme-dark .blog-card .blog-info .blog-metainfo li {
  color: var(--white-color);
}

.theme-dark .blog-card.style4 {
  border: none;
}

.theme-dark .checkbox label:before {
  border: 1px solid var(--black-light);
}

.theme-dark .footer-wrap.style1 .container {
  border-top: 1px solid var(--black-light);
}

.theme-dark .counter-card-wrap .counter-card:after,
.theme-dark .header-wrap .header-top .header-top-right .social-profile::before,
.theme-dark .wp-block-quote h5::before {
  background-color: var(--black-light);
}

.theme-dark .hero-wrap.style2 .hero-img-wrap .hero-img-one::before,
.theme-dark .hero-wrap.style2 .hero-img-wrap .hero-img-two::before {
  border-top-color: var(--secondary-color);
  border-left-color: var(--secondary-color);
}

.theme-dark .about-wrap.style2 .about-img-wrap .about-img-one::before,
.theme-dark .about-wrap.style2 .about-img-wrap .about-img-two::before,
.theme-dark .wh-wrap.style2 .wh-img-wrap .wh-img::before {
  border-top-color: var(--secondary-color);
  border-left-color: var(--secondary-color);
}

.theme-dark .exchange-table-wrap .exchange-table table thead tr th {
  color: var(--white-color);
  border-color: var(--black-light);
  background-color: var(--primary-color);
}

.theme-dark .exchange-table-wrap .exchange-table table tbody tr td {
  color: var(--white-color);
  border-color: var(--black-light);
}

.theme-dark .exchange-table-wrap .exchange-table table tbody tr td .country-flag {
  color: var(--white-color);
}

.theme-dark .exchange-table-wrap .exchange-table table tbody tr td button {
  padding: 6px 17px;
}

.theme-dark .exchange-table-wrap .exchange-table table tbody tr td button i {
  margin-right: 5px;
  margin-left: 0;
}

.theme-dark .exchange-table-wrap .add-currency {
  color: var(--white-color);
}

.theme-dark .team-info-wrap,
.theme-dark .convert-box .convert-tabcontent .convert-icon,
.theme-dark .convert-box {
  border: 1px solid var(--black-light);
}

.theme-dark .convert-box .convert-tablist .nav-item a {
  background-color: var(--black-light);
}

.theme-dark .convert-box .convert-tablist .nav-item a.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}


.theme-dark article,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .accordion-item .accordion-body,
.theme-dark .post-meta-option,
.theme-dark .post-author,
.theme-dark .pricing-card,
.theme-dark .donation-form,
.theme-dark .contact-box.style2,
.theme-dark .header-wrap .user-login ul li a,
.theme-dark .comment-item-wrap .comment-item {
  border-color: var(--black-light);
}

.theme-dark .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group input,
.theme-dark .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group select {
  background-color: var(--primary-color);
  border: 1px solid var(--black-light);
  color: var(--white-color);
}

.theme-dark .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group input::-moz-placeholder,
.theme-dark .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group select::-moz-placeholder {
  color: var(--white-color);
  opacity: 0.8;
}

.theme-dark .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group input::placeholder,
.theme-dark .hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group select::placeholder {
  color: var(--white-color);
  opacity: 0.8;
}

.theme-dark #contactForm .form-group textarea,
.theme-dark #contactForm .form-group input,
.theme-dark .search-box .form-group input,
.theme-dark #cmt-form .comment-form .form-group input,
.theme-dark #cmt-form .comment-form .form-group textarea,
.theme-dark .login-form-wrap .login-body .form-group input,
.theme-dark .convert-box .convert-tabcontent .form-group input,
.theme-dark .convert-box .convert-tabcontent .form-group select {
  background-color: transparent;
  border: 1px solid var(--black-light);
  color: var(--white-color);
}

.theme-dark .banner-main h1 {
  color: var(--white-color) !important;
  background-image: none;
  -webkit-text-fill-color: var(--white-color);
}

.theme-dark .marquee {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.theme-dark .btn.style1:after,
.btn.style1:before {
  background-color: var(--white-color);
}

.theme-dark #contactForm .form-group textarea::-moz-placeholder,
.theme-dark #contactForm .form-group input::-moz-placeholder,
.theme-dark .search-box .form-group input::-moz-placeholder,
.theme-dark #cmt-form .comment-form .form-group input::-moz-placeholder,
.theme-dark #cmt-form .comment-form .form-group textarea::-moz-placeholder,
.theme-dark .login-form-wrap .login-body .form-group input::-moz-placeholder,
.theme-dark .convert-box .convert-tabcontent .form-group input::-moz-placeholder,
.theme-dark .convert-box .convert-tabcontent .form-group select::-moz-placeholder {
  color: var(--white-color);
  opacity: 0.8;
}

.theme-dark #contactForm .form-group textarea::placeholder,
.theme-dark #contactForm .form-group input::placeholder,
.theme-dark .search-box .form-group input::placeholder,
.theme-dark #cmt-form .comment-form .form-group input::placeholder,
.theme-dark #cmt-form .comment-form .form-group textarea::placeholder,
.theme-dark .login-form-wrap .login-body .form-group input::placeholder,
.theme-dark .convert-box .convert-tabcontent .form-group input::placeholder,
.theme-dark .convert-box .convert-tabcontent .form-group select::placeholder {
  color: var(--white-color);
  opacity: 0.8;
}

.theme-dark .category-box ul li a {
  background-color: var(--primary-color);
}

.theme-dark .category-box ul li a:hover {
  color: var(--white-color) !important;
  background-color: var(--primary-color);
}

.theme-dark .tag-list li a {
  background: transparent !important;
  border: 1px solid var(--gray-light);
  color: var(--primary-color);
}

.theme-dark .tag-list li a:hover {
  background: var(--primary-color) !important;
  border-color: transparent;
  color: var(--white-color) !important;
}

.theme-dark .tag-list.style2 li a {
  border: none;
}

.theme-dark select {
  background-image: url(../img/down-arrow-white.png);
}

.theme-dark .page-nav li a {
  color: var(--white-color);
  border: 1px solid var(--black-light);
}

.theme-dark .page-nav li a i {
  color: var(--white-color);
}

.theme-dark .page-nav li a.active,
.theme-dark .page-nav li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.theme-dark .page-nav li a.active i,
.theme-dark .page-nav li a:hover i {
  color: var(--white-color);
}

.theme-dark .footer-wrap .footer-widget .social-profile li a,
.theme-dark .social-profile.style1 li a,
.theme-dark .contact-us-wrap .contact-item .contact-icon,
.theme-dark .accordion-item .accordion-header .accordion-button span,
.theme-dark .hero-wrap.style3 .hero-content .hero-btn .play-video .play-now {
  background-color: var(--white-color);
  border: 1px solid var(--black-light);
}
.theme-dark .contact-us-wrap .contact-item:hover .contact-icon i  {
  color: var(--primary-color);
}

.theme-dark .footer-wrap .footer-widget .social-profile li a:hover,
.theme-dark .social-profile.style1 li a:hover,
.theme-dark .contact-us-wrap .contact-item .contact-icon:hover,
.theme-dark .accordion-item .accordion-header .accordion-button span:hover,
.theme-dark .hero-wrap.style3 .hero-content .hero-btn .play-video .play-now:hover {
  background-color: var(--primary-color);
}

.theme-dark .footer-wrap .footer-widget .social-profile li a:hover i,
.theme-dark .social-profile.style1 li a:hover i,
.theme-dark .contact-us-wrap .contact-item .contact-icon:hover i,
.theme-dark .accordion-item .accordion-header .accordion-button span:hover i,
.theme-dark .hero-wrap.style3 .hero-content .hero-btn .play-video .play-now:hover i {
  color: var(--white-color);
}

.theme-dark .exchange-table-wrap .exchange-table label {
  background-color: transparent;
  border: 1px solid var(--gray-light);
}

.theme-dark .exchange-table-wrap .exchange-table label:after {
  top: 1px;
}


@media only screen and (max-width: 991px) {

  .theme-dark .mobile-top-bar span,
  .theme-dark .header-wrap.style2 .mobile-top-bar span,
  .theme-dark .header-wrap.style3 .mobile-top-bar span {
    background-color: var(--white-color);
  }

  .theme-dark .main-menu li a:hover {
    color: var(--secondary-color);
  }

  .theme-dark .main-menu-wrap,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--secondary-color);
  }

  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid var(--gray-light);
  }

  .theme-dark .menu-close i,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .menu-expand i {
    color: var(--white-color);
  }

  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: var(--primary-color) !important;
  }

  .theme-dark .main-menu li a.active,
  .theme-dark .main-menu li a {
    border-color: var(--gray-light);
  }
}

@media only screen and (min-width: 992px) {

  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu,
  .theme-dark .main-menu-wrap #menu ul li.has-children .sub-menu {
    background-color: var(--secondary-color);
  }

  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--primary-color) !important;
  }
}

.theme-dark .header-wrap .header-top {
  background-color: var(--primary-color) !important;
}

.theme-dark .box-main .box1 p {
  color: var(--white-color) !important;
}

.theme-dark #contactForm .form-group input
 {
  background-color: var(--gray-light);
}
.theme-dark #contactForm .form-group textarea {
  background-color: var(--gray-light);
}
.theme-dark .btn.style2{color: var(--primary-color) !important;}

  .theme-dark .currency-cardA{background-color: var(--secondary-color);}
  .theme-dark #b2b-Portal-FeaturesAA{background-color: var(--primary-color);}
  .theme-dark #b2b-Portal-FeaturesSS {background-color: var(--primary-color);}
  .theme-dark #b2b-Portal-Features1{background-color: var(--primary-color);}

/*# sourceMappingURL=dark-theme.css.map */