body {
    color: #555 !important;
}

.logo-header {
    width: 225px;
}

.hilite-title.hilite-title-xs strong {
    font-size: 30px;
    line-height: 30px;
}

.hilite-title.hilite-title-sm strong {
    font-size: 48px;
    line-height: 48px;
}

.hilite-title.hilite-title-md strong {
    font-size: 60px;
    line-height: 60px;
}

.sx-breadcrumb li a {
    color: #fff !important;
}

.our-team-2 .icons-alt i {
    color: #000;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

.our-team-2 .profile-text {
    display: none;
    position: absolute;
}

.our-team-2:hover .profile-text {
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: justify;
    padding: 15px;
    background-color: rgba(0, 0, 0, .9);
}

.our-team-2:hover .profile-text h3 {
    font-size: 16px;
    color: white;
}

.our-team-2:hover .profile-text h4 {
    font-size: 14px;
    color: white;
}

.our-team-2:hover .profile-text p {
    font-size: 12px;
    line-height: 18px;
    color: white;
}

.sx-bnr-inr {
    height: 300px !important;
}

.section-content ul,
.section-content ol {
    margin-left: 30px;
}

.filter-navigation li a.btn:hover {
    color: #555 !important;
    transition-delay: .1s !important;
}

.copyrights-text a {
    color: #fff !important;
	text-decoration: underline;
}

.belge {
    color: #fff;
	text-decoration: underline;
}