.switch-box {
  position: fixed;
  bottom: 15px;
  right: 120px;
  z-index: 9999;
}
.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1.5px solid #FF5733;
  transition: 0.4s;
}
.switch-box .slider::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  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/night.png");
  background-repeat: no-repeat;
  background-position: center;
}
.switch-box .slider.round {
  border-radius: 34px;
}
.switch-box .slider.round::before {
  border-radius: 50%;
}
.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-box input:checked + .slider {
  background-color: transparent;
  border: 1.5px solid #FF3390;
}
.switch-box input:focus + .slider {
  box-shadow: 0 0 1px #FF3390;
}
.switch-box input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("../img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff;
}
.theme-dark h3 {
  color: #ffffff;
}
.theme-dark h3 a {
  color: #ffffff;
  transition: 0.7s;
}
.theme-dark p {
  color: #8e8c8c;
}
.theme-dark body {
  background: #1d1d1d;
  color: #ffffff;
}
.theme-dark .bg-color {
  background-color: #252525;
}
.theme-dark .navbar-light .navbar-brand .logo-one {
  display: none;
}
.theme-dark .navbar-light .navbar-brand .logo-two {
  display: inline-block;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a i {
  color: #ffffff;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a:hover {
  color: #da691f;
}
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #252525 !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #da691f !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #da691f !important;
}
.theme-dark .nav-two {
  background-color: #1d1d1d;
}
.theme-dark .nav-two nav .navbar-nav .nav-item.logo .nav-link-logo1 {
  display: none;
}
.theme-dark .nav-two nav .navbar-nav .nav-item.logo .nav-link-logo2 {
  display: inline-block;
}
.theme-dark .nav-two .menu-contact .menu-contact-btn {
  color: #ffffff;
}
.theme-dark .nav-two .menu-contact .menu-contact-btn:hover {
  color: #da691f;
}
.theme-dark .nav-three {
  background-color: #1d1d1d;
}
.theme-dark .search-area .search-item i {
  color: #ffffff;
}
.theme-dark .menu-icon .menu-icon-two {
  color: #ffffff;
}
.theme-dark .search-area .search-item {
  color: #ffffff;
}
.theme-dark .search-area .search-item .search-btn {
  color: #ffffff;
}
.theme-dark .search-area .search-item .search-btn i {
  color: #ffffff;
}
.theme-dark .search-area .search-item .search-overlay.search-popup {
  background: #353535;
}
.theme-dark .search-area .search-item .search-overlay.search-popup .search-form {
  position: relative;
}
.theme-dark .search-area .search-item .search-overlay.search-popup .search-form .search-input {
  background-color: #1d1d1d;
  color: #ffffff;
}
.theme-dark .sidebar-modal .sidebar-modal-inner {
  background-color: #080808;
}
.theme-dark .sidebar-modal .sidebar-header .sidebar-logo {
  display: inline-block;
}
.theme-dark .sidebar-modal .sidebar-header .sidebar-logo .sidebar-logo1 {
  display: none;
}
.theme-dark .sidebar-modal .sidebar-header .sidebar-logo .sidebar-logo2 {
  display: inline-block;
}
.theme-dark .sidebar-modal .sidebar-header .close-btn {
  display: inline-block;
  font-size: 20px;
  transition: all 0.5s;
  cursor: pointer;
  background-color: #ffffff;
  color: #080808;
}
.theme-dark .sidebar-modal .contact-us ul li i {
  color: #ffffff;
}
.theme-dark .sidebar-modal .contact-us ul li a {
  color: #ffffff;
}
.theme-dark .sidebar-modal .sidebar-follow-us .social-wrap li {
  color: #ffffff;
}
.theme-dark .sidebar-modal .sidebar-follow-us .social-wrap li a i {
  color: #ffffff;
}
.theme-dark .slider-item::before {
  opacity: 0.7;
  background-color: #080808;
}
.theme-dark .banner-item-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #080808;
}
.theme-dark .about-content .about-counter h3 {
  color: #ffffff;
}
.theme-dark .about-content .about-counter span {
  color: #8e8c8c;
}
.theme-dark .about-content .signature li .signature-img1 {
  display: none;
}
.theme-dark .about-content .signature li .signature-img2 {
  display: inline-block;
}
.theme-dark .about-content .signature li h3 {
  color: #ffffff;
}
.theme-dark .about-content .signature li h3::before {
  background-color: #ffffff;
}
.theme-dark .about-counter-area .about-counter-two h3 {
  color: #ffffff;
}
.theme-dark .about-counter-area .about-play .about-play-btn span {
  color: #ffffff;
}
.theme-dark .about-img-2::before {
  background-color: #1d1d1d;
}
.theme-dark .about-widget-card {
  background-color: #252525;
}
.theme-dark .about-widget-card::before {
  background-color: #080808;
}
.theme-dark .about-widget-card::after {
  background-color: #080808;
}
.theme-dark .about-widget-card:hover::before {
  background-color: #252525;
}
.theme-dark .about-widget-card:hover::after {
  background-color: #252525;
}
.theme-dark .offer-card {
  background-color: #1d1d1d;
}
.theme-dark .offer-item {
  background-color: #080808;
}
.theme-dark .skill-content {
  background-color: #252525;
}
.theme-dark .counter-area {
  background-image: none;
  background-color: #252525;
}
.theme-dark .progressbar-area {
  margin-top: 40px;
}
.theme-dark .progressbar-area .single-progressbar {
  margin-bottom: 30px;
}
.theme-dark .progressbar-area .single-progressbar h3 {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}
.theme-dark .progressbar-area .single-progressbar .progressbar-count {
  background-color: #ffffff;
}
.theme-dark .progressbar-area .single-progressbar .progressbar-count .progressbar-number {
  color: #ffffff;
}
.theme-dark .progressbar-area .single-progressbar .progressbar-count .progressbar-circle {
  background-color: #ffffff;
}
.theme-dark .service-card .content h3 a {
  display: block;
  color: #ffffff;
}
.theme-dark .service-card .content p {
  margin-bottom: 15px;
}
.theme-dark .service-card .content .learn-btn {
  color: #ffffff;
}
.theme-dark .service-item .service-item-icon {
  color: #ffffff;
}
.theme-dark .service-item .content h3 a {
  display: block;
  color: #ffffff;
}
.theme-dark .service-item .content p {
  margin-bottom: 15px;
}
.theme-dark .service-item .content .learn-btn {
  color: #ffffff;
}
.theme-dark .service-item-bg {
  background-color: #252525;
}
.theme-dark .service-details-article .blockquote {
  background-color: #252525;
}
.theme-dark .service-details-article .blockquote p {
  color: #ffffff;
}
.theme-dark .service-details-article .blockquote::after {
  background-color: #080808;
}
.theme-dark .service-details-article .blockquote:hover::after {
  background-color: #252525;
}
.theme-dark .service-circle {
  background-color: #252525;
}
.theme-dark .service-circle::before {
  background-color: #080808;
}
.theme-dark .portfolio-tab .tabs li a:focus {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.theme-dark .portfolio-tab .tabs li.active a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.theme-dark .portfolio-tab .tabs li.current a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.theme-dark .portfolio-tab .tabs-two li a:focus {
  color: #1d1d1d;
  background-color: #ffffff;
}
.theme-dark .portfolio-tab .tabs-two li.active a {
  color: #1d1d1d;
  background-color: #ffffff;
}
.theme-dark .portfolio-tab .tabs-two li.current a {
  color: #1d1d1d;
  background-color: #ffffff;
}
.theme-dark .team-card .content h3 a {
  color: #ffffff;
}
.theme-dark .team-bg::before {
  background-color: #080808;
}
.theme-dark .blog-area {
  background-color: #252525;
}
.theme-dark .blog-shape {
  opacity: 0.1;
}
.theme-dark .blog-card {
  background-color: #080808;
}
.theme-dark .blog-card.blog-card-pb {
  background-color: transparent;
}
.theme-dark .blog-card .content {
  padding: 30px;
}
.theme-dark .blog-card .content span {
  color: #8e8c8c;
}
.theme-dark .blog-card .content span::before {
  background-color: #8e8c8c;
}
.theme-dark .blog-card .content span a {
  color: #8e8c8c;
}
.theme-dark .blog-card .content span a:hover {
  color: #da691f;
}
.theme-dark .blog-card .content h3 a {
  color: #ffffff;
}
.theme-dark .blog-card .content .learn-btn {
  color: #ffffff;
}
.theme-dark .blog-article .article-content .blockquote {
  background-color: #252525;
}
.theme-dark .blog-article .article-content .blockquote p {
  color: #ffffff;
}
.theme-dark .blog-article .article-content .blockquote::after {
  background-color: #080808;
}
.theme-dark .blog-article .article-content .blockquote:hover::after {
  background-color: #252525;
}
.theme-dark .blog-article .article-author {
  background-color: #252525;
}
.theme-dark .blog-article .article-post .article-post-share a h3 {
  color: #ffffff;
}
.theme-dark .search-widget .search-form .form-control {
  background-color: #252525;
}
.theme-dark .side-bar-widget {
  background-color: #252525;
}
.theme-dark .side-bar-widget .title {
  color: #ffffff;
}
.theme-dark .side-bar-widget .side-bar-categories ul li {
  background-color: #080808;
}
.theme-dark .side-bar-widget .side-bar-categories ul li:hover {
  background-color: #da691f;
}
.theme-dark .side-bar-widget .side-bar-categories ul li a {
  color: #ffffff;
}
.theme-dark .side-bar-widget .side-bar-categories ul li a:hover {
  color: #ffffff;
}
.theme-dark .side-bar-widget .side-bar-categories ul li span {
  color: #ffffff;
  background-color: #1d1d1d;
}
.theme-dark .side-bar-widget .widget-popular-post .item .info .title-text a {
  color: #ffffff;
}
.theme-dark .side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #da691f;
}
.theme-dark .side-bar-widget .side-bar-widget-tag li {
  color: #ffffff;
  background-color: #1d1d1d;
}
.theme-dark .side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #da691f;
}
.theme-dark .side-bar-widget .side-bar-widget-tag li a {
  color: #ffffff;
}
.theme-dark .side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
}
.theme-dark .side-bar-widget .portfolio-details-categories ul li span {
  padding: 7px 10px;
  width: 40% !important;
  text-align: right !important;
}
.theme-dark .side-bar-contact {
  background-color: #252525;
}
.theme-dark .contact-area-two {
  background-color: #080808;
}
.theme-dark .contact-three-form .contact-wrap-form {
  background-color: #252525;
}
.theme-dark .single-product .images {
  border: 1px solid #252525;
}
.theme-dark .single-product .images::before {
  background-color: #080808;
}
.theme-dark .single-product .images::after {
  background-color: #080808;
}
.theme-dark .single-product h3 a {
  color: #ffffff;
}
.theme-dark .single-product span {
  color: #ffffff;
}
.theme-dark .single-product span del {
  color: #8e8c8c;
}
.theme-dark .product-widget-search .search-form .form-control {
  background-color: #252525;
}
.theme-dark .product-widget {
  background-color: #252525;
}
.theme-dark .product-widget .title {
  color: #ffffff;
}
.theme-dark .product-widget .product-categories ul li a {
  color: #ffffff;
  background-color: #080808;
}
.theme-dark .product-widget .product-post .item .info ul li {
  color: #ee8100;
}
.theme-dark .product-widget .product-post .item .info .title-text a {
  color: #ffffff;
}
.theme-dark .product-widget .product-post .item .info .title-text a:hover {
  color: #ee8100;
}
.theme-dark .cart-wraps-area .cart-table table thead tr th {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-table table tbody tr td {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  background-color: #1d1d1d;
}
.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  color: #ffffff;
  background-color: #252525;
}
.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-calc {
  background-color: #252525;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form h3 {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  background-color: #1d1d1d;
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .nice-select {
  background-color: #1d1d1d;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .list {
  background-color: #252525;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .list .option {
  color: #ffffff !important;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .option:hover {
  color: #ffffff;
  background-color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .option.focus {
  color: #ffffff;
  background-color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .option.selected.focus {
  color: #ffffff;
  background-color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-totals {
  background-color: #252525;
}
.theme-dark .cart-wraps-area .cart-totals ul li {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-totals ul li span {
  color: #ffffff;
}
.theme-dark .billing-details {
  background-color: #252525;
}
.theme-dark .billing-details .form-group label {
  color: #ffffff;
}
.theme-dark .billing-details .form-group .form-control {
  background-color: #1d1d1d;
  color: #ffffff;
}
.theme-dark .billing-details .form-group .form-message {
  background-color: #1d1d1d;
  color: #ffffff;
}
.theme-dark .billing-details .form-group .nice-select {
  background-color: #1d1d1d;
  color: #ffffff;
}
.theme-dark .billing-details .form-group .list {
  background-color: #252525;
  color: #ffffff;
}
.theme-dark .billing-details .form-group .list .option {
  color: #ffffff;
}
.theme-dark .billing-details .form-group .option:hover {
  color: #ffffff;
  background-color: #ee8100;
}
.theme-dark .billing-details .form-group .option.focus {
  color: #ffffff;
  background-color: #ee8100;
}
.theme-dark .billing-details .form-group .option.selected.focus {
  color: #ffffff;
  background-color: #ee8100;
}
.theme-dark .billing-details .form-check .form-check-label {
  color: #ffffff;
}
.theme-dark .checkout-area .checkout-user {
  background-color: #252525;
  color: #ffffff;
}
.theme-dark .checkout-area .checkout-user span {
  color: #ffffff;
}
.theme-dark .checkout-area .checkout-user span a {
  color: #ffffff;
}
.theme-dark .order-details .order-table {
  background-color: #252525;
}
.theme-dark .order-details .order-table table thead tr th {
  color: #ffffff;
}
.theme-dark .order-details .order-table table tbody tr td {
  color: #ffffff;
}
.theme-dark .order-details .order-table table tbody tr td.product-name a {
  color: #ffffff;
}
.theme-dark .order-details .order-table table tbody tr td.order-subtotal span {
  color: #ffffff;
}
.theme-dark .order-details .order-table table tbody tr td.order-shipping span {
  color: #ffffff;
}
.theme-dark .order-details .order-table table tbody tr td.total-price span {
  color: #ffffff;
}
.theme-dark .order-details .payment-box {
  background-color: #252525;
}
.theme-dark .order-details .payment-box .payment-method p [type=radio]:checked + label {
  color: #ee8100;
}
.theme-dark .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.theme-dark .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  color: #ffffff;
}
.theme-dark .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  color: #ffffff;
}
.theme-dark .product-desc .price {
  color: #ffffff;
}
.theme-dark .product-desc .product-review .rating-count {
  color: #ffffff;
}
.theme-dark .product-desc .product-share ul li span {
  color: #ffffff;
}
.theme-dark .product-tab {
  background-color: #252525;
}
.theme-dark .products-details-tab .tabs li a {
  color: #ffffff;
}
.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  color: #ffffff;
}
.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  color: #ffffff;
}
.theme-dark .products-tabs-reviews ul li h3 {
  color: #ffffff;
}
.theme-dark .reviews-form .contact-wrap-form h3 {
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-item {
  background-color: #252525;
}
.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
  border-color: #ffffff;
}
.theme-dark .error-area .error-content h3 {
  color: #ffffff;
  margin-top: 25px;
}
.theme-dark .user-all-form .contact-wrap-form {
  background-color: #252525;
}
.theme-dark .user-all-form .contact-wrap-form .agree-label label {
  color: #ffffff;
}
.theme-dark .user-all-form .contact-wrap-form .forget {
  color: #ffffff;
}
.theme-dark .user-all-form .contact-wrap-form .account-desc a {
  color: #ffffff;
}
.theme-dark .footer-widget .footer-logo .footer-logo1 {
  display: none;
}
.theme-dark .footer-widget .footer-logo .footer-logo2 {
  display: inline-block;
}
.theme-dark .footer-widget .footer-contact-list li span {
  color: #96987e;
}
.theme-dark .footer-widget .footer-news li .content a:hover {
  color: #ffffff;
}
.theme-dark .footer-widget .footer-list li a:hover {
  color: #ffffff;
}
.theme-dark .copy-right-area {
  background-color: #080808;
}
.theme-dark .copyright-text p a {
  color: #969494;
  border-bottom: 1px solid #969494;
}
.theme-dark .copyright-text p a:hover {
  color: #ffffff;
}/*# sourceMappingURL=theme-dark.css.map */