/*================================================
Default CSS
=================================================*/
.switch-box {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 150px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #67696b;
  height: 40px;
  width: 50px;
  padding-top: 5px;
  padding-left: 10px;
  border-radius: 30px 0 0 30px;
}

.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 30px;
}

.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4d4949;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  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: url(../img/sunny.png);
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box input:checked + .slider {
  background-color: #4d4949;
}

.switch-box input:focus + .slider {
  background-color: #4d4949;
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: url(../img/night.png);
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box .slider.round {
  border-radius: 50px;
}

.switch-box .slider.round:before {
  border-radius: 50%;
}

.theme-dark body {
  background-color: #000000;
  color: #f1f1f1;
}

.theme-dark p {
  color: #f1f1f1;
}

.theme-dark p a {
  color: #f1f1f1 !important;
}

.theme-dark a {
  color: #ffffff;
}

.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important;
}

.theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .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: #ffffff !important;
}

.theme-dark .bg-color {
  background-color: #0e0e0e;
}

.theme-dark .nav-area.nav-area-three .main-nav {
  background-color: #0e0e0e;
}

.theme-dark .nav-area.nav-area-three .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .nav-area.nav-area-three .main-nav nav .navbar-nav .nav-item a:hover {
  color: #04b8e5;
}

.theme-dark .nav-area.nav-area-three .main-nav nav .navbar-nav .nav-item a.active {
  color: #04b8e5;
}

.theme-dark .nav-area.nav-area-three .others-option .burger-menu i {
  color: #ffffff;
}

.theme-dark .sidebar-modal .sidebar-modal-inner {
  height: 100%;
  background-color: #0e0e0e;
}

.theme-dark .hero-slider-area .slider-item::before {
  background-color: rgba(17, 17, 17, 0.5);
}

.theme-dark .hero-slider-area .slider-item::after {
  background-color: rgba(17, 17, 17, 0.5);
}

.theme-dark .hero-slider-area .shape {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.theme-dark .main-banner-area::after {
  background-color: #000000;
}

.theme-dark .main-banner-area::before {
  background-color: #000000;
}

.theme-dark .about-content .block-content {
  background-color: #0e0e0e;
}

.theme-dark .single-services {
  background-color: #2d2d2d;
}

.theme-dark .single-services:hover .services-content h3 {
  color: #000000 !important;
}

.theme-dark .services-detailss .services-history span {
  color: #ffffff;
}

.theme-dark .services-detailss .right-title ul li {
  border-bottom: 1px solid #515050;
}

.theme-dark .services-detailss .borders {
  border-bottom: 1px solid #515050;
}

.theme-dark .services-sidebar .availability {
  background-color: #0e0e0e;
}

.theme-dark .single-process {
  background-color: #1e1d1d;
}

.theme-dark .single-product .product-content {
  background-color: #0e0e0e;
}

.theme-dark .single-product .product-content ul li del {
  color: #ffffff;
}

.theme-dark .product-area .single-product-box {
  background-color: #0e0e0e;
}

.theme-dark .product-area .single-product-box .product-content .price {
  color: #ffffff;
}

.theme-dark .product-area .single-product-box .product-content .price .old {
  color: #ffffff;
}

.theme-dark .product-details-area .product-details-desc .price {
  color: #ffffff;
}

.theme-dark .product-details-area .product-details-desc .product-review .rating-count {
  color: #ffffff;
}

.theme-dark .product-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
  color: #ffffff;
}

