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

.theme-dark body {
  background-color: #000000;
}
.theme-dark body h1, .theme-dark body h2, .theme-dark body h3, .theme-dark body h4, .theme-dark body h5, .theme-dark body h6 {
  color: var(--whiteColor);
}
.theme-dark .navbar-brand .logo-dark {
  display: block !important;
}
.theme-dark .navbar-brand .logo-light {
  display: none !important;
}
.theme-dark .hero-area {
  background-image: url(../assets/bg-dark-2.png);
}
.theme-dark .blog-info .image-1 {
  background-color: rgba(19, 19, 20, 0.77);
}
.theme-dark .blog-info .image-2 {
  background-color: rgba(19, 19, 20, 0.77);
}
.theme-dark .blog-info .content h3 a {
  color: var(--whiteColor);
}
.theme-dark .blog-info .content h3 a:hover {
  color: var(--primaryColor);
}
.theme-dark .blog-info .content ul li {
  color: #dee2e6;
}
.theme-dark .blog-info .content ul li a {
  color: #dee2e6;
}
.theme-dark .blog-info .content ul li a:hover {
  color: var(--primaryColor);
}
.theme-dark .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .single-experience-info .list h2,
.theme-dark .single-experience-info .list h2 .counter,
.theme-dark .contact-form form .form-check .form-check-label {
  color: var(--whiteColor);
}
.theme-dark p,
.theme-dark .single-experience-info .list .underline,
.theme-dark .single-product-card p,
.theme-dark .single-product-card .user .content span,
.theme-dark .single-pricing-box .info-list span,
.theme-dark .single-pricing-box .info-list h1 sub,
.theme-dark .single-pricing-box .info-list ul li,
.theme-dark .copyright-title p {
  color: rgba(255, 255, 255, 0.75);
}
.theme-dark .contact-form form .form-group .form-control {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--whiteColor);
}
.theme-dark .contact-form form .form-group .form-control::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .contact-form form .form-group .form-control::placeholder {
  color: var(--whiteColor);
}
.theme-dark .partner-area,
.theme-dark .product-area {
  background-color: var(--darkColor);
}
.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list,
.theme-dark .navbar.sticky,
.theme-dark .solutions-content ul li,
.theme-dark .workplace-area,
.theme-dark .business-area,
.theme-dark .experience-area,
.theme-dark .portfolio-area,
.theme-dark .pricing-area,
.theme-dark .single-product-card,
.theme-dark .contact-area {
  background-color: var(--aztechColor);
}
.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list {
  box-shadow: none;
}
.theme-dark .business-info {
  background-color: var(--codColor);
}
.theme-dark .single-services-card,
.theme-dark .single-services-card.analytics,
.theme-dark .single-services-card.experimentation,
.theme-dark .single-services-card.collaboration,
.theme-dark .single-services-card {
  background: conic-gradient(from 251deg at 53.24% 36.44%, #0B0900 0deg, #0a1225 360deg);
}
.theme-dark .footer-content .list li a {
  color: rgba(255, 255, 255, 0.9);
}
.theme-dark .footer-content .list li a:hover {
  color: var(--primaryColor);
}
.theme-dark .portfolio-content .image .image-2::before {
  background: rgba(255, 255, 255, 0.1);
}
.theme-dark .single-experience-info .content,
.theme-dark .single-pricing-box,
.theme-dark .copyright-area {
  border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .footer-content .list li::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.theme-dark .footer-area {
  background-color: #000000;
}
.theme-dark .hero-content .hero-btn li a.style-2,
.theme-dark .single-pricing-box .info-list a {
  color: var(--whiteColor);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (max-width: 991px) {
  .theme-dark .navbar {
    background-color: var(--aztechColor);
  }
}/*# sourceMappingURL=sass-style-dark-mode.css.map */