/*================================================
Default CSS
=================================================*/
.switch-box {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 120px;
  -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(../images/img-night.png);
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box input:checked + .slider {
  background-color: #cbc1c1;
}

.switch-box input:focus + .slider {
  background-color: #4d4949;
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: url(../images/img-sunny.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-38d16a {
  background-color: #0e0e0e;
}

.theme-dark .bg-f8f9fe {
  background-color: #2e2d2d;
}

.theme-dark .artflex-nav.is-sticky {
  background-color: #2e2e2e !important;
}

.theme-dark .artflex-nav .navbar-brand .white-logo {
  display: block;
}

.theme-dark .artflex-nav .navbar-brand .main-logo {
  display: none;
}

.theme-dark .artflex-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .artflex-nav nav .navbar-nav .nav-item a:hover, .theme-dark .artflex-nav nav .navbar-nav .nav-item a:focus, .theme-dark .artflex-nav nav .navbar-nav .nav-item a.active {
  color: #38d16a;
}

.theme-dark .artflex-nav nav .others-option ul li .search-popup-icon {
  color: #ffffff;
}

.theme-dark .artflex-nav nav .others-option ul li .side-menu .bar-1::before, .theme-dark .artflex-nav nav .others-option ul li .side-menu .bar-1::after {
  background: #ffffff;
}

.theme-dark .artflex-nav nav .others-option ul li .side-menu .bar-2::before, .theme-dark .artflex-nav nav .others-option ul li .side-menu .bar-2::after {
  background: #ffffff;
}

.theme-dark .artflex-nav nav .others-option ul li .side-menu .bar-2::after {
  top: -20px;
  height: 12px;
}

.theme-dark .artflex-nav nav .others-option ul li .side-menu .bar-3::before, .theme-dark .artflex-nav nav .others-option ul li .side-menu .bar-3::after {
  background: #ffffff;
}

.theme-dark .artflex-nav nav .others-option ul li .side-menu:hover .bar-1::before, .theme-dark .artflex-nav nav .others-option ul li .side-menu:hover .bar-1::after {
  background: #38d16a;
}

.theme-dark .artflex-nav nav .others-option ul li .side-menu:hover .bar-1::after {
  background: #38d16a;
}

.theme-dark .artflex-nav nav .others-option ul li .side-menu:hover .bar-3::before, .theme-dark .artflex-nav nav .others-option ul li .side-menu:hover .bar-3::after {
  background: #38d16a;
}

.theme-dark .artflex-nav nav .others-option ul li .side-menu:hover .bar-3::after {
  background: #38d16a;
}

.theme-dark .artflex-mobile-nav .logo .white-logo {
  display: block;
}

.theme-dark .artflex-mobile-nav .logo .main-logo {
  display: none;
}

.theme-dark .mean-container a.meanmenu-reveal span {
  background-color: #ffffff;
}

.theme-dark .modal-content {
  background-color: #0e0e0e;
}

.theme-dark .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li span {
  color: #ffffff;
}

.theme-dark .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
  color: #ffffff;
}

.theme-dark .main-banner {
  background-color: #0e0e0e;
}

.theme-dark .startup-agency-home .main-banner::before {
  background: #000000;
}

.theme-dark .agency-portfolio-home .main-banner {
  position: relative;
}

.theme-dark .agency-portfolio-home .main-banner::before {
  content: '';
  position: absolute;
  background-color: #000000;
  opacity: .5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.theme-dark .page-title-area::before {
  background: #0e0e0e;
}

.theme-dark .page-title-area ul li::before {
  background-color: #ffffff;
}

.theme-dark .cta-about {
  background-color: #000000;
}

.theme-dark .boxes-area .single-box.black-color p {
  color: #ffffff;
}

.theme-dark .single-services {
  background-color: #121212;
}

.theme-dark .services-box .services-content {
  background: #242424;
}

.theme-dark .single-services-box {
  background: #121212;
}

.theme-dark .why-choose-inner-area .single-box {
  background: #0e0e0e;
}

.theme-dark .single-work-box {
  background: #0e0e0e;
}

.theme-dark .single-work-box i {
  opacity: .1;
}

.theme-dark .team-area.bg-image {
  background-image: unset;
  background-color: #262626;
}

.theme-dark .single-team .team-image .social-links li a {
  background: #0e0e0e;
}

.theme-dark .single-team .team-content span {
  color: #ffffff;
}

.theme-dark .single-team-box .team-content {
  background: #000000;
}

.theme-dark .single-team-box .team-content:hover {
  background-color: #38d16a;
}

.theme-dark .team-details-info .personal-information ul li {
  color: #ffffff;
}

.theme-dark .team-details-info .personal-information ul li span a {
  color: #ffffff;
}

.theme-dark .portfolio-item .portfolio-content::before {
  background: #0e0e0e;
}

.theme-dark .project-info ul li span {
  color: #ffffff;
}

.theme-dark .project-info ul li span a {
  color: #ffffff;
}

.theme-dark .project-info ul li ul li a {
  color: #ffffff;
}

.theme-dark .single-product {
  background: #0e0e0e;
}

.theme-dark .single-product .product-content span {
  color: #ffffff;
}

.theme-dark .shop-details {
  background: #0e0e0e;
}

.theme-dark .shop-details .product-entry-summary h4 span {
  color: #ffffff;
}

.theme-dark .shop-details .product-entry-summary form .form-control {
  color: #ffffff;
  background-color: #0e0e0e;
}

.theme-dark .shop-details .shop-details-tabs #tabs li.inactive {
  background-color: #000000;
}

.theme-dark .shop-details .shop-details-tabs #tabs li.active {
  background-color: #000000;
}

.theme-dark .cart-table table thead tr th {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td.product-name a {
  color: #ffffff;
}

.theme-dark .cart-table table tbody tr td.product-name a:hover {
  color: #38d16a;
}

.theme-dark .cart-table table tbody tr td.product-quantity .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .cart-totals {
  background: #0e0e0e;
}

.theme-dark .cart-totals ul li {
  color: #ffffff;
}

.theme-dark .cart-totals ul li span {
  color: #ffffff;
}

.theme-dark .user-actions {
  background: #0e0e0e;
}

.theme-dark .order-details {
  background: #0e0e0e;
}

.theme-dark .order-details .payment-method p label {
  color: #ffffff !important;
}

.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.product-name a:hover {
  color: #38d16a;
}

.theme-dark .order-details .order-table table tbody tr td span {
  color: #ffffff !important;
}

.theme-dark .billing-details {
  background: #0e0e0e;
}

.theme-dark .billing-details .form-group label {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .billing-details .form-group .nice-select.open .list {
  background-color: #000000;
}

.theme-dark .billing-details .form-group .nice-select .option {
  background-color: #000000;
}

.theme-dark .billing-details .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .single-blog-post {
  background-color: #0e0e0e;
}

.theme-dark .sidebar .widget.widget_search {
  background: #0e0e0e;
}

.theme-dark .sidebar .widget h3 span, .theme-dark .sidebar .widget h3 .widget-title span {
  background: #000000;
}

.theme-dark .sidebar .widget.widget_categories ul li a {
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget_categories ul li a:hover {
  color: #38d16a;
}

.theme-dark .sidebar .widget.widget_tag_cloud .tagcloud a {
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget_archive ul li a {
  color: #ffffff;
}

.theme-dark .sidebar .widget.widget_archive ul li a:hover {
  color: #38d16a;
}

.theme-dark .blog-details-area .blog-details {
  background: #0e0e0e;
}

.theme-dark .blog-details-area .blog-details .article-content .blockquote {
  background: #000000;
}

.theme-dark .blog-details-area .blog-details .article-content .share-post ul li a {
  color: #ffffff;
}

.theme-dark .blog-details-area .post-controls-buttons {
  background: #0e0e0e;
}

.theme-dark .blog-details-area .post-comments {
  background: #0e0e0e;
}

.theme-dark .blog-details-area .leave-a-reply {
  background: #0e0e0e;
}

.theme-dark .login-form {
  background: #1d1d1d;
}

.theme-dark .login-form form span {
  color: #ffffff;
}

.theme-dark .login-form form .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .signup-form {
  background: #1d1d1d;
}

.theme-dark .signup-form form span {
  color: #ffffff;
}

.theme-dark .signup-form form .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .faq-accordion {
  background: #0e0e0e;
}

.theme-dark .faq-accordion .accordion .accordion-item {
  background-color: #000000;
}

.theme-dark .faq-accordion .accordion .accordion-item .accordion-title {
  background: #000000;
}

.theme-dark .faq-accordion .accordion .accordion-item .accordion-title:hover, .theme-dark .faq-accordion .accordion .accordion-item .accordion-title.active, .theme-dark .faq-accordion .accordion .accordion-item .accordion-title:focus {
  background: #38d16a;
}

.theme-dark .faq-contact {
  background-color: #0e0e0e;
}

.theme-dark .contact-info-box {
  background: #0e0e0e;
}
/*# sourceMappingURL=dark.css.map */