  .badge {
	font-size: 16px!important;
	white-space: normal;
}
.grid-row .grid-item {
	border-bottom: 4px solid #44D62C!important;
}
.profileCards-container.style2 .name::after {
	background-color: #00AEFF!important;
}
.subtitle {
	color: #007CAD!important;
}
.matrix ul {
	margin-bottom: 1rem;
}
.item.contact-box .box {
	border-bottom: 4px solid #00AEEF;
	border-radius: 25px 0 25px 0;
	box-shadow: 1px 5px 12px #d6d6d6!important;
}
.service-tile-item .item .box {
    padding: 1.5rem !important;
    border-radius: 8px;
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.10);
}

.service-tile-item .item:hover .box {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.10), 0 5px 0 #00AEEF;
	background-color: #fff;
    background-image: linear-gradient(360deg, #ace2f6, #ffffff);
}
