/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.aboutbox .circle_number_widget_layout
{
	align-items:start !important;
}
.servicebox ul
{
	padding-left:18px;
}
.servicebox ul li
{
	color: rgb(0, 0, 0);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
	margin-top:5px
}
.footerheading h2
{
	flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 12px;
}
.footerheading h2:before {
    content: "";
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 1px;
	display:flex;
}
.productboxes .uc_title
{
	font-size:22px !important; 
}