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

header nav a.home-btn, .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: #225B9C !important;
}

header nav ul li a:hover, .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: #101622 !important;
	background: #fff;
	border-radius: 20px;
}

.spinner:before{
    border-top-color: #425cbb;  
}

ul.profile-information li:before{
	border-color: #425cbb; 
}

/* Hover Color*/

.site-btn:hover, header nav a.home-btn:hover, .section-title span{
   background-color: #085293 !important;
   border-radius: 20px;
}

/* Opacity Color*/

#award .cbp-item .portfolio-image .icon i, #award .cbp-item figure .icon i{
    background: rgb(66, 91, 187);
}
#video .cbp-item .portfolio-image .icon i, #video .cbp-item figure .icon i{
    background: rgb(66, 91, 187);
}

/* for dark 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: #425cbb !important;
}

/* .tab.active a, #blog-post .post-list ul li a, #blog-post .post-comment ul li .comment-content a{
	color: #425cbb; 
} */









