/* color_4 css */
.custom-navbar.top-nav-collapse .logo a, .custom-navbar.top-nav-collapse .main-menu ul.navbar-nav li.active a, .welcome-area .home-arrow a, .modal-body h3, .project-list li a, .single-stat h2, .contact-form .form-group i.fa, .post-meta span:hover, .widget.category li a:hover, .widget.category li:before, .breadcroumb .active, .comment-reply-link, .about-text h2 span, .read-more-btn, .testimonial-area .first-part, .contact-info-area .first-part, .services-area .second-part, .work-area .second-part, .about-margin-top .second-part, .pricing-area .second-part, .logo-carousel-area .second-part, .service-overlay.text-left li i, .stat-content h4, .widget .social-links a:hover, .welcome-text h2, .social-links a:hover, .icon, .pricing-area .price, .about-text-area .owl-nav div:hover{
    color: #F27849;
}
.about-text h2 span, .testimonial-area .first-part, .contact-info-area .first-part, .services-area .second-part, .work-area .second-part, .about-area .second-part{
    color: #F27849;
}
.about-area .progress .progress-bar, .about-area .progress .progress-bar span, .hover-content a, .testimonial-area .owl-dots div.active, .btn.btn-sent, .info-icon, .cta-area a, .pagination ul li:hover a, .pagination ul li.active a, .search-form button[type="submit"], .widget.tags a:hover, .btn-comment, .service-list .owl-dots div.active, ul.work-list li.active, .section-title h2::after, .widget-title, .about-text-area .owl-dots div.active, .logo-carousel .owl-dots div.active, .box.middle .price-box-header, .pricing-area a {
    background-color: #F27849;
}
.testimonial-area .owl-dots div.active, ul.work-list li.active, .widget .social-links a:hover, .logo-carousel .owl-dots div.active{
    border: 1px solid #F27849;
}
.widget .social-links a:hover{
    background-color: transparent;
}
.about-btn a:hover, .about-btn a.btn-black:hover{
    background-color: #F27849;
    border: 2px solid #F27849;
    color: #fff;
}
.widget.social .social-links a:hover{
    border: 1px solid #F27849;
    color: #F27849;
}
.tab .nav-tabs li.active > a, .tab .nav-tabs li.active > a:focus, .tab .nav-tabs li.active > a:hover {
    border-bottom: 2px solid #F27849;
    color:#F27849;
}
.single-post-details blockquote{
    border-left:  5px solid #F27849;
}
.item-hover:before{
    border:  5px solid #F27849;
}
.cta-area a:hover, .btn.btn-sent:hover, .search-form button[type="submit"]:hover, .btn-comment:hover, .hover-content a:hover, .pricing-area a:hover, .pricing-area a:hover{
    background-color: #222;
    color: #fff;
}

.comment-reply-link:hover, .project-list li a:hover, .read-more-btn:hover{
    color: #222;
}
 @media only screen and (max-width: 767px) {
     .custom-navbar .logo a {
         color: #F27849;
     }
 }
 
