/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2026 | 05:48:22 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/*Header*/
div#col-in-header {
    display: flex;
}



.color-orange {
	color: #e17d32;
}

.color-green {
	color: #2D4F1A !important;
	font-weight: 600;
	margin-top: 10px !important;
}

/*Home*/
#home-slider .carousel-slider .carousel-slider__item {
    position: relative;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #D6E4C8;
	padding-bottom: 15px;
}

#home-slider .carousel-slider .carousel-slider__item img {
	border-radius: 20px;
}

#home-slider .carousel-slider .carousel-slider__caption .title {
	font-size: 11px;
	color: #5C6E4A;
	font-style: Italic;
}