.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 #de782c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-box .slider::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 15px #2020203d;
  box-shadow: 0 0 15px #2020203d;
  background: #fff 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 #de782c;
}
.switch-box input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #de782c;
  box-shadow: 0 0 1px #de782c;
}
.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background: #fff 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: #fff !important;
}
.theme-dark h3 {
  color: #fff !important;
}
.theme-dark h3 a {
  color: #fff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.theme-dark h3 a:hover {
  color: #de782c !important;
}
.theme-dark span {
  color: #de782c !important;
}
.theme-dark p {
  color: #fff !important;
}
.theme-dark body {
  background: #000913;
  color: #fff;
}
.theme-dark .form-group label {
  color: #fff;
}
.theme-dark .form-control {
  background-color: #010911 !important;
  color: #fff !important;
}
.theme-dark .nice-select {
  background-color: #0e0e0e;
}
.theme-dark .list {
  background-color: #0e0e0e;
}
.theme-dark .list .option {
  color: #fff !important;
}
.theme-dark .option.selected {
  color: #fff;
  background-color: #de782c;
}
.theme-dark .option:hover {
  color: #fff;
  background-color: #de782c;
}
.theme-dark .option.focus {
  color: #fff;
  background-color: #de782c;
}
.theme-dark .option.selected.focus {
  color: #fff;
  background-color: #de782c;
}
.theme-dark ul li {
  color: #fff !important;
}
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #252525 !important;
   background-image: -webkit-gradient(
  linear,
  top,
  bottom,
  from(#151423),
  color-stop(#241207 )
 );
 background-image: linear-gradient(
  to bottom,
  #151423,
  #241207 
 );
}
.theme-dark
  .navbar-area
  .main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: #fff !important;
}
.theme-dark
  .navbar-area
  .main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #de782c !important;
}
.theme-dark
  .navbar-area
  .main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover {
  color: #de782c !important;
}
.theme-dark .navbar-area.is-sticky {
  background-color: #151423;
}
.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
  color: #fff;
}
.theme-dark
  .navbar-area.is-sticky
  .main-nav
  nav
  .navbar-nav
  .nav-item
  a.active {
  color: #de782c;
}
.theme-dark
  .navbar-area.is-sticky
  .main-nav
  nav
  .navbar-nav
  .nav-item
  a.active:hover {
  color: #de782c;
}
.theme-dark .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a {
  color: #de782c;
}
.theme-dark
  .navbar-area.is-sticky
  .main-nav
  nav
  .navbar-nav
  .nav-item:hover
  a.active {
  color: #de782c;
}
.theme-dark
  .navbar-area.is-sticky
  .main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.theme-dark
  .navbar-area.is-sticky
  .main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  a.active {
  color: #de782c;
}
.theme-dark
  .navbar-area.is-sticky
  .main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  a.active:hover {
  color: #de782c;
}
.theme-dark
  .navbar-area.is-sticky
  .main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item:hover
  > a {
  color: #de782c;
}
.theme-dark
  .navbar-area.is-sticky
  .main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item:hover
  > a.active {
  color: #de782c;
}
.theme-dark
  .navbar-area.is-sticky
  .main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.theme-dark
  .navbar-area.is-sticky
  .main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  a.active {
  color: #de782c;
}
.theme-dark
  .navbar-area.is-sticky
  .main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item:hover
  > a {
  color: #de782c;
}
.theme-dark .navbar-area.is-sticky .navbar-option-search a {
  color: #fff;
}
.theme-dark .navbar-area.is-sticky .navbar-option-search a:hover {
  color: #de782c;
}
.theme-dark .navbar-area.is-sticky .navbar-option-cart a {
  color: #fff;
}
.theme-dark .navbar-area.is-sticky .navbar-option-cart a:hover {
  color: #de782c;
}
.theme-dark .navbar-area.is-sticky .main-brand {
  opacity: 1;
}
.theme-dark .navbar-area.is-sticky .hover-brand {
  opacity: 0;
}
.theme-dark .navbar-area.is-sticky .mobile-nav .navbar-option-item button {
  color: #de782c;
}
.theme-dark .mean-container a.meanmenu-reveal {
  color: #fff !important;
}
.theme-dark .mean-container a.meanmenu-reveal span {
  background-color: #fff !important;
}
.theme-dark .mean-container .mean-bar {
  background-color: #252525;
}
.theme-dark .mean-container .navbar-nav {
  background-color: #1d1d1d;
}
.theme-dark .mean-container .mean-nav .navbar-nav .nav-item a {
  color: #fff;
}
.theme-dark .mean-container .mean-nav .navbar-nav .nav-item a.active {
  color: #de782c !important;
}
.theme-dark .mean-container .mean-nav .navbar-nav .nav-item a:hover {
  color: #de782c !important;
}
.theme-dark .mean-container .mean-nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #1d1d1d;
}
.theme-dark .header-bg::before {
  background-image: radial-gradient(circle, #0a0a0ad9 0%, #0a0a0ad9 100%);
}

.theme-dark .header-page-bg::before {
  background: #000000cc;
  background-image: radial-gradient(circle, #1515154d 0%, #0909094d 100%);
}
.theme-dark .page-bg-1 {
  background-image: #010913;
  background-image: url(../images/bg-icon-dark.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}
.theme-dark .about-list-item:hover {
  background-color: #0e0e0e;
}
.theme-dark .page-bg-2 {
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(100%, #080808e6),
      color-stop(0%, #2416631c),
      color-stop(0%, #2416631c),
      to(#0b0a0be6)
    ),
    url(../images/page-bg/bg-2.jpg);
  background-image: linear-gradient(
      90deg,
      #080808e6 100%,
      #2416631c 0%,
      #2416631c 0%,
      #0b0a0be6 100%
    ),
    url(../images/page-bg/bg-2.jpg);
}
.theme-dark .page-bg-4 {
   background-image:  url(../images/award-bg.jpg);
}
.theme-dark .before-bg::after {
  background: #000913;
}
.theme-dark .bg-off-white {
  background-color: #111010;
}
.theme-dark .bg-shape-1 {
  display: none;
}
.theme-dark .feature-card-white {
  background: rgb(37,48,59);
background: linear-gradient(127deg, rgba(37,48,59,1) 0%, rgba(12,23,32,1) 100%);
}
.theme-dark .feature-card-content .social-list li a i {
  color: #fff;
}
.theme-dark .blog-entry {
  background-color: #252525;
}
.theme-dark .page-bg-3 {
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(100%, #080808e6),
      color-stop(0%, #2416631c),
      color-stop(0%, #2416631c),
      to(#0b0a0be6)
    ),
    url(../images/page-bg/bg-4.jpg);
  background-image: linear-gradient(
      90deg,
      #080808e6 100%,
      #2416631c 0%,
      #2416631c 0%,
      #0b0a0be6 100%
    ),
    url(../images/page-bg/bg-4.jpg);
}
.theme-dark .bg-blue {
  background-color: #0e0e0e;
}
.theme-dark .info-box {
	background-color: #0d1a26;
	border: 1px solid #191f26;
}
.theme-dark .info-box-list-details {
  color: #fff;
}
.theme-dark .info-box-list-details a {
  color: #fff;
}
.theme-dark .page-link {
  color: #fff;
  background-color: #0e0e0e;
}
.theme-dark .page-link:hover {
  background-color: #de782c;
  color: #fff;
}
.theme-dark .page-item:first-child .page-link {
  color: #fff;
  background-color: #0e0e0e;
}
.theme-dark .page-item:first-child .page-link:hover {
  background-color: #de782c;
  color: #fff;
}
.theme-dark .page-item:last-child .page-link {
  color: #fff;
}
.theme-dark .page-item:last-child .page-link:hover {
  background-color: #de782c;
  color: #fff;
}
.theme-dark .page-item.disabled .page-link {
  color: #fff;
  background-color: #0e0e0e;
}
.theme-dark .page-item.active .page-link {
  background-color: #de782c;
  color: #fff;
}
.theme-dark .sidebar-search .form-group {
  background-color: #0e0e0e;
}
.theme-dark .sidebar-search .form-group button {
  color: #fff;
}
.theme-dark .category-list li a,
.theme-dark .blog-details-tag li a {
  background-color: #0e0e0e;
  color: #fff;
}
.theme-dark .category-list li a:hover,
.theme-dark .blog-details-tag li a:hover {
  background-color: #de782c;
}
.theme-dark .forum-details-block {
  background-color: #252525;
}
.theme-dark .blockquote {
  background-color: #0e0e0e;
}
.theme-dark .review-holder-item {
  background-color: #252525;
}
.theme-dark .input-checkbox label {
  color: #fff;
}
.theme-dark .accordion-collapse {
  background-color: #252525;
}
.theme-dark .accordion-body {
  color: #fff;
}
.theme-dark .contact-box {
  background-color: #252525;
}
.theme-dark .product-list-search .form-group {
  background-color: #0e0e0e;
}
.theme-dark .cart-quantity input,
.theme-dark .cart-quantity button {
  color: #fff;
}
.theme-dark .product-slider-for {
  background-color: #0e0e0e;
}
.theme-dark .product-slider-nav .item {
  background-color: #0e0e0e;
}
.theme-dark .cart-table table tbody tr td {
  color: #fff;
}
.theme-dark .cart-coupon form .form-group {
  background-color: #0e0e0e;
}
.theme-dark .account-sidebar-list li a {
  color: #fff;
}
.theme-dark .billing-address address {
  color: #fff;
}
.theme-dark .coming-soon-section {
  background-color: #0e0e0e;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(100%, rgba(7, 7, 7, 0.54)),
      color-stop(0%, rgba(30, 30, 31, 0.11)),
      color-stop(0%, rgba(24, 24, 24, 0.11)),
      to(rgba(22, 15, 48, 0.54))
    ),
    url(../images/page-bg/bg-1.jpg);
  background-image: linear-gradient(
      90deg,
      rgba(7, 7, 7, 0.54) 100%,
      rgba(30, 30, 31, 0.11) 0%,
      rgba(24, 24, 24, 0.11) 0%,
      rgba(22, 15, 48, 0.54) 100%
    ),
    url(../images/page-bg/bg-1.jpg);
}

.theme-dark .consultant-section .btn, .theme-dark .want-work-sec .btn {	color: #fff;}
.theme-dark .consultant-section .section-title p {	color: #dfdfdf !important;}
.theme-dark .newsletter-section .section-title h2 span {	color: #9e6d47 !important;}
.theme-dark .wwr-section::before, .theme-dark .wwr-section::after{	background: #000913;}
.theme-dark .newsletter-section .form-control {	background: #000913 !important;	}
.footer-copyright-text p { color: #cdcdce !important;}
.side-modal-body h3 {	color: #de782c !important;}
.side-modal-body .social-list li a {	color: #de782c;	background: #ececec;}
.theme-dark .feature-card-content a {	color: #dfdfdf;}