/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
:root {
  --aztechColor:#02272F;
  --codColor: #333;
  --darkColor: #000;
}

.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 15px;
  z-index: 99;
}

/* 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: #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.webp");
  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.webp");
  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;
}
.theme-light .footer-logo .logo-dark {
  display: none !important;
}
.theme-light .footer-logo .logo-light {
  display: block !important;
}
.theme-light .logo .logo-dark {
  display: none !important;
}
.theme-light .logo .logo-light {
  display: block !important;
}

.theme-dark .navbar-brand .logo-light {
  display: none !important;
}
.theme-dark .navbar-brand .logo-dark {
  display: block !important;
}
.theme-dark .footer-logo .logo-dark {
  display: block !important;
}
.theme-dark .footer-logo .logo-light {
  display: none !important;
}
.theme-dark .logo .logo-dark {
  display: block !important;
}
.theme-dark .logo .logo-light {
  display: none !important;
}
.theme-dark .bg_ash,
.theme-dark .bg_two,
.theme-dark .pricing-card,
.theme-dark .navbar-area.header-one.sticky,
.theme-dark .navbar-area.header-three.sticky,
.theme-dark .navbar-area.header-two.sticky,
.theme-dark .navbar-area.header-three,
.theme-dark .social-widget-two,
.theme-dark .news-card-twelve,
.theme-dark .breadcrumb-wrap,
.theme-dark .sidebar .checkout-box,
.theme-dark .hero-wrap.hero-one,
.theme-dark .bg_three,
.theme-dark .sidebar .sidebar-widget.contact-widget-two,
.theme-dark .testimonial-wrap-three,
.theme-dark .hero-wrap .hero-slider-one .hero-slide-item,
.theme-dark .contact-wrapper,
.theme-dark .bg_one,
.theme-dark .bg_gray {
  background-color: var(--codColor);
}
.theme-dark body,
.theme-dark .td_dark,
.theme-dark .responsive-navbar,
.theme-dark .pp-news-box .news-card-seven,
.theme-dark .login-wrap .login-content,
.theme-dark .blog-card-two,
.theme-dark .video-wrapper,
.theme-dark .blog-card-three,
.theme-dark .event-card-two .event-card-info,
.theme-dark .bg-white {
  background-color: var(--darkColor) !important;
}
.theme-dark .td_aztec,
.theme-dark .blog-card-one,
.theme-dark .testimonial-card-one,
.theme-dark .donation-form-one,
.theme-dark .volunteer-card-one,
.theme-dark .cause-card-one,
.theme-dark .featured-card-one,
.theme-dark .featured-card-two,
.theme-dark .featured-card-three,
.theme-dark .bg_four,
.theme-dark .testimonial-card-three,
.theme-dark .cause-card-three,
.theme-dark .volunteer-form,
.theme-dark .login-form-wrap,
.theme-dark .login-form-wrap .or-text span,
.theme-dark .sidebar .sidebar-widget.contact-widget,
.theme-dark .donation-form-three,
.theme-dark .cause-details-wrap .block-quote,
.theme-dark .wh-wrap-two .wh-content .feature-list-wrap .feature-list,
.theme-dark .wh-wrap-three .wh-content .feature-list-wrap .feature-list,
.theme-dark .about-wrap-three .about-content .features-list,
.theme-dark .about-wrap-two .about-content .feature-item-wrap .feature-item,
.theme-dark .about-wrap-one .about-content .quote-block,
.theme-dark .donation-box .donation-form-three,
.theme-dark .cause-card-two,
.theme-dark .bg_primary,
.theme-dark .event-card-four,
.theme-dark #contactForm,
.theme-dark .searchModal .modal-dialog,
.theme-dark .wh-wrap-one .wh-content .feature-list-wrap .feature-list,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--aztechColor) !important;
}
.theme-dark .navbar-area .header-top .contact-info li,
.theme-dark .navbar-area .header-top .contact-info li a,
.theme-dark .featured-card-one .feature-info h3, .theme-dark .featured-card-two .feature-info h3, .theme-dark .featured-card-three .feature-info h3,
.theme-dark .about-wrap-one .about-content .quote-block p,
.theme-dark .checkbox.style-two input:checked + label,
.theme-dark .testimonial-card-three .client-quote,
.theme-dark .cause-details-wrap .block-quote p,
.theme-dark .cause-details-wrap .block-quote h6,
.theme-dark .event-widget .post-share span,
.theme-dark .searchModal .modal-dialog .modal-content .btn-close i,
.theme-dark .cause-card-three .cause-card-info .cause-metainfo .cause-date,
.theme-dark .responsive-navbar .offcanvas-body .contact-info li p, .theme-dark .responsive-navbar .offcanvas-body .contact-info li a {
  color: var(--offwhiteColor);
}
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark h3 a,
.theme-dark .blog-author,
.theme-dark .hero-wrap.hero-three .hero-slide-item .hero-content h1,
.theme-dark .testimonial-card-one .client-quote,
.theme-dark .navbar-area .navbar .others-option .option-item .search-btn i,
.theme-dark .header-wrap.header-two .navbar .navbar-nav .nav-item a,
.theme-dark .header-wrap.header-three .header-bottom .navbar .navbar-nav .nav-item a,
.theme-dark .responsive-navbar .offcanvas-header .close-btn,
.theme-dark .about-wrap-three .about-content .features-list li,
.theme-dark article p strong, .theme-dark article p b, .theme-dark .terms-wrap p strong, .theme-dark .terms-wrap p b {
  color: var(--whiteColor);
}
.theme-dark .footer-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark p, .theme-dark span,
.theme-dark .contact-item-wrap .contact-item .contact-info a,
.theme-dark .contact-item-wrap .contact-item .contact-info p,
.theme-dark .checkbox label,
.theme-dark .content-feature-list li,
.theme-dark .breadcrumb-content .breadcrumb-menu li:last-child,
.theme-dark .responsive-navbar .offcanvas-body .contact-info li p,
.theme-dark .responsive-navbar .offcanvas-body .contact-info li a,
.theme-dark article ol li, .theme-dark .service-details-wrap ol li, .theme-dark .project-details-wrap ol li, .theme-dark .terms-wrap ol li,
.theme-dark .content-feature-list li,
.theme-dark .cause-card-one .cause-card-info p,
.theme-dark .btn-three,
.theme-dark .simple-content .progress-item .progress-title p,
.theme-dark .simple-content .progress-item .progress-title span,
.theme-dark .counter-card-two .counter-text p,
.theme-dark .event-brief li p,
.theme-dark .event-brief li a,
.theme-dark .testimonial-wrap-four .testimonial-card-two .client-quote,
.theme-dark .testimonial-wrap-four .testimonial-card-two h6,
.theme-dark .contact-item .contact-info p {
  color: var(--offwhiteColor);
}
.theme-dark .breadcrumb-wrap .breadcrumb-content .breadcrumb-menu li a {
  color: var(--primaryColor);
}
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: none !important;
}
.theme-dark .contact-widget,
.theme-dark .footer-wrap {
  position: relative;
}
.theme-dark .contact-widget .footer-top,
.theme-dark .footer-wrap .footer-top {
  background-color: var(--darkColor);
}
.theme-dark .footer-wrap .copyright-text span {
  color: var(--secondaryColor);
}
.theme-dark .trending-news-box h4,
.theme-dark .trending-news-box .trending-prev,
.theme-dark .trending-news-box .trending-next {
  position: relative;
  z-index: 1;
}
.theme-dark .trending-news-box h4 i,
.theme-dark .trending-news-box .trending-prev i,
.theme-dark .trending-news-box .trending-next i {
  color: var(--whiteColor);
}
.theme-dark .trending-news-box:after {
  z-index: 0;
}
.theme-dark .link-one,
.theme-dark .link-two,
.theme-dark .post-tag ul li a,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link,
.theme-dark .be-member-text .contact-item a,
.theme-dark .event-card-four .event-card-info h3 a,
.theme-dark .category-list-one li a,
.theme-dark .pp-post-item .pp-post-info h6 a,
.theme-dark .pp-post-item .pp-post-info > a,
.theme-dark .event-card-one .event-card-info h3 a,
.theme-dark .blog-card-one .blog-card-info h3 a,
.theme-dark .cause-card-one .cause-card-info h3 a,
.theme-dark .event-card-two .event-card-info h3 a,
.theme-dark .cause-card-two .cause-card-info h3 a,
.theme-dark .cause-card-three .cause-card-info h3 a,
.theme-dark .blog-card-two .blog-card-info h3 a, .theme-dark .blog-card-three .blog-card-info h3 a,
.theme-dark .navbar-area.header-one .container .header-top .others-option .option-item .social-profile li a i, .theme-dark .navbar-area.header-two .container .header-top .others-option .option-item .social-profile li a i,
.theme-dark .checkbox label a,
.theme-dark .event-metainfo li,
.theme-dark .navbar-area.header-one .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .navbar-area.header-two .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .navbar-area.header-three .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .breadcrumb-content .breadcrumb-menu li a {
  color: var(--whiteColor);
}
.theme-dark .link-one:hover, .theme-dark .link-one.active,
.theme-dark .link-two:hover,
.theme-dark .link-two.active,
.theme-dark .post-tag ul li a:hover,
.theme-dark .post-tag ul li a.active,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active,
.theme-dark .be-member-text .contact-item a:hover,
.theme-dark .be-member-text .contact-item a.active,
.theme-dark .event-card-four .event-card-info h3 a:hover,
.theme-dark .event-card-four .event-card-info h3 a.active,
.theme-dark .category-list-one li a:hover,
.theme-dark .category-list-one li a.active,
.theme-dark .pp-post-item .pp-post-info h6 a:hover,
.theme-dark .pp-post-item .pp-post-info h6 a.active,
.theme-dark .pp-post-item .pp-post-info > a:hover,
.theme-dark .pp-post-item .pp-post-info > a.active,
.theme-dark .event-card-one .event-card-info h3 a:hover,
.theme-dark .event-card-one .event-card-info h3 a.active,
.theme-dark .blog-card-one .blog-card-info h3 a:hover,
.theme-dark .blog-card-one .blog-card-info h3 a.active,
.theme-dark .cause-card-one .cause-card-info h3 a:hover,
.theme-dark .cause-card-one .cause-card-info h3 a.active,
.theme-dark .event-card-two .event-card-info h3 a:hover,
.theme-dark .event-card-two .event-card-info h3 a.active,
.theme-dark .cause-card-two .cause-card-info h3 a:hover,
.theme-dark .cause-card-two .cause-card-info h3 a.active,
.theme-dark .cause-card-three .cause-card-info h3 a:hover,
.theme-dark .cause-card-three .cause-card-info h3 a.active,
.theme-dark .blog-card-two .blog-card-info h3 a:hover,
.theme-dark .blog-card-two .blog-card-info h3 a.active, .theme-dark .blog-card-three .blog-card-info h3 a:hover, .theme-dark .blog-card-three .blog-card-info h3 a.active,
.theme-dark .navbar-area.header-one .container .header-top .others-option .option-item .social-profile li a i:hover,
.theme-dark .navbar-area.header-one .container .header-top .others-option .option-item .social-profile li a i.active, .theme-dark .navbar-area.header-two .container .header-top .others-option .option-item .social-profile li a i:hover, .theme-dark .navbar-area.header-two .container .header-top .others-option .option-item .social-profile li a i.active,
.theme-dark .checkbox label a:hover,
.theme-dark .checkbox label a.active,
.theme-dark .event-metainfo li:hover,
.theme-dark .event-metainfo li.active,
.theme-dark .navbar-area.header-one .navbar .navbar-nav .nav-item .nav-link:hover,
.theme-dark .navbar-area.header-one .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark .navbar-area.header-two .navbar .navbar-nav .nav-item .nav-link:hover,
.theme-dark .navbar-area.header-two .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark .navbar-area.header-three .navbar .navbar-nav .nav-item .nav-link:hover,
.theme-dark .navbar-area.header-three .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark .breadcrumb-content .breadcrumb-menu li a:hover,
.theme-dark .breadcrumb-content .breadcrumb-menu li a.active {
  color: var(--secondaryColor);
}
.theme-dark .category-widget li a {
  color: var(--whiteColor);
}
.theme-dark .category-widget li a:hover, .theme-dark .category-widget li a.active {
  color: var(--secondaryColor);
}
.theme-dark .category-widget li a:hover span, .theme-dark .category-widget li a.active span {
  color: var(--secondaryColor);
}
.theme-dark .counter-card-two .counter-icon {
  background-color: rgba(255, 255, 255, 0.15);
}
.theme-dark .counter-card-two:hover .counter-icon {
  background-color: var(--secondaryColor);
}
.theme-dark .login-form-wrap .or-text::before,
.theme-dark .login-form-wrap .or-text::after,
.theme-dark .wp-block-quote h6::before,
.theme-dark .navbar-area .header-top .social-profile li::after {
  background-color: rgba(255, 255, 255, 0.15);
}
.theme-dark .counter-wrap-three,
.theme-dark .newsletter-wrap-two,
.theme-dark .newsletter-wrap-three,
.theme-dark .counter-wrap-one,
.theme-dark .testimonial-wrap-four,
.theme-dark .hero-wrap .hero-slider-two .hero-slide-item,
.theme-dark .testimonial-wrap-one {
  position: relative;
}
.theme-dark .counter-wrap-three:after,
.theme-dark .newsletter-wrap-two:after,
.theme-dark .newsletter-wrap-three:after,
.theme-dark .counter-wrap-one:after,
.theme-dark .testimonial-wrap-four:after,
.theme-dark .hero-wrap .hero-slider-two .hero-slide-item:after,
.theme-dark .testimonial-wrap-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.theme-dark .testimonial-wrap-four:after,
.theme-dark .testimonial-wrap-one:after {
  background-color: rgba(0, 0, 0, 0.9);
}
.theme-dark .counter-wrap-one:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.theme-dark .newsletter-wrap-two:after,
.theme-dark .newsletter-wrap-three:after {
  background-color: rgba(0, 0, 0, 0.8);
}
.theme-dark .counter-wrap-three:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.theme-dark .hero-wrap .hero-slider-two .hero-slide-item:after {
  background: linear-gradient(270deg, #555 44.71%, rgba(0, 0, 0, 0) 56.28%);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button {
  color: var(--whiteColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button.active {
  color: var(--secondaryColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: transparent;
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link {
  color: var(--whiteColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link.active {
  color: var(--secondaryColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body {
  background-color: transparent;
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link {
  color: var(--whiteColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link.active {
  color: var(--secondaryColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-button {
  color: var(--whiteColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-button.active {
  color: var(--secondaryColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-button {
  color: var(--whiteColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-button.active {
  color: var(--secondaryColor);
}
.theme-dark .navbar-area .navbar .navbar-toggler .burger-menu span {
  background: var(--whiteColor);
}
.theme-dark .breadcrumb-menu li a,
.theme-dark .post-meta-option .post-tag span, .theme-dark .post-meta-option .post-share span,
.theme-dark .login-wrap .login-content .or-text,
.theme-dark .navbar-area.header-two .navbar .others-option .option-item .shopcart i,
.theme-dark .navbar-area.header-three .navbar .others-option .option-item .shopcart i,
.theme-dark .navbar-area.header-two .header-top .social-profile li a i,
.theme-dark .offcanvas-contact-info h4 {
  color: var(--whiteColor);
}
.theme-dark .testimonial-wrap-four .container .testimonial-slider-btn .testimonial-prev,
.theme-dark .testimonial-wrap-four .container .testimonial-slider-btn .testimonial-next,
.theme-dark .navbar-area .header-top .contact-info li::after,
.theme-dark .navbar-area.header-one .container .navbar-brand::after, .theme-dark .navbar-area.header-two .container .navbar-brand::after,
.theme-dark .login-wrap .login-content .or-text:after,
.theme-dark .be-member-text .contact-item .contact-icon,
.theme-dark .login-wrap .login-content .or-text:before {
  background-color: rgba(255, 255, 255, 0.18);
}
.theme-dark .progress-wrap svg.progress-circle path {
  stroke: rgba(255, 255, 255, 0.6);
}
.theme-dark .sidebar .sidebar-widget-two {
  border: none;
}
.theme-dark article,
.theme-dark .responsive-navbar .offcanvas-header,
.theme-dark .responsive-navbar .offcanvas-body .offcanvas-contact-info,
.theme-dark .responsive-navbar .offcanvas-body .others-option,
.theme-dark .navbar-area.header-two, .theme-dark .navbar-area.header-three,
.theme-dark .comment-item-wrap .comment-item,
.theme-dark .event-card-one,
.theme-dark .select-payment-method [type=radio]:not(:checked) + label::before, .theme-dark .select-payment-method [type=radio]:checked + label::before,
.theme-dark .contact-widget,
.theme-dark .navbar-area .header-top,
.theme-dark .cause-card-two,
.theme-dark .post-meta-option,
.theme-dark .contact-item,
.theme-dark .faq-wrap .accordion-item .accordion-body,
.theme-dark .navbar-area .navbar .others-option .option-item .user-login,
.theme-dark .navbar-area .navbar .others-option .option-item .search-btn,
.theme-dark .navbar-area.header-two .header-top {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.theme-dark .booking-form .form-group select,
.theme-dark .donate-form .form-group input,
.theme-dark .donate-form .form-group select {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--whiteColor);
}
.theme-dark .booking-form .form-group select::-moz-placeholder, .theme-dark .donate-form .form-group input::-moz-placeholder, .theme-dark .donate-form .form-group select::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .booking-form .form-group select::placeholder,
.theme-dark .donate-form .form-group input::placeholder,
.theme-dark .donate-form .form-group select::placeholder {
  color: var(--whiteColor);
}
.theme-dark .navbar-area.header-two .navbar .sidebar-toggler img {
  filter: brightness(0) invert(1);
}
.theme-dark .navbar-area .navbar .others-option .option-item .user-login i,
.theme-dark .navbar-area .navbar .others-option .option-item .search-btn i,
.theme-dark .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  color: var(--offwhiteColor);
}
.theme-dark .navbar-area .navbar .others-option .option-item .sidebar-toggler img {
  filter: brightness(0) invert(1);
}
.theme-dark .breadcrumb-wrap:after {
  background: var(--footerColor);
}
.theme-dark .breadcrumb-wrap .br-shape-one,
.theme-dark .breadcrumb-wrap .br-shape-two {
  filter: brightness(0) invert(1);
}
.theme-dark .wp-block-quote,
.theme-dark .sidebar-widget,
.theme-dark .sidebar-widget-two {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.theme-dark input, .theme-dark textarea,
.theme-dark #cmt-form .comment-form .form-group input,
.theme-dark #cmt-form .comment-form .form-group textarea,
.theme-dark .newsletter-form input,
.theme-dark .login-form .form-group input,
.theme-dark #contactForm .form-group input,
.theme-dark #contactForm .form-group textarea {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: var(--whiteColor) !important;
}
.theme-dark input::-moz-placeholder, .theme-dark textarea::-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 .newsletter-form input::-moz-placeholder, .theme-dark .login-form .form-group input::-moz-placeholder, .theme-dark #contactForm .form-group input::-moz-placeholder, .theme-dark #contactForm .form-group textarea::-moz-placeholder {
  color: var(--whiteColor);
  opacity: 0.8;
}
.theme-dark input::placeholder, .theme-dark textarea::placeholder,
.theme-dark #cmt-form .comment-form .form-group input::placeholder,
.theme-dark #cmt-form .comment-form .form-group textarea::placeholder,
.theme-dark .newsletter-form input::placeholder,
.theme-dark .login-form .form-group input::placeholder,
.theme-dark #contactForm .form-group input::placeholder,
.theme-dark #contactForm .form-group textarea::placeholder {
  color: var(--whiteColor);
  opacity: 0.8;
}
.theme-dark .checkout-form .form-group label {
  color: var(--offwhiteColor);
}
.theme-dark .page-nav li a {
  background-color: var(--whiteColor);
}
.theme-dark .page-nav li a:hover, .theme-dark .page-nav li a.active {
  background-color: var(--secondaryColor);
  color: var(--whiteColor) !important;
}
.theme-dark .search-box .form-group input {
  background-color: var(--blackColor);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}
.theme-dark .search-box .form-group input::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .search-box .form-group input::placeholder {
  color: var(--whiteColor);
}
.theme-dark .checkout-form .form-group select {
  background-color: transparent;
  color: var(--whiteColor);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url(../img/down-arrow-white.webp);
}
.theme-dark .checkout-form .form-group select {
  background-color: var(--codColor);
}
.theme-dark select {
  background-image: url(../img/down-arrow-white.webp);
}
.theme-dark .breadcrumb-content .breadcrumb-menu li::after {
  background-color: var(--whiteColor);
}

@media only screen and (max-width: 991px) {
  .switch-theme-mode {
    top: 270px;
  }
}
@media only screen and (min-width: 992px) {
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--codColor);
  }
}/*# sourceMappingURL=dark-theme.css.map */