/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0.1704983508
Updated: 2024-01-11 14:31:48

*/

.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-icon:hover{
	background-color: #fff;
}

.elementor-nav-menu--main .elementor-nav-menu a.elementor-icon {
	padding: 0 !important;
}

.elementor-nav-menu--main .elementor-nav-menu a.elementor-icon svg path {
	transition: all 0.4s ease;
}

.elementor-nav-menu--main .elementor-nav-menu a.elementor-icon:hover svg path {
	fill: #00293A;
}

.search-toggle .elementor-icon svg {
	width: auto;
	height: auto;
}

ul.elementor-nav-menu--dropdown a {
	border: 0 !important;
	padding: 10px !important;
}

.elementor-sub-item {
	text-transform: uppercase;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.3em;
	letter-spacing: 1.5px;
}

.global-search {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	background-color: #00293A;
	padding: 64px;
	width: 100%;
	height: 100%;
	max-width: 854px;
	transform: translateX(100%);
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}

.global-search.active {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
}

.elementor-kit-8 .global-search h2 {
	color: #8FC73E !important;

	/* Headline — 4 */
	font-family: "Jost";
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px; /* 100% */
	text-transform: uppercase;
	flex: 1 auto;
	margin-bottom: 32px;
}

.global-search .search_box {
	display: flex;
}

.global-search .search_box select {
	padding: 16px 20px;
	border: 3px solid rgba(250, 250, 255, 0.75);
	background: rgba(250, 250, 255, 0.75);
	border-radius: 0;
	box-shadow: 0 !important;
}

.global-search .title-group {
	display: flex;
	align-items: center;
}

.global-search .title-group button {
	width: 56px;
	height: 56px;
	padding: 0;
}

.global-search .title-group button:focus {
	background-color: #FAFAFF;
}

.global-search .title-group button:hover {
	background-color: #FAFAFF;
	border: 0 !important;
}

.global-search .title-group button:hover svg path {
	fill: #00293A;
}

.global-search .search_box input{
	display: flex;
	width: 543px;
	padding: 16px 20px 16px 40px;
	align-items: center;
	line-height: 1;
	flex-shrink: 0;
	background-color: transparent;
	border: 3px solid #FAFAFF !important;
	color: #FAFAFF;
	border-radius: 0;
	box-shadow: none !important;
	margin-right: 30px;
	outline: 0;;
}

.global-search .search_result {
	padding: 0;
	padding-top: 64px;
}

.global-search .search_result ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.global-search .search_result li{
	overflow: hidden;
	color: #8FC73E;
	text-overflow: ellipsis;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0.4px;
	margin-bottom: 10px;
}

.global-search .search_result li a {
	color: inherit;
}

.global-search .search_result p span:first-child {
	margin-top: 100px;
}

.global-search .search_result p span {
	display: block;
	color: #FFF;
	text-align: center;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1; /* 180% */
}

.global-search .search_result p span svg {
	height: 64px;
	width: 64px;
}

.global-search .search_result p span svg path {
	fill: #fff;
}

.search-wrap {
	position: relative;
}

.search-wrap svg {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 5px;
}

.search-wrap svg path {
	fill: #fff;
}

.search-group {
	display: flex;
	margin-bottom: 96px;
}

.search-group:last-child {
	margin-bottom: 0;
}

.search-group > * {
	flex: 1;
}

.elementor-kit-8 .search-group h3{
	color: rgba(250, 250, 255, 0.60);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1;
	text-transform: uppercase;
	max-width: 180px;
	padding-right: 32px;
	margin: 0;
	margin-top: 10px;

}

.bootstrap-select.jet-select__control,
.bootstrap-select.jet-sorting-select {
	padding: 0 !important;
}

.global-search .search_box .bootstrap-select button,
.bootstrap-select.jet-select__control button,
.bootstrap-select.jet-sorting-select button {
	background-color: #E1E5E7 !important;
	border: none !important;
	outline: 0 !important;
	color: #00293A !important;
	text-align: right;
	text-transform: capitalize;
	/* Button 3 */
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 21px; /* 116.667% */
	letter-spacing: 0.54px;
}

.global-search .search_box .bootstrap-select button{
	border: 3px solid #E1E5E7 !important;
}

.bootstrap-select button {
	border: none;
	padding: 16px 40px 16px 20px !important;
	background-repeat: no-repeat;
  	background-position: right .75rem center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none'%3E%3Cpath d='M20.6312 2.39474L18.7365 0.5L10.526 8.71043L2.31564 0.500016L0.420898 2.39475L10.526 12.5L20.6312 2.39474Z' fill='%2300293A'/%3E%3C/svg%3E");
}

.btn-light.dropdown-toggle:focus {
	box-shadow: none !important;
}

.bootstrap-select .bs-ok-default::after {
	border: none !important;
	width: 19px !important;
	height: 15px !important;
	transform: none !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='15' viewBox='0 0 19 15' fill='none'%3E%3Cpath d='M18.9991 2.33407L17.1044 0.439331L6.77267 10.7711L2.80489 6.80331L0.910156 8.69804L6.77257 14.5607L18.9991 2.33407Z' fill='%2300293A'/%3E%3C/svg%3E");
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	top: auto !important;
}

.dropdown-toggle::after {
	content: none !important;
}

.bootstrap-select .dropdown-menu {
	background-color: #E1E5E7 !important;
}

.bootstrap-select .dropdown-menu li.selected.active:first-child {
	display: none !important;
}

.bootstrap-select .dropdown-menu li a {
	display: flex;
	align-items: center;
	color: #00293A;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	padding: 20px;
	letter-spacing: 0.54px;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: inherit !important;
}

.jet-select::after, .jet-sorting::after {
	background: none !important;
}

.bootstrap-select.jet-select__control {
	width: auto !important;
}

.jet-range__slider {
	margin: 0 0 5px !important;
}

.jet-smart-filters-range {
	padding: 9px;
  	background: #E1E5E7;
}

.gt_selector .dropdown-toggle {
	color: #00293A !important;
	background-color: transparent !important;
	border: none !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px; 
	text-transform: capitalize;
}

@media (min-width: 768px){
	
	.elementor-widget-jet-smart-filters-range {
		width: auto !important;
		margin-bottom: 0 !important;
	}
}


@media (max-width: 1024px) {
	
	.jet-filter .dropdown.bootstrap-select {
		width: 100% !important;
	}
	
	.elementor-widget-jet-smart-filters-range {
		margin-block-end: 10px !important;
	}

	.global-search {
		padding: 64px 32px;
	}
	
	.global-search .search_box {
		flex-wrap: wrap;
	}

	.global-search .search-wrap {
		width: 100%;
		margin-bottom: 16px;
	}

	.global-search .search_box input {
		margin: 0;
		width: 100%;
	}

	.global-search .bootstrap-select {
		width: 100% !important;
	}

	.search-group {
		display: block;
		margin-bottom: 64px;
	}

	.elementor-kit-8 .search-group h3 {
		margin: 0 0 24px;
		max-width: 100%;
	}

	.global-search .search_result li{
		font-size: 16px;
		line-height: 24px;
	}
}