/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2022 | 19:35:36 */
/*------------------------------------------------------------------------*/
/* FEATURED SERVICES - 3 COLUMNS styling */
/*------------------------------------------------------------------------*/
.jm-featured-services {
	margin-bottom: -5px;
}

.jm-featured-services .jm-section-wave-top {
	width: 100%;
}

.jm-featured-services .jm-featured-box .box-text {
	background: transparent linear-gradient(1deg, #FFFFFF 0%, #F1F5FF 100%) 0% 0% no-repeat padding-box;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;	
}

.jm-featured-services .jm-featured-box .block-title h3 {
	line-height: 1.2;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
	font-weight: 700;
	letter-spacing: .5px;
	font-size: 25px;
	color: #414141;
    font-family: "Roboto Condensed", sans-serif !important;
}

.jm-featured-services .jm-featured-box .block-description {
	font-weight: 300;
	font-size: 13px;
	padding: 0 16px;
}

.jm-featured-services .jm-featured-box .block-cta {
	margin-top: auto;
}

.jm-featured-services .jm-featured-box .block-cta a.jm-cta-outline-orange {
	font-weight: 300;
	font-size: 14px;
	padding: 1em 30px;
	border: 2px solid #f9ab00;
	color: #f9ab00;
}

.jm-featured-services .jm-featured-box .block-cta a.jm-cta-outline-orange:hover {
	background: #f9ab00;
	color: #FFF;
	border: 2px solid #f9ab00;
}

.jm-featured-services .jm-featured-box .block-cta a.jm-cta-outline-orange:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 15px;
}
/*------------------------------------------------------------------------*/



/*------------------------------------------------------------------------*/
/* FEATURED SERVICES - 2 COLUMNS styling */
/*------------------------------------------------------------------------*/
.jm-featured-services-2-cols {
	margin-bottom: 5px;
}
/*------------------------------------------------------------------------*/