.theme-dark body {
  background-color: var(--darkColor);
}
.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 body h1 a, .theme-dark body h2 a, .theme-dark body h3 a, .theme-dark body h4 a, .theme-dark body h5 a, .theme-dark body h6 a {
  color: var(--whiteColor);
}
.theme-dark body h1 a:hover, .theme-dark body h2 a:hover, .theme-dark body h3 a:hover, .theme-dark body h4 a:hover, .theme-dark body h5 a:hover, .theme-dark body h6 a:hover {
  color: var(--primaryColor);
}
.theme-dark .navbar-brand .logo-dark {
  display: block !important;
}
.theme-dark .navbar-brand .logo-light {
  display: none !important;
}
.theme-dark .hero-area {
  background-color: var(--darkColor);
  background-image: url(../img/marketing/hero/hero-bg-dark.webp);
}
.theme-dark .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .contact-form form .form-check .form-check-label {
  color: var(--whiteColor);
}
.theme-dark p,
.theme-dark .single-blog-card .list li,
.theme-dark .blog-info .content 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 .features-area,
.theme-dark .probably-area,
.theme-dark .navbar.sticky,
.theme-dark .contact-area {
  background-color: var(--aztechColor);
}
.theme-dark .favorite-area,
.theme-dark .screenshots-area,
.theme-dark .success-area,
.theme-dark .blog-area {
  background-color: var(--codColor);
}
.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list {
  box-shadow: none;
}
.theme-dark .single-partner-item img,
.theme-dark .favorite-image .image img {
  filter: brightness(0) invert(1);
}
.theme-dark .table-area {
  background: linear-gradient(90deg, #261209 0%, #211F1E 0.01%, #1F0C04 51.67%, #1E030D 80.73%, #18010C 100%);
}
.theme-dark .table-form form .form-group .form-control {
  background-color: var(--darkColor);
  color: var(--whiteColor);
}
.theme-dark .table-form form .form-group .form-control::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .table-form form .form-group .form-control::placeholder {
  color: var(--whiteColor);
}
.theme-dark .single-blog-card .list li a,
.theme-dark .blog-info .content ul li a,
.theme-dark .footer-content .list li a {
  color: rgba(255, 255, 255, 0.9);
}
.theme-dark .single-blog-card .list li a.active, .theme-dark .single-blog-card .list li a:hover,
.theme-dark .blog-info .content ul li a.active,
.theme-dark .blog-info .content ul li a:hover,
.theme-dark .footer-content .list li a.active,
.theme-dark .footer-content .list li a:hover {
  color: var(--primaryColor);
}
.theme-dark .single-working-card {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.theme-dark .single-partner-item,
.theme-dark .copyright-area {
  border-color: rgba(255, 255, 255, 0.15);
}
.theme-dark .working-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-dark .footer-content .list li::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.theme-dark .single-features-card,
.theme-dark .footer-area {
  background-color: var(--darkColor);
}
.theme-dark .probably-image .probably-info ul li::before {
  background-color: rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 991px) {
  .theme-dark .navbar {
    background-color: var(--aztechColor);
  }
}/*# sourceMappingURL=mobile-style-dark-mode.css.map */