.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 #fc5a34;
    -webkit-transition: .4s;
    transition: .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: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0 15px #2020203d;
    box-shadow: 0 0 15px #2020203d;
    background: #fff 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 #e62c25
}

.switch-box input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #e62c25;
    box-shadow: 0 0 1px #e62c25
}

.switch-box input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    background: #fff 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: #fff !important
}

.theme-dark h3 {
    color: #fff !important
}

.theme-dark h3 a {
    color: #fff !important;
    -webkit-transition: .7s;
    transition: .7s
}

.theme-dark h3 a:hover {
    color: #fc5a34 !important
}

.theme-dark h2 a {
    color: #fff !important;
    -webkit-transition: .7s;
    transition: .7s
}

.theme-dark h2 a:hover {
    color: #fc5a34 !important
}

.theme-dark span {
    color: #fff !important
}

.theme-dark p {
    color: #fff !important
}

.theme-dark .content p {
    color: #fff !important
}

.theme-dark .content p b {
    color: #fff !important
}

.theme-dark body {
    background: #1d1d1d;
    color: #fff
}

.theme-dark .color-white {
    color: #000 !important
}

.theme-dark .bg-off-white {
    background-color: #252525
}

.theme-dark .background-shapes {
    opacity: .1
}

.theme-dark .bg-maincolor-light {
    background-color: #252525
}

.theme-dark .form-group label {
    color: #fff
}

.theme-dark .form-control {
    background-color: #0e0e0e !important;
    color: #fff !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: #fff !important
}

.theme-dark .option.selected {
    color: #fff;
    background-color: #fc5a34
}

.theme-dark .option:hover {
    color: #fff;
    background-color: #fc5a34
}

.theme-dark .option.focus {
    color: #fff;
    background-color: #fc5a34
}

.theme-dark .option.selected.focus {
    color: #fff;
    background-color: #fc5a34
}

.theme-dark .select-box .nice-select .list {
    background-color: #0e0e0e !important
}

.theme-dark ul li {
    color: #fff !important
}

.theme-dark .btn-text {
    color: #fff
}

.theme-dark .header-three .side-option .item .language .menu .menu-item .menu-link {
    color: #fff
}

.theme-dark .main-navbar-area {
    background-color: #252525
}

.theme-dark .main-navbar-area .main-nav {
    background-color: #252525
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #fff !important
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #fc5a34 !important
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #fc5a34 !important
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #252525 !important
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #fff !important
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fc5a34 !important
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #fc5a34 !important
}

.theme-dark .main-navbar-area.is-sticky {
    background-color: #252525 !important
}

.theme-dark .header-two .main-navbar-area.stickyadd .side-option .item .language a {
    color: #fff
}

.theme-dark .header-three .main-nav .navbar {
    background-color: #252525
}

.theme-dark .side-option .item .btn-search i {
    color: #fff
}

.theme-dark .side-option .item .language a {
    color: #fff
}

.theme-dark .side-option .item .language .menu {
    background-color: #0e0e0e
}

.theme-dark .main-responsive-nav {
    background-color: #252525
}

.theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #fff !important
}

.theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: #fff !important
}

.theme-dark .main-responsive-nav .mean-container .mean-bar {
    background-color: #252525
}

.theme-dark .main-responsive-nav .mean-container .navbar-nav {
    background-color: #1d1d1d
}

.theme-dark .main-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a {
    color: #fff
}

.theme-dark .main-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a.active {
    color: #fc5a34 !important
}

.theme-dark .main-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a:hover {
    color: #fc5a34 !important
}

.theme-dark .main-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #1d1d1d
}

.theme-dark .side-option-responsive .side-option-button {
    color: #fff
}

.theme-dark .side-option-responsive .side-option-inner {
    background-color: #0e0e0e
}

.theme-dark .side-option-responsive .item .btn-search {
    color: #fff
}

.theme-dark .side-option-responsive .item .language a {
    color: #fff
}

.theme-dark .side-option-responsive .item .language .menu {
    background-color: #252525
}

.theme-dark .home-banner-area.home-banner-three .promo .item-single {
    background-color: #0e0e0e
}

.theme-dark .promo-section .item-single {
    background-color: #252525
}

.theme-dark .promo-service-section .item-single,
.theme-dark .promo-service-section-two .item-single {
    background-color: #252525
}

.theme-dark .project-details-area .widget-area .widget {
    background-color: #252525
}

.theme-dark .emergency-area .content .info-list a {
    color: #fff
}

.theme-dark .service-section-two .item-single .content,
.theme-dark .service-section-three .item-single .content {
    background-color: #0e0e0e
}

.theme-dark .service-details-area .widget-area .widget {
    background-color: #252525
}

.theme-dark .service-details-area .widget-area .nav-list li {
    background-color: #0e0e0e;
    -webkit-transition: .7s;
    transition: .7s
}

