/*header*/
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active{
	color:#5224dc;
}
#sp-header {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
	background: #ecf2fe;
    border-bottom: 1px solid #e6ebf7;
}
.sp-megamenu-parent > li > a {
    text-transform: uppercase;
    font-weight: 500 !important;
}

.sppb-article-info-wrap .tags {
	display: none;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
font-family: "Font Awesome 5 Free";
}

/*body*/
body {
	background:#f7fdff;
}
#sp-footer, 
#sp-bottom {
background: linear-gradient(86deg, rgba(165, 0, 251, 0.85) 0%, rgba(3, 69, 191, 0.86) 100%) transparent!important;
}
#sp-footer a, 
#sp-bottom a {
	color:#fff !important;
}
/*title page*/
.sp-page-title{
    background: linear-gradient(86deg, rgba(165, 0, 251, 0.85) 0%, rgba(3, 69, 191, 0.86) 100%) transparent !important;
	padding: 90px 8%;
}
.sp-page-title .sp-page-title-heading {
    font-size: 35px;
}
.sp-page-title {
    background: transparent;
}
.sppb-addon-social-share.sppb-social-share-style-simple ul {
    margin: 0;
}
.sp-page-title .sp-page-title-sub-heading {
    font-size: 16px;
}

@media (min-width: 576px) {
.social-right-top {
    float: right;
	padding-right: 8% !important;
}
}
@media (max-width: 575px) {
.social-right-top {
    float: left;
	padding-left: 11% !important;
}
}
/*menu*/
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 12px 0;
    cursor: pointer;
    text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
	content:"-";
	position:relative;
	padding-right:15px;
	transition: all 0.3s ease 0s;
	opacity:0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a:before {
	opacity:1;
	padding-right:15px;
	transition: all 0.3s ease 0s;
}
/*blog*/
.article-list .article {
	background:#fff;
}
.article-header h2 a {
line-height:1.5;
}
.articles-more {
	display:none;
}