.elementor-1246 .elementor-element.elementor-element-5e69082 > .elementor-container{min-height:298px;}.elementor-1246 .elementor-element.elementor-element-5e69082:not(.elementor-motion-effects-element-type-background), .elementor-1246 .elementor-element.elementor-element-5e69082 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://m9dev2.com/cxsdev/wp-content/uploads/2022/02/page-header.jpg");background-position:center center;background-size:cover;}.elementor-1246 .elementor-element.elementor-element-5e69082{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1246 .elementor-element.elementor-element-5e69082 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1246 .elementor-element.elementor-element-1898ccf{text-align:center;}.elementor-1246 .elementor-element.elementor-element-1898ccf .elementor-heading-title{color:#FFFFFF;}/* Start custom CSS */.map-container {
    text-align: center;
}
.map-container svg path {
    fill: #0CB4D7 !important;
    stroke: #fff;
    transition: transform 500ms ease-in-out;
    position: relative;
    cursor: pointer;
}

.map-container svg path:hover {
    fill: #02679d !important;
    stroke: #fff;
}
.map-container .description {
    position: absolute;
    background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
    font-size: 18px;
    max-width: 270px;
    padding: 10px;
    z-index: 5;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    margin: 0 auto;
    color: #21669e;
    display: none;
}
.map-container .description.active {
    display: block;
}

.map-container .description h5 {
    margin: 0;
}

.training-programs h2 {
    font-weight: bold;
    color: #3a3a3a;
}
.training-program-title {
    padding: 10px 0;
}
.training-program-title h3 {
    color: #0CB4D7;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}
.training-program-title p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #000;
}
.location {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 15px;
}
.contact-info {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 15px;
}
.website a {
    background-color: #0CB4D7;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}
.general-costs-of-course {
    color: #0CB4D7;
    font-size: 24px;
}

.training-program {
    padding: 15px;
    border: 1px solid #0CB4D7;
    margin-bottom: 30px;
}


@media (max-width: 1024px) {
    .map-container svg {
        width: 100%;
        height: auto;
    }
}/* End custom CSS */