.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 #ffffff;
  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;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("../images/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 #f26522;
}
.switch-box input:focus + .slider {
  box-shadow: 0 0 1px #f26522;
}
.switch-box input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("../images/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;
  transition: 0.7s;
}
.theme-dark h3 a:hover {
  color: #f26522 !important;
}
.theme-dark span {
  color: #ffffff !important;
}
.theme-dark p {
  color: #ffffff !important;
}
.theme-dark body {
  background: #1d1d1d;
  color: #ffffff;
}
.theme-dark .form-control {
  background-color: #0e0e0e !important;
  color: #ffffff !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: #f26522;
}
.theme-dark .option:hover {
  color: #ffffff;
  background-color: #f26522;
}
.theme-dark .option.focus {
  color: #ffffff;
  background-color: #f26522;
}
.theme-dark .option.selected.focus {
  color: #ffffff;
  background-color: #f26522;
}
.theme-dark ul li {
  color: #ffffff !important;
}
.theme-dark .header-area {
  background-color: #0e0e0e;
}
.theme-dark .header-area .left ul li a {
  color: #ffffff;
}
.theme-dark .navbar-light .navbar-brand .logo-one {
  display: none;
}
.theme-dark .navbar-light .navbar-brand .logo-two {
  display: inline-block;
}
.theme-dark .main-nav {
  background-color: #252525;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a i {
  color: #ffffff;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a:hover {
  color: #f26522 !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a.active {
  color: #f26522 !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #252525 !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #f26522 !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #f26522 !important;
}
.theme-dark .banner-slider-item::before {
  background-color: #0e0e0e;
}
.theme-dark .banner-area-two {
  height: 800px;
  position: relative;
}
.theme-dark .banner-area-two .banner-content {
  margin-left: 0;
  text-align: start;
  max-width: 675px;
}
.theme-dark .banner-area-two .banner-content h1 {
  color: #ffffff;
  margin-bottom: 18px;
}
.theme-dark .banner-area-two .banner-content p {
  margin-bottom: 28px;
}
.theme-dark .banner-area-two .banner-content .banner-btn-area .common-btn {
  margin-left: 0;
}
.theme-dark .banner-area-two .banner-content .banner-btn-area .banner-btn-two {
  color: #f26522;
  border: 1px solid #f26522;
  background-color: #ffffff;
}
.theme-dark .banner-area-two .banner-content .banner-btn-area .banner-btn-two:hover {
  color: #ffffff;
  background-color: #f26522;
}
.theme-dark .banner-area-two .banner-img .inner span {
  color: #0e0e0e !important;
}
.theme-dark .banner-area-two .banner-img .inner span:nth-child(1) {
  color: #f26522 !important;
}
.theme-dark .max-banner-area {
  background-color: #242222;
}
.theme-dark .page-title-area::before {
  background-color: #0e0e0e;
}
.theme-dark .know-area.three {
  background-color: transparent;
}
.theme-dark .know-area.three .counter-item {
  background-color: #0e0e0e;
}
.theme-dark .feature-item {
  background-color: #252525;
  box-shadow: none;
}
.theme-dark .about-area .about-content .signature .signature1 {
  display: none;
}
.theme-dark .about-area .about-content .signature .signature2 {
  display: block;
}
.theme-dark .about-area .about-img .inner span {
  color: #0e0e0e !important;
}
.theme-dark .about-area .about-img .inner span:nth-child(1) {
  color: #f26522 !important;
}
.theme-dark .know-area.two .counter-item {
  background-color: #252525;
}
.theme-dark .case-study-area-two {
  background-color: #0e0e0e;
}
.theme-dark .service-area {
  background-color: #252525;
}
.theme-dark .service-area.two .service-number {
  opacity: 0.1;
}
.theme-dark .service-item {
  background-color: #0e0e0e;
}
.theme-dark .service-item .service-btn {
  color: #ffffff;
  transition: 0.7s;
}
.theme-dark .service-item .service-btn:hover {
  color: #f26522;
}
.theme-dark .know-area {
  background-color: #0e0e0e;
}
.theme-dark .partner-area.two {
  background-color: #000000;
}
.theme-dark .review-area {
  background-color: #252525;
}
.theme-dark .review-item {
  background-color: #0e0e0e;
}
.theme-dark .review-item:before {
  background-color: #0e0e0e;
}
.theme-dark .review-item-two .inner {
  background-color: #0e0e0e;
}
.theme-dark .common-details-area .details-item .middle .middle-item span {
  opacity: 0.1;
}
.theme-dark .blog-area.two {
  background-color: #1d1d1d;
}
.theme-dark .blog-area.two .blog-item {
  background-color: #0e0e0e;
}
.theme-dark .blog-details-area .details-item .details-form {
  background-color: #252525;
}
.theme-dark .widget-area .search {
  background-color: #252525;
}
.theme-dark .widget-area .categories {
  background-color: #252525;
}
.theme-dark .widget-area .categories ul li a {
  color: #ffffff;
  background-color: #0e0e0e;
  transition: 0.7s;
}
.theme-dark .widget-area .categories ul li a:hover {
  background-color: #f26522;
}
.theme-dark .widget-area .news .inner ul li a {
  color: #ffffff;
  transition: 0.7s;
}
.theme-dark .widget-area .news .inner ul li a:hover {
  color: #f26522;
}
.theme-dark .contact-area {
  background-color: #252525;
}
.theme-dark .footer-item .footer-logo .footer-logo1 {
  display: none;
}
.theme-dark .footer-item .footer-logo .footer-logo2 {
  display: inline-block;
}
.theme-dark .footer-item .footer-blog .inner a {
  color: #ffffff;
}
.theme-dark .footer-item .footer-blog .inner a:hover {
  color: #f26522;
}
.theme-dark .footer-item .footer-services ul li a {
  color: #ffffff;
}
.theme-dark .footer-item .footer-services ul li a:hover {
  color: #f26522;
}
.theme-dark .footer-item .footer-touch ul li a {
  color: #ffffff;
}
.theme-dark .footer-item .footer-touch ul li a:hover {
  color: #f26522;
}
.theme-dark .user-area .user-item {
  background-color: #252525;
}
.theme-dark .common-faq-area .faq-item .accordion li .faq-head {
  background-color: #252525;
}
.theme-dark .common-faq-area .faq-item .accordion li .faq-head::after {
  color: #ffffff;
}
.theme-dark .common-faq-area .faq-item .accordion li .faq-content {
  background-color: #252525;
}/*# sourceMappingURL=theme-dark.css.map */