/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 3.1.1.1732950539
Updated: 2024-11-30 07:08:59

*/
.elementor-button.elementor-button-link,.elementor-button span,.page-content a {
	text-decoration: none!important;
}
.breadcrumb li:last-child .elementor-icon-list-text {
    color: #303030b3 !important;
}
.legacyListing {
    display: flex;
	align-items: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.legacyListing .owl-stage-outer {
    position: relative;
	width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.legacyListing .owl-item{
    float: left;
}
.legacyListing .owl-nav {
    margin: 26px 0;
}
.legacyListing .owl-dots {
    display: flex;
    align-items: center;
	justify-content: center;
	width: 100%;
	background: #F3F3F3;
	padding-top: 30px;
}
.legacyListing .owl-dot.active {
    display: flex!important;
}
.legacyListing .owl-dot {
    display: none;
}
.legacyListing .legacyItem {
    padding: 0 20px;
}
.legacyListing .owl-nav button {
    padding: 0;
    height: 30px;
    width: 27px;
    border-radius: 0;
    font-size: 30px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: #303030;
    color: #303030;
	margin: 0 6px;
	transition: none!important;
}
.legacyListing .owl-nav button:hover,.legacyListing .owl-nav button:focus {
	background: #AF0303;
	border-color: #AF0303;
	color: #FFF;
}
.legacyContent {
    text-align: center;
}
h3.legacyTitle {
    margin: 0;
	color: #AF0303;
}
.legacyText {
    margin-top: 14px;
}
span.legacyPosition {
    font-weight: 500;
}
.legacyBtn a {
    display: inline-flex;
    align-items: center;
	gap: 10px;
    color: #AF0303!important;
}