/**
 * Space Asia — Brand Color Override
 * Based on spaceasia9.com live site colors
 */

:root {
    --color-accent: #a0ce4e;
    --color-accent-dark: #8fb843;
    --color-dark: #333333;
    --color-text: #747474;
    --color-footer: #363839;
    --color-copyright: #282a2b;
    --color-light-bg: #f6f6f6;
    --color-white: #ffffff;
    --color-border: #d2d2d2;
}

/* ==============================
   1. Accent / Primary Color (#a0ce4e)
   ============================== */

/* Text color */
.our-services .single-our-service .img-box .overlay .box .box-content a,
.our-features .single-our-feature .overlay .box .box-content a,
.single-team-member p.info span,
.single-blog-post .img-box .overlay .box .box-content a,
.single-testimonials .info-box h3,
.contact-section span.highlight,
.single-fact-counter .text-box .number,
.no-container.our-features .single-our-feature .icon-box:before,
.single-sidebar-box.search-widget form button:hover,
.single-shop-item .price span,
.single-sidebar-box.best-seller > ul > li .text-box .price,
.product-content-box .content-box .price,
.product-content-box .content-box .location-box span,
.review-box .single-review-box .text-box .top-box .rating-box span,
.review-box .single-review-box .text-box .bottom-box ul li a:hover,
.related-product-box .title a,
.cart-table tbody tr .sub-total,
.fusion-footer-widget-area a:hover,
.sidebar .widget a:hover,
a:hover,
a:focus {
    color: #a0ce4e;
}

/* Background color */
.thm-btn:hover,
.rev_slider_wrapper .tparrows:hover,
.thm-btn.thm-blue-bg,
.home-contact-form button:hover,
.subscription button:hover,
.call-to-action.no-margin,
.our-features.in-wrapper .container,
.single-sidebar-box.service-link-widget ul li.active a,
.single-sidebar-box.broucher-widgets .icon-box,
.single-sidebar-box.service-link-widget ul li a:hover,
.single-service-page .single-our-feature:hover,
ul.gallery-filter li:hover span,
ul.gallery-filter li.active span,
.single-project-item .overlay .box .bottom-box ul li a:hover,
ul.post-pagination li:hover a,
ul.post-pagination li.active a,
.news-content .single-blog-post .content-box .bottom-box .thm-btn,
.news-content .single-blog-post .content-box .bottom-box .share-box button:hover,
.single-sidebar-box.search-widget form button,
.single-sidebar-box.price-filter .noUi-handle,
.single-sidebar-box.tag-links ul li a:hover,
.single-contact-info .box,
.single-project-content .single-project-carousel .owl-nav [class*=owl-],
.single-project-content .single-project-customer-info,
.reply-box button:hover,
.product-tab-box .tab-title ul li.active a,
.product-tab-box .tab-title ul li a:hover,
.switcher .switch_menu h5.title,
.cart-table tbody .available-info .icon,
.fusion-footer-widget-area,
.thm-btn,
#toTop:hover {
    background: #a0ce4e;
}

/* Overlay backgrounds with opacity */
.our-features:before,
.call-to-action-home:before {
    background: rgba(160, 206, 78, 0.9);
}

.our-services .single-our-service .img-box .overlay,
.single-blog-post .img-box .overlay,
.single-project-item .overlay .box .top-box {
    background: rgba(160, 206, 78, 0.8);
}

.inner-banner:before {
  background: rgba(1, 47, 93, 1);

.our-features .single-our-feature .overlay:before {
    background: rgba(160, 206, 78, 0.9);
}

/* Footer */
.fusion-footer-widget-area {
    background: #363839;
}

.fusion-footer-copyright-area {
    background: #282a2b;
}

/* Navigation active state */
.side-nav li.current_page_item > a,
.fusion-filter.fusion-active a,
.side-nav li.current_page_item > a {
    color: #a0ce4e;
}

.fusion-filter.fusion-active a {
    border-top-color: #a0ce4e;
}

/* Accent border */
blockquote,
.fusion-post-content blockquote {
    border-left-color: #a0ce4e;
}

/* Read more arrow */
.more a.active,
.fusion-read-more:after,
.more a:after {
    color: #a0ce4e;
}

/* Counter section */
.single-fact-counter .text-box .number {
    color: #a0ce4e;
}

/* Header */
.mainmenu-wrapper .search-box form button:hover {
    background: #a0ce4e;
}

/* Scroll to top */
#toTop {
    background-color: #333333;
}

#toTop:hover {
    background-color: #a0ce4e;
}
