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

.move-icon-right {
	.elementor-icon-list-icon {
		order: 1;
		margin-left: 3px;
	}
	.elementor-icon-list-text {
		padding-left: 0 !important;
		margin-right: 18px;
	}
}


.testimonials-carousel {
	.swiper-pagination-bullet {
	  width: 44px;
	  height: 5px;
	  border-radius: 10px;
	  transition: all 1s;
	}

	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	  width: 127px !important;
	}
}

.image-carousel{
	.swiper-pagination-bullet {
		width: 7px;
		height: 7px;
	}
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	 	width: 27px;
		border-radius: 10px;
	}
}

.header-main {
 	transition: all .5s ease!important;
}
#header-main {
 	width: 100% !important;
}

.header-main.elementor-sticky--effects {
	background-color: white !important;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}

.header-main:hover .header-main-logo img {
	filter: invert(100%) sepia(0%) saturate(7441%) hue-rotate(210deg) brightness(122%) contrast(112%);
}

.header-main.elementor-sticky--effects #menu-icon svg {
	fill: #000 !important;
}

.header-main.elementor-sticky--effects .header-main-logo img {
	filter: invert(100%) sepia(0%) saturate(7441%) hue-rotate(210deg) brightness(122%) contrast(112%);
}

.header-main.elementor-sticky--effects .e-n-menu-title-text {
  color: black !important;
}

.header-main:hover .e-n-menu-title-text {
  color: black !important;
}

@media only screen and (max-width: 1024px) {
	
	.testimonials-carousel .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	  display: none !important;
	}
}

.services-home:hover .elementor-icon svg {
  	fill: #000000 !important;
}