/*
 Theme Name:   Hello Elementor Child
 Description:  Child theme for Hello Elementor
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("/wp-content/themes/hello-elementor/style.css");

/* Your custom styles go below */


.elementor-widget-text-editor p{
	margin-bottom: 0!important
}

.download-icon:hover svg path.st1{fill:#0B4465}

/* program-tabs */
.program-tabs .e-n-tab-title:hover svg path,
.program-tabs .e-n-tab-title[aria-selected="true"] svg path{
	fill:#fff;
}

