@charset "UTF-8";

.img-title {
	text-align: center; 
	margin-top: 20px;     margin-bottom: 20px;
	font-size:1.6em; 
	font-weight: 700;
	color:#179b77; 	
	font-family: 'Roboto', sans-serif;
}
.img-subtitle {
	text-align: center; 
	margin-top: 10px; margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size:1.2em; 
	color:#444; 	
	font-weight: 600;
}
.img-text {
	text-align: center; 
	margin-top: 10px; margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size:1em; 
	color:#444; 	
	font-weight: 600;
	/* max-width:900px; */
	justify-content: center;
}
.carousel-spacer, .carousel-spacer-no-border {
	/* margin-bottom: 40px; */
}
.carousel-spacer {
	/* border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray; */
}
.shadow-padding{
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
    margin-top:-20px;
    margin-bottom:-20px;
}
.row {
	text-align: center;
	/* margin-top:20px; */
}
.slider-bubble {
    height: 175px;
    /* border-radius: 15px 15px 15px 15px !important; */
   /*  background:white; */
    padding-top: 20px;
}
.feat-slider-bubble {
	background: rgb(237,247,244);
	border-radius: 10px;
	/*  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.5);  */
}
/* #myCarousel_cmp .carousel-indicators li {
	border: 1px solid rgb(191,35,49);
}
#myCarousel_cmp .carousel-indicators .active  {
	background-color: rgb(191,35,49) !important;
}
#myCarousel_tk .carousel-indicators li {
	border: 1px solid rgb(0,0,0);
}
#myCarousel_tk .carousel-indicators .active  {
	background-color: rgb(0,0,0) !important;
}
 */
.carousel-indicators {
	z-index: 1;
}
.justifier {
	max-width: 900px;
}
