/* Add here all your CSS customizations */

.text-ss {
	font-size: 1.2rem !important;
}
/* box */
.featured-boxes-full .featured-box-full-slim {
	text-align: center;
	padding: 25px;	
}
.testimonial .testimonial-author-personal img {
	max-width: 65px;
}

.divider-left-border {
	border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.divider-right-border {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        color: #333 !important;
    }
	#header .header-nav-main nav > ul > li > a.active {
        border-bottom: 4px solid #fbc02d !important;
    }
}