/*================================================
Default CSS
=================================================*/
.dark-version {
  position: fixed;
  z-index: 1;
  right: 95px;
  bottom: 50px;
}
.dark-version .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.dark-version .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.dark-version .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main-bg-color);
  transition: 0.4s;
}
.dark-version .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("../icons/night.png") no-repeat center;
}
.dark-version input:checked + .slider {
  background-color: var(--main-bg-color);
}
.dark-version input:focus + .slider {
  box-shadow: 0 0 1px var(--main-bg-color);
}
.dark-version input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("../icons/sunny.png") no-repeat center;
}
.dark-version .slider.round {
  border-radius: 50px;
}
.dark-version .slider.round:before {
  border-radius: 50%;
}

.theme-light .black-logo {
  display: block;
}
.theme-light .white-logo {
  display: none;
}

.theme-dark .black-logo {
  display: none;
}
.theme-dark .white-logo {
  display: block;
}
.theme-dark body {
  background-color: #000000;
  color: #f1f1f1;
}
.theme-dark p {
  color: #f1f1f1;
}
.theme-dark p a {
  color: #f1f1f1 !important;
}
.theme-dark p a:hover {
  color: var(--main-bg-color) !important;
}
.theme-dark span {
  color: #ffffff !important;
}
.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 .h1 a:hover, .theme-dark .h2 a:hover, .theme-dark .h3 a:hover, .theme-dark .h4 a:hover, .theme-dark .h5 a:hover, .theme-dark .h6 a:hover, .theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: var(--main-bg-color) !important;
}
.theme-dark .date {
  color: #f1f1f1 !important;
}
.theme-dark .section-title {
  border-bottom: 1px solid #09101f;
}
.theme-dark .top-header-area {
  background-color: #000000;
}
.theme-dark .top-header-area.bg-color {
  border-bottom: 1px solid #000000;
}
.theme-dark .top-header-area.bg-color .top-header-others li a {
  color: #ffffff !important;
}
.theme-dark .top-header-area.bg-color .top-header-others li a:hover {
  color: var(--main-bg-color) !important;
}
.theme-dark .top-header-area.bg-ffffff .top-header-others li a {
  color: #ffffff !important;
}
.theme-dark .top-header-area.bg-ffffff .top-header-others li a:hover {
  color: var(--main-bg-color) !important;
}
.theme-dark .main-navbar {
  background-color: #f6f6f6;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item a {
  color: #09101f;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #ffffff;
  background-color: var(--main-bg-color);
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item:hover a, .theme-dark .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #ffffff;
  background-color: var(--main-bg-color);
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #000000;
  background-color: transparent;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--main-bg-color);
}
.theme-dark .main-navbar .navbar .others-options .option-item .search-box .form-control {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.theme-dark .main-navbar .navbar .others-options .option-item .search-box .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .main-navbar .navbar .others-options .option-item .search-box .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .single-main-news-box {
  border: 1px solid #09101f;
}
.theme-dark .widget-area .widget .widget-title {
  border-bottom: 1px solid #09101f;
}
.theme-dark .widget-area .tagcloud a {
  border: 1px solid #09101f !important;
  color: #ffffff;
}
.theme-dark .widget-area .widget_newsletter {
  background-color: #09101f;
}

.theme-dark .widget-area .widget_search form .search-field {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #09101f;
}
.theme-dark .widget-area .widget_search form .search-field::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .widget-area .widget_search form .search-field::placeholder {
  color: #ffffff;
}
.theme-dark .most-popular-post {
  border: 1px solid #09101f;
}
.theme-dark .single-footer-widget .social li a i {
  border: 1px solid #000000;
}
.theme-dark .navbar-two .main-navbar {
  border-bottom: 1px solid #09101f;
}
.theme-dark .single-new-news {
  border: 1px solid #09101f;
}
.theme-dark .daily-briefing-item {
  border: 1px solid #09101f;
}
.theme-dark .daily-briefing-item .title h3::before {
  border-bottom: 1px solid #09101f;
}
.theme-dark .daily-briefing-item .daily-briefing-content {
  border-bottom: 1px solid #09101f;
}
.theme-dark .single-new-news-box {
  border: 1px solid #09101f;
}
.theme-dark .page-title-area {
  border-bottom: 1px solid #09101f;
}
.theme-dark .page-title-content ul li a {
  color: #ffffff;
}
.theme-dark .page-title-content ul li a:hover {
  color: var(--main-bg-color);
}
.theme-dark .pagination-area .page-numbers {
  box-shadow: unset;
}
.theme-dark .blog-details-desc .article-content span a {
  color: #f1f1f1;
}
.theme-dark .blog-details-desc .article-content span a:hover {
  color: var(--main-bg-color);
}
.theme-dark .blog-details-desc .article-content .features-list li {
  color: #ffffff;
}
.theme-dark .article-footer {
  border-top: 1px solid #09101f;
}
.theme-dark blockquote, .theme-dark .blockquote {
  background-color: #09101f;
}
.theme-dark blockquote p, .theme-dark .blockquote p {
  color: #ffffff;
}
.theme-dark .post-navigation {
  border-top: 1px solid #09101f;
  border-bottom: 1px solid #09101f;
}
.theme-dark .post-navigation a {
  color: #ffffff;
}
.theme-dark .post-navigation a:hover {
  color: var(--main-bg-color);
}
.theme-dark .comments-area .comment-body {
  color: #ffffff;
}
.theme-dark .comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #ffffff;
}
.theme-dark .comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: var(--main-bg-color);
  border-color: var(--main-bg-color);
}
.theme-dark .comments-area .comment-metadata {
  color: #f1f1f1;
}
.theme-dark .comments-area .comment-metadata a {
  color: #f1f1f1;
}
.theme-dark .comments-area .comment-metadata a:hover {
  color: var(--main-bg-color);
}
.theme-dark .comments-area .comment-respond input[type=date], .theme-dark .comments-area .comment-respond input[type=time], .theme-dark .comments-area .comment-respond input[type=datetime-local], .theme-dark .comments-area .comment-respond input[type=week], .theme-dark .comments-area .comment-respond input[type=month], .theme-dark .comments-area .comment-respond input[type=text], .theme-dark .comments-area .comment-respond input[type=email], .theme-dark .comments-area .comment-respond input[type=url], .theme-dark .comments-area .comment-respond input[type=password], .theme-dark .comments-area .comment-respond input[type=search], .theme-dark .comments-area .comment-respond input[type=tel], .theme-dark .comments-area .comment-respond input[type=number], .theme-dark .comments-area .comment-respond textarea {
  background-color: #09101f;
  color: #ffffff;
  border: 1px solid #09101f;
}
.theme-dark .comments-area .comment-respond input[type=date]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=time]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=datetime-local]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=week]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=month]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=text]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=email]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=url]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=password]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=search]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=tel]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=number]::-moz-placeholder, .theme-dark .comments-area .comment-respond textarea::-moz-placeholder {
  color: #09101f;
}
.theme-dark .comments-area .comment-respond input[type=date]::placeholder, .theme-dark .comments-area .comment-respond input[type=time]::placeholder, .theme-dark .comments-area .comment-respond input[type=datetime-local]::placeholder, .theme-dark .comments-area .comment-respond input[type=week]::placeholder, .theme-dark .comments-area .comment-respond input[type=month]::placeholder, .theme-dark .comments-area .comment-respond input[type=text]::placeholder, .theme-dark .comments-area .comment-respond input[type=email]::placeholder, .theme-dark .comments-area .comment-respond input[type=url]::placeholder, .theme-dark .comments-area .comment-respond input[type=password]::placeholder, .theme-dark .comments-area .comment-respond input[type=search]::placeholder, .theme-dark .comments-area .comment-respond input[type=tel]::placeholder, .theme-dark .comments-area .comment-respond input[type=number]::placeholder, .theme-dark .comments-area .comment-respond textarea::placeholder {
  color: #09101f;
}
.theme-dark .comments-area .comment-respond .comment-form-cookies-consent label {
  color: #ffffff;
}
.theme-dark .author-area .container {
  border-bottom: 1px solid #09101f;
}
.theme-dark .author-content .author-list li a {
  color: #ffffff;
}
.theme-dark .author-content .author-list li a:hover {
  color: var(--main-bg-color);
}
.theme-dark .single-team-box .content {
  background-color: #09101f;
}
.theme-dark .login-form {
  background-color: #09101f;
}
.theme-dark .login-form form .form-group label {
  color: #ffffff;
}
.theme-dark .login-form form .form-group .form-control {
  background-color: #000000 !important;
  color: #ffffff;
  border: 1px solid #000000;
}
.theme-dark .login-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .login-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .login-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .login-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.theme-dark .login-form form .form-check {
  color: #ffffff;
}
.theme-dark .login-form form .lost-your-password a {
  color: #ffffff;
}
.theme-dark .login-form .important-text p {
  color: #ffffff;
}
.theme-dark .register-form {
  background-color: #09101f;
}
.theme-dark .register-form form .form-group label {
  color: #ffffff;
}
.theme-dark .register-form form .form-group .form-control {
  background-color: #000000 !important;
  color: #ffffff;
  border: 1px solid #000000;
}
.theme-dark .register-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .register-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .register-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.theme-dark .register-form form .form-check {
  color: #ffffff;
}
.theme-dark .register-form .important-text p {
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-item {
  border: 2px solid #09101f;
  background-color: #09101f;
}
.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-title.active i::before {
  color: var(--main-bg-color);
}
.theme-dark .faq-accordion .accordion .accordion-content {
  border-top: 1px solid var(--main-bg-color);
  color: #f1f1f1;
}
.theme-dark .coming-soon-content {
  background: #09101f;
}
.theme-dark .coming-soon-content #timer div {
  background-color: #000000;
}
.theme-dark .coming-soon-content form .form-group .form-control {
  background-color: transparent;
  color: #ffffff;
}
.theme-dark .coming-soon-content form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .coming-soon-content form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .contact-info li {
  color: #f1f1f1;
}
.theme-dark .contact-info li a {
  color: #f1f1f1;
}
.theme-dark .contact-info li a:hover {
  color: var(--main-bg-color);
}
.theme-dark .contact-form {
  background-color: #09101f;
}
.theme-dark .contact-form form .form-group .form-control {
  background-color: #000000 !important;
  color: #ffffff;
  border: 1px solid #000000;
}
.theme-dark .contact-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .contact-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .contact-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .contact-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.theme-dark .contact-form form .form-check {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .theme-dark .navbar-area {
    background-color: #09101f;
  }
  .theme-dark .navbar-area.is-sticky {
    background-color: #09101f !important;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: var(--main-bg-color);
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-dark .navbar-area {
    background-color: #09101f;
  }
  .theme-dark .navbar-area.is-sticky {
    background-color: #09101f !important;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: var(--main-bg-color);
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .theme-dark .navbar-area {
    background-color: #09101f;
  }
  .theme-dark .navbar-area.is-sticky {
    background-color: #09101f !important;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: var(--main-bg-color);
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
  }
}/*# sourceMappingURL=dark.css.map */
