.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 #f93e45;
}

.switch-box input:focus+.slider {
    box-shadow: 0 0 1px #f93e45;
}

.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: #f93e45 !important;
}

.theme-dark span {
    color: #ffffff !important;
}

.theme-dark p {
    color: #ffffff !important;
}

.theme-dark body {
    background: #1d1d1d;
    color: #ffffff;
}

.theme-dark .section-title.three .sub-title {
    background-color: #000000;
}

.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: #f93e45;
}

.theme-dark .option:hover {
    color: #ffffff;
    background-color: #f93e45;
}

.theme-dark .option.focus {
    color: #ffffff;
    background-color: #f93e45;
}

.theme-dark .option.selected.focus {
    color: #ffffff;
    background-color: #f93e45;
}

.theme-dark ul li {
    color: #ffffff !important;
}

.theme-dark .header-area {
    background-color: #1d1d1d;
}

.theme-dark .header-area .left ul li .nice-select::after {
    border-color: #ffffff;
}

.theme-dark .header-area .left ul li a {
    color: #ffffff;
}

.theme-dark .header-area .left ul li a:hover {
    color: #f93e45;
}

.theme-dark .header-area .left .logo-one {
    display: none;
}

.theme-dark .header-area .left .logo-two {
    display: inline-block;
}

.theme-dark .right ul li .nice-select::after {
    border-color: #ffffff;
}

.theme-dark .right ul li a {
    color: #ffffff;
}

.theme-dark .right ul li a:hover {
    color: #f93e45;
}

.theme-dark .nav-top-area {
    background-color: #252525;
}

.theme-dark .nav-top-area .left .logo-one {
    display: none;
}

.theme-dark .nav-top-area .left .logo-two {
    display: inline-block;
}

.theme-dark .nav-top-area .right ul li .inner a {
    color: #ffffff;
}

.theme-dark .main-nav::before {
    background-color: #252525;
}

.theme-dark .main-nav.two nav {
    background-color: #252525;
}

.theme-dark .main-nav.two nav .navbar-nav .nav-item a {
    color: #ffffff;
}

.theme-dark .main-nav.two nav .navbar-nav .nav-item a i {
    color: #ffffff;
}

.theme-dark .main-nav.two nav .navbar-nav .nav-item a:hover {
    color: #f93e45 !important;
}

.theme-dark .main-nav.two nav .navbar-nav .nav-item a.active {
    color: #f93e45 !important;
}

.theme-dark .main-nav.two nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #252525 !important;
}

.theme-dark .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #ffffff !important;
}

.theme-dark .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #f93e45 !important;
}

.theme-dark .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #f93e45 !important;
}

.theme-dark .main-nav.two .left {
    background-color: #252525;
    color: #ffffff;
}

.theme-dark .main-nav.two.menu-shrink {
    background-color: #252525;
}

.theme-dark .main-nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #252525 !important;
}

.theme-dark .main-nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #ffffff !important;
}

.theme-dark .main-nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #f93e45 !important;
}

.theme-dark .main-nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #f93e45 !important;
}

.theme-dark .side-nav {
    background-color: #252525;
}

.theme-dark .banner-area .banner-slider-item::before {
    background-color: #0e0e0e;
}

.theme-dark .banner-area.two .banner-slider-item {
    background-color: #0e0e0e;
}

.theme-dark .banner-area.three {
    position: relative;
    z-index: 1;
}

.theme-dark .banner-area.three::before {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0e0e0e;
}

.theme-dark .banner-area.three .banner-slider-item .banner-apartment-info::before {
    background-color: #0e0e0e;
}

.theme-dark .page-title-area::before {
    background: #0e0e0e;
    opacity: 0.7;
}

.theme-dark .page-title-area .title-content ul li::before {
    background-color: #ffffff;
}

.theme-dark form .banner-form-tag li.current a {
    color: #ffffff;
    background-color: #f93e45;
}

.theme-dark form .banner-form-tag li a {
    background-color: #252525;
}

.theme-dark form .banner-form-tag li a:hover {
    color: #ffffff;
    background-color: #f93e45;
}

.theme-dark .banner-content form .banner-form-area {
    background-color: #1d1d1d;
}

.theme-dark .owl-theme .owl-nav .owl-prev,
.theme-dark .owl-theme .owl-nav .owl-next {
    color: #ffffff !important;
    background-color: transparent !important;
    border: 1px solid #ffffff;
}

.theme-dark .owl-theme .owl-nav .owl-prev:hover,
.theme-dark .owl-theme .owl-nav .owl-next:hover {
    color: #ffffff !important;
    background-color: #f93e45 !important;
    border: 1px solid #f93e45;
}

.theme-dark .about-area {
    background-color: #252525;
}

.theme-dark .provide-area {
    background-color: #0e0e0e;
}

.theme-dark .feature-area {
    background-color: #0e0e0e;
}

.theme-dark .feature-area .feature-item .feature-content {
    background-color: #252525;
}

.theme-dark .city-area.two .city-item .bottom {
    background-color: #0e0e0e;
}

.theme-dark .offer-area {
    background-color: #252525;
}

.theme-dark .choose-area::after {
    background-color: #1d1d1d;
}

.theme-dark .choose-item {
    background-color: #0e0e0e;
}

