/*==============
	Color css
================*/

/*==============
Primary Color
===============*/  
.footer-link li i,
.gap-section p,
.fun-fact-item:hover .counter,
.primary-color {
	color: #00ABAB !important;
}

.widget-title:before,
.fun-fact-item:hover h4:after, 
.btn-dark:hover,
.btn-dark:focus,
.primary-bg {
	background-color: #00ABAB;
}

.btn-dark:hover,
.btn-dark:focus{
	background-color: #00ABAB;
}
.js-shopping-update-cart .btn-alt

form#contact-form input:focus{
	border-color: #00ABAB;
}

/*==============
secondary Color
===============*/  
 
.testimonial-style2 .media-body h6,
.secondary-color {
	color: #FFB300 !important;
}

.secondary-bg.has-color {
	background-color: #fff;
}
 
 #hero-slider2 .hero-item h1 span:after, 
.secondary-bg,
.btn-secondary {
	background-color: #FFB300;
}