.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;
  -webkit-transition: 0.4s;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  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 #75C147;
}

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

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          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;
}

.theme-dark h3 {
  color: #ffffff;
}

.theme-dark h3 a {
  color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark h3 a:hover {
  color: #75C147 !important;
}

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

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

.theme-dark .section-bg, .theme-dark .section-bg-two {
  background-color: #252525 !important;
}

.theme-dark .top-header-bg {
  background-color: #252525;
}

.theme-dark .desktop-nav {
  background-color: #0e0e0e;
}

.theme-dark .desktop-nav .navbar {
  background-color: #0e0e0e;
}

.theme-dark .desktop-nav .navbar .navbar-brand .logo-two {
  display: inline-block;
}

.theme-dark .desktop-nav .navbar .navbar-brand .logo-one {
  display: none;
}

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

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a:hover, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item a:focus, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #75C147;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #1d1d1d !important;
}

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

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #75C147;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #75C147;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  background-color: #1d1d1d !important;
}

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

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #75C147;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #75C147;
}

.theme-dark .nav-sidebar .search-box {
  color: #ffffff;
}

.theme-dark .nav-sidebar .search-box::before, .theme-dark .nav-sidebar .search-box::after {
  border-color: #ffffff;
}

.theme-dark .nav-sidebar .call-btn span {
  color: #ffffff;
}

.theme-dark .nav-sidebar .call-btn:hover a {
  color: #ffffff;
}

.theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
  background-color: #252525;
}

.theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
  color: #ffffff;
}

.theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
  color: #75C147;
}

.theme-dark .mobile-responsive-nav .logo .logo-two {
  display: inline-block;
}

.theme-dark .mobile-responsive-nav .logo .logo-one {
  display: none;
}

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

.theme-dark .navbar-area.is-sticky {
  background-color: #0e0e0e !important;
}

.theme-dark .mobile-nav-area .call-btn {
  color: #ffffff;
}

.theme-dark .mobile-nav-area .call-btn a {
  color: #ffffff;
}

.theme-dark .mobile-nav-area .call-btn i {
  color: #ffffff;
  border-color: #ffffff;
}

.theme-dark .mobile-nav-area .search-box {
  color: #ffffff;
}

.theme-dark .banner-item::before {
  background-color: #1d1d1d;
  opacity: 0.7;
}

.theme-dark .banner-content::before {
  background-color: #1d1d1d;
  opacity: 0.7;
}

.theme-dark .banner-bottom-max {
  background-color: #252525;
}

.theme-dark .banner-area-three::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#050404), to(#16151509));
  background-image: linear-gradient(to right, #050404, #16151509);
}

.theme-dark .banner-content-three .banner-list li {
  background-color: #252525;
}

.theme-dark .inner-banner::before {
  opacity: 0.8;
}

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

.theme-dark .agent-content .agent-list li {
  color: #ffffff;
}

.theme-dark .agent-content .social-link li.title {
  color: #ffffff;
}

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

.theme-dark .agent-item .content h3 {
  color: #ffffff;
}

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

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

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

.theme-dark .property-item .view-btn {
  color: #ffffff;
}

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

.theme-dark .property-bottom-bg {
  background-color: #252525;
}

.theme-dark .property-bottom-bg .property-bottom-content h3 {
  color: #ffffff;
}

.theme-dark .floor-plan-bg {
  background-color: #0e0e0e;
}

.theme-dark .floor-plan-content .floor-plan-title h2 {
  color: #ffffff;
}

.theme-dark .floor-plan-content ul li {
  color: #b4afaf;
}

.theme-dark .floor-plan-content ul li span {
  color: #b4afaf;
}

.theme-dark .floor-plan-content ul li.floor-list-bg {
  background-color: #252525;
  color: #ffffff;
}

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

.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
  background-color: #0e0e0e;
}

.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-content {
  background-color: #0e0e0e;
}

.theme-dark .faq-accordion .accordion .accordion-content p {
  background-color: #0e0e0e;
}

.theme-dark .neighborhood-area-bg, .theme-dark .neighborhood-accordion-mlt {
  background-color: #0e0e0e;
}

.theme-dark .neighborhood-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .neighborhood-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .neighborhood-accordion .accordion .accordion-title.active {
  color: #75C147;
}

