/*
 Default: #A91B1E;
*/
.spinner:before, .spinner:after {
    background: #A91B1E;
}
.section-title h2 span {
    color: #A91B1E;
}
.section-title h2::before {
    background: #A91B1E;
}
.section-title h2::after {
    background: #A91B1E;
}
a.home-button {
    color: #A91B1E;
    border: 2px solid #A91B1E;
}
a.home-button::before {
    background: #A91B1E;
}
a.btn-normal {
    background: #A91B1E;
}
.slide-text h2 span {
    color: #A91B1E;
}
.nav > li > a:hover,
.nav > li > a:focus { background-color: transparent }
.is-sticky header.header .nav > li.active a,
header.header a:hover,
.is-sticky header.header a:hover { color: #A91B1E }
.single-about-block span {
    background: #A91B1E none repeat scroll 0 0;
}
.about-area .carousel-indicators li {
    border: 1px solid #A91B1E;
}
.about-area .carousel-indicators .active {
    background-color: #A91B1E;
}
.video-play-icon a:hover {
    color: #A91B1E;
}
.video-play-icon a:hover i {
    color: #A91B1E;
    border: 2px solid #A91B1E;
}
.single-service i {
    color: #A91B1E;
}
.progress .color, .progress .color .bar-width {
    background: #A91B1E;
}
.progress .color span:before{
    border-color: #A91B1E transparent transparent transparent;
}
.single-fact i {
    background: #A91B1E;
}
.portfolio-menu button:hover {
    color: #A91B1E;
}
.portfolio-menu button:before {
    background: #A91B1E;
}
.portfolio-menu button:after {
    background: #A91B1E;   
}
.portfolio-icon a i:hover {
    background: #A91B1E;
    border: 2px solid #A91B1E;
}
.team-people-profile a i:hover {
    color: #A91B1E;
    border: 2px solid #A91B1E;
}
.home-blog-content .post-details {
    color: #A91B1E;
}
.author-bio img {
    border: 2px solid #A91B1E;
}
.pricing-header h4 {
    background: #A91B1E;
}
.testimonial-author img {
    border: 5px solid #A91B1E;
}
.testimonial-details:before {
    color: #A91B1E;;
}
.testimonial-details h4 {
    color: #A91B1E;
}
.testimonials-list .owl-controls .owl-dots .owl-dot {
    border: 1px solid #A91B1E;
}
.testimonials-list .owl-controls .owl-dots .owl-dot.active {
    background: #A91B1E;
    border: 1px solid #A91B1E;  
}  
.home-contact-form input[type="text"]:hover,
.home-contact-form input[type="email"]:hover,
.home-contact-form textarea:hover, 
.home-contact-form input[type="text"]:focus,
.home-contact-form input[type="email"]:focus,
.home-contact-form textarea:focus {
    border-bottom: 3px solid #A91B1E;
}
.home-contact-form input[type="submit"] {
    background: #A91B1E;
}
.single-contact-info i {
    color: #A91B1E;
}
.goolge-map-area  h3{
    background: #A91B1E;
}
.footer-widget h4:before {
    background: #A91B1E;
}
.footer-widget ul li a:hover {
    color: #A91B1E;
}
.footer-widget .social-profile ul li a i:hover {
    color: #A91B1E;
    border: 2px solid #A91B1E;
}
article .post-details a {
    color: #A91B1E;
}
a.blog-read-more {
    color: #A91B1E;
}
a.blog-read-more:hover {
    color: #A91B1E;
}
.widget ul li a {
    color: #A91B1E;
}
.Button {
	color: #ff1d23;
}

.Button:focus,
.Button:hover {
	background: #ff1d23;
	color: #fff;
}

.Form__control:focus {
	border-color: #ddd;
}