/* Add here all your CSS customizations */
ul.breadcrumb.d-block.text-md-right li {
    text-shadow: 1px 1px 1px black;
}

.txt-shadow-s {
    text-shadow: 1px 1px 1px black;
}

/* Header Home */

.tparrows.tp-leftarrow:before {
     content: "<";
}
.tparrows.tp-rightarrow:before {
    content: ">";
}

.testimonial.testimonial-with-quotes blockquote:after {
	color: #777;
	display: block !important;
	right: 10px;
	top: 0;
	content: "“";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

.testimonial.testimonial-with-quotes blockquote:before {
	color: #777;
	display: block !important;
	left: 10px;
	font-size: 80px;
	top: 82%;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: 0px;
	content: "”";
}