.theme-dark .product-details-area .product-details-desc .custom-payment-options span {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tabs li a {
  color: #ffffff;
  border: 1px solid #757474;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  color: #ffffff;
  background-color: #0e0e0e;
  border-color: #6a6666;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  color: #ffffff;
}

.theme-dark .appointment-area::before {
  background-color: #000000;
}

.theme-dark .footer-top-area::before {
  background-color: #000000;
}

.theme-dark .counter-wrap .single-counter {
  background-color: #0e0e0e;
}

.theme-dark .counter-wrap .single-counter p {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-item {
  background-color: #0e0e0e;
}

.theme-dark .blog-area.two .single-blog .blog-content {
  background-color: #0e0e0e;
}

.theme-dark .important-area {
  background-color: #0e0e0e;
}

.theme-dark .location-search-area .location-search-wrap {
  background-color: #0e0e0e;
}

.theme-dark .location-search-area .location-search-wrap .form-group .form-control {
  color: #ffffff;
}

.theme-dark .location-search-area .location-search-wrap .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .location-search-area .location-search-wrap .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .location-search-area .location-search-wrap .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .location-search-area .location-search-wrap .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .location-search-area .location-search-wrap .nice-select {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .location-search-area .location-search-wrap .nice-select .option {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .single-feature-three {
  background-color: #0e0e0e;
}

.theme-dark .feature-area .feature-wrap {
  background-color: #0e0e0e;
}

.theme-dark .feature-area .hot-line {
  background-color: #0e0e0e;
}

.theme-dark .about-area-two .about-content-two ul li {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .single-pricing {
  background-color: #0e0e0e;
}

.theme-dark .single-pricing ul li {
  color: #ffffff;
}

.theme-dark .single-pricing.active {
  background-color: #04b8e5;
}

.theme-dark .pricing-area.pricing-page {
  background-color: #000000;
}

.theme-dark .single-client {
  background-color: #0e0e0e;
}

.theme-dark .appointment-area-three .appointment-here-form {
  background-color: #0e0e0e;
}

.theme-dark .appointment-area-three .appointment-here-form .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .appointment-area-three .appointment-here-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-area-three .appointment-here-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-area-three .appointment-here-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .appointment-area-three .appointment-here-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .appointment-area-three .appointment-here-form .form-group .nice-select {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .appointment-area-three::after {
  background-color: #000000;
}

.theme-dark .page-title-area::before {
  background-color: #1c1c1c;
}

.theme-dark .single-team .team-content {
  background-color: #0e0e0e;
}

.theme-dark .single-team .team-content span {
  color: #ffffff;
}

.theme-dark .single-team .team-img .team-link {
  border-top: 1px solid #555454;
}

.theme-dark .faq-contact-area .contact-wrap .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
  border-color: #4b4a4a;
}

.theme-dark .faq-contact-area .contact-wrap .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-area .contact-wrap .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-area .contact-wrap .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-area .contact-wrap .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .user-area-all-style .contact-form-action {
  background-color: #0e0e0e;
}

.theme-dark .user-area-all-style .contact-form-action .forget {
  color: #ffffff;
}

.theme-dark .user-area-all-style .contact-form-action form .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
  border-color: #6f6e6e;
}

.theme-dark .user-area-all-style .contact-form-action form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .user-area-all-style .contact-form-action form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .user-area-all-style .contact-form-action form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .user-area-all-style .contact-form-action form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .user-area-all-style .contact-form-action form .form-condition .agree-label a {
  color: #04b8e5;
}

.theme-dark .user-area-all-style .contact-form-action .now-log-in {
  color: #04b8e5;
}

.theme-dark .coming-soon-area .coming-soon-content {
  background-color: #0e0e0e;
}

.theme-dark .coming-soon-area .coming-soon-content #timer div {
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
}

.theme-dark .error-area {
  background-color: #0e0e0e;
}

.theme-dark .error-area .error-content-wrap p {
  color: #ffffff;
}

.theme-dark .cart-area .cart-wraps {
  background-color: #0e0e0e;
}

.theme-dark .cart-area .cart-table table thead tr th {
  color: #ffffff;
}

.theme-dark .cart-area .cart-table table tbody tr td {
  color: #ffffff;
}

.theme-dark .cart-area .cart-table table tbody tr td.product-name a {
  color: #ffffff;
}

.theme-dark .cart-area .cart-table table tbody tr td.product-name a:hover {
  color: #04b8e5;
}

.theme-dark .cart-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #ffffff;
}

.theme-dark .cart-area .coupon-wrap {
  background-color: #0e0e0e;
}

.theme-dark .cart-area .coupon-wrap .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
  border-color: #5a5959;
}

.theme-dark .cart-area .coupon-wrap .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .cart-area .coupon-wrap .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .cart-area .coupon-wrap .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .cart-area .coupon-wrap .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .cart-area .coupon-wrap .nice-select {
  background-color: #000000;
  color: #ffffff;
  border-color: #5a5959;
}

.theme-dark .cart-area .cart-totals {
  background: #0e0e0e;
}

.theme-dark .cart-area .cart-totals ul li {
  color: #ffffff;
  border-color: #5a5959;
}

.theme-dark .cart-area .cart-totals ul li span {
  color: #ffffff;
}

.theme-dark .checkout-area .user-actions {
  background: #0e0e0e;
  border-top: 3px solid #28272d;
  color: #ffffff;
}

.theme-dark .checkout-area .user-actions span {
  color: #ffffff;
}

.theme-dark .checkout-area .user-actions span a {
  color: #04b8e5;
}

.theme-dark .checkout-area .user-actions i {
  color: #04b8e5;
}

.theme-dark .checkout-area .user-actions::before {
  background: #434242;
}

.theme-dark .checkout-area .billing-details {
  background-color: #0e0e0e;
}

.theme-dark .checkout-area .billing-details .form-group label {
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
  border-color: #757474;
}

.theme-dark .checkout-area .billing-details .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .checkout-area .billing-details .form-group .nice-select .list {
  background-color: #0e0e0e;
}

.theme-dark .checkout-area .billing-details .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .order-table {
  background-color: #0e0e0e;
}

.theme-dark .checkout-area .order-details .order-table table thead tr {
  border-color: #676869;
}

.theme-dark .checkout-area .order-details .order-table table thead tr th {
  border-color: #676869;
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .order-table table tbody tr {
  border-color: #676869;
}

.theme-dark .checkout-area .order-details .order-table table tbody tr td {
  color: #ffffff;
  border-color: #676869;
}

.theme-dark .checkout-area .order-details .order-table table tbody tr td.product-name a {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .order-table table tbody tr td.order-shipping span {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .order-table table tbody tr td.total-price span {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .payment-box {
  background-color: #0e0e0e;
}

.theme-dark .checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label {
  color: #ffffff;
}

.theme-dark .checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  color: #ffffff;
}

.theme-dark .blog-details-area .widget-area .widget {
  background-color: #0e0e0e;
}

.theme-dark .blog-details-area .widget-area .widget .widget-title {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .blog-details-area .widget-area .widget .widget-title::before {
  background-color: #04b8e5;
}

.theme-dark .blog-details-area .widget-area .widget_search form .search-field {
  border: 1px solid #616060;
  color: #ffffff;
}

.theme-dark .blog-details-area .widget-area .widget_search form .search-field::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .blog-details-area .widget-area .widget_search form .search-field:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .blog-details-area .widget-area .widget_search form .search-field::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .blog-details-area .widget-area .widget_search form .search-field::placeholder {
  color: #ffffff;
}

.theme-dark .blog-details-area .widget-area .widget_categories ul li {
  color: #ffffff;
  border-color: #6e6d6d;
}

.theme-dark .blog-details-area .widget-area .widget_categories ul li a {
  color: #ffffff;
}

.theme-dark .blog-details-area .widget-area .widget_categories ul li::before {
  background-color: #04b8e5;
}

.theme-dark .blog-details-area .widget-area .widget-peru-posts-thumb .item {
  padding-bottom: 10px;
  border-bottom: 1px solid #6b6a6a;
}

.theme-dark .blog-details-area .widget-area .tagcloud a {
  color: #ffffff;
}

.theme-dark .blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
  color: #ffffff;
}

.theme-dark .blog-details-area .blog-details-desc .article-content .entry-meta ul li a {
  color: #ffffff;
}

.theme-dark .blog-details-area .blog-details-desc .article-footer .article-tags a {
  color: #ffffff;
}

.theme-dark .blog-details-area .blog-details-desc .article-footer .article-tags span {
  color: #04b8e5;
}

.theme-dark .blog-details-area blockquote {
  background-color: #0e0e0e;
}

.theme-dark .blog-details-area blockquote p {
  color: #ffffff;
}

.theme-dark .blog-details-area .post-navigation .navigation-links div a {
  color: #ffffff;
}

.theme-dark .blog-details-area .comments-area {
  background-color: #0e0e0e;
}

.theme-dark .blog-details-area .comments-area .comment-author .fn {
  color: #ffffff;
}

.theme-dark .blog-details-area .comments-area .comment-metadata a {
  color: #ffffff;
}

.theme-dark .blog-details-area .comments-area .comment-body {
  border-color: #575656;
}

.theme-dark .blog-details-area .comments-area .comment-body .reply a {
  border: 1px solid #575656;
  color: #ffffff;
}

.theme-dark .blog-details-area .comments-area .comment-respond label {
  color: #ffffff;
}

.theme-dark .blog-details-area .comments-area .comment-respond input {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .blog-details-area .comments-area .comment-respond textarea {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .contact-area .contact-wrap {
  background-color: #0e0e0e;
}

.theme-dark .contact-area .contact-wrap .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
  border-color: #5b5a5a;
}

.theme-dark .contact-area .contact-wrap .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-area .contact-wrap .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-area .contact-wrap .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-area .contact-wrap .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .contact-area .quick-contact {
  background-color: #0e0e0e;
}
/*# sourceMappingURL=dark.css.map */