/*Theme Name:   hello-elementor child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* Write here your own personal stylesheet */

.footer-link a:hover{
color: #3d537b !important;
}
.footer-link a{
color: white !important;
}
.header-menu li:hover, .header-menu .current-menu-item{
    background-color: #3d537b !important;
}
.header-menu .sub-arrow{
	padding: 0 !important;
}

strong{
    font-weight: 400;
    color: #1e355e;
}
.elementor-divider-separator{
    border-color: #9a9a9a !important; 
}