/* Color */
.color-switch,
.responsive-features span,
.time-line-content h5,
.video-icon .icon-play,
.video-icon h2,
.services-section .service-box:hover i,
#topnav .nav li a:hover,
#topnav .nav li.active a,
#topnav .nav li a:focus,
.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,
#slider .btn:hover{
	color:#dd9933;
}

/* 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,
#slider .btn,
.review-section{
	background-color: #dd9933;
}

/* 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,
#slider .btn{
    border-color:#303030;
}

/* 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, #171717 48%, #FF9933 50%, #ffab0d 56%, #FF9933 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);	
	background: -ms-linear-gradient(225deg, #171717 48%, #FF9933 50%, #ffab0d 56%, #FF9933 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(225deg, #171717 48%, #FF9933 50%, #ffab0d 56%, #FF9933 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(225deg, #171717 48%, #FF9933 50%, #ffab0d 56%, #FF9933 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(225deg, #171717 48%, #FF9933 50%, #ffab0d 56%, #FF9933 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, #FF9933 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(225deg, #FF9933 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(225deg, #FF9933 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(225deg, #FF9933 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(225deg, #FF9933 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}