/*
Theme Name: Hello Elementor (Child)
Author: 
Description: Your description goes here
Version: 2.8.1
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.header-menu nav.elementor-nav-menu__container .elementor-nav-menu li.menu-item a {
    position: relative;
    z-index: 10;
    transition:all ease-in-out .2s !important;
    -moz-transition: all .2s ease-in-out !important;
    -webkit-transition: all .2s ease-in-out !important;
    -ms-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
}

.header-menu nav.elementor-nav-menu__container .elementor-nav-menu li.menu-item a:hover:before{
    width: 0%;
    transition:all ease-in-out .2s !important;
    -moz-transition: all .2s ease-in-out !important;
    -webkit-transition: all .2s ease-in-out !important;
    -ms-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
}

.header-menu nav.elementor-nav-menu__container .elementor-nav-menu li.menu-item a:hover:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 5px;
    background-color: var(--e-global-color-18c7a03);
    left: 0;
    bottom: 0;
    opacity: 1 !important;
    transition:all ease-in-out .2s !important;
    -moz-transition: all .2s ease-in-out !important;
    -webkit-transition: all .2s ease-in-out !important;
    -ms-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;

}

.service-grid .elementor-widget-container a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
    height: 308px;
    object-fit: cover;

}

.about-imagebox .elementor-image-box-wrapper .elementor-image-box-content h3.elementor-image-box-title {
    position: relative;
}

.about-imagebox .elementor-image-box-wrapper .elementor-image-box-content h3.elementor-image-box-title::before {
    content: '';
    width: 22px;
    height: 1px;
    background-color: var(--e-global-color-primary);
    display: block;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
}

.partners-logo .elementor-widget-container {
    height: 160px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nesletter-form button.elementor-button span {
    margin: 0 !important;
}

.underline-text .elementor-widget-container h2.elementor-heading-title {
    position: relative;
}

.underline-text .elementor-widget-container h2.elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0);
    background-image: url('/wp-content/uploads/2023/12/text-underline_03.png');
    background-size: cover;
    width: 257px;
    height: 9px;
}

.underline-text-2 .elementor-widget-container h2.elementor-heading-title {
    position: relative;
}

.underline-text-2 .elementor-widget-container h2.elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    background-image: url('/wp-content/uploads/2023/12/Web-Design-1_03.png');
    background-size: cover;
    width: 110px;
    height: 4px;
}