<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 #C38F60;
  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 #8567FE;
}
.switch-box input:focus + .slider {
  box-shadow: 0 0 1px #8567FE;
}
.switch-box input:checked + .slider:before {
  transform: translateX(24px);
  background: white 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: #ffffff;
}
.theme-dark h3 {
  color: #ffffff;
}
.theme-dark h3 a {
  color: #ffffff;
  transition: 0.7s;
}
.theme-dark p {
  color: #ffffff;
}
.theme-dark body {
  background: #1d1d1d;
  color: #ffffff;
}
.theme-dark .bg-color {
  background-color: #252525;
}
.theme-dark .navbar-light .navbar-brand .logo-one {
  display: none;
}
.theme-dark .navbar-light .navbar-brand .logo-two {
  display: inline-block;
}
.theme-dark .main-nav {
  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: #FD8980;
}
.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: #FD8980 !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #FD8980 !important;
}
.theme-dark .option-item .language-list .language-list-item {
  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: #FD8980;
}
.theme-dark .option-item .language-list .nice-select .list .option:hover {
  color: #C38F60;
}
.theme-dark .option-item .language-list .nice-select .list .option .selected {
  color: #C38F60;
}
.theme-dark .option-item .language-list .nice-select:after {
  border-bottom: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
}
.theme-dark .nav-btn-area .nav-btn {
  color: #ffffff;
}
.theme-dark .mobile-nav .logo .logo-two {
  display: inline-block;
}
.theme-dark .mobile-nav .logo .logo-one {
  display: none;
}
.theme-dark .mean-container a.meanmenu-reveal {
  color: #ffffff !important;
}
.theme-dark .mean-container a.meanmenu-reveal span {
  background-color: #ffffff !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 ul li a {
  color: #ffffff;
}
.theme-dark .mean-container .mean-nav ul li .dropdown-menu {
  background-color: #1d1d1d;
}
.theme-dark .banner-area-two::before {
  opacity: 0.7;
}
.theme-dark .banner-area-three {
  background-color: #080808;
}
.theme-dark .banner-form {
  background-color: #252525;
  border: 1px solid #1d1d1d;
}
.theme-dark .banner-form .form-group .form-control {
  background-color: #252525;
  color: #ffffff;
}
.theme-dark .banner-form .nice-select {
  background-color: #C38F60;
  color: #ffffff;
}
.theme-dark .banner-form .nice-select .list {
  background-color: #1d1d1d;
}
.theme-dark .banner-form .nice-select .list .option {
  color: #ffffff;
}
.theme-dark .banner-form .nice-select .list .option:hover, .theme-dark .banner-form .nice-select .list .option:focus {
  background-color: #C38F60 !important;
  color: #ffffff;
}
.theme-dark .banner-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}
.theme-dark .banner-form .nice-select .list .option .selected:hover, .theme-dark .banner-form .nice-select .list .option .selected:focus {
  background-color: #C38F60 !important;
  color: #ffffff;
}
.theme-dark .inner-banner::before {
  opacity: 0.7;
}
.theme-dark .service-item {
  background-color: #080808;
}
.theme-dark .service-item:hover .service-icon {
  color: #ffffff;
}
.theme-dark .service-item:hover .read-btn {
  color: #ffffff;
}
.theme-dark .service-item:hover .read-btn i {
  color: #ffffff;
}
.theme-dark .service-card {
  background-color: #080808;
}
.theme-dark .side-bar-profile {
  background-color: #252525;
}
.theme-dark .service-side-bar-widget {
  background-color: #252525;
}
.theme-dark .service-side-bar-widget .title {
  color: #ffffff;
}
.theme-dark .service-side-bar-widget .service-side-bar-categories ul li a {
  color: #ffffff;
}
.theme-dark .service-side-bar-widget .service-side-bar-categories ul li a:hover {
  color: #8567FE;
}
.theme-dark .service-side-bar-widget .service-side-bar-categories ul li span {
  color: #ffffff;
}
.theme-dark .appointment-area {
  background-color: #252525;
}
.theme-dark .property-item {
  background-color: #080808;
}
.theme-dark .property-item .content h3 a {
  color: #ffffff;
}
.theme-dark .property-item .content .property-btn .book-btn {
  color: #ffffff;
}
.theme-dark .property-features-content {
  margin-left: 30px;
}
.theme-dark .property-features-content .section-title {
  margin-bottom: 30px;
}
.theme-dark .property-features-content .property-features-item {
  background-color: #080808;
}
.theme-dark .property-features-content .property-features-item:hover i {
  color: #8567FE;
}
.theme-dark .property-features-content .property-features-item:hover .read-btn {
  background-color: #8567FE;
  color: #ffffff;
}
.theme-dark .property-features-content .property-features-item i {
  color: #ffffff;
}
.theme-dark .property-features-content .property-features-item .read-btn {
  color: #ffffff;
}
.theme-dark .property-area-three {
  background-color: #252525;
}
.theme-dark .property-card {
  background-color: #080808;
}
.theme-dark .property-card .content h3 a {
  color: #ffffff;
}
.theme-dark .house-content {
  background-color: transparent;
}
.theme-dark .product-card {
  background-color: #080808;
}
.theme-dark .product-card .product-content h3 a:hover {
  color: #FD8980;
}
.theme-dark .cart-wraps-area .cart-table table thead tr th {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-table table tbody tr td {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  background-color: #1d1d1d;
}
.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  color: #ffffff;
  background-color: #252525;
}
.theme-dark .cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-calc {
  background-color: #252525;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form h3 {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  background-color: #1d1d1d;
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .nice-select {
  background-color: #1d1d1d;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .list {
  background-color: #252525;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .list .option {
  color: #ffffff !important;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .option:hover {
  color: #ffffff;
  background-color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .option.focus {
  color: #ffffff;
  background-color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-calc .cart-wraps-form .form-group .option.selected.focus {
  color: #ffffff;
  background-color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-totals {
  background-color: #252525;
}
.theme-dark .cart-wraps-area .cart-totals ul li {
  color: #ffffff;
}
.theme-dark .cart-wraps-area .cart-totals ul li span {
  color: #ffffff;
}
.theme-dark .billing-details {
  background-color: #252525;
}
.theme-dark .billing-details .form-group label {
  color: #ffffff;
}
.theme-dark .billing-details .form-group .form-control {
  background-color: #1d1d1d;
  color: #ffffff;
}
.theme-dark .billing-details .form-group .form-message {
  background-color: #1d1d1d;
  color: #ffffff;
}
.theme-dark .billing-details .form-group .nice-select {
  background-color: #1d1d1d;
  color: #ffffff;
}
.theme-dark .billing-details .form-group .list {
  background-color: #252525;
  color: #ffffff;
}
.theme-dark .billing-details .form-group .list .option {
  color: #ffffff;
}
.theme-dark .billing-details .form-group .option:hover {
  color: #ffffff;
  background-color: #ffffff;
}
.theme-dark .billing-details .form-group .option.focus {
  color: #ffffff;
  background-color: #ffffff;
}
.theme-dark .billing-details .form-group .option.selected.focus {
  color: #ffffff;
  background-color: #ffffff;
}
.theme-dark .billing-details .form-check .form-check-label {
  color: #ffffff;
}
.theme-dark .checkout-area .user-option {
  background-color: #252525;
  color: #ffffff;
}
.theme-dark .checkout-area .user-option span {
  color: #ffffff;
}
.theme-dark .order-details .order-table table thead tr th {
  color: #ffffff;
}
.theme-dark .order-details .order-table table tbody tr td {
  color: #ffffff;
}
.theme-dark .order-details .order-table table tbody tr td.product-name a {
  color: #ffffff;
}
.theme-dark .order-details .order-table table tbody tr td.order-subtotal span {
  color: #ffffff;
}
.theme-dark .order-details .order-table table tbody tr td.order-shipping span {
  color: #ffffff;
}
.theme-dark .order-details .order-table table tbody tr td.total-price span {
  color: #ffffff;
}
.theme-dark .order-details .payment-box {
  background-color: #252525;
}
.theme-dark .order-details .payment-box .payment-method p [type=radio]:checked + label {
  color: #ffffff;
}
.theme-dark .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.theme-dark .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  color: #ffffff;
}
.theme-dark .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  color: #ffffff;
}
.theme-dark .product-desc .price {
  color: #ffffff;
}
.theme-dark .product-desc .product-review .rating-count {
  color: #ffffff;
}
.theme-dark .product-desc .product-share ul li span {
  color: #ffffff;
}
.theme-dark .products-details-tab .tabs li a {
  color: #ffffff;
}
.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  color: #ffffff;
}
.theme-dark .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  color: #ffffff;
}
.theme-dark .products-tabs-reviews ul li h3 {
  color: #ffffff;
}
.theme-dark .reviews-form .contact-form h3 {
  color: #ffffff;
}
.theme-dark .reviews-form .contact-form .form-group .form-control {
  color: #ffffff;
  background-color: #1d1d1d;
}
.theme-dark .reviews-form .contact-form .form-group .form-message {
  color: #ffffff;
  background-color: #1d1d1d;
}
.theme-dark .gallery-slider .owl-nav {
  background-color: #1d1d1d;
}
.theme-dark .gallery-item .gallery-item-content {
  background-color: #1d1d1d;
}
.theme-dark .gallery-item .gallery-item-content ul li a {
  color: #ffffff;
}
.theme-dark .gallery-item .gallery-item-content ul li a:hover {
  color: #8567FE;
}
.theme-dark .features-item {
  background-color: #080808;
}
.theme-dark .features-item i {
  color: #ffffff;
}
.theme-dark .gallery-tab .tabs {
  background-color: #1d1d1d;
}
.theme-dark .gallery-tab .tabs li a {
  color: #ffffff;
}
.theme-dark .gallery-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #FD8980;
}
.theme-dark .gallery-tab .tabs li.active a {
  color: #ffffff;
  background-color: #FD8980;
}
.theme-dark .gallery-tab .tabs li.current a {
  color: #ffffff;
  background-color: #FD8980;
}
.theme-dark .gallery-content {
  background-color: #080808;
}
.theme-dark .gallery-content .gallery-content-icon .gallery-icon:hover {
  color: #8567FE;
}
.theme-dark .testimonials-item {
  background-color: #252525;
}
.theme-dark .team-card {
  background-color: #080808;
}
.theme-dark .team-card .content h3 a {
  color: #ffffff;
}
.theme-dark .team-bg {
  background-color: #252525;
}
.theme-dark .agent-content span {
  color: #9c9c9c;
}
.theme-dark .agent-content ul li {
  color: #9c9c9c;
}
.theme-dark .agent-content ul li a {
  color: #9c9c9c;
}
.theme-dark .agent-content ul li a:hover {
  color: #8567FE;
}
.theme-dark .agent-content .social-link li {
  color: #ffffff;
}
.theme-dark .agent-content .social-link li a {
  color: #ffffff;
}
.theme-dark .agent-content .social-link li.title {
  color: #ffffff;
}
.theme-dark .agent-item {
  background-color: #252525;
}
.theme-dark .agent-item .content {
  background-color: #252525;
}
.theme-dark .agent-item .content h3 {
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-item {
  background-color: #252525;
}
.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
  border-color: #ffffff;
}
.theme-dark .blog-card {
  background-color: #080808;
}
.theme-dark .blog-card .content h3 a {
  color: #ffffff;
}
.theme-dark .blog-item {
  background-color: #080808;
}
.theme-dark .blog-item:hover .content h3 a {
  color: #8567FE;
}
.theme-dark .blog-item:hover .content .read-btn {
  color: #ffffff;
  background-color: #8567FE;
}
.theme-dark .blog-item .content span {
  color: #ffffff;
}
.theme-dark .blog-item .content ul li {
  color: #ffffff;
}
.theme-dark .blog-item .content h3 a {
  color: #ffffff;
}
.theme-dark .blog-item .content .read-btn {
  color: #ffffff;
  border: 1px solid #8567FE;
}
.theme-dark .blog-item .content .read-btn:hover {
  color: #ffffff;
  background-color: #8567FE;
}
.theme-dark .blog-article .article-content .blockquote {
  background-color: #252525;
}
.theme-dark .blog-article .article-content .blockquote::before {
  opacity: 0.1;
}
.theme-dark .blog-article .blog-article-share .social-icon li {
  color: #ffffff;
}
.theme-dark .blog-article .comments-wrap .title {
  color: #ffffff;
}
.theme-dark .blog-article .comments-wrap ul li {
  background-color: #252525;
}
.theme-dark .contact-form .form-group .form-control {
  background-color: #080808;
  color: #ffffff;
}
.theme-dark .user-all-form .contact-form {
  background-color: #252525;
}
.theme-dark .user-all-form .contact-form .agree-label label {
  color: #ffffff;
}
.theme-dark .user-all-form .contact-form .forget {
  color: #ffffff;
}
.theme-dark .user-all-form .contact-form .account-desc a {
  color: #ffffff;
}
.theme-dark .search-widget {
  background-color: #252525;
}
.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;
  border-bottom: 3px solid #C38F60;
}
.theme-dark .side-bar-widget .side-bar-categories ul li a {
  color: #ffffff;
}
.theme-dark .side-bar-widget .side-bar-categories ul li a:hover {
  color: #8567FE;
}
.theme-dark .side-bar-widget .side-bar-categories ul li span {
  color: #8567FE;
}
.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: #FD8980;
}
.theme-dark .side-bar-widget .side-bar-widget-tag li {
  color: #ffffff;
  border: 1px solid #cbcbcb;
}
.theme-dark .side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.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-widget .footer-logo a .footer-logo2 {
  display: inline-block;
}
.theme-dark .footer-widget .footer-logo a .footer-logo1 {
  display: none;
}
.theme-dark .footer-widget .footer-list li a {
  color: #ffffff;
}
.theme-dark .footer-widget .footer-list li a:hover {
  color: #8567FE;
}
.theme-dark .footer-widget .footer-list-two li {
  color: #ffffff;
}
.theme-dark .footer-widget .footer-list-two li i {
  color: #FD8980;
}
.theme-dark .footer-widget .footer-list-two li a {
  color: #ffffff;
}
.theme-dark .footer-widget .footer-list-two li:hover {
  color: #FD8980;
}
.theme-dark .footer-widget .footer-list-two li:hover i {
  color: #ffffff;
}
.theme-dark .footer-widget .footer-list-two li:hover a {
  color: #FD8980;
}
.theme-dark .footer-widget .newsletter-form .form-control {
  background-color: #080808;
  color: #ffffff;
}
.theme-dark .footer-widget .newsletter-form .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .footer-widget .newsletter-form .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .error-area .error-content h3 {
  color: #ffffff;
}
.theme-dark .error-area .error-content p {
  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;
}/*# sourceMappingURL=theme-dark.css.map */</pre></body></html>