/*
================================================
Common CSS
================================================
*/
.heading-line:before {
	background: #da3832;	
	}
.heading-line:after {
	background: #da3832;
}	
.heading-line {
	border-bottom: 1px solid #da3832;
	background: #da3832;	
	}
#switcher .theme-click {
    background-color: #da3832;
}	
.btn-one {
  background: #da3832;
}
/*
================================================
Scroll top Arrow
================================================
*/
#scrollUp i:hover {
	color: #da3832;
}
/*
================================================
Navigation
================================================
*/
.navbar-default .navbar-brand {
	color:#da3832;
}
.navbar-default .navbar-brand:hover {
	color:#da3832;	
	}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #da3832;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #da3832;
}
/*
================================================
Banner Content
================================================
*/
.banner-content a {
	color: #da3832;
}
a.welcome-control:focus, a.welcome-control:hover i {
	color: #da3832
}
.banner-content a:hover {
	background: #da3832;
	border-color: #fff;
	color: #fff;
}
.banner-content h1 {
	color: #da3832;
}
.hero h1 {
	color:#fff;
	}	
.hero h3 {
	color:#fff;	
	}	
/*
================================================
Counters
================================================
*/
.counters .counter i {
	color: #da3832;
}
.counters .counter:after {
	background: #da3832;
}	
/*
================================================
About Us
================================================
*/
.single-about i {
	background:#da3832;
}
/*
================================================
Our Team
================================================
*/
.ourteam .team-head:before {
	background: #da3832;
}
/*
================================================
Services
================================================
*/
.service-inner i {
	color: #da3832;
}
.single-service:hover {
	background: #da3832;
}	
/*
================================================
Portfolio
================================================
*/
.portfolio #filters ul li a:hover h5, .portfolio #filters ul li a.active h5 {
	background-color: #da3832;
}
.work-info p {
	color:#da3832;
}
.portfolio-filter li.active {
	color: #da3832;
}
/*
================================================
Testimonials Wrapper 
================================================
*/	
.carousel-indicators .active {
	background-color: #da3832;
}
/*
================================================
Pricing Table
================================================
*/
.price-title {
	background: #da3832;
}
.price-value {
	background: #da3832; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da3832), color-stop(40%, #da3832)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #da3832 0%, #da3832 40%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-linear-gradient(top, #da3832 0%, #da3832 40%);
	background: linear-gradient(to bottom, #da3832 0%, #da3832 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da3832', endColorstr='#da3832', GradientType=0 ); /* IE6-9 */
}
/*
================================================
Contact us
================================================
*/
.contact-info-wrapper:hover .contact-info-icon {
	background: #da3832;
	color: #fff;
}	
.contactus .btn { 
	background: #da3832;
}
.contact-text > span a:hover {
    color: #da3832;
}
footer {
	background: #da3832;
}
