/*
Name: 			KES Africa Custom
Written by: 	DNL Tech (Pty) Ltd - (http://www.dnltech.co.za)
Theme Version:	8.0.0
*/
.custom-card .featured-box svg {
	fill: red;
}

/*
* Cards
*/
.custom-card:hover {
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
}
.custom-card:hover:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	height: 3px;
	width: 100%;
}
.custom-card .icon-animated {
	max-width: 80px;
}


/*
* Map
*/
.custom-map {
	margin: 0 !important;
}

/*
* Contact Form
*/
.custom-form-style-1 .form-control {
	border: 0;
	padding: 19.2px;
	padding: 1.2rem;
	box-shadow: none !important;
	height: auto;
}

/*
* Card
*/
.custom-card-style-2 {
	box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.1);
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin-top: 16px;
	margin-top: 1rem;
}
.custom-card-style-2 h3, .custom-card-style-2 h4 {
	letter-spacing: inherit;
	font-weight: 600;
}
.custom-card-style-2 hr {
	background: rgba(0, 0, 0, 0.15) !important;
}
.custom-card-style-2:before {
	content: "";
	display: block;
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
}
.custom-card-style-2.card-contact-us {
	margin-top: 6.4px !important;
	margin-top: 0.4rem !important;
}

.custom-card-style-3 {
	border: 1px solid #ccc;
}
.custom-card-style-3 h4 {
	letter-spacing: inherit;
	font-weight: 600;
}
.custom-card-style-3:hover {
	cursor: pointer;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
}


