/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 15px;
  z-index: 99;
}

.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: #ccc;
  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 rgba(32, 32, 32, 0.2392156863);
  background: white url("../img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--aztechColor);
  background-size: 17px;
}

.navbar-area .navbar,
input:checked + .slider {
  background-color: transparent;
}

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

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

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

.theme-dark .navbar-brand .logo-dark,
.theme-dark .footer-logo .logo-dark,
.theme-dark .logo .logo-dark {
  display: block !important;
}
.theme-dark .navbar-brand .logo-light,
.theme-dark .footer-logo .logo-light,
.theme-dark .logo .logo-light {
  display: none !important;
}
.theme-dark body {
  background-color: #000;
  color: var(--whiteColor);
}
.theme-dark .bg-optional,
.theme-dark .dm-navbar-area.sticky {
  background-color: #111;
}
.theme-dark .dm-navbar-area.home_eight .other-options .login-btn:first-child {
  color: var(--whiteColor);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6,
.theme-dark .text-title,
.theme-dark .breadcrumb-wrap .br-menu li,
.theme-dark .dm-section-title h2 {
  color: var(--whiteColor) !important;
}
.theme-dark .dm-section-title span.text_primary {
  color: var(--secondaryColor);
}
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: none;
}
.theme-dark .bg_primary,
.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list {
  background-color: var(--aztechColor);
}
.theme-dark .text-optional,
.theme-dark .category-list li a,
.theme-dark .checkbox label,
.theme-dark .terms-wrap ol li, .theme-dark .blog-desc ol li,
.theme-dark .dm-hero-wrap .hero-content ul li,
.theme-dark .dm-contact-info-card .contact-info span,
.theme-dark .pp-post-item-wrap .pp-post-item .pp-post-info > a {
  color: var(--offwhiteColor);
}
.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list .demo-tablist .nav-item .nav-link,
.theme-dark .comment-box .comment-item-wrap .comment-item .comment-info .reply-btn,
.theme-dark .dm-promo-tablist .nav-item .nav-link,
.theme-dark .dm-contact-info-card .contact-info a,
.theme-dark .dm-contact-info-card .contact-info p,
.theme-dark .dm-responsive-navbar .offcanvas-body ul.responsive-menu li.responsive-menu-list a,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item.has-child a,
.theme-dark .dm-navbar-area .navbar .navbar-nav > .nav-item > .dropdown-toggle::before,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.dropdown-toggle::before,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav_link,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav-link {
  color: var(--whiteColor);
}
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item.has-child a:after,
.theme-dark .dm-blog-card .blog-metainfo li::after,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:after {
  background-color: var(--secondaryColor);
}
.theme-dark .dm-hero-wrap .hero-content > span,
.theme-dark .category-list li a:hover,
.theme-dark .dm-blog-card h3 a:hover,
.theme-dark .blog-metainfo li,
.theme-dark .blog-metainfo li a,
.theme-dark .dm-contact-info-card .contact-info a:hover,
.theme-dark .dm-blog-card .blog-metainfo li a,
.theme-dark .dm-blog-card .blog-metainfo li,
.theme-dark .dm-navbar-area .navbar .navbar-nav > .nav-item > .dropdown-toggle.active::before,
.theme-dark .pp-post-item-wrap .pp-post-item .pp-post-info h5 a:hover,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav_link:hover,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav_link.active,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav-link:hover,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark .dm-responsive-navbar .offcanvas-body ul.responsive-menu li.responsive-menu-list a,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item.has-child a.dropdown-toggle.active,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav_link.active,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav_link:hover,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav-link.active .dm-navbar-area .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--secondaryColor) !important;
}
.theme-dark .dm-footer-wrap .footer-widget .footer-menu li a::after,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav_link:hover:after,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav_link.active:after,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav-link:hover:after,
.theme-dark .dm-navbar-area .navbar .navbar-nav .nav-item .nav-link.active:after {
  background-color: var(--secondaryColor);
}
.theme-dark .dm-accordion .accordion-item {
  border-top-color: rgba(255, 255, 255, 0.24);
}
.theme-dark .dm-login-form-box,
.theme-dark .comment-box .comment-item-wrap .comment-item,
.theme-dark .dm-soln-card,
.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list .demo-tablist,
.theme-dark .dm-promo-tablist,
.theme-dark .faq-tablist .nav-item .nav-link,
.theme-dark .dm-accordion .accordion-item {
  border-color: rgba(255, 255, 255, 0.24);
}
.theme-dark .dm-accordion .accordion-item .accordion-header .accordion-button span i {
  color: var(--whiteColor);
}
.theme-dark .tag-list li a {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--offwhiteColor);
}
.theme-dark .faq-tablist .nav-item .nav-link {
  color: var(--whiteColor);
  background-color: transparent;
}
.theme-dark .faq-tablist .nav-item .nav-link.active {
  background-color: rgba(255, 255, 255, 0.24);
}
.theme-dark .dm-booking-box .dm-booking-form input,
.theme-dark .dm-contact-form-box .contact-form-wrap input,
.theme-dark .dm-contact-form-box .contact-form-wrap textarea,
.theme-dark #cmt-form .form-group input,
.theme-dark #cmt-form .form-group textarea,
.theme-dark .dm-booking-wrap .booking-form input,
.theme-dark .dm-hero-wrap .booking-form input,
.theme-dark input, .theme-dark select, .theme-dark textarea {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  color: var(--whiteColor);
}
.theme-dark .dm-booking-box .dm-booking-form input::-moz-placeholder, .theme-dark .dm-contact-form-box .contact-form-wrap input::-moz-placeholder, .theme-dark .dm-contact-form-box .contact-form-wrap textarea::-moz-placeholder, .theme-dark #cmt-form .form-group input::-moz-placeholder, .theme-dark #cmt-form .form-group textarea::-moz-placeholder, .theme-dark .dm-booking-wrap .booking-form input::-moz-placeholder, .theme-dark .dm-hero-wrap .booking-form input::-moz-placeholder, .theme-dark input::-moz-placeholder, .theme-dark select::-moz-placeholder, .theme-dark textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.theme-dark .dm-booking-box .dm-booking-form input::placeholder,
.theme-dark .dm-contact-form-box .contact-form-wrap input::placeholder,
.theme-dark .dm-contact-form-box .contact-form-wrap textarea::placeholder,
.theme-dark #cmt-form .form-group input::placeholder,
.theme-dark #cmt-form .form-group textarea::placeholder,
.theme-dark .dm-booking-wrap .booking-form input::placeholder,
.theme-dark .dm-hero-wrap .booking-form input::placeholder,
.theme-dark input::placeholder, .theme-dark select::placeholder, .theme-dark textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.theme-dark p {
  color: rgba(255, 255, 255, 0.76);
}
.theme-dark .page-nav li a {
  color: var(--whiteColor);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.theme-dark .bg-cod,
.theme-dark .bg-white {
  background: var(--codColor) !important;
}
.theme-dark .bg-ash,
.theme-dark .bg_secondary {
  background: var(--aztechColor);
}
.theme-dark .br-one {
  border-Color: rgba(255, 255, 255, 0.25);
}
.theme-dark .blog-metainfo a {
  color: rgba(255, 255, 255, 0.75);
}
.theme-dark .blog-metainfo a:hover {
  color: var(--secondaryColor);
}
.theme-dark .dm-hero-wrap .left-bg-shape,
.theme-dark .dm-hero-wrap .right-bg-shape {
  opacity: 0.4;
}
.theme-dark .dm-hero-wrap:before {
  filter: brightness(0) invert(0);
}
.theme-dark .dm-responsive-navbar {
  background-color: var(--titleColor);
}
.theme-dark .dm-responsive-navbar .close-btn i {
  color: var(--whiteColor);
}
.theme-dark .dm-footer-wrap {
  background-color: #000;
}
.theme-dark .dm-footer-wrap .footer-widget .social-profile li a {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.theme-dark .dm-footer-wrap .footer-widget .social-profile li a i {
  color: var(--whiteColor);
}
.theme-dark .dm-footer-wrap .footer-widget .social-profile li a:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
}
.theme-dark .dm-footer-wrap .footer-widget .social-profile li a:hover i {
  color: var(--whiteColor);
}
.theme-dark .dm-footer-wrap .footer-widget .footer-menu li a {
  color: rgba(255, 255, 255, 0.7);
}
.theme-dark .dm-footer-wrap .footer-widget .footer-menu li a:hover, .theme-dark .dm-footer-wrap .footer-widget .footer-menu li a.active {
  color: var(--secondaryColor);
}
.theme-dark .dm-footer-wrap .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.24);
}
.theme-dark .dm-footer-wrap .footer-bottom .footer-bottom-menu li a {
  color: var(--offwhiteColor);
}
.theme-dark .dm-footer-wrap .footer-bottom .footer-bottom-menu li a:hover {
  color: var(--secondaryColor);
}
.theme-dark .btn.style-three {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background-color: transparent;
  color: var(--offwhiteColor);
}
.theme-dark .btn.style-three img {
  filter: brightness(0) invert(1);
}
.theme-dark .btn.style-three:hover {
  background-color: var(--secondaryColor);
  border-color: transparent;
}
.theme-dark .dm-soln-card .soln-info .soln-btn,
.theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: var(--whiteColor) !important;
}
.theme-dark .dm-soln-card .soln-info .soln-btn:hover,
.theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: var(--secondaryColor);
}
.theme-dark .dm-connect-card .dm-connect-icon,
.theme-dark .dm-testimonial-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.theme-dark .dm-connect-card .dm-connect-icon img {
  filter: brightness(0) invert(1);
}
.theme-dark .dm-booking-box {
  border-color: transparent;
}
.theme-dark .dm-hero-wrap .left-bg-shape,
.theme-dark .dm-hero-wrap .right-bg-shape {
  opacity: 0.2;
}
.theme-dark .brand-logo img {
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 991px) {
  .switch-theme-mode {
    top: 190px;
    right: 10px;
  }
}/*# sourceMappingURL=dark-theme.css.map */