.theme-dark .project-item .inner {
    background-color: #0e0e0e;
}

.theme-dark .partner-area.two {
    background-color: #252525;
}

.theme-dark .find-area::before {
    background-color: #0e0e0e;
}

.theme-dark .services-area {
    background-color: #252525;
}

.theme-dark .services-area.two {
    background-color: #0e0e0e;
}

.theme-dark .services-item {
    background-color: #0e0e0e;
}

.theme-dark .services-area::before {
    background-color: #1d1d1d;
}

.theme-dark .services-area-three .services-item-three {
    background-color: #0e0e0e;
}

.theme-dark .services-area-three .services-item-three i {
    color: #ffffff;
}

.theme-dark .service-details-area .details-item .list {
    background-color: transparent;
}

.theme-dark .testimonial-area::before {
    background-color: #252525;
}

.theme-dark .testimonial-area .testimonial-item .top {
    background-color: #0e0e0e;
}

.theme-dark .testimonial-area .testimonial-item .top::before {
    border-top: 39px solid #0e0e0e;
}

.theme-dark .city-item {
    background-color: #0e0e0e;
}

.theme-dark .properties-area {
    background-color: #252525;
}

.theme-dark .properties-area.three .property-item {
    background-color: #0e0e0e;
}

.theme-dark .property-item {
    background-color: #0e0e0e;
}

.theme-dark .team-area {
    background-color: #000000;
}

.theme-dark .team-area.two {
    background-color: #252525;
}

.theme-dark .team-area.two .team-item {
    background-color: #0e0e0e;
}

.theme-dark .team-area.two .team-item .top span:nth-child(2) {
    background-color: #252525;
}

.theme-dark .team-item {
    background-color: #0e0e0e;
}

.theme-dark .team-item .top span:nth-child(2) {
    background-color: #252525;
}

.theme-dark .faq-item .accordion li .faq-content {
    background-color: #1d1d1d;
}

.theme-dark .partner-item .partner-logo1 {
    display: none !important;
}

.theme-dark .partner-item .partner-logo2 {
    display: inline-block !important;
}

.theme-dark .blog-details-area .details-item .tags .right ul li a:hover {
    color: #ffffff;
}

.theme-dark .blog-details-area .details-item .comments ul li a:hover {
    color: #ffffff;
}

.theme-dark .widget-area .popular .inner ul li h4 a {
    color: #ffffff;
}

.theme-dark .widget-area .popular .inner ul li h4 a:hover {
    color: #f93e45;
}

.theme-dark .widget-area .categories ul li a {
    color: #ffffff;
}

.theme-dark .widget-area .categories ul li a:hover {
    color: #f93e45;
}

.theme-dark .widget-area .tags ul li a {
    color: #ffffff;
}

.theme-dark .widget-area .tags ul li a:hover {
    color: #f93e45;
}

.theme-dark .subscribe-area::before {
    background-color: #1d1d1d;
}

.theme-dark .footer-item .footer-logo .top .logo .footer-logo1 {
    display: none;
}

.theme-dark .footer-item .footer-logo .top .logo .footer-logo2 {
    display: inline-block;
}

.theme-dark .footer-item .footer-logo .top ul li a {
    background-color: #252525;
    color: #ffffff;
}

.theme-dark .footer-item .footer-logo .top ul li a:hover {
    background-color: #f93e45;
}

.theme-dark .footer-item .footer-links .bottom ul li a {
    background-color: #252525;
    color: #ffffff;
}

.theme-dark .footer-item .footer-links .bottom ul li a:hover {
    background-color: #f93e45;
}

.theme-dark .footer-item .footer-blog .inner ul li a {
    color: #ffffff;
}

.theme-dark .footer-item .footer-blog .inner ul li a:hover {
    color: #f93e45;
}

.theme-dark .footer-item .footer-contact .top ul li a {
    color: #ffffff;
}

.theme-dark .footer-item .footer-contact .top ul li a:hover {
    color: #f93e45;
}

.theme-dark .footer-item .footer-contact .bottom {
    background-color: #252525;
}

.theme-dark .footer-item .footer-contact .bottom a:hover {
    color: #ffffff;
}

.theme-dark .contact-area #contactForm {
    background-color: #252525;
}

.theme-dark .contact-area #contactForm .form-group .form-check .form-check-label {
    color: #ffffff;
}

.theme-dark .contact-area #contactForm .form-group .form-check .form-check-label a {
    color: #f93e45;
}

.theme-dark .contact-area #contactForm .form-group .form-check .form-check-label a:hover {
    color: #ffffff;
}

.theme-dark .contact-area .contact-info {
    background-color: #252525;
}

.theme-dark .contact-area .contact-info .info li a {
    color: #ffffff;
}

.theme-dark .contact-area .contact-info .info li a:hover {
    color: #f93e45;
}

.theme-dark .user-area .user-item {
    background-color: #252525;
}

.theme-dark .coming-soon-area::before {
    background-color: #0e0e0e;
}

.theme-dark .coming-soon-area .soon-item .coming-inner {
    background-color: #0e0e0e;
}

.theme-dark .error-area {
    background-color: #0e0e0e;
}

/*# sourceMappingURL=theme-dark.css.map */