.text_blog .blog_user h4 a {
    color: #4e54c8;
    transition: all 300ms linear 0s;
}

.text_blog:hover{
	
	background: #4e54c8;
    background: -webkit-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: -moz-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: -o-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: linear-gradient(-45deg, #4e54c8, #8089ff);
	
}

.image_blog > a:after {
    background: #4e54c8 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

 .filtering .active {
    border-color: #4e54c8;
    color: #4e54c8;
}

.portfolio-post-border {
    border: 1px solid #4e54c8;
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    visibility: hidden;
}


.page-title-section {
    padding: 250px 0 150px;
    text-align: center;
}


.service-box .img-holder:before {
    background-color: rgba(80, 86, 200, 0.6);
}


.theme-overlay[data-overlay-dark]:before {
    background: #9133e6;
    background: -webkit-linear-gradient(-45deg, #893fe3, #999);
    background: -moz-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: -o-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: linear-gradient(-45deg, #1925ab, #0a56c7);
}


.bg-theme{
    background: #9133e6;
    background: -webkit-linear-gradient(-45deg, #893fe3, #999);
    background: -moz-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: -o-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: linear-gradient(-45deg, #1925ab, #0a56c7);
}


.price .active .type 
{
    background: #9133e6;
    background: -webkit-linear-gradient(-45deg, #893fe3, #999);
    background: -moz-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: -o-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: linear-gradient(-45deg, #1925ab, #0a56c7);
}

.butn{
    background: #9133e6;
    background: -webkit-linear-gradient(-45deg, #893fe3, #999);
    background: -moz-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: -o-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: linear-gradient(-45deg, #1925ab, #0a56c7);
}



.text-theme-color {
    color: #1630b2;
}