/*
	Farukiyye Color CSS
*/
.navbar-fixed.header_section,
#scroll-to-top,
.subscribe_section,
.download_section,
.mid_table,
.video_section:before,
.shot_item .screen_thumb figcaption a,
.owl-nav div,
.feature_list .list_item i,
.app_btn,
.hero_section:before{
    background: #009f5d;
    background: -moz-linear-gradient(-45deg, #009f5d 0%, #008a50 100%);
    background: -webkit-linear-gradient(-45deg, #009f5d 0%, #008a50 100%);
    background: linear-gradient(135deg, #009f5d 0%, #008a50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f5d', endColorstr='#008a50', GradientType=1 );
}
.testimonial_items .owl-dots .owl-dot.active{
	background-color: #009f5d;
}
.post_thumb .blog_title,
.post_thumb .span {
	background-color: rgba(0, 159, 93, 0.8);
}
.footer_menu li a,
.social_link li a,
.subscribe_form .submit,
.post_content .read_more_btn:hover,
.testimonial_item h4,
.download_content li a,
.list_check li:before,
.promo_items .promo_item i{
    color: #009f5d;
}