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

.pmm-nav .pmm-menu-list a,
.pmm-nav .pmm-menu-list > li > .sub-menu a {
  font-family: "Manrope", Sans-serif;
}

.service-body h2 {
	/* color:#628B73 !important; */
	font-size:1.4em !important;
	font-weight:600 !important;
	margin-top: 0 !important;
    padding-bottom: 10px;
    border-bottom: 1px dashed #a3a3a350;
    margin-bottom: 10px;
	padding-top:20px;
}

.service-body h2:first-child {
	padding-top:0px !important;
}

.header-buttons-container .header-button a.elementor-button span.elementor-button-content-wrapper {
	align-items:center !important;
}

.header-buttons-container span.elementor-button-content-wrapper svg {
	width:auto !important;
	height:24px !important;
}

.home-services img {
	aspect-ratio: 3 / 2 !important;
	object-fit: cover !important;
}

.breadcrumbs {
	font-family: "Manrope", Sans-serif;
	font-size:14px;
	color:#222;
}

.breadcrumbs a {
	color:#222;
	text-decoration:underline;
}