/* --------------------------------- */
/* Css Color Style                   */
/*---------------------------------- */

.estate figure .imgout .price, .site-btn, .timeline li:first-child i, nav ul li a:after, .owl-theme .owl-controls .owl-page span, .skill-list .progress .percentage, ul.profile-information li:first-child:before{
    background: #34495e !important;
}

header nav ul li a:hover, .events ul li .datenlocation span, .namenprice .price, .cbp-filter-item-active, .portfolio-content p span, #blog-post .blog-sidebar ul.category-list li a:hover, #blog-post .blog-sidebar .popular-posts ul li a .info{
    color: #34495e !important;
}

.active{
    border-bottom: 2px solid #34495e;
    border-radius: 0px;
    background: #fafafa;
}

.spinner:before{
    border-top-color: #34495e;  
}

ul.profile-information li:before{
    border-color: #34495e; 
}

/* Hover Color*/

.section-title h1, .section-title h2, .section-title h3, .section-title h4 ,.section-title h5{
    font-size: 18px;
    font-weight: 600;
    position: relative;  
    border-bottom: 2px solid #34495e;
    line-height: 26px;
}

/* Opacity Color*/

#portfolio .cbp-item .portfolio-image .icon i, #portfolio .cbp-item figure .icon i{
    background: rgb(255, 197, 1);
}

/* for light colors */

.site-btn, header nav a.home-btn i, ul.profile-information li:first-child:before, #blog .blog-box .date span, #blog .blog-box .date span, .timeline li:first-child i, .cbp-l-loadMore-link.site-btn{
    color:#fff !important;
}

.timeline li:before, ul.profile-information li:before{
    border-color: #34495e !important;
}
a.site-btn i.fa {
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    margin-left: 5px;
    color: #333 !important;
}

a.home-btn i.fa {
    color: #333 !important;
}

.tab.active a, #blog-post .post-list ul li a, #blog-post .post-comment ul li .comment-content a{
    color: #34495e;
}

ul.profile-information li:first-child:after{
    background: url(../../images/glasses.png) no-repeat; 
    background-size: 27px 10px;
}










