/*-------------------------------
    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 .sp-navbar-area.sticky {
  background-color: #111;
}
.theme-dark .sp-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 .text_primary,
.theme-dark .text_secondary,
.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list .demo-tablist .nav-item .nav-link,
.theme-dark .breadcrumb-wrap .br-menu li,
.theme-dark .sp-section-title h2 {
  color: var(--whiteColor) !important;
}
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: none;
}
.theme-dark .bg_primary,
.theme-dark .bg-optional,
.theme-dark .sp-promo-wrap .promo-tablist .nav-item .nav-link.active,
.theme-dark .sp-promo-wrap .promo-tablist .nav-item .nav-link:hover,
.theme-dark .sp-navbar-area.style-two,
.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list {
  background-color: var(--aztechColor);
}
.theme-dark .text-para,
.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 .sp-navbar-area.style-two .navbar-btn .btn.style-two,
.theme-dark .sp-contact-info-card .contact-info span,
.theme-dark .pp-post-item-wrap .pp-post-item .pp-post-info > a {
  color: var(--offwhiteColor);
}
.theme-dark .sp-contact-info-card .contact-info a,
.theme-dark .sp-contact-info-card .contact-info p,
.theme-dark .sp-responsive-navbar .offcanvas-body ul.responsive-menu li.responsive-menu-list a,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item.has-child a,
.theme-dark .sp-navbar-area .navbar .navbar-nav > .nav-item > .dropdown-toggle::before,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.dropdown-toggle::before,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav_link,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav-link {
  color: var(--whiteColor);
}
.theme-dark .sp-blog-card .blog-metainfo li::after,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:after {
  background-color: var(--primaryColor);
}
.theme-dark .category-list li a:hover,
.theme-dark .sp-blog-card h3 a:hover,
.theme-dark .blog-metainfo li,
.theme-dark .blog-metainfo li a,
.theme-dark .sp-contact-info-card .contact-info a:hover,
.theme-dark .sp-blog-card .blog-metainfo li a,
.theme-dark .sp-blog-card .blog-metainfo li,
.theme-dark .sp-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 .sp-navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav_link:hover,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav_link.active,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav-link:hover,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark .sp-responsive-navbar .offcanvas-body ul.responsive-menu li.responsive-menu-list a,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item.has-child a.dropdown-toggle.active,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav_link.active,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav_link:hover,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav-link.active .sp-navbar-area .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--primaryColor) !important;
}
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav_link:hover:after,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav_link.active:after,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav-link:hover:after,
.theme-dark .sp-navbar-area .navbar .navbar-nav .nav-item .nav-link.active:after {
  background-color: var(--primaryColor);
}
.theme-dark .sp-accordion .accordion-item {
  border-top-color: rgba(255, 255, 255, 0.24);
}
.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list .demo-tablist,
.theme-dark .comment-box .comment-item-wrap .comment-item,
.theme-dark .sp-soln-card,
.theme-dark .sp-feature-card,
.theme-dark .sp-login-form-box,
.theme-dark .faq-tablist .nav-item .nav-link,
.theme-dark .sp-accordion .accordion-item {
  border-color: rgba(255, 255, 255, 0.24);
}
.theme-dark .sp-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 .sp-login-form-box .login-form-wrap input,
.theme-dark .sp-contact-form-box .contact-form-wrap input,
.theme-dark .sp-contact-form-box .contact-form-wrap textarea,
.theme-dark #cmt-form .form-group input,
.theme-dark #cmt-form .form-group textarea,
.theme-dark .sp-booking-wrap .booking-form input,
.theme-dark .sp-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 .sp-login-form-box .login-form-wrap input::-moz-placeholder, .theme-dark .sp-contact-form-box .contact-form-wrap input::-moz-placeholder, .theme-dark .sp-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 .sp-booking-wrap .booking-form input::-moz-placeholder, .theme-dark .sp-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 .sp-login-form-box .login-form-wrap input::placeholder,
.theme-dark .sp-contact-form-box .contact-form-wrap input::placeholder,
.theme-dark .sp-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 .sp-booking-wrap .booking-form input::placeholder,
.theme-dark .sp-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_secondary {
  background: var(--aztechColor);
}
.theme-dark .sp-pricing-card-wrap,
.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(--primaryColor);
}
.theme-dark .sp-hero-wrap::before {
  background-color: transparent;
}
.theme-dark .sp-responsive-navbar {
  background-color: var(--titleColor);
}
.theme-dark .sp-responsive-navbar .close-btn i {
  color: var(--whiteColor);
}
.theme-dark .sp-footer-wrap {
  background-color: #000;
}
.theme-dark .sp-footer-wrap .footer-widget .social-profile li a {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.theme-dark .sp-footer-wrap .footer-widget .social-profile li a:hover {
  border-color: transparent;
  background-color: var(--primaryColor);
}
.theme-dark .sp-footer-wrap .footer-widget .social-profile li a:hover i {
  color: var(--whiteColor);
}
.theme-dark .sp-footer-wrap .footer-widget .footer-menu li a {
  color: rgba(255, 255, 255, 0.7);
}
.theme-dark .sp-footer-wrap .footer-widget .footer-menu li a:hover, .theme-dark .sp-footer-wrap .footer-widget .footer-menu li a.active {
  color: var(--primaryColor);
}
.theme-dark .sp-footer-wrap .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.24);
}
.theme-dark .sp-footer-wrap .footer-bottom .footer-bottom-menu li a {
  color: var(--offwhiteColor);
}
.theme-dark .sp-footer-wrap .footer-bottom .footer-bottom-menu li a:hover {
  color: var(--primaryColor);
}
.theme-dark .sp-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 .sp-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(--primaryColor);
}
.theme-dark .sp-testimonial-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.theme-dark .bg_gradient {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(111, 111, 111) 95%);
}
.theme-dark .bg_gradient_two {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(33, 33, 33) 95%);
}
.theme-dark .bg_gradient_three {
  background: linear-gradient(180deg, rgb(11, 11, 11) 0%, rgb(0, 0, 0) 95%);
}
.theme-dark .sp-promo-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.theme-dark .brand-logo img {
  filter: brightness(0) invert(1);
}
.theme-dark .intg-card-wrap .intg-card {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.theme-dark .sp-booking-box .sp-booking-form input {
  background-color: var(--titleColor);
  color: var(--whiteColor);
}
.theme-dark .sp-booking-box .sp-booking-form input::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .sp-booking-box .sp-booking-form input::placeholder {
  color: var(--whiteColor);
}

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