/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.heading-dec-before{
    display: flex;
}

.heading-dec-before:before,
.heading-dec-after:after
{
    content: '';
    height: 2px;
    width: 100px;
    display: block;
    background-color: var(--e-global-color-primary);
    margin-top: auto;
    margin-bottom: auto;
}

.services-carousel .swiper-slide .slide:hover {
    background-color: var(--e-global-color-primary);
}

.services-carousel .swiper-slide .slide:hover * {
    color: #ffffff !important;
}


.accent-color {
	color: var(--e-global-color-secondary)
}

#elementor-popup-modal-58 {
	justify-content: flex-start !important;
}

#elementor-popup-modal-58 .dialog-message {
    max-width: 300px;

}

#elementor-popup-modal-58 .dialog-close-button,
#elementor-popup-modal-55 .dialog-close-button {
    position: absolute;
    right: -60px;
    padding: 10px;
	border-radius: 8px;
    background: #ffffff;
}

