/*
 *  RED COLOR CSS FILE
 */

.color { color: #d92324; }
 
a{ color: #888; }

a:hover{ color: #888; }

.btn-color { 
	background: #b144eb !important;
	border: 0px solid #c01211;
	
}

.btn-color:hover { background: rgba(177,68,235,0.5) !important; }

/*
 * Header Area
 */

.header .header-info .social a:hover i {	background: rgba(177,68,235,0.1);  }/* Opicity */

.header .navbar-toggle .icon-bar { background: #d92324; }

.header .navbar-toggle  { border-color: #d92324; }

.header .navbar-nav>li>a:hover { color: #b144eb; }

.header .navbar-nav>li>a i {	background: rgba(177,68,235,0.5); }

/*
 * Slider
 */

.slider .slide-one p i { color: #d92324; }
.slider .slide-two p i { color: #d92324; }

/*
 * After Slider Block
 */

.after-slider .as-item i { background: #b144eb; }

/*
 * Default Heading
 */

.default-heading h2 { color: #b144eb; }
 
/*
 * Features Block Item
 */

.feature-item .f-icon { background: #d92324; }

/*
 * Works Block Item
 */

.work-item .work-hover { background: rgba(255,255,255,0.7);}

/*
 * Process Block 
 */

.process .process-item { background: #b144eb; }

/*
 * CTA Block
 */
 
.cta { background: #b144eb; }

/*
 * Service Block
 */

.service .service-item i { color: #408ac9; }

/*
 * Team Block
 */
 
.team .team-member hr {	border-top: 4px solid #b144eb; }
.team .img-container .img-hover{background: rgba(10,0,0,0.8); }

/*
 * Blog Section
 */
 
.blog .entry .entry-img .date {background: rgba(177,68,235,0.5); }
.blog .entry h3 { background: rgba(177,68,235,1); text-align: center;}

/*
 * Pricing Block
 */
 
.pricing { background: #d92324; }

/*
 * Footer
 */
 
.footer { background: rgba(248,248,248,0.5); }
.footer-widget .social a:hover i {	color: #d92324; }

/*
 * Go Back To Top
 */
 
.go-top a { background: #c01211; }