/* 
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 */

/*Header Section*/
.phone_number .elementor-icon-box-title {
    line-height: 1em !important;
    margin: 0;
}
.blog_sec .elementor-post__thumbnail__link {
	margin-bottom: 10px !important;
}
.blog_sec .elementor-post__excerpt { 
	overflow: hidden;
	width:100%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.blog_sec .elementor-post__text {
    padding: 0 15px !important;
}


@media all and (max-width:770px) and (min-width:441px) {
	.com_values .e-child {
		flex: 0 0 31% !important;
	}
	.service_sec .e-child {
		flex: 0 0 48% !important;
	}
	.benefits_sec_css .elementor-widget-container {
		min-height: 230px;
	}
}