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

.theme-light body {
  background-color: #fff;
}

.theme-dark body {
  background-color: #000;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("https://i.ibb.co/7JfqXxB/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

input:checked + .slider {
  background-color: #08161B;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px  #08161B;
          box-shadow: 0 0 1px  #08161B;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("https://i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

/*---------------------------------
   Dark Theme CSS 
-----------------------------------*/
.theme-light body {
  background-color: #fff;
}

.theme-light .logo-light {
  display: block !important;
}

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

.theme-dark body {
  background-color: #000;
}

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

.theme-dark .logo-dark {
  display: block !important;
}

.theme-light .header-wrap.v1.s2 .header-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.theme-light .header-wrap.style5 .sidebar-menu span {
  background-color: #000 !important;
}

.theme-light .team-wrap.style1.bg-black {
  background-color: #000 !important;
}

.theme-light .section-text::after {
  background: transparent;
}

.theme-light .header-wrap.v1.s2 .header-top p,
.theme-light .header-wrap.v1.s2 .header-top-contact p,
.theme-light .header-wrap.v1.s2 .header-top-contact a,
.theme-light .header-wrap.v1.s2 .lang_selctor .nice-select > span {
  color: #000 !important;
}

.theme-light .header-wrap.v1.s2 .lang_selctor .nice-select::after {
  border-color: #333;
}

.theme-light .bg-black,
.theme-light .bg-charcole {
  background-color: #fff !important;
}

.theme-light .bg-black.overlay {
  background-color: #000 !important;
}

.theme-light .bg-charcole.overlay {
  background-color: #01060F !important;
}

.theme-light .bmi-wrap.v1 .content-title p,
.theme-light .time-table-banner .content-title p {
  color: rgba(255, 255, 255, 0.8) !important;
}

.theme-light .footer-wrap.v2 .footer-top,
.theme-light .footer-wrap.v2 .footer-bottom {
  background-color: #fff;
}

.theme-light .footer-wrap.v2 .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.theme-light .footer-wrap.v2 .footer-bottom p,
.theme-light .footer-wrap.v2 .footer-top p,
.theme-light .footer-wrap.v2 .footer-top a,
.theme-light .footer-wrap.v2 .footer-top .comp-location h6,
.theme-light .footer-wrap.v2 .footer-top .comp-location span,
.theme-light .footer-wrap.v2 .footer-top .comp-location p,
.theme-light .footer-wrap.v2 .footer-top .comp-location a,
.theme-light .blog-content p,
.theme-light .section-brief.v2 p,
.theme-light .feature-content-title.content-title.v5 p,
.theme-light .feature-content-title.content-title.v5 p,
.theme-light .class-wrap.v3 .class-item p,
.theme-light .class-wrap.v3 .class-item a, .theme-light .class-wrap.v3 .class-item span,
.theme-light .class-wrap.v3 .class-item p,
.theme-light .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-light .content-title p,
.theme-light .feature-box-wrap.v2 .feature-box-item .feature-box-text p,
.theme-light .join-class-wrap.bmi-wrap.v1 .content-title p,
.theme-light .footer-wrap.v2 .footer-top .social-profile ul li a i {
  color: #646464 !important;
}

.theme-light .footer-wrap.v2 .footer-top .footer-widget-title h5,
.theme-light .feature-content-title.content-title.v5 h2,
.theme-light .class-wrap.v3 .class-item .class-info a,
.theme-light .class-wrap.v3 .trainer-desc p,
.theme-light .section-title span,
.theme-light .section-title.style2 h2,
.theme-light .section-title.style3 h2,
.theme-light .section-title.style4 h2,
.theme-light .content-title.style2 h2,
.theme-light .content-title.style2 h2,
.theme-light .content-title.style4 h2,
.theme-light .feature-box-wrap.v2 .feature-box-item .feature-box-text h5 {
  color: #000 !important;
}

.theme-light .footer-wrap.v2 .footer-top .comp-location {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.theme-light .feature-box-wrap.v2 .feature-box-item {
  border-color: rgba(0, 0, 0, 0.1);
}

.theme-light .class-item.style2:hover .class-content .class-text p,
.theme-light .class-item.style2:hover .class-content .class-text a.link {
  color: rgba(255, 255, 255, 0.8) !important;
}

.theme-light .footer-wrap.v2 .footer-top .newsletter-wrap .form-group input,
.theme-light .section-title.v2 h2,
.theme-light .product-wrap.v2 .single-product-item .product-name,
.theme-light .section-title.style4 span, .theme-light .content-title.style4 span,
.theme-light .section-title.style4 h2, .theme-light .content-title.style4 h2,
.theme-light .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-light .blog-content .blog-card-title {
  color: #000;
}

.theme-light .blog-item.style2 .blog-info h3 a {
  color: #000 !important;
}
.theme-light .bg-black {
  background-color: #fff !important;
}

.theme-light .blog-item.style2 .blog-info .blog-metainfo li,  .theme-light .blog-item.style2 .blog-info .blog-metainfo li a, .theme-light .blog-item.style2 .blog-info .blog-metainfo li i{
  color: #000 ;
}

.theme-light .btn.v2,
.theme-light .btn.v6 {
  color: #000;
}

.theme-light .btn.v2:hover,
.theme-light .btn.v6:hover {
  background-color: #E31C25;
  color: #fff;
}

.theme-light .team-wrap.style1 .section-title.style2 span,
.theme-light .team-wrap.style1 .section-title.style2 h2,
.theme-light .pricing-wrap .section-title.style2 h2,
.theme-light .pricing-wrap .section-title.style2 span,
.theme-light .testimonial-wrap.style2 .section-title.style2 h2,
.theme-light .testimonial-wrap.style2 .section-title.style2 span,
.theme-light .newsletter-box-wrap .section-title.style3 h2,
.theme-light .newsletter-box-wrap .section-title.style3 span,
.theme-light .header-wrap.v1 .lang_selctor .nice-select > span,
.theme-light .yoga-feature-wrap .section-title.style2 span,
.theme-light .yoga-feature-wrap .section-title.style2 h2,
.theme-light .blog-item-wrap.v1 .blog-item .blog-info h5 a {
  color: #fff !important;
}

.theme-light .class-wrap.style2 .overlay {
  background: linear-gradient(59.23deg, rgba(0, 0, 0, 0.1) 7.14%, rgba(0, 0, 0, 0.1) 45.78%, rgba(0, 0, 0, 0) 81.32%);
}

.theme-light .blog-item-wrap.v1 .blog-item .blog-info p {
  color: rgba(255, 255, 255, 0.8) !important;
}

.theme-light .about-wrap.v2 .about-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme-light .product-wrap.v2 .single-product-item .product-img {
  border: none;
}

.theme-light .about-wrap.v2 .about-content .feature-content-title span {
  color: #E31C25;
}

.theme-light .product-wrap.v2 .single-product-item {
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.theme-light .product-wrap.v2 .single-product-item:hover {
  border-color: #E31C25;
}

.theme-light .feature-box-wrap.v2 .feature-box-item .feature-icon {
  background-color: #F6E8E8;
}

.theme-light .feature-box-wrap.v2 .feature-box-item:hover .feature-icon {
  background-color: #E31C25;
}

.theme-light .feature-box-wrap.v2 .feature-box-item .feature-icon i {
  color: #E31C25;
}

.theme-light .feature-box-wrap.v2 .feature-box-item:hover .feature-icon i {
  color: #fff;
}

.theme-light .mobile-menu a i {
  color: #000;
}

.theme-dark .yoga-feature-wrap .feature-item-wrap.style2 .feature-item,
.theme-dark .member-card.style2 .member-img,
.theme-dark .promo-wrap.v3 .promo-item,
.theme-dark .footer-wrap.v1,
.theme-dark .footer-wrap.v1 .footer-top,
.theme-dark .footer-wrap.v1 .footer-bottom,
.theme-dark .mm-navbar,
.theme-dark .counter-wrap.style2::before {
  background-color: #000;
}

.theme-dark .member-slider-two.owl-carousel .owl-dots button.owl-dot span {
  background-color: rgba(255, 255, 255, 0.8);
}

.theme-dark .member-slider-two.owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #E31C25;
}

.theme-dark .header-wrap.style3.sticky,
.theme-dark .header-wrap.style4.sticky,
.theme-dark .header-wrap.style5.sticky,
.theme-dark .header-wrap.style5.bg-black,
.theme-dark .course-item-wrap,
.theme-dark .overlay.bg-mirage,
.theme-dark .about-wrap.style4::before,
.theme-dark .class-item.style3,
.theme-dark .feature-card,
.theme-dark .feature-card.style2 {
  background-color: #08161B !important;
}

.theme-dark .counter-wrap.style2 .counter-card-wrap {
  background-color: #253236;
}

.theme-dark .mm-panels,
.theme-dark .counter-wrap.style1::before,
.theme-dark .bg-white,
.theme-dark .bg-spring-wood {
  background-color: #000 !important;
}

.theme-dark .class-item.style2 .class-content .class-icon,
.theme-dark .feature-box-wrap.v3 .feature-box-item,
.theme-dark .about-wrap.v1 .about-content {
  background: #111;
}

.theme-dark .class-details-table .table thead tr th,
.theme-dark .class-details-table .table tbody tr td {
  border-color: rgba(255, 255, 255, 0.19);
}

.theme-dark .sidebar .sidebar-widget.search-box input {
  background-color: #fff;
  color: #000;
}

.theme-dark .team-wrap,
.theme-dark .team-wrap.bg-spring-wood,
.theme-dark .class-details-table.style2 .table tbody tr th,
.theme-dark .counter-wrap.style1::after,
.theme-dark .pricing-card.style2,
.theme-dark .class-filter-wrap::after,
.theme-dark .title_sub.v1::before,
.theme-dark .class-item.style2 .class-content,
.theme-dark .feature-box-wrap.v2 .feature-box-item:hover,
.theme-dark .bg-jade,
.theme-dark .bg-alb,
.theme-dark .bg-haiti {
  background-color: #08161B !important;
}

.theme-dark .comment-box-title,
.theme-dark .product-slide-item .product-img {
  border: 1px solid rgba(255, 255, 255, 0.17);
}

.theme-dark .membership-form,
.theme-dark .comment_form,
.theme-dark .contact_form,
.theme-dark .comment-box.approved {
  background: transparent;
}

.theme-dark .schedule-table-data .schedule-table-data-item a,
.theme-dark .class_list li button,
.theme-dark .hamburger-menu .mm-listitem > a,
.theme-dark .mm-menu .mm-navbar a, .theme-dark .mm-menu .mm-navbar > * {
  color: #fff;
}

.theme-dark .nav-tabs .nav-item.show .nav-link,
.theme-dark .nav-tabs .nav-link.active {
  border-color: transparent;
}

.theme-dark .mm-menu .mm-listview .mm-btn_next::after,
.theme-dark .mm-menu .mm-btn::before,
.theme-dark .mm-listitem::after,
.theme-dark .mm-navbar {
  border-color: rgba(255, 255, 255, 0.41) !important;
}

.theme-dark .btn.v7,
.theme-dark .btn.v8 {
  background-color: #E31C25;
  color: #fff;
}

.theme-dark .btn.v3,
.theme-dark .btn.v8 {
  background-color: #08161B;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-dark .btn.v3:hover,
.theme-dark .btn.v8:hover {
  background-color: #E31C25;
  color: #fff;
}

.theme-dark .about-wrap.style5::before,
.theme-dark .about-wrap.style3,
.theme-dark .footer-wrap.v1 .footer-top .footer-widget .comp-location,
.theme-dark .feature-wrap.style2.bg-spring-wood,
.theme-dark .class-details-table.style2 .table tbody tr td,
.theme-dark .feature-box-wrap.v1 .feature-box-item,
.theme-dark .accordion-item,
.theme-dark .wishlist-table table thead tr th,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .bill-details > h5,
.theme-dark .contact-box .contact-box-title h5,
.theme-dark .schedule-table-head .schedule-table-head-item,
.theme-dark article blockquote,
.theme-dark .class-table-wrap.bg-spring-wood {
  background-color: #111 !important;
}

.theme-dark .membership-form .form-group input,
.theme-dark .membership-form .form-group textarea,
.theme-dark .comment_form .form-group input,
.theme-dark .comment_form .form-group textarea,
.theme-dark .contact_form .form-group input,
.theme-dark .contact-box form .form-group input,
.theme-dark .contact-box form .form-group textarea,
.theme-dark .checkout-details .form-group input,
.theme-dark .checkout-details .form-group textarea,
.theme-dark .review-form .form-group textarea,
.theme-dark .form-group.v1 input,
.theme-dark .category-select .nice-select,
.theme-dark .sort-filter .nice-select,
.theme-dark .contact_form .form-group textarea {
  background-color: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}

.theme-dark .class-details-table .table tbody tr td,
.theme-dark .about-wrap.style3 .about-content {
  background-color: transparent;
}

.theme-dark .bill-details,
.theme-dark .bill-item-wrap,
.theme-dark .nice-select::after,
.theme-dark .wishlist-table table tbody tr td {
  border-color: rgba(255, 255, 255, 0.17);
}

.theme-dark .membership-form,
.theme-dark .comment_form,
.theme-dark .contact_form {
  border: 1px solid rgba(255, 255, 255, 0.17);
}

.theme-dark .comment-box.approved,
.theme-dark .swiper-slide.single-product-img,
.theme-dark .swiper-slide.single-product-thumb,
.theme-dark .comment-box.declined {
  border: 1px solid rgba(255, 255, 255, 0.17);
}

.theme-dark .product-view .nav-tabs li button,
.theme-dark .product-quantity .qtySelector {
  border: 0.5px solid rgba(255, 255, 255, 0.19);
}

.theme-dark .filter-navigation .filter-scrollbar:after,
.theme-dark .gallery-navigation .gallery-scrollbar::after {
  background-color: rgba(255, 255, 255, 0.15);
}

.theme-dark .footer-wrap.v1 {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.theme-dark .accordion-body {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.theme-dark .contact-box form .form-group input,
.theme-dark .contact-box form .form-group textarea,
.theme-dark .checkout-details .form-group input {
  background-color: #fff;
  color: #000;
}

.theme-dark .blog-item.style2 .blog-info h3 a,
.theme-dark .blog-item.style3 .blog-info h3 a,
.theme-dark .counter-wrap.style2 .counter-card-wrap .counter-card .counter-text .counter-info .counter-icon i,
.theme-dark .counter-wrap.style2 .counter-card-wrap .counter-card .counter-text .counter-info p,
.theme-dark .member-card.style2 .member-info-wrap h3,
.theme-dark .about-wrap.style3 .about-content .content-title h2,
.theme-dark .about-wrap.style4 .about-content .content-title h2,
.theme-dark .about-wrap.style5 .about-content .content-title h2,
.theme-dark .about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .feature-card .feature-info h3 a,
.theme-dark .feature-wrap.style3 .feature-content .content-title h2,
.theme-dark .hero-wrap.style5 .hero-content h1,
.theme-dark .subtotal-wrap .subtotal-item .subtotal-item-left h6,
.theme-dark .feature-wrap.style3 .feature-content .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .class-details-table.style2 .table tbody tr td h6,
.theme-dark .class-item.style3 .class-content .class-text h3,
.theme-dark .feature-wrap.style2 .feature-content .content-title h2,
.theme-dark .promo-wrap .promo-content .promo-text h5,
.theme-dark .feature-wrap.style2 .feature-content .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .footer-wrap.v1 .footer-top .footer-widget .footer-widget-title h5,
.theme-dark .footer-wrap.v1 .footer-bottom p,
.theme-dark .about-img-slider.v1 .owl-prev span,
.theme-dark .about-img-slider.v1 .owl-next span,
.theme-dark .comment-form-title,
.theme-dark .pr-content-item h4,
.theme-dark .error-content h2,
.theme-dark .product-wrap.v1 .single-product-item .product-name,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .membership-form .form-group label,
.theme-dark .comment_form .form-group label,
.theme-dark .contact_form .form-group label,
.theme-dark .class-item.style2 .class-content .class-text h3,
.theme-dark .footer-wrap.v1 .footer-top p,
.theme-dark .footer-wrap.v1 .footer-top a,
.theme-dark .class-wrap.v3 .class-item.s1 .class-info a,
.theme-dark .footer-wrap.v1 .footer-top .comp-location h6,
.theme-dark .footer-wrap.v1 .footer-top .comp-location span,
.theme-dark .footer-wrap.v1 .footer-top .comp-location p,
.theme-dark .footer-wrap.v1 .footer-top .comp-location a,
.theme-dark .about-wrap.v1 .about-content .about-promo-text h5,
.theme-dark .product-info .title_sub,
.theme-dark .course-slider-title h2,
.theme-dark .wishlist-table table tbody tr td .wh_item a,
.theme-dark .wishlist-table table tbody tr td .wh-tem-price,
.theme-dark .class-wrap .class-item .class-info h5,
.theme-dark .section-title h2,
.theme-dark .checkout-details h5,
.theme-dark .class-details-table .table tbody tr td,
.theme-dark .popular-post-item .post-info h5 a,
.theme-dark .sidebar .sidebar-widget .category-box ul li a,
.theme-dark .sidebar .sidebar-widget .tag-list ul li a,
.theme-dark .blog-item-wrap.v2 .blog-item .blog-info h5 a,
.theme-dark .feature-box-wrap .feature-box-item .feature-box-text h5,
.theme-dark .comment-box-title .comment-box-title-left p,
.theme-dark .contact-box form.review-form.checkout input[type="radio"]:checked + label,
.theme-dark .contact-box form.review-form.checkout input[type="radio"]:not(:checked) + label,
.theme-dark .title_sub.v1,
.theme-dark .single-product-title h2,
.theme-dark .single-product-title h3,
.theme-dark .title_sub.v2,
.theme-dark .title_sub,
.theme-dark .btn.v7,
.theme-dark .sidebar .sidebar-widget .sidebar-widget-title,
.theme-dark .search-reult-text,
.theme-dark .product-view .nav-tabs li button i,
.theme-dark .client-details h5,
.theme-dark .testimonial-text h2,
.theme-dark .section-title.style3 h2,
.theme-dark .content-title h2,
.theme-dark .section-title.style4 h2,
.theme-dark .section-title.style5 h2,
.theme-dark .section-title.style6 h2,
.theme-dark .content-title.style3 h2,
.theme-dark .content-title.style4 h2,
.theme-dark .content-title.style5 h2,
.theme-dark .content-title.style6 h2 {
  color: #fff !important;
}

.theme-dark .about-wrap.style4 .about-content .content-title p,
.theme-dark .about-wrap.style3 .about-content .content-title p,
.theme-dark .about-wrap.style5 .about-content .content-title p,
.theme-dark .feature-card .feature-info p,
.theme-dark .feature-wrap.style3 .feature-content .content-title p,
.theme-dark .about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .blog-item.style3 .blog-info .blog-metainfo li,
.theme-dark .hero-wrap.style5 .hero-content h5,
.theme-dark .product-desc p,
.theme-dark .client-quote p,
.theme-dark .client-details p,
.theme-dark .feature-content-title > p,
.theme-dark .content-title.v2 p,
.theme-dark .content-feature-list li,
.theme-dark article p,
.theme-dark .comment-text,
.theme-dark .pr-content-item p,
.theme-dark .error-content p,
.theme-dark .comment-box .comment-date p,
.theme-dark .check_box label,
.theme-dark .accordion-body p,
.theme-dark .single-product-desc p,
.theme-dark .bill-item .bill-item-name p,
.theme-dark .blog-item-wrap.v2 .blog-item .blog-content p,
.theme-dark .class-wrap.v3 .class-item .class-info .trainer-info .trainer-desc span,
.theme-dark .class-item.style2 .class-content .class-text p,
.theme-dark .about-wrap.v1 .about-content .about-promo-text p,
.theme-dark .about-wrap.v1 .about-content .about-promo-text ul li,
.theme-dark .promo-wrap .promo-content .promo-text p,
.theme-dark .class-item.style3 .class-content .class-text p,
.theme-dark .feature-wrap.style3 .feature-content .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .class-details-table.style2 .table tbody tr td span,
.theme-dark .feature-wrap.style2 .feature-content .content-title p,
.theme-dark .feature-wrap.style2 .feature-content .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .blog-item.style3 .blog-info .blog-metainfo li a,
.theme-dark .feature-box-wrap .feature-box-item .feature-box-text p,
.theme-dark .class-wrap .class-item .class-info p,
.theme-dark .class-wrap .class-item .class-info span,
.theme-dark .section-title p,
.theme-dark .bmi-chart-wrap .content-title p,
.theme-dark .schedule-table-data .schedule-table-data-item a span,
.theme-dark .schedule-table-data-item p,
.theme-dark article blockquote p,
.theme-dark .subtotal-item-left p,
.theme-dark .subtotal-item-right p,
.theme-dark .subtotal-item-right span,
.theme-dark .single-product-checkbox .checkbox.form-group label,
.theme-dark .review-form .form-group.checkbox label,
.theme-dark .section-brief p {
  color: rgba(255, 255, 255, 0.8) !important;
}

.theme-dark .single-product-desc p {
  opacity: 1;
}

.theme-dark .blog-item.style2 .blog-info h3 a:hover,
.theme-dark .blog-item.style3 .blog-info h3 a:hover,
.theme-dark .blog-item.style3 .blog-info .blog-metainfo li:hover,
.theme-dark .blog-item.style3 .blog-info .blog-metainfo li a:hover {
  color: #E31C25;
}

.theme-dark .content-feature-list li::after {
  background-color: rgba(255, 255, 255, 0.7);
}

.theme-dark .title_sub.v1::before,
.theme-dark .title_sub.v2::before {
  background-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .footer-wrap.v1 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.theme-dark .btn.style3 {
  color: #fff;
}

.theme-dark .btn.style3:hover {
  background-color: #E31C25;
}

.theme-dark .product-wrap.v1 .single-product-item {
  border: 1px solid rgba(255, 255, 255, 0.19);
  padding-bottom: 25px;
}

.theme-dark .class-details-table.style2 .table tbody tr td,
.theme-dark .class-details-table.style2 .table tbody tr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.theme-dark .pricing-card.featured .purchase-pricing .btn {
  border-color: transparent;
}

@media screen and (max-width: 767px) {
  .theme-dark .team-wrap {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .theme-dark .team-wrap {
    padding-top: 70px;
  }
  .theme-light .team-wrap.style1 {
    padding-top: 70px;
  }
}

@media screen and (min-width: 992px) {
  .theme-light .header-wrap.v1 .header-bottom {
    border-top-color: rgba(255, 255, 255, 0.17);
  }
  .theme-light .header-wrap .header-bottom {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .theme-light .header-wrap.v1 .main-menu > ul > li > a,
  .theme-light .header-wrap.style3 .main-menu > ul > li > a,
  .theme-light .header-wrap.style4 .main-menu > ul > li > a {
    color: #fff;
  }
  .theme-light .header-wrap.v1.style2 .main-menu > ul > li > a,
  .theme-light .header-wrap.v1.s2 .main-menu > ul > li > a,
  .theme-light .main-menu > ul > li > a {
    color: #000;
  }
  .theme-dark .header-wrap .header-bottom {
    border-top-color: rgba(255, 255, 255, 0.17);
  }
  .theme-dark .team-wrap {
    padding-top: 100px;
  }
  .theme-light .team-wrap.style1 {
    padding-top: 100px;
  }
}
/*# sourceMappingURL=dark-theme.css.map */