.theme-dark .service-details-area .widget-area .nav-list li a {
    color: #fff
}

.theme-dark .service-details-area .widget-area .nav-list li:hover {
    background-color: #fc5a34
}

.theme-dark .service-details-area .widget-area .brochure .content-list {
    background-color: transparent;
    color: #fff
}

.theme-dark .service-details-area .widget-area .brochure .content-list a {
    color: #fff;
    -webkit-transition: .7s;
    transition: .7s
}

.theme-dark .service-details-area .widget-area .brochure .content-list a:hover {
    color: #fc5a34
}

.theme-dark .about-section .blockquote {
    background-color: #0e0e0e
}

.theme-dark .about-section-two .about-image .overlay-img img {
    background-color: #0e0e0e
}

.theme-dark .about-single-area .about-section.about-section-single .image-content .img2 {
    background-color: #0e0e0e
}

.theme-dark .about-single-area .about-section.about-section-single .image-content .count {
    background-color: #0e0e0e
}

.theme-dark .about-single-area .promo-area .promo-inner {
    background-color: #0e0e0e
}

.theme-dark .about-single-area .blockquote {
    background-color: #0e0e0e
}

.theme-dark .services-section .item-single {
    background-color: #0e0e0e
}

.theme-dark .testimonials-section .testimonial-slider .owl-item.firstactiveitem .slider-item {
    background-color: #0e0e0e
}

.theme-dark .testimonials-section .testimonial-slider .slider-item .content .quote i {
    color: #fff
}

.theme-dark .testimonials-section .testimonial-slider .slider-item .client .client-info .review i {
    color: #fff
}

.theme-dark .team-section .item-single .content,
.theme-dark .team-section-two .item-single .content,
.theme-dark .team-section-three .item-single .content {
    background-color: #0e0e0e
}

.theme-dark .blog-section .item-single,
.theme-dark .blog-section-two .item-single {
    background-color: #0e0e0e
}

.theme-dark .blog-section-three .item-single .content {
    background-color: #0e0e0e
}

.theme-dark .blog-section-three .item-single .content .info-list {
    color: #fff
}

.theme-dark .blog-section-three .item-single .content .info-list i {
    color: #fff
}

.theme-dark .blog-section-three .item-single .content .btn-text {
    color: #fff
}

.theme-dark .blog-details-section .blog-details-desc .blockquote {
    background-color: #252525
}

.theme-dark .blog-details-section .blog-details-desc .item-single .list {
    background-color: transparent
}

.theme-dark .blog-details-section .widget-area .widget-category {
    background-color: #252525
}

.theme-dark .blog-details-section .widget-area .widget-category .nav-list li {
    background-color: #0e0e0e;
    -webkit-transition: .7s;
    transition: .7s
}

.theme-dark .blog-details-section .widget-area .widget-category .nav-list li a {
    color: #fff
}

.theme-dark .blog-details-section .widget-area .widget-category .nav-list li:hover {
    background-color: #fc5a34
}

.theme-dark .blog-details-section .widget-area .widget-article .article-item .content {
    background-color: transparent
}

.theme-dark .blog-details-section .widget-area .tags a {
    color: #fff
}

.theme-dark .contact-section .top-content .info-list a {
    color: #fff
}

.theme-dark .contact-section .top-content .info-list a:hover {
    color: #fc5a34
}

.theme-dark .newsletter-area .wrapper {
    background-color: #000
}

.theme-dark .footer-area .footer-top {
    background-color: rgba(0, 0, 0, .97)
}

.theme-dark .footer-area .copy-right-area {
    background-color: #0e0e0e
}

.theme-dark .footer-area.footer-area-two .footer-links li a {
    color: #fff
}

.theme-dark .pricing-section .item-single {
    background-color: #0e0e0e
}

.theme-dark .pagination .page-numbers {
    color: #fff
}

.theme-dark .panel-group .panel .panel-heading {
    background-color: transparent
}

.theme-dark .panel-group .panel-title a {
    color: #fff
}

.theme-dark .panel-group .panel-body {
    background-color: transparent
}

.theme-dark .authentication-section {
    background-color: #1d1d1d
}

.theme-dark .authentication-section .content a:hover {
    color: #fff
}

.theme-dark .authentication-section form {
    background-color: #252525;
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-dark .authentication-section .checkbox label {
    color: #fff
}

.theme-dark .authentication-section .form-group {
    background-color: #0e0e0e
}

.theme-dark .authentication-section .link a {
    color: #fff;
    -webkit-transition: .7s;
    transition: .7s
}

.theme-dark .authentication-section .link a:hover {
    color: #fc5a34
}

.theme-dark .privacy-area:hover .item-single {
    background-color: #0e0e0e
}