/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
*, a, button {
	outline: none !important;
}
a, span {
	display: inline-block !important;
}
span.elementor-icon-list-icon {
margin-top: -15px;
}
body.home .elementor-location-header .elementor-sticky__spacer {
	height: 0;
	padding: 0 !important;
}
.elementor-nav-menu--main .menu-item.menu-item-has-children ul.sub-menu {
	width: 220px !important;
}
.elementor-nav-menu--main .menu-item.menu-item-has-children ul.sub-menu a {
	display: block !important;
}
/* .elementor-nav-menu--main .menu-item.menu-item-has-children > a::before {
	border-radius: 50px;
} */
.elementor-nav-menu--main li.menu-item.menu-item-has-children > a::before, .elementor-nav-menu--main li.menu-item.menu-item-has-children:hover > a::before {
	border-radius: 30px 30px 0 0 !important;
}
/* .elementor-nav-menu--main > ul > li.menu-item.menu-item-has-children > ul.sub-menu::after {
	content: '';
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #38fb9f;
	position: absolute;
	top: -10px;
	left: 20px;
} */
.elementor-nav-menu li a {
	display: block !important;
}
nav.elementor-nav-menu--dropdown {
	padding: 0 10px 20px;
}
nav.elementor-nav-menu--dropdown > ul > li {
	margin-bottom: 10px;
}
.btn-style a {
	padding: 13px 30px !important;
	background: var(--e-global-color-accent);
	border-radius: 50px;
	font-weight: bold !important;
	overflow: hidden;
	z-index: 1;
    border: 2px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    background-image: linear-gradient(90deg, #3261FC -23.71%, #38FB9F 114.66%);
    background-origin: border-box;
    border-color: #00000000;
    border-radius: 40px 40px 40px 40px;
}
.btn-style a::after {
	content: '';
	background: linear-gradient(90deg, #3261FC -23.71%, #38FB9F 114.66%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0 !important;
	z-index: -1;
	transition: 0.3s;
}
.btn-style a::before {
	content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    box-shadow: 0px 14px 30px -9px rgb(55 222 177 / 37%) !important;
    border-radius: 100px;
	background-color: #081e44 !important;
}
.btn-style a:hover {
	color: #fff !important;
}
.btn-style a:hover::after {
	opacity: 0 !important;
}
li.btn-style.current-menu-item a {
    color: var( --e-global-color-text ) !important;
}
.elementor-button-link {
	display: block !important;
	position: relative;
	background-image: linear-gradient(90deg, #3261FC -23.71%, #38FB9F 114.66%);
	background-origin: border-box;
}
.elementor-button-link:hover {
	box-shadow: 2px 1000px 1px var(--e-global-color-primary) inset;
}
.elementor-button-link span {
	z-index: 1;
	position: relative;
}
.elementor-button-link::after {
	content: '';
	background: linear-gradient(90deg, #3261FC -23.71%, #38FB9F 114.66%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1 !important;
	z-index: 0;
	transition: 0.3s;
	border-radius: 40px;
}
.elementor-button-link::before {
	content: '';
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	box-shadow: 0px 14px 30px -9px rgba(55, 222, 177, 0.37);
	border-radius: 100px;
}
.elementor-button-link:hover::after {
	opacity: 0 !important;
}
div.noBgBtn .elementor-button-link {
	background-image: linear-gradient(90deg, #3261FC -23.71%, #38FB9F 114.66%);
	background-origin: border-box;
	box-shadow: 2px 1000px 1px var(--e-global-color-primary) inset;
	transition: 0.3s ease all;
}
div.noBgBtn .elementor-button-link::after {
	content: none;
}
div.noBgBtn .elementor-button-link:hover {
	box-shadow: 2px 1000px 1px transparent inset;
}
.banner_slider .owl-item > section {
	opacity: 0;
	transition: 0.4s;
}
.banner_slider .owl-item.active > section {
	opacity: 1;
	transition: 0.4s;
}
.banner_slider .owl-carousel .elementor-heading-title {
	transform: translateX(20px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.05s;
}
.banner_slider .owl-carousel section.is-transitioned .elementor-heading-title {
	transform: none;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}
.banner_slider .owl-carousel section.is-transitioned .elementor-heading-title {
	transition-delay: 0.2s;
}
.banner_slider .owl-carousel .elementor-widget-text-editor {
	transform: translateX(20px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.05s;
}
.banner_slider .owl-carousel section.is-transitioned .elementor-widget-text-editor {
	transform: none;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}
.banner_slider .owl-carousel section.is-transitioned .elementor-widget-text-editor {
	transition-delay: 0.5s;
}
.banner_slider > .elementor-widget-wrap .owl-dots button span {
	background-image: linear-gradient(to bottom, rgba(170, 170, 170, 0.04) -23.71%, #002764 114.66%) !important;
	background-origin: border-box !important;
	box-shadow: 2px 20px 1px #002764 inset;
	transition: 0.3s ease all;
	width: 16px;
	height: 16px;
	border: 2px solid transparent;
	opacity: 1 !important;
}
.banner_slider > .elementor-widget-wrap .owl-dots button.active span {
	box-shadow: none;
	background-image: linear-gradient(90deg, #3261FC -23.71%, #38FB9F 114.66%) !important;
	background-origin: border-box;
}
.banner_slider > .elementor-widget-wrap .owl-dots {
	margin: 0 !important;
	width: 100%;
}
.breadcrumb {
	display: flex;
	align-items: center;
}
.breadcrumb .divider {
	margin: 0 10px;
}
.breadcrumb span {
	display: flex !important;
	align-items: center;
}
.breadcrumb span svg {
	margin-right: 5px;
}
.breadcrumb .divider svg {
	margin: 0;
}
.breadcrumb span[onclick] {
	color: #ccc;
	transition: 0.3s;
	cursor: pointer;
}
.breadcrumb span[onclick]:hover {
	color: var(--e-global-color-accent);
	transition: 0.3s;
}
.searchandfilter ul {
	padding: 0;
}
.sf-field-taxonomy-job_category ul {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.sf-field-taxonomy-job_category li input {
	position: absolute;
	display: none;
}
.sf-field-taxonomy-job_category li label {
	padding: 14px 30px !important;
	border-radius: 50px;
	font-weight: bold !important;
	overflow: hidden;
	z-index: 1;
	position: relative;
	color: var( --e-global-color-text );
	background-color: var( --e-global-color-primary );
	border-style: solid;
	border-width: 1px;
	border-color: #00000000;
	background-image: linear-gradient(90deg, #3261FC -23.71%, #38FB9F 114.66%);
	background-origin: border-box;
	box-shadow: 2px 1000px 1px var(--e-global-color-primary) inset;
	transition: 0.3s ease all;
	cursor: pointer;
}
.sf-field-taxonomy-job_category li label::after {
	content: '';
	background: linear-gradient(90deg, #3261FC -23.71%, #38FB9F 114.66%);
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	transition: 0.3s;
	opacity: 0;
}
.sf-field-taxonomy-job_category li:hover label::after, .sf-field-taxonomy-job_category li.sf-option-active label::after {
	opacity: 1;
}
.elementor-posts-nothing-found::after {
	content: 'Sorry there are no available jobs right now;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: block;
}
.stories_slider .owl-carousel .owl-stage-outer {
	margin-bottom: 20px;
}
.stories_slider .owl-carousel .owl-nav {
	position: absolute;
	margin: 0;
	bottom: 8px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.stories_slider .owl-carousel .owl-dots .owl-dot span {
	width: 50px;
	height: 50px;
	background: transparent;
	margin: 0;
	transition: 0.3s;
}
.stories_slider .owl-carousel .owl-dots {
	counter-reset: bullet-number;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}
.stories_slider .owl-carousel .owl-dots .owl-dot {
	counter-increment: bullet-number;
	position: relative;
	display: flex;
}
.stories_slider .owl-carousel .owl-dots .owl-dot::before {
	content: counter(bullet-number);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--e-global-color-text);
	font-weight: bold;
}
.stories_slider .owl-carousel .owl-dots .owl-dot.active span {
	background-color: var(--e-global-color-accent);
}
.stories_slider .owl-carousel .owl-dots .owl-dot.active::before {
	color: #000;
}
.stories_slider .owl-carousel .owl-nav button {
	background-color: transparent !important;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stories_slider .owl-carousel .owl-nav button svg {
	height: 20px;
	width: 10px;
}
.contact-frm #sub:hover {
  background: var( --e-global-color-accent ) !important;
}
.elementor-nav-menu--dropdown .btn-style a {
	border-radius: 0;
}
.gform_wrapper .gform_validation_errors, .gform_wrapper .gfield_validation_message {
	display: none;
}
.gfield_error input, .gfield_error textarea {
	border-color: #C02B0A !important;
}
.gform_footer button, #field_submit button {
	font-family: "Roboto", Sans-serif !important;
	font-weight: 600;
	fill: var( --e-global-color-text );
	color: var( --e-global-color-text );
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #00000000;
	border-radius: 40px 40px 40px 40px;
	padding: 18px 48px 18px 48px;
	width: 100%;
	background-image: linear-gradient(90deg, #3261FC -23.71%, #38FB9F 114.66%);
	background-origin: border-box;
	position: relative;
}
#field_submit button {
	padding: 10px;
}
.gform_footer button span, #field_submit button span {
	z-index: 2;
	position: relative;
}
.gform_footer button::after, #field_submit button::after {
	content: '';
	background: linear-gradient(90deg, #3261FC -23.71%, #38FB9F 114.66%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1 !important;
	z-index: 0;
	transition: 0.3s;
	border-radius: 40px;
}
.gform_footer button::before, #field_submit button::before {
	content: '';
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	box-shadow: 0px 14px 30px -9px rgba(55, 222, 177, 0.37);
	border-radius: 100px;
}
.gform_footer button:hover, #field_submit button:hover {
  box-shadow: 2px 1000px 1px var(--e-global-color-primary) inset;
}
.gform_footer button:hover::after, #field_submit button:hover::after {
	opacity: 0 !important;
}
.elementor-posts-nothing-found::after {
    content: 'Oops! Nothing Found ...';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
}
@media only screen and (max-width: 1024px) {
	.btn-style a {
		padding: 13px 20px !important;
	}
	.btn-style a::before {
		opacity: 0;
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.sf-field-taxonomy-job_category ul {
		justify-content: space-between;
	}
	.searchandfilter ul li li {
		width: 47%;
		text-align: center;
	}
	.searchandfilter ul li li label {
		display: block;
	}
}