/* 
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 */
body.home  header#header-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.services-box .elementor-image-box-content ul li {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}


.services-box .elementor-image-box-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.services-box .elementor-image-box-content ul li {
    font-size: 14px;
    font-weight: 500;
    color: #000;
	line-height: 30px;
	padding-left: 25px;
	position: relative;
}
.services-box .elementor-image-box-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background-image: url('./images/check.png');
    background-size: contain;
    transform: translateY(-50%);
}

.services-box .elementor-image-box-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.services-box figure.elementor-image-box-img {
    width: 48px!important;
    height: 48px;
    background-color: #299fdf;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.contact-form-home ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.contact-form-home ul li.half {
    width: calc(50% - 8px);
}

.contact-form-home ul li.full {
    width: 100%;
}

.contact-form-home ul li p {
    margin-bottom: 0;
}

.contact-form-home ul li input {
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    color: #000;
    font-family: 'DM Sans';
}

.contact-form-home ul li select {
     font-size: 16px;
    width: 100%;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    color: #000;
    font-family: 'DM Sans';
}
.contact-form-home ul li textarea{
     font-size: 16px;
    width: 100%;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    color: #000;
    font-family: 'DM Sans';
    height:100px
}

.contact-form-home ul li input.wpcf7-form-control.wpcf7-submit {
    width: max-content;
    padding: 11px 80px;
    border: 0;
}

.contact-form-home ul li:last-child{
	text-align:center;
}

.small-title span {
    position: relative;
    padding-left: 40px;
}

.small-title span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #299fdf;
}
.marquee-outer {
    position: relative;
    overflow: hidden;
}

div#marquee-list {
    display: flex;
    width: max-content;
    list-style: none;
    margin: 0;
    padding: 0;
    animation: marquee 100s linear infinite;
}
div#marquee-list ul{
	flex-wrap: nowrap;
}
div#marquee-list ul li{
	word-break: normal;
    width: max-content;
	position: relative;
}
div#marquee-list ul li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(45deg);
    background: #010815;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.hfe-nav-menu li.hfe-button-wrapper a {
    color: #010815 !important;
}
span.wpcf7-spinner {
    display: block;
    position: absolute;
    left: 50%;
}
.contact-form-home.contact ul li:last-child {
    text-align: left;
}
div#esa-number .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

div#logos-box div#gallery-1 {
    display: flex;
    align-items: center;
}

div#logos-box div#gallery-1 .gallery-icon {
    width: 100%;
    height: 100px;
}

div#logos-box div#gallery-1 .gallery-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 1024px) {
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal{
	display: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal{
	display: block;
}
}
@media (max-width: 767px) {
	.services-box.elementor-widget-image-box .elementor-image-box-img {
		margin-inline: 0 !important;
	}
	.contact-form-home ul li.half {
		width: 100%;
	}
	
}