.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 #ff7900;
  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("../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 #cd10e7;
}
.switch-box input:focus + .slider {
  box-shadow: 0 0 1px #5368f1;
}
.switch-box input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("../img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.theme-dark body {
  color: #ffffff;
  background: #1d1d1d;
}
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
  color: #ffffff;
}
.theme-dark h3 {
  color: #ffffff;
}
.theme-dark h3 a {
  color: #ffffff;
  transition: 0.7s;
}
.theme-dark p {
  color: #ffffff;
}
.theme-dark .section-bg {
  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: #ffffff;
}
.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: #ffffff !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #ffffff !important;
}
.theme-dark .nav-two {
  background-color: #252525;
}
.theme-dark .option-item .language-list .language-list-item {
  color: #ffffff;
}
.theme-dark .option-item .language-list .nice-select {
  color: #ffffff;
}
.theme-dark .option-item .language-list .nice-select .list {
  background-color: #1d1d1d;
}
.theme-dark .option-item .language-list .nice-select .list .option {
  color: #ff7900;
}
.theme-dark .option-item .language-list .nice-select .list .option:hover {
  background-color: transparent !important;
  color: #ff7900;
}
.theme-dark .option-item .language-list .nice-select .list .option .selected {
  color: #ff7900 !important;
}
.theme-dark .option-item .language-list .nice-select:after {
  border-bottom: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  height: 6px;
  width: 6px;
}
.theme-dark .banner-area::before,
.theme-dark .banner-area-two::before,
.theme-dark .banner-area-three::before,
.theme-dark .inner-banner-area::before {
  background-image: none;
  background-color: #1d1d1d;
}
.theme-dark .domain-name-content {
  background-color: #252525;
}
.theme-dark .domain-name-content::before {
  border-left: 30px solid #4e4b4b;
  border-top: 30px solid #4e4b4b;
}
.theme-dark .services-card,
.theme-dark .services-item,
.theme-dark .services-item-two {
  background-color: #323232;
}
.theme-dark .services-card .discover-btn,
.theme-dark .services-item .discover-btn,
.theme-dark .services-item-two .discover-btn {
  color: #ffffff;
}
.theme-dark .services-card .discover-btn::before,
.theme-dark .services-item .discover-btn::before,
.theme-dark .services-item-two .discover-btn::before {
  background-color: #ffffff;
}
.theme-dark .services-card .discover-btn:hover,
.theme-dark .services-item .discover-btn:hover,
.theme-dark .services-item-two .discover-btn:hover {
  color: #ff7900;
}
.theme-dark .services-card .discover-btn:hover::before,
.theme-dark .services-item .discover-btn:hover::before,
.theme-dark .services-item-two .discover-btn:hover::before {
  background-color: #ff7900;
}
.theme-dark .services-article .services-article-content h2,
.theme-dark .services-article .services-choose-area h2,
.theme-dark .services-article .services-related h2 {
  color: #ffffff;
}
.theme-dark .services-article .services-article-content ul li,
.theme-dark .services-article .services-choose-area ul li,
.theme-dark .services-article .services-related ul li {
  color: #ffffff;
}
.theme-dark .pricing-card {
  background-color: #1d1d1d;
}
.theme-dark .pricing-card .pricing-title h2 {
  color: #ffffff;
}
.theme-dark .pricing-card .pricing-title span {
  color: #ffffff;
}
.theme-dark .pricing-card ul li {
  color: #ffffff;
}
.theme-dark .pricing-item {
  background-color: #252525;
}
.theme-dark .pricing-item span {
  color: #ffffff;
}
.theme-dark .pricing-item .pricing-item-content h3 {
  color: #ffffff;
}
.theme-dark .pricing-item .pricing-item-content span {
  color: #ffffff;
}
.theme-dark .pricing-item .pricing-item-content p {
  color: #ffffff;
}
.theme-dark .pricing-item ul li {
  color: #ffffff;
}
.theme-dark .pricing-item-two {
  background-color: #080808;
}
.theme-dark .pricing-item-two .pricing-title {
  background-color: rgba(32, 32, 32, 0.2392156863);
}
.theme-dark .pricing-item-two .pricing-title h2 {
  color: #ffffff;
}
.theme-dark .pricing-item-two .pricing-title span {
  color: #ffffff;
}
.theme-dark .pricing-item-two ul li {
  color: #ffffff;
}
.theme-dark .domain-area::before {
  background-image: none;
  background-color: #252525;
}
.theme-dark .domain-card {
  background-color: #323232;
}
.theme-dark .domain-card h3 sub {
  color: #ffffff;
}
.theme-dark .pricing-wraps {
  background-color: #080808;
}
.theme-dark
  .pricing-wraps
  .pricing-table
  table
  thead
  tr
  th
  .pricing-table-title
  h2 {
  color: #ffffff;
}
.theme-dark
  .pricing-wraps
  .pricing-table
  table
  thead
  tr
  th
  .pricing-table-title
  span {
  color: #ffffff;
}
.theme-dark
  .pricing-wraps
  .pricing-table
  table
  thead
  tr
  th
  .pricing-table-title
  .pricing-content
  .content
  span {
  color: #ff7900;
}
.theme-dark
  .pricing-wraps
  .pricing-table
  table
  thead
  tr
  th
  .pricing-table-title
  .pricing-content
  .content
  p {
  color: #ff7900;
}
.theme-dark .pricing-wraps .pricing-table table tbody tr td.td-name-bg {
  background-color: #1d1d1d;
}
.theme-dark .choose-area-two {
  background-image: none;
  background-color: #252525;
}
.theme-dark .choose-card,
.theme-dark .choose-item,
.theme-dark .choose-item-style {
  background-color: #252525;
}
.theme-dark .choose-card i,
.theme-dark .choose-item i,
.theme-dark .choose-item-style i {
  color: #ffffff;
}
.theme-dark .features-card {
  background-color: #252525;
}
.theme-dark .features-card i {
  color: #ffffff;
}
.theme-dark .features-card .discover-btn {
  color: #ffffff;
}
.theme-dark .features-card .discover-btn::before {
  background-color: #ffffff;
}
.theme-dark .features-card .discover-btn:hover {
  color: #ff7900;
}
.theme-dark .features-card .discover-btn:hover::before {
  background-color: #ff7900;
}
.theme-dark .affiliates-card {
  background-color: #252525;
}
.theme-dark .brand-area,
.theme-dark .brand-area-three {
  background-color: #252525;
  background-image: none;
}
.theme-dark .client-item,
.theme-dark .client-card {
  background-color: #252525;
}
.theme-dark .faq-accordion .accordion .accordion-item {
  background-color: transparent;
}
.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff !important;
  background-color: #252525;
}
.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
  border-color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-title.active {
  background-color: #04caf8;
}
.theme-dark .faq-accordion .accordion .accordion-content p {
  color: #ffffff;
  background-color: #252525;
}
.theme-dark .faq-area-two::before {
  background-image: none;
  background-color: #252525;
  opacity: 0.8;
}
.theme-dark .blog-card,
.theme-dark .blog-item,
.theme-dark .blog-item-two {
  background-color: #1d1d1d;
}
.theme-dark .blog-card .content ul li,
.theme-dark .blog-item .content ul li,
.theme-dark .blog-item-two .content ul li {
  color: #ffffff;
}
.theme-dark .blog-card .content span,
.theme-dark .blog-item .content span,
.theme-dark .blog-item-two .content span {
  color: #ffffff;
}
.theme-dark .blog-card .content span i,
.theme-dark .blog-item .content span i,
.theme-dark .blog-item-two .content span i {
  color: #ffffff;
}
.theme-dark .blog-card .content h3 a,
.theme-dark .blog-item .content h3 a,
.theme-dark .blog-item-two .content h3 a {
  color: #ffffff;
}
.theme-dark .blog-card .content .read-more,
.theme-dark .blog-item .content .read-more,
.theme-dark .blog-item-two .content .read-more {
  color: #ffffff;
}
.theme-dark .blog-card .content .read-more::before,
.theme-dark .blog-item .content .read-more::before,
.theme-dark .blog-item-two .content .read-more::before {
  background-color: #ffffff;
}
.theme-dark .blog-article {
  background-color: #080808;
}
.theme-dark .blog-article .blog-article-title ul li {
  color: #ffffff;
}
.theme-dark .blog-article .article-content .blockquote {
  background-color: #252525;
}
.theme-dark .blog-article .article-content .blockquote p {
  color: #ffffff;
}
.theme-dark .blog-article .blog-article-share .blog-tag ul li {
  color: #ffffff;
}
.theme-dark .comments-wrap .title {
  color: #ffffff;
}
.theme-dark .comments-wrap ul li span {
  color: #ffffff;
}
.theme-dark .comments-form .title {
  color: #ffffff;
}
.theme-dark .comments-form .contact-form {
  background-color: transparent;
}
.theme-dark .comments-form .contact-form .form-group .form-control {
  background-color: #252525;
  color: #ffffff;
}
.theme-dark .search-widget {
  background-color: transparent;
}
.theme-dark .search-widget .search-form .form-control {
  background-color: #1d1d1d;
}
.theme-dark .side-bar-widget {
  background-color: #252525;
}
.theme-dark .side-bar-widget .title {
  color: #ffffff;
}
.theme-dark .side-bar-widget .side-bar-categories ul li a {
  color: #ffffff;
}
.theme-dark .side-bar-widget .widget-popular-post .item .info .title-text a {
  color: #ffffff;
}
.theme-dark
  .side-bar-widget
  .widget-popular-post
  .item
  .info
  .title-text
  a:hover {
  color: #ff7900;
}
.theme-dark .side-bar-widget .side-bar-widget-tag li {
  transition: 0.7s;
  color: #ffffff;
  background-color: #1d1d1d;
}
.theme-dark .side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #ff7900;
}
.theme-dark .side-bar-widget .side-bar-widget-tag li a {
  color: #ffffff;
}
.theme-dark .side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
}
.theme-dark .footer-bg::before,
.theme-dark .footer-bg-2::before,
.theme-dark .footer-bg-3::before {
  background-image: none;
  background-color: #080808;
  opacity: 0.8;
}
.theme-dark .contact-form {
  background-color: #252525;
}
.theme-dark .contact-form .form-group .form-control {
  background-color: #1d1d1d;
  color: #ffffff;
}
.theme-dark .contact-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .contact-form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .contact-list {
  background-color: #252525;
}
.theme-dark .contact-list ul li .content span {
  color: #ffffff;
}
.theme-dark .contact-list ul li .content h3:hover {
  color: #ffffff;
}
.theme-dark .contact-list ul li .content h3 a:hover {
  color: #ffffff;
}
.theme-dark .user-all-form .contact-form .contact-form-title h2,
.theme-dark .user-all-form .contact-form .contact-form-title span {
  color: #ffffff;
}
.theme-dark .user-all-form .contact-form .form-group .form-title {
  color: #ffffff;
}
.theme-dark .user-all-form .contact-form .agree-label label {
  color: #ffffff;
}
.theme-dark .user-all-form .contact-form .user-all-other h3 {
  background-color: #252525;
  color: #ffffff;
}
.theme-dark .user-all-form .contact-form .user-all-btn .user-btn {
  color: #ffffff;
}
.theme-dark .pagination-area {
  border-color: #ffffff;
}
.theme-dark .pagination-area .page-numbers {
  color: #ffffff;
  border-color: #ffffff;
}
.theme-dark .pagination-area .page-numbers:hover {
  background-color: #ff7900;
  color: #ffffff;
}
.theme-dark .pagination-area .page-numbers.current {
  background-color: #ff7900;
  color: #ffffff;
}
.theme-dark .coming-soon-area .coming-soon-content {
  background-color: #252525;
}
.theme-dark .coming-soon-area .coming-soon-content h1 {
  color: #ffffff;
}
.theme-dark .coming-soon-area .coming-soon-content p {
  color: #ffffff;
}
.theme-dark .coming-soon-area .coming-soon-content #timer div {
  color: #ffffff;
}
.theme-dark .coming-soon-area .coming-soon-content #timer div span {
  color: #ffffff;
}
.theme-dark
  .coming-soon-area
  .coming-soon-content
  .newsletter-form
  .input-newsletter {
  background-color: #1d1d1d;
  color: #ffffff;
} /*# sourceMappingURL=theme-dark.css.map */
