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

.customers-slider .swiper-wrapper {
	width: 100%;
  	animation: scroll-left 130s linear infinite;
}

.swiper-slide-next .teamlid-container img {
	height: 290px !important;
}

.teamlid-container img {
	transition: all 300ms;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.header-menu .sub-menu .menu-item {
	padding-left: 20px;
}

.header-menu .sub-menu .menu-item a {
	text-transform: initial !important;
	border: 0 !important;
}

.header-container.elementor-sticky--effects {
	border-bottom: 1px solid #eaeaea;
	transition: all 300ms;
	background: white;
}

.header-container .header-logo img {
	transition: all 300ms;
}

.header-container.elementor-sticky--effects .header-logo img {
	max-width: 200px;
}

.header-container.elementor-sticky--effects .header-menu a, .header-container.elementor-sticky--effects .header-menu .sub-arrow {
	color: var(--e-global-color-primary) !important;
	fill: var(--e-global-color-primary) !important;
}

.header-container.elementor-sticky--effects .header-menu .sub-menu a {
	color: white !important;
}

.header-container.elementor-sticky--effects .header-menu a:hover, .header-container.elementor-sticky--effects .header-menu a:hover .sub-arrow, .header-container.elementor-sticky--effects .header-menu .elementor-item-active {
	color: var(--e-global-color-secondary) !important;
	fill: var(--e-global-color-secondary) !important;
}

.gform-theme--framework .gform_validation_errors {
	background: #FDDEDE;
}

.gform-theme--framework a {
	color: white;
}

.gform-theme--framework .gfield_required.gfield_required_text {
	color: #C5EDFE;
}

@media only screen and (min-width: 768px) {
	.slider-grid-3 .swiper-slide {
		width: calc(100% / 2) !important;
	}
}

@media only screen and (min-width: 992px) {
	.header-menu .sub-menu:before {
		content: '';
		position: absolute;
		top: -10px;
		left: 40px;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 10px solid #0c173d;
		width: 0;
		height: 0;
	}
	
	.header-menu .sub-menu .menu-item {
		padding-left: 0px;
	}
	
	.slider-grid-3 .swiper-slide {
		width: calc(100% / 3) !important;
	}
}

	
