/*
 *  RED COLOR CSS FILE
 */

.color { color: #d92324; }
 
a{ color: #d92324; }

a:hover{ color: #c01211; }

.btn-color { 
	background: #d92324 !important;
	border: 1px solid #c01211;
}

.btn-color:hover { background: #c01211 !important; }

/*
 * Header Area
 */

.header .header-info .social a:hover i {	background: #d92324; }

.header .navbar-toggle .icon-bar { background: #d92324; }

.header .navbar-toggle  { border-color: #d92324; }

.header .navbar-nav>li>a:hover { color: #d92324; }

.header .navbar-nav>li>a i {	background: #d92324; }

/*
 * Slider
 */

.slider .slide-one p i { color: #d92324; }
.slider .slide-two p i { color: #d92324; }

/*
 * After Slider Block
 */

.after-slider .as-item i { background: #d92324; }

/*
 * Default Heading
 */

.default-heading h2 { color: #d92324; }
 
/*
 * Features Block Item
 */

.feature-item .f-icon { background: #d92324; }

/*
 * Works Block Item
 */

.work-item .work-hover { background: #d92324; }

/*
 * Process Block 
 */

.process .process-item { background: #d92324; }

/*
 * CTA Block
 */
 
.cta { background: #d92324; }

/*
 * Service Block
 */

.service .service-item i { color: #d92324; }

/*
 * Team Block
 */
 
.team .team-member hr {	border-top: 4px solid #d92324; }
.team .img-container .img-hover{ background: #d92324; }

/*
 * Blog Section
 */
 
.blog .entry .entry-img .date { background: #d92324; }
.blog .entry h3 { background: #d92324; }

/*
 * Pricing Block
 */
 
.pricing { background: #d92324; }

/*
 * Footer
 */
 
.footer { background: #d92324; }
.footer-widget .social a:hover i {	color: #d92324; }
.footer a {color:#fff; text-decoration: underline;}

/*
 * Go Back To Top
 */
 
.go-top a { background: #c01211; }
#carousel-example-generic {
  height: 300px;
}