/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.header-size-sm #header-wrap #logo img{
	height: 40px;
}

.dark .fbox-border.fbox-light .fbox-icon i, .dark .fbox-border.fbox-light .fbox-icon img{
	color:#fff;
}
.dark .fbox-light .fbox-icon i, .dark .fbox-light .fbox-icon img{
	border-color: #fff;
}
.footer-features h5 a:hover {
	color: #444;
	border-bottom: 1px dotted #AAA;
}
.footer-features i{
	position: relative;
    top: 8px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin-right: 10px;
    color: #888;
}
.footer-features h5{
	font-size: 1rem;
}
.mission-goals .feature-box {
	box-shadow: 0 0 10px rgba(99, 114, 130, 0.15);
	padding: 25px 20px;
	border-radius: 10px;
}
.mission-goals .feature-box h3 a:hover{
	color: #444;
	border-bottom: 1px dotted #AAA;
}
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6{
	color: #FFF !important;
}
.dark .fbox-content p{
	color: #d2d2d2;
}
.section-01 p{
	font-size: 0.8rem;
    line-height: 1.5 !important;
}
.section-01 h3{
	font-size: 0.85rem;
}
.breadcrumb{
	font-size: 80%;
}
#page-title.page-title-mini h1{
	font-size: 16px;
}

.dbm-product-list .product-box {
	box-shadow: 0 0 10px rgba(99, 114, 130, 0.15);
	padding: 25px 20px;
	border-radius: 10px;
}
.dbm-product-list .product-box h3 a:hover{
	color: #444;
	border-bottom: 1px dotted #AAA;
}
.product-box:first-child{
	margin-top: 0;
}
.pbox-content h3{
	font-size: 0.82rem;
}
.dbm-product-single{
	font-size: 0.85rem;
}

.dbm-product-single .product-box {
	box-shadow: 0 0 10px rgba(99, 114, 130, 0.15);
	padding: 25px 20px;
	border-radius: 10px;
}
.dbm-product-single .product-box h3 a:hover{
	color: #444;
	border-bottom: 1px dotted #AAA;
}
.card.product-spec{
	background-color: #f1f1f1;
	margin-bottom: 1rem;
}
.card.product-spec ul{
	list-style: none;
}
.card.product-spec ul li{
	line-height: 1.8;
}
.info-brand a{
	color:#055160;
}
.info-brand a:hover strong{
	border-bottom: 1px dotted;
}
#page-title h1 a{
	color:#055160;
}

.sidebar .card-header{
	color: #007d36;
	background-color: #f7f7f7;
}
.sidebar .card-header .icon{
	margin-right: 0.5rem;
}