/*!
	Theme Name: Hello Elementor Child
	Template: hello-elementor
*/

.hrcustom hr {
	max-width: 35%;
	margin: auto !important;
}
.sliderhome hr, .hrcustom hr {
	margin-top: 3px !important;
	border-top: 2px solid #5DA7DC;
}
.sliderhome hr:first-of-type, .hrcustom hr:first-of-type {
	margin-top: 10px !important;
	border-top: 5px solid #3665A0;
}

.swiper-slide-bg {
	box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 50%);
}

.elementor-blockquote--skin-quotation .elementor-blockquote:before,
.elementor-blockquote--skin-quotation .elementor-blockquote:after {
    font-size: 50px !important;
    color: #A3D8E8 !important;
    font-family: Times New Roman,Times,serif;
    font-weight: 900;
    line-height: 1;
    display: block;
    height: 0.6em;
}
.elementor-blockquote--skin-quotation .elementor-blockquote:before {
	content: "“";
	float: left;
	margin: 0 -100px 0 100px;
}
.elementor-blockquote--skin-quotation .elementor-blockquote:after {
	content: "”";
	float: right;
	line-height: 0 !important;
	margin: 0 100px 0 -100px;
}