
/**
* @template:  Nerve

	Theme Color Style Gradient.

 	This Custom Style All Styles In Css.Style File.
		
*/



.icon,
.section-head h6,
.butn:hover span,
.navbar-default .navbar-nav > li .active,
.hero .intro h6,
.hero .feat .item:hover .icon,
.hero .quote span,
.portfolio .filtering .active,
.numbers .item .icon,
.services .item:hover .icon,
.clients .item h6,
.team .social-icon .icon:hover,
.ready p span,
.price .active .mount h2,
.price .active .purchase .butn:hover span,
.blog .item .cont-post .tag,
.contact .info .item .icon,
.contact .form input[type="submit"]:hover
{
	color: #fcb040 !important;
	font-weight: bold;
}


.butn,
.header .owl-dots .owl-dot span:hover,
.portfolio .filtering span:after,
.portfolio .filtering span:before,
.skills .skills-progress span,
.price .active .purchase .butn,
.contact .form input[type="submit"]
{
	background: #2683FF !important;
}

.butn,
.header .owl-dots .owl-dot span:hover,
.team .social-icon .icon:hover,
.price .active,
.price .active .purchase .butn,
.contact .form input[type="submit"]
{
	border-color: #2683FF;
}


.header .item:after,
.team .social-icon
{
	background: #2683ff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2683ff, #fcb040); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2683ff, #fcb040); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2683ff, #fcb040); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2683ff, #fcb040); /* Standard syntax */
    opacity: .5;
}


.hero .quote:after,
.numbers:after,
.clients:after,
.ready:after,
.contact .info:after
{
	background: #2683ff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right,#2683ff, #fcb040); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right,#2683ff, #fcb040); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,#2683ff, #fcb040); /* For Firefox 3.6 to 15 */
    background: linear-gradient(right,#2683ff, #fcb040); /* Standard syntax */
    opacity: .85;
}

.clients:after,
.ready:after
{
	opacity: .7;
}
