/* --------------------------------------
@Author: ThemeMascot
@URL: http://themeforest.net/user/ThemeMascot

COLOR : Orange 
COLOR CODE: #FF4E1C
----------------------------------------- */

.theme-color-bg {
	background-color: #FF4E1C;
}

/* text selection color */
*::-moz-selection {
  background-color: #FF4E1C;
}
 
::selection {
  background-color: #FF4E1C;
}


/* background-color */
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span, .owl-theme .owl-controls .active span, #features .icon-box .icon i,
.pricing-table .header i, .pricing-table .btn-signup, 
.btn-default, .btn-default[disabled], .btn-default[disabled]:focus,
.section-title h2:after,
.section-title h2:before,
.benefits-of-app .icon-box .icon i,
.how-it-works .icon-box:hover .icon i {
	background-color: #FF4E1C;
}

.color-overlay {
	background-color: rgba(0, 172, 249, 0.7);
}

/* text color */ 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
p.color-text, a, blockquote cite,
#funfact .icon-box h2, #features .icon-box h4, 
.btn-home i,
#header .header-nav > li:hover > a, #header .header-nav > li.current > a,
#team-line #team-names li a.selected,
.winning-history i,
.how-it-works .icon-box .icon i, .how-it-works .icon-box:hover h5 {
	color: #FF4E1C;
}

/* border-color */
#spinner:before {	
	border-bottom:8px double #FF4E1C;
}
.bg-dark .icon-box:hover .triangle-down,
.icon-box:hover .triangle-down,
.triangle-down.color,
#footer .footer-social li .triangle-down {
	border-top-color: #FF4E1C;
}

.owl-theme .owl-controls .owl-page span, blockquote, 
.btn-bordered {
	border-color: #FF4E1C;
}

/* box-shadow */
.services-box .box-overlay:hover .icon,
.benefits-of-app .icon-box:hover .icon i,
.how-it-works .icon-box:hover .icon i,
.pricing-table:hover .header i {
    -webkit-box-shadow: 0px 0px 0px 2px #FF4E1C;
            box-shadow: 0px 0px 0px 2px #FF4E1C;
}