/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0px;
    color: #EEE;
}

.heading-block h1 {
    font-size: 40px;
}

.fbox-outline .fbox-icon a {
    border: 1px solid #FFF;
    padding: 0.25rem;
    border-radius: 50%;
}

.fbox-icon a, .fbox-icon i, .fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #2b378c;
}

.fbox-icon i, .fbox-icon img {
    border-radius: 50%;
    background-color: #FFF;
}

.dark .fbox-effect .fbox-icon i:hover, .dark .fbox-effect:hover .fbox-icon i {
    background-color: #2b378c;
}

.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
    background-color: #2b378c;
    color: #FFF;
}


