/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

.elementor-button {
	position: relative;
}
.elementor-button .elementor-button-icon {
	position: absolute;
	width: 55px;
	height: calc(100% + 2px);
	top: -1px;
	right: -60px;
	background: #1B114A;
	justify-content: center;
}
.elementor-button .elementor-button-icon svg {
	font-size: 8px;
}
.bullet-list ul {
    list-style: none;
    padding: 0;
}
.bullet-list ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 16px;
}
.bullet-list ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #55565B;
    position: absolute;
    left: 0;
    top: 8.5px;
}
.bullet-list.orange-sqaure ul li {
	padding-left: 25px;
}
.bullet-list.orange-sqaure ul li::before {
	width: 12px;
    height: 12px;
	background: #F07621;
	top: 8px;
}
.numbered-list .elementor-widget-image-box::before {
	counter-increment: section;
	content: counter(section, decimal-leading-zero);
	width: 40px;
	height: 40px;
	background: #F07621;
	font-family: "Montserrat", Sans-serif;
	font-size: 17px;
	font-weight: 700;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 3px;
	z-index: 2;
}
.numbered-list .elementor-widget-image-box:not(:last-child)::after {
	content: "";
	width: 2px;
	height: 100%;
	border-left: 2px dashed #F07621;
	position: absolute;
	left: 19px;
	top: 4px;
}
.deep-blue-button .elementor-button .elementor-button-icon {
	background: #190482;
}
.elementor-widget-testimonial-carousel .elementor-swiper-button {
	width: 50px;
	height: 50px;
	background: #F07621;
	justify-content: center;
	align-items: center;
}
.elementor-widget-testimonial-carousel .elementor-swiper-button svg {
	fill: #fff !important;
}
.elementor-widget-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-next {
	right: -100px !important;
}
.elementor-widget-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	left: -100px !important;
}
.orange-button .elementor-button .elementor-button-icon {
	background: #F07621;
	height: 100%;
  	top: 0;
}
.lang-switcher {
	font-family: "General Sans", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 80px 10px 30px;
	border: 1px solid #E9E9E9;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
}
.lang-dropdown {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 5;
	background: #fff;
	left: 0;
	bottom: -86px;
	padding: 12px 30px;
	border: 1px solid #f0f0f0;
}
.lang-dropdown .lang-item {
	margin: 5px 0;
}
.lang-dropdown .lang-item a {
	color: #1B1414;
}
.lang-icon {
	position: absolute;
	background: #1B114A;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	right: 0;
	top: 0;
}
.lang-toggle ul {
    padding: 0;
    list-style: none;
    border: 1px solid #E9E9E9;
    border-radius: 30px;
    display: inline-block;
}
.lang-toggle ul li {
    display: inline-block;
    font-size: 14px;
    font-family: "General Sans", sans-serif;
}
.lang-toggle ul li a {
	color: #1B1414;
	display: inline-block;
    padding: 8px 15px;
	border-radius: 30px;
}
.lang-toggle ul li.active-lang a {
    background: #1B114A;
	color: #fff;
}
.gform_wrapper.gravity-theme .gform-body input[type="text"], .gform_wrapper.gravity-theme .gform-body input[type="tel"], .gform_wrapper.gravity-theme .gform-body input[type="email"], .gform_wrapper.gravity-theme .gform-body textarea, .gform_wrapper.gravity-theme .gform-body select {
	border: 1px solid #6A6A6A;
	padding: 10px 20px;
	border-radius: 0;
	color: #1B1414;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
}
.gform_wrapper.gravity-theme .gform-body select {
	background: none;
	height: 45.5px;
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
	font-size: 18px;
	font-weight: 500;
	font-family: "Montserrat", Sans-serif;
	border: none;
	padding: 14px 50px;
}


@media (min-width: 1025px) and (max-width: 1341px) {
	.elementskit-navbar-nav-default .elementskit-navbar-nav > li:first-child {
		display: none;
	}
	.elementskit-navbar-nav-default .elementskit-navbar-nav > li a {
		font-size: 16px !important;
	}
	.header-cta-button .elementor-button {
		padding-left: 35px !important;
		padding-right: 35px !important;
		font-size: 16px !important;
	}
}

@media (max-width: 1024px) {
	.elementor-widget-testimonial-carousel .elementor-swiper-button {
		width: 40px;
		height: 40px;
	}
	.elementor-widget-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-next {
		right: calc(50% - 45px) !important;
		top: 100% !important;
	}
	.elementor-widget-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-prev {
		left: calc(50% - 45px) !important;
		top: 100% !important;
	}
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.elementor-button .elementor-button-icon {
		width: 30px;
		right: -33px;
	}
}