.theme-dark .neighborhood-accordion .accordion .accordion-title.active span {
  color: #ffffff;
}

.theme-dark .neighborhood-accordion .accordion .accordion-title.active i {
  color: #75C147;
}

.theme-dark .neighborhood-img .neighborhood-map-tag ul li a {
  background-color: #252525;
  color: #ffffff;
}

.theme-dark .neighborhood-img .neighborhood-map-tag ul li a:hover {
  background-color: #75C147;
}

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

.theme-dark .mortgage-form-area .mortgage-form .form-group label {
  color: #ffffff;
}

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

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

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

.theme-dark .skill-bar .progress-number-mark {
  color: #ffffff;
}

.theme-dark .apartment-card {
  background-color: #0e0e0e;
}

.theme-dark .amenities-bg {
  background-color: #252525;
}

.theme-dark .testimonials-item .content-text {
  background-color: #0e0e0e;
}

.theme-dark .blog-card, .theme-dark .blog-item {
  background-color: #0e0e0e;
}

.theme-dark .article-content-area .blockquote {
  background-color: #252525;
}

.theme-dark .article-content-area .blockquote p {
  color: #ffffff;
}

.theme-dark .article-content-area .blockquote span {
  color: #ffffff;
}

.theme-dark .blog-article-left-content span {
  color: #ffffff;
}

.theme-dark .blog-share-content .blog-share-tag ul li {
  color: #ffffff;
}

.theme-dark .blog-share-content .blog-share-tag ul li a {
  color: #ffffff;
}

.theme-dark .blog-share-content .social-link li {
  color: #ffffff;
}

.theme-dark .blog-share-content .social-link li a {
  color: #ffffff;
}

.theme-dark .blog-share-content .social-link li a:hover {
  color: #75C147;
}

.theme-dark .comments-wrap .comment-title .title {
  color: #ffffff;
}

.theme-dark .comments-wrap .comment-form li span {
  color: #ffffff;
}

.theme-dark .comments-wrap .comment-form li a {
  color: #ffffff;
}

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

.theme-dark .comments-form .contact-form-area .contact-form .title {
  color: #ffffff;
}

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

.theme-dark .side-bar-widget .title {
  color: #ffffff;
}

.theme-dark .side-bar-widget .search-form .form-control {
  background-color: #252525;
  color: #ffffff;
}

.theme-dark .side-bar-widget .side-bar-categories li a {
  color: #ffffff;
}

.theme-dark .side-bar-widget .side-bar-categories li a:hover, .theme-dark .side-bar-widget .side-bar-categories li a.active {
  background-color: #75C147;
  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: #75C147;
}

.theme-dark .side-bar-widget .side-bar-widget-tag li {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #ffffff;
  background-color: #252525;
}

.theme-dark .side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #75C147;
}

.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 .newsletter-area .newsletter-form .form-control {
  color: #ffffff;
}

.theme-dark .footer-bg::before {
  opacity: 0.8;
}

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

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

.theme-dark .contact-form-area .contact-form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}

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

.theme-dark .contact-form-area .contact-form .agree-label label {
  color: #ffffff;
}

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

.theme-dark .contact-card a {
  color: #ffffff;
}

.theme-dark .user-all-form .contact-form-area {
  background-color: #252525;
}

.theme-dark .user-all-form .contact-form-area .contact-form .account-desc {
  color: #ffffff;
}

.theme-dark .user-all-form .contact-form-area .contact-form .account-desc a {
  color: #ffffff;
}

.theme-dark .user-all-form .contact-form-area .contact-form .account-desc a:hover {
  color: #75C147;
}

.theme-dark .user-all-form .contact-form-area .contact-form .agree-label label a {
  color: #ffffff;
}

.theme-dark .user-all-form .contact-form-area .contact-form .agree-label label a.forget {
  color: #75C147;
}

.theme-dark .user-all-form .contact-form-area .contact-form .agree-label label a.forget:hover {
  color: #ffffff;
}

.theme-dark .error-area .error-content h1, .theme-dark .error-area .error-content h3 {
  color: #ffffff;
}

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

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

.theme-dark .coming-soon-area .coming-soon-content h1, .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 .newsletter-form .input-newsletter {
  background-color: #252525;
  color: #ffffff;
}
/*# sourceMappingURL=theme-dark.css.map */