/************************** 
* 14. colors
***************************/

/*------------------
    Text Color
-------------------*/

.header-navigation ul.navigation-box>li.active>a,
.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li>a:active,
.header-navigation ul.navigation-box>li>a:focus,
.header-navigation ul.navigation-box>li:hover>a,
.banner-static .banner-content h2 span,
.thm-btn:hover,
.thm-btn:hover i,
.thm-btn.borderd,
.thm-btn.borderd i,
.sec-title h2 span,
.awesome-features .single-awesome-feature .icon-box .inner i,
.app-screenshot .app-screenshot-single .overlay .box .content a {
    color: #48DBFB;
}

/*------------------
    Background Color
-------------------*/

.thm-btn,
.thm-btn.borderd:hover,
.awesome-features .single-awesome-feature:hover .icon-box .inner,
.awesome-features .single-awesome-feature .icon-box .inner:before,
.video-features,
.video-features .video-box .overlay .box .content .video-btn,
.video-features .video-box .overlay .box .content .video-btn:after,
.app-screenshot .thm-container .owl-theme .owl-dots .owl-dot.active span,
.app-review,
.subscribe-section .thm-container .form-wrap form.mailchimp-form button,
.scroll-to-top,.preloader {
    background-color: #48DBFB;
}

/*------------------
    Border Color
-------------------*/

.thm-btn,
.awesome-features .single-awesome-feature .icon-box .inner,
.video-features .video-box .overlay .box .content .video-btn:before,
.app-review .single-app-review .img-box img,
.subscribe-section .thm-container .form-wrap,
.subscribe-section .thm-container .form-wrap form.mailchimp-form button {
    border-color: #48DBFB;
}

.video-features .video-box .overlay .box .content .video-btn:after {
    border-color: rgba(72, 219, 251, 0.5);
}

.app-screenshot .app-screenshot-single .overlay {
    background-color: rgba(72, 219, 251, 0.5);
}
