/* Color */

.responsive-features span,
.time-line-content h5,
.video-icon .icon-play,
.video-icon h2,
.services-section .service-box:hover i,

.text-slider p.home-icons a:hover,
#blog .blog-post .post-details > li i,
.tweet .username a,
.tweet .tweet_time a,
.tweet .tweet_text a{
	color:#FFB647;
}

#topnav .nav li a:hover{
		color:#0e9ef2;
}

.color-switch{
		color:#a7cd3a;
}

/* Background Color */
.col-color-bg,
#testimonials-slider .owl-page.active,
.contact-deatail-content:hover i,
.startup-section:before,
.about-content-box:hover,
.team-block .col-sm-3:hover .team-member-details,
#blog .blog-post a.title:after,
.icon-twitter i,
#twitter .owl-theme .owl-controls .owl-page.active span,
.review-section{
	background-color:#ffd738;
}

/* Border Color */
.sticky-navigation,
.video-icon .icon-play,
.author-image:after,
.contact-section .form-control:focus,
.contact-deatail-content:hover i,
#blog .blog-post a.title{
    border-color:#ffb647;
}

/* RGB */
.effect-oscar:hover .img-overlay:after,
.tech-skills-section:after{
	background: rgba(255, 182, 71, 0.9);
}

/* Gradient */
.curl-top-right:before{
	background: linear-gradient(225deg, #fe7f32 48%, #ffb647 50%, #ffab0d 56%, #ffb647 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);	
	background: -ms-linear-gradient(225deg, #fe7f32 48%, #ffb647 50%, #ffab0d 56%, #ffb647 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(225deg, #fe7f32 48%, #ffb647 50%, #ffab0d 56%, #ffb647 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(225deg, #fe7f32 48%, #ffb647 50%, #ffab0d 56%, #ffb647 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(225deg, #fe7f32 48%, #ffb647 50%, #ffab0d 56%, #ffb647 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000', endColorstr='#999');/*For IE7-8-9*/ 
}
.curl-bottom-left:before{
	background: linear-gradient(225deg, #ffb647 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(225deg, #ffb647 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(225deg, #ffb647 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(225deg, #ffb647 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(225deg, #ffb647 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}