/*=========================
** Fanuscoin Color css
=========================*/
/*box shadow color*/
.about-us .about-img .hover{
  box-shadow: 0 0 5px #f00;
}
/* color*/
.about-us .content h2 span,
.what-we-do .single-what-we-do:hover .content h4,
.section-title h2 span,
.contact-section .contact-form-wrapper h2 span,
.faq-section .accordion-wrapper .panel-title a.collapsed,
.faq-section .accordion-wrapper .panel-title a.collapsed:after,
.footer-section .social-links li a:hover{
  color: #f00;
}
/*svg fill color*/
.what-we-do .single-what-we-do:hover .icon .svg{
  fill: #f00;
}
/*border right color*/
.road-map .road-map-wrapper .timeline .row:nth-child(odd) .item .item-content .content:after{
  border-right-color: #f00;
}
/*border left color*/
.road-map .road-map-wrapper .timeline .row:nth-child(even) .item .item-content .content:after{
  border-left-color: #f00;
}
.road-map .road-map-wrapper .timeline .item .item-icon{
  box-shadow: 0px 0px 5px 5px #f00;
}
/*border left color*/
.blog-section .single-blog-post .thumb img{
  border-bottom-color: #f00;
}   
.back-to-top{
  display: none;
}