/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://shamimsarder.com
 Description:  Child theme for Hello Elementor theme.
 Author:       Shamim Sarder
 Author URI:   https://shamimsarder.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Custom CSS Code Starts Here */

.fsl-breadcrumb-item a {
    color: white;
}
.fsl-breadcrumb-item.active{
	color: white;
}

.zones .zone{
	background: #d3e1ea;
	border-radius: 10px;
    text-align: center;
}
.zones {
	background: #dee9f078;
}