.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 #131632;
  -webkit-transition: 0.4s;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  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 #515be4;
}

.switch-box input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #515be4;
          box-shadow: 0 0 1px #515be4;
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          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 !important;
}

.theme-dark h3 {
  color: #ffffff !important;
}

.theme-dark h3 a {
  color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark h3 a:hover {
  color: #131632 !important;
}

.theme-dark h2 a {
  color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark h2 a:hover {
  color: #131632 !important;
}

.theme-dark span {
  color: #ffffff !important;
}

.theme-dark p {
  color: #ffffff !important;
}

.theme-dark .content p {
  color: #ffffff !important;
}

.theme-dark .content p b {
  color: #ffffff !important;
}

.theme-dark body {
  background: #1d1d1d;
  color: #ffffff;
}

.theme-dark .bg-f6f4ff {
  background-color: #252525;
}

.theme-dark .form-group label {
  color: #ffffff;
}

.theme-dark .form-control {
  background-color: #0e0e0e !important;
  color: #ffffff !important;
}

.theme-dark .input-group {
  background-color: #0e0e0e !important;
}

.theme-dark .nice-select {
  background-color: #0e0e0e;
}

.theme-dark .list {
  background-color: #0e0e0e;
}

.theme-dark .list .option {
  color: #ffffff !important;
}

.theme-dark .option.selected {
  color: #ffffff;
  background-color: #131632;
}

.theme-dark .option:hover {
  color: #ffffff;
  background-color: #131632;
}

.theme-dark .option.focus {
  color: #ffffff;
  background-color: #131632;
}

.theme-dark .option.selected.focus {
  color: #ffffff;
  background-color: #131632;
}

.theme-dark .select-box .nice-select .list {
  background-color: #0e0e0e !important;
}

.theme-dark ul li {
  color: #ffffff !important;
}

.theme-dark .navbar-light .navbar-brand .logo1 {
  display: none;
}

.theme-dark .navbar-light .navbar-brand .logo2 {
  display: inline-block;
}

.theme-dark .navbar-area {
  background-color: #252525;
}

.theme-dark .navbar-area .eoda-nav {
  background-color: #252525;
}

.theme-dark .navbar-area .eoda-nav nav .navbar-nav .nav-item a {
  color: #ffffff !important;
}

.theme-dark .navbar-area .eoda-nav nav .navbar-nav .nav-item a.active {
  color: #131632 !important;
}

.theme-dark .navbar-area .eoda-nav nav .navbar-nav .nav-item a:hover {
  color: #131632 !important;
}

.theme-dark .navbar-area .eoda-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #252525 !important;
}

.theme-dark .navbar-area .eoda-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff !important;
}

.theme-dark .navbar-area .eoda-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #131632 !important;
}

.theme-dark .navbar-area .eoda-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #131632 !important;
}

.theme-dark .navbar-area.is-sticky {
  background-color: #252525 !important;
}

.theme-dark .eoda-responsive-menu .logo .logo1 {
  display: none;
}

.theme-dark .eoda-responsive-menu .logo .logo2 {
  display: inline-block;
}

.theme-dark .eoda-responsive-nav {
  background-color: #252525;
}

.theme-dark .eoda-responsive-nav .mean-container a.meanmenu-reveal {
  color: #ffffff !important;
}

.theme-dark .eoda-responsive-nav .mean-container a.meanmenu-reveal span {
  background-color: #ffffff !important;
}

.theme-dark .eoda-responsive-nav .mean-container .navbar-nav {
  background-color: #1d1d1d;
}

.theme-dark .eoda-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .eoda-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a.active {
  color: #131632 !important;
}

.theme-dark .eoda-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a:hover {
  color: #131632 !important;
}

.theme-dark .eoda-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #1d1d1d;
}

.theme-dark .banner-area .banner-contant .text-contant span {
  background-color: #252525;
}

.theme-dark .banner-slider-area::before {
  background-color: #000000;
}

.theme-dark .banner-slider-area .banner-contant .banner-btn span {
  background-color: #252525;
}

.theme-dark .banner-area-three {
  background-color: #0e0e0e;
}

.theme-dark .banner-area-three .text-contant-three span {
  background-color: #252525;
}

.theme-dark .banner-area-three .form-contant .contact-form {
  background-color: #252525;
}

.theme-dark .page-banner::before {
  background-color: rgba(20, 19, 20, 0.88);
}

.theme-dark .marketing-area {
  background-color: #000000;
}

.theme-dark .features-card, .theme-dark .service-card, .theme-dark .features-tow-card, .theme-dark .service-card-two, .theme-dark .services-card-three {
  background-color: #0e0e0e;
}

.theme-dark .choose-area-two .choose-text::before {
  background-color: #252525;
}

.theme-dark .choose-area.choose-three {
  background-color: #252525;
}

.theme-dark .our-pricing-area {
  background-color: #252525;
}

.theme-dark .pricing-card {
  background-color: #0e0e0e;
}

.theme-dark .testmonials-item {
  background-color: #0e0e0e;
}

.theme-dark .testmonials-item .t-shape {
  opacity: 0.1;
}

.theme-dark .testimonials-two-area.testimonials-two {
  background-color: #0e0e0e;
  background-image: none;
}

.theme-dark .blog-area::before {
  background-color: #000000;
}

.theme-dark .blog-card {
  background-color: #0e0e0e;
}

.theme-dark .blog-card .b-shape {
  opacity: 0.1;
}

.theme-dark .services-dateils-area .services-details .text-style a {
  color: #ffffff;
}

.theme-dark .services-dateils-area .widget-area .widget_search form .search-field {
  background-color: #0e0e0e;
}

.theme-dark .services-dateils-area .widget-area .widget_categories ul li a {
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark .services-dateils-area .widget-area .widget_categories ul li a:hover {
  color: #515be4;
}

.theme-dark .services-dateils-area .widget-area .widget_posts_thumb .item .info .title a {
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark .services-dateils-area .widget-area .widget_posts_thumb .item .info .title a:hover {
  color: #515be4;
}

.theme-dark .case-study-card {
  background-color: #0e0e0e;
}

.theme-dark .team-card {
  background-color: #0e0e0e;
}

.theme-dark .subscribe-area .subscribe-form .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme-dark .footer-area {
  background-color: #000000;
}

.theme-dark .partner-area {
  background-color: #000000;
}

.theme-dark .main-contact-area .contact-text-content .contact-card {
  background-color: #0e0e0e;
}

.theme-dark .pagination .page-item .page-link {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .pagination .page-item .page-link:hover {
  background-color: #131632;
  color: #ffffff;
}

.theme-dark .pagination .page-item.active .page-link {
  background-color: #131632;
  color: #ffffff;
}

.theme-dark .coming-soon-area .coming-soon-contant {
  background-color: #252525;
}

.theme-dark .coming-soon-area .coming-soon-contant #timer div {
  color: #ffffff;
}

.theme-dark .error-area .error .error-btn a {
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark .error-area .error .error-btn a:hover {
  color: #131632;
}
/*# sourceMappingURL=theme-dark.css.map */