/*================================================
Default CSS
=================================================*/
.dark-version {
  position: fixed;
  z-index: 1;
  right: 95px;
  bottom: 45px;
}
.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: #ff661f;
  transition: 0.4s;
}
.dark-version .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  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("https://i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}
.dark-version input:checked + .slider {
  background-color: #ff661f;
}
.dark-version input:focus + .slider {
  box-shadow: 0 0 1px #ff661f;
}
.dark-version input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("https://i.ibb.co/7JfqXxB/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}
.dark-version .slider.round {
  border-radius: 50px;
}
.dark-version .slider.round:before {
  border-radius: 50%;
}

[data-bs-theme="light"] .black-logo {
  display: block;
}
[data-bs-theme="light"] .white-logo {
  display: none;
}

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