/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1773640321
Updated: 2026-03-16 05:52:01

*/


.box-h{transition: all 0.3s ease;
    position: relative;
    overflow: hidden;}

.box-h:hover{
 transform: translateY(-3px) !important;
 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;	 }


.hm-hero{
	padding-top:110px; 
padding-bottom:110px; }

.inner-hero{
	padding-top:100px; 
padding-bottom:100px; }



.section{ padding-top:100px;
padding-bottom:100px;}

.section-small{padding-bottom:50px; padding-top:50px; }


.pb-none{padding-bottom:0px; }


p:last-child{margin:0px;}



.title-sub-w .elementor-heading-title {
    background-color: #f1f8ff2b;
    border: #ffffff45 solid 1px;
    border-radius: 50px;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 3px;
    color: var(--e-global-color-a4eec21);
    padding:12px 15px 12px 30px;
    position: relative;
	    display: inline-block;
}

.title-sub-w .elementor-heading-title:before {
    content: "";
 background-color:var(--e-global-color-accent);
    width: 7px;
    height:7px;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 16px;
    left: 16px; }

.elementor-icon-box-title { margin: 0; }

.hm-box {
    height: 100%; }

.hm-box .elementor-widget-button {
    margin-top: auto !important;
}


/*Forms*/
div#wpforms-663 {
    margin: 0;
}


div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button {
    width: 100% !important;
    font-size: 14px !important;
    letter-spacing: 2px;
    font-weight: 600 !important;
    text-transform: uppercase;
    height: 50px !important;
    display: block;
	
	    background-color: var(--e-global-color-accent) !important;
    fill: var(--e-global-color-99053dc);
    color: var(--e-global-color-99053dc) !important;
    box-shadow: 0px 0px 20px 0px rgba(159.79999999999998, 94.14304347826086, 94.14304347826086, 0.3) !important;
    border-radius: 10px !important;
	
	
}
