/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/hello-elementor-child
 Description: A child theme for the Hello Elementor theme.
 Author: Your Name
 Author URI: https://example.com
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

/* Add custom styles below this line */


/* Madushan Global CSS */

.margin-bot-zero p {
	margin-bottom: 0 !important;
}
.h2-heade-lite{font-weight:400;}

/* Mobile Quries */
@media (max-width: 767px) {
.br-hide-m{display:none;}
}