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

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Manrope', sans-serif;
}
body.locked {
	overflow: hidden;
}


/* ------------------------------ Buttons */

/* Default */
.elementor-button {
	min-width: 200px;
    transition: 0.3s;
    top: 0;
    position: relative;
}
.elementor-button-icon {
	display: flex;
    align-items: center;
}
.elementor-button:hover {
	top: -5px;
	background-color: #873FC0;
}
.elementor-button:hover svg path {
	fill: currentColor;
}

/* Info */
.elementor-element.elementor-button-info .elementor-button {
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-2b449df);
    border: 1px solid var(--e-global-color-accent);
}

/* Success */
.elementor-element.elementor-button-success .elementor-button {
	background-color: var(--e-global-color-08a7cca);
	border: 1px solid var(--e-global-color-08a7cca);
}


/* ------------------------------ Video */
.elementor-custom-embed-image-overlay:after {
	content: '';
    background-color: #000000;
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.elementor-custom-embed-play {
	z-index: 1;
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
	opacity: 1;
}


/* ------------------------------ Spaced List */
.spaced-list ul {
	justify-content: space-between;
}
.spaced-list ul li {
	flex-grow: 1;
    justify-content: center;
    padding: 20px 0 !important;
}
.spaced-list ul li:after {
	position: absolute !important;
    right: 0 !important;
}


/* ------------------------------ Header */
.elementor-location-header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.elementor-location-header .elementor-button {
	top: 0 !important;
}

/* Search */
.elementor-location-header search {
	position: relative;
}
.elementor-location-header search input {
	position: absolute;
    height: 100%;
    width: 837px;
    z-index: 99;
    background-color: #F8F8F9 !important;
    border: 1px solid #F1EDFA !important;
    border-radius: 15px;
    top: 0px;
    right: 100%;
    transition: 0.2s;
    /*transition-delay: 0.3s;*/
    opacity: 0;
    visibility: hidden;
    display: block;
}
.elementor-location-header search.active input {
	opacity: 1;
	visibility: visible;
	right: calc(100% + 20px);
}

/* Menu */
nav li.help {
	display: none !important;
}
nav li.priority {
	display: none !important;
}
.sub-arrow i.icon-custom_caret {
    font-size: 6px; 
    position: relative;
}
li:hover .sub-arrow i.icon-custom_caret {
	transform: rotate(180deg);
	left: 5px;
    top: -1px;
}
.sub-menu {
	padding: 11px 25px !important;
	min-width: 320px !important;
}
.sub-menu > li > a {
	position: relative;
	transition: 0.3s;
	background-color: transparent !important; 
}
.sub-menu > li > a:after {
	content: url('images/icons/sub-menu-arrow.svg');
	position: absolute;
    right: 40px;
    transition: 0.3s;
    opacity: 0;
}
.sub-menu > li > a:hover {
	padding-left: 12px !important;
	color: inherit;
}
.sub-menu > li > a:hover:after {
	right: 4px;
	opacity: 1;
}
.elementor-location-header .elementor-button {
	min-width: 0;
}


/* ------------------------------ Listings */
.elementor-location-header + div,
.elementor-location-header + main {
    margin-top: 141px;
}

/* ------------------------------ Listings */
.listings.services .listing {
	position: relative;
	color: inherit;	
}
.listings.services:not(.with-image) .listing:before {
    content: '';
    background-color: var(--e-global-color-2b449df);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
	height: auto;
	transition: 0.5s;
}
.listings.services .listing .iconHolder {
	width: 70px;
}
.listings.services .listing .elementor-widget-container {
	overflow: visible;
}
.listings.services .listing .elementor-icon-list-icon {
	opacity: 0;
    left: 0;
    position: relative;
    visibility: hidden;
    transition: 0.5s;
}
.listings.services .listing .elementor-icon-list-text {
	padding-inline-start: 0;
}
.listings.services .listing .elementor-icon-list-item {
	flex-direction: row-reverse;
}
.listings.services .listing:hover:before {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
}
.listings.services .listing:hover .elementor-icon-list-icon {
	opacity: 1;
    left: 10px;
    visibility: visible;
}
.listings.services .scale img {
	transform: scale(1);
	transition: 0.5s;
}
.listings.services .listing:hover .scale img {
	transform: scale(1.1);
}
.listings.services.with-image .jet-listing-grid__item:last-child > div {
	height: 100%;
}
.listing.injected {
	height: 100%;
}

/* Services Alt */
.listings.services.alt:not(.with-image) .listing:before {
	background-color: var(--e-global-color-1569824);
}
.listings.services.alt .iconHolder {
	background-color: transparent !important;
	border: 1px solid var(--e-global-color-secondary);
}

/* Listings - With Icon */
/* .listings.with-icon .elementor-icon-box-title {
	max-width: 220px;
    margin-left: auto;
    margin-right: auto;	
} */
.listings.with-icon .elementor-icon {
	background-color: var(--e-global-color-e2be94c);
    border-radius: 15px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 70px;
}



/* Listings - Text Only */
.listings.text-only .listing {
	padding: 0 27px 0 0;
}
.listings.text-only .listing:before {
    width: 0;
    opacity: 1;
    border-radius: 0;
    transition: 0.5s;
    background-color: #ffffff;
    border: 0;
}
.listings.text-only .listing .elementor-icon-box-title {
	margin: 0 !important;
	transition: 0.5s;
}
.listings.text-only .listing .elementor-icon-box-title a {
	display: block;
    padding: 24px 0 24px 36px;
}
.listings.text-only .listing .elementor-icon-box-icon {
	display: flex !important;
	align-items: center;
}
.listings.text-only .listing:hover {
	border-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
.listings.text-only .listing:hover .elementor-icon-box-icon svg path {
	fill: #fff;
}
.listings.text-only .listing:hover:before {
	width: 101% !important;
}
.listings.text-only .listing:hover .elementor-icon-box-title {
	transition-delay: 0.6ms;
}
.listings.text-only .listing:hover .elementor-icon {
	background-color: var(--e-global-color-secondary);
}

/* Alt */
.listings.text-only.alt .listing:hover {
    border-color: var(--e-global-color-secondary);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.listings.text-only.alt .listing:before {
    width: 20px;
}
.listings.text-only.alt .listing:before {
	background-color: var(--e-global-color-secondary);
}
.listings.text-only.alt .listing:hover .elementor-icon-box-title {
	color: #fff;
}
.listings.text-only.alt .listing:hover .elementor-icon {
	background-color: rgb(255, 255, 255, 0.9);
}
.listings.text-only.alt .listing:hover .elementor-icon-box-icon svg path {
	fill: var(--e-global-color-secondary);
}

/* Alt - V2 */
.listings.text-only.alt.v2 .listing:before {
    width: 0;
}
.listings.text-only.alt.v2 .listing:hover .elementor-icon {
	background-color: transparent;
	border-color: #fff;
}
.listings.text-only.alt.v2 .listing:hover .elementor-icon-box-icon svg path {
	fill: #fff;
}

/* Accordion */
.elementor-accordion .elementor-accordion-item {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}
.elementor-accordion .elementor-tab-content {
	border-top: 0 !important;
}
.elementor-accordion .elementor-tab-title {	
	position: relative;
}
.elementor-accordion .elementor-tab-title.elementor-active {
	border-bottom: 0 !important;
}
.elementor-accordion .elementor-tab-title svg {
	right: 0;
    width: 40px !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Touchy */
.touchy {
	overflow: hidden;
}
.touchy:before {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	width: calc(100% - 300px);
}
.touchy > div > div:last-child {
	position: unset;
}
.touchy > div > div:last-child .elementor-widget-image {
	position: unset;
}
.touchy > div > div:last-child .elementor-widget-image .elementor-widget-container {
	position: absolute;
    right: -70px;
    top: 50%;
    width: calc(50% + 70px);
    transform: translateY(-50%);	
}
.touchy > div > div:last-child .elementor-widget-image img {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
    

/* ------------------------------ Text Editor */
.elementor-widget-text-editor ul {
	list-style: none;
    padding-left: 0;
    margin: 20px 0 0 0;
}
.elementor-widget-text-editor ul li {
	position: relative;
    padding: 0 0 0 40px;
    line-height: 1.4;
    margin: 15px 0;
}
.elementor-widget-text-editor ul li:before {
	content: '';
    background-image: url('images/icons/icon-check-standalone.svg');
    position: absolute;
    width: 19px;
    height: 15px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center center;
}


/* ------------------------------ Single Post */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-top: 50px;
}
.post-content .elementor-widget-text-editor ul {
	margin: 35px 0;
    display: flex;
    flex-wrap: wrap;
}
.post-content .elementor-widget-text-editor ul li {
	padding-left: 25px;
	width: 50%;
	margin: 10px 0;
}
.post-content .elementor-widget-text-editor ul li:before {
	background-image: none;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    background-color: var(--e-global-color-secondary);
    top: 9px;
}


/* ------------------------------ Form */
.elementor-select-wrapper .select-caret-down-wrapper {
	background-image: url(images/icons/icon-select.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.elementor-select-wrapper .select-caret-down-wrapper svg {
	display: none !important;
}
input::placeholder {
	color: #aeaeae !important;
	opacity: 1 !important;
}
textarea {
    min-height: 175px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
textarea::placeholder {
	color: #aeaeae !important;
	opacity: 1 !important;
}
select.empty {
	color: #aeaeae !important;
}

   
/* ------------------------------ Footer */
.elementor-location-footer .elementor-button {
	top: 0 !important;
	box-shadow: none !important;
}
.elementor-location-footer .elementor-button:hover {
	background-color: var(--e-global-color-accent) !important;	
	border-color: var(--e-global-color-accent) !important;
	color: #fff !important;
}



.elementor-location-footer .elementor-widget-image-box figure {
	width: 100px !important;
} 


/* ------------------------------ Testimonial */
.elementor-widget-testimonial-carousel .elementor-main-swiper {
	width: 100% !important;
	padding-bottom: 70px !important;
}
.elementor-widget-testimonial-carousel .elementor-swiper-button {
	top: -110px !important;
    left: auto !important;
    right: 0 !important;
}
.elementor-widget-testimonial-carousel .swiper-slide {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
}
.elementor-swiper-button {
	border: 1px solid var(--e-global-color-secondary);
	border-radius: 15px;
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-swiper-button svg path {
	fill: var(--e-global-color-secondary);
}
.elementor-swiper-button:hover {
	background-color: var(--e-global-color-secondary);
}
.elementor-swiper-button:hover svg path {
	fill: #fff;
}
.elementor-swiper-button.elementor-swiper-button-prev {
	right: 50px !important;
}


/* ------------------------------ Logos */
.logos img {
	opacity: 1;
}


/* ------------------------------ TimeLine */
.uael-timeline-main {
	counter-reset: custom-counter -1;
}
.uael-timeline-main .uael-timeline-field:not:(:first-child) .uael-timeline-widget
.uael-timeline-main .uael-timeline-field:not:(:last-child) .uael-timeline-widget {
	min-height: 500px;
}
.uael-timeline-main .uael-content {
	max-width: 460px;
    margin: auto;
}
.uael-timeline--center .uael-timeline-left .uael-timeline-date-new {
	-webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.uael-timeline--center .uael-timeline-right .uael-timeline-date-new {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.uael-timeline-main .uael-days .uael-timeline-field:not(:last-child) .uael-timeline-widget {
	min-height: 400px;
}
.uael-timeline-main .uael-days .uael-timeline-field .timeline-icon-new {
	counter-increment: custom-counter;
}
.uael-timeline-main .uael-days .uael-timeline-field .timeline-icon-new::before {
	content: "0" counter(custom-counter);
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 97px;
    font-weight: 600;
    background-color: #fff;
    line-height: 1;
}
.uael-timeline-main .uael-days .uael-timeline-field:not(:first-child) .timeline-icon-new svg {
	display: none;
}
.uael-timeline-main .uael-days .uael-timeline-field img {
	border-radius: 15px;
}
.uael-timeline-main .uael-days .uael-timeline-field .sizelarge img {
	max-width: 400px;
}
.uael-timeline-main .uael-days .uael-timeline-field .sizesmall img,
.uael-timeline-main .uael-days .uael-timeline-field .count2 img:last-child {
	max-width: 230px;
}
.uael-timeline-main .uael-days .uael-timeline-field .count2 {
	justify-content: end;
	align-items: end;
}
.uael-timeline-main .uael-days .uael-timeline-field .count2 img:first-child {
	max-width: 313px;
	margin-bottom: 150px;
    margin-right: -50px;	
}
.uael-timeline-main .uael-days .uael-timeline-field:first-child .timeline-icon-new::before,
.uael-timeline-main .uael-days .uael-timeline-field:last-child .timeline-icon-new::before {
	display: none;
}
.uael-timeline-main .uael-days .uael-timeline-field:last-child .uael-timeline-marker {
	background-color: #fff !important;
    border-radius: 0;
}
.uael-timeline-main .uael-days .uael-timeline-field:last-child.out-view a {
	background-color: var(--e-global-color-1569824);
    border-color: var(--e-global-color-1569824);
    pointer-events: none;
}
 

@media screen and (max-width: 1401px) { 
	
	
	.elementor-location-header + div,
	.elementor-location-header + main {
	    margin-top: 131px;
	}
   
	/* ------------------------------ Touchy */
	.touchy > div > div:last-child {
		position: relative;
	}
	.touchy > div > div:last-child .elementor-widget-image {
		position: relative;
	}
	.touchy > div > div:last-child .elementor-widget-image .elementor-widget-container {
		position: relative;
	    right: 0;
	    top:0;
	    width: auto;
	    transform: none;	
	}
	.touchy > div > div:last-child .elementor-widget-image img {
		position: relative;
	    top: 0;
	    transform: none;
	} 
	
	/* ------------------------------ Timeline */
	.uael-timeline-main .uael-days .uael-timeline-field .sizelarge img {
	    width: 80%;
	}
	
	.uael-timeline-main .uael-days .uael-timeline-field .sizesmall img {
		width: 70%;
	}
	.uael-timeline-main .uael-days .uael-timeline-field .count2 img:first-child {
	    width: 60%;
	}
	.uael-timeline-main .uael-days .uael-timeline-field .count2 img:last-child {
	    width: 36%;
	}
    
} 



@media screen and (max-width: 1200px) {

	/* ------------------------------ Logo */
	.logo-holder .elementor-widget-container {
		/*width: 40px;
		overflow: hidden;*/
	}
	.logo-holder img {
		width: 160px !important;
	}

}

@media screen and (max-width: 1026px) {

	.elementor-location-header {
	    position: relative;
	}

	.elementor-location-header + div,
	.elementor-location-header + main {
        margin-top: 0;
    }


	/* ------------------------------ Menu Toggle */
	.elementor-menu-toggle {
		background-color: transparent !important;	
		z-index: 9998;
	}
	.elementor-menu-toggle.elementor-active {
		position: absolute;
		top: -45px;
		left: 7px;	
	}
	.elementor-menu-toggle.elementor-active:before {
		content: '';
	}
	.elementor-menu-toggle.elementor-active .e-font-icon-svg {
		fill: #fff;
	}
	
	
	/* ------------------------------ Nav */
	nav.elementor-nav-menu--dropdown ul {
		padding-bottom: 100px;	
	}
	nav.elementor-nav-menu--dropdown {
	    top: 0 !important;
	    background-color: var(--e-global-color-secondary) !important;
	    box-shadow: none !important;
	    border-radius: 0 !important;
	    position: fixed !important;
	    left: 0 !important;
	    height: 100vh;
	    border: 0 !important;
	    padding: 85px 25px 45px;
	    margin: 0 !important;
	}
	nav.elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
	    background-color: transparent !important;
	}
	nav.elementor-nav-menu--dropdown .elementor-item {
		font-size: 18px !important;
	    color: #fff !important;
	    padding: 25px 2px !important;
	    background-color: transparent !important;
	}
	nav.elementor-nav-menu--dropdown .elementor-item.has-submenu:after {
		content: url('images/icons/mobile-menu-arrow.svg');
        right: 0;
        opacity: 1 !important;
	}
	nav.elementor-nav-menu--dropdown .elementor-item .sub-arrow {
		display: none !important;
	}
	nav.elementor-nav-menu--dropdown li:not(:last-child) {
	    border-color: rgba(255, 255, 255, .3) !important;
	}
	nav.elementor-nav-menu--dropdown li:nth-last-child(3) {
		border-bottom: 0 !important;
	}
	
	/* Sub Menu */
	.sub-menu {
		border: 0 !important;
        background: transparent !important;
        padding: 0 0 0 0 !important;
        margin: -10px 0 20px 0 !important;	
	}
	.sub-menu > li {
		border: 0 !important;
	}
	.sub-menu > li > a {
	    color: #fff !important;
	    font-size: 14px !important;
	    padding: 15px 5px !important;
	}
	
	nav li.help {
		display: block !important;
        border: 0 !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        padding-right: 5px;
	}
	nav.elementor-nav-menu--dropdown .help .elementor-item {
		background-color: #fff !important;
        color: var(--e-global-color-secondary) !important;
        border-radius: 8px !important;
        justify-content: center;
        font-size: 12px !important;
        padding: 10px 10px !important;
        min-height: 46px;
	}
	nav.elementor-nav-menu--dropdown .help .elementor-item:before {
		content: url('images/icons/icon-phone.svg');
		opacity: 1 !important;
		position: relative !important;
		top: 2px;
		margin-right: 10px !important;
		transform: scale(0.8);
	}
	nav li.priority {
		display: block !important;
        border: 0 !important;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        padding-left: 5px;
	}
	nav.elementor-nav-menu--dropdown .priority .elementor-item {
		background-color: var(--e-global-color-08a7cca) !important;
		color: #ffffff !important;
		border-radius: 8px !important;
		justify-content: center;
        font-size: 12px !important;
        padding: 10px 10px !important;
        min-height: 46px;
	}
	nav.elementor-nav-menu--dropdown .priority .elementor-item:before {
		content: url('images/icons/icon-info.svg');
		opacity: 1 !important;
		position: relative !important;
		top: 2px;
		margin-right: 10px !important;
		transform: scale(0.8);
	}


	/* ------------------------------ Listings - Injected */
	.listings.services.with-image.with-injected .jet-listing-grid__item:last-child {
		max-width: min(200% / var(--columns), 100%) !important;
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 min(200% / var(--columns), 100%) !important;
		flex: 0 0 min(200% / var(--columns), 100%) !important;
	}

}


@media screen and (max-width: 768px) {
	
	br {
		display:none;
	}
	
	.listings.with-icon .elementor-icon {
    margin: 0;
}
	
	.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
    margin-inline: 0 !important;
    width: 70px;
}
	
.listings.services .elementor-widget-icon-list {
    position: absolute;
    right: 12px;
    top: 25px;
}

.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: column !important;
}
	
	.elementor-button {
		border-radius: 8px !important;
	}
	form input {
		border-radius: 8px !important;
	}
	form textarea {
		border-radius: 8px !important;
	}
	form select {
		border-radius: 8px !important;
	}
	
	/* ------------------------------ Header */
	.elementor-widget-mobile__width-inherit .elementor-button {
		width: 100%;
	}

	/* Announcement */
	.announcement .elementor-widget-container {
	    white-space: nowrap;
	    overflow: hidden;
	    box-sizing: border-box;
	}
	.announcement p {
	    display: inline-block;
	    padding-left: 100%;
	    animation: marquee 30s linear infinite;
	}
	@keyframes marquee {
	    0%   { transform: translate(0, 0); }
	    100% { transform: translate(-100%, 0); }
	}


	/* ------------------------------* Spaced List */
	.spaced-list ul {
		flex-direction: column;	
	}
	.spaced-list ul > li {
		width: max-content;
	    min-width: 220px;
		margin: auto !important;
		justify-content: start;
		padding: 35px 0 !important;
	}
	.spaced-list ul li:after {
	    position: absolute !important;
        right: -270px !important;
        border: 0 !important;
        background-color: #fff;
        height: 1px !important;
        left: -270px !important;
	}


	/* ------------------------------ Listings */
	.listings.services .listing:before {
	    left: 0 !important;
	    top: 0 !important;
	    right: 0 !important;
	    bottom: 0 !important;
	}
	.listings.services .listing .iconHolder {
		width: 55px;
	}

	.listings.services:not(.with-image) .listing .elementor-heading-title {
		max-width: 170px;
	}
	.listings.services:not(.with-image, .keep-link) .listing .elementor-icon-list-text {
		display: none;
	}
	.listings.services:not(.with-image, .keep-link) .listing .elementor-icon-list-icon {
		opacity: 1;
        visibility: visible;
        border: 1px solid var(--e-global-color-secondary);
        border-radius: 8px;
        left: 0 !important;
        width: 35px;
        height: 35px;
	}
	.listings.services:not(.with-image, .keep-link) .listing .elementor-icon-list-icon svg {
		margin: 0;
		width: 25px;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: -4px;
	}
	.listings.services:not(.with-image, .keep-link) .listing .elementor-icon-list-icon svg path:not(:first-child) {
		display: none;
	}
	.listings.services.with-image .injected {
		box-shadow: none;
		border: 0;	
	}
	.listings.services.keep-link .listing .elementor-icon-list-icon svg {
		display: none;
	}


	/* ------------------------------ Form */	
	form .elementor-field-group {
	    margin-bottom: 18px !important;
	}	
	form button[type="submit"] {
		flex-grow: 1;
	}
	
	/*
	input::placeholder {
		font-size: 12px;
	}
	textarea::placeholder {
		font-size: 12px;
	}
	select.empty {
		font-size: 12px !important;
	}
	*/
	
	
	
	/* ------------------------------ Footer */
	.elementor-location-footer .elementor-button {
		min-width: 160px;	
	}
	.elementor-location-footer .address p br {
		display: none;
	}
	.elementor-location-footer .elementor-widget-image-box .elementor-image-box-wrapper {
		display: flex;	
	}
	.elementor-location-footer .elementor-widget-image-box figure {
		width: auto;
	}
	.elementor-location-footer .elementor-widget-image-box .elementor-image-box-content {
    	padding-left: 25px;
	}
	
	
	/* ------------------------------ Testimonials */
	.elementor-widget-testimonial-carousel .elementor-swiper-button {
		display: none !important;
	}
	
	
	/* ------------------------------ Touchy */
	.touchy:before {
		width: auto;
	}


	/* ------------------------------ Timeline */
	.uael-timeline-widget {
        flex-wrap: wrap;
        align-items: start !important;
	}
	.uael-timeline-main {
		counter-reset: custom-counter;
	}
	.uael-timeline-main .uael-days .uael-timeline-field:first-child {
		display: none;
	}
	.uael-timeline-main .uael-days .uael-timeline-field .count2 img:first-child {
        margin-bottom: 65px;
    }
	.uael-timeline-main .uael-days .uael-timeline-field:not(:last-child) .uael-timeline-marker {
        width: 12%;
    } 
	.uael-timeline-main .uael-events-inner-new {
		padding-top: 0 !important;
        padding-left: 0 !important;
	}
	.uael-timeline--center .uael-timeline-date-new {
        display: block !important;
    }
    .uael-timeline-main .timeline-icon-new svg {
		margin-left: 10px;	
	}
	.uael-timeline-main .uael-days .uael-timeline-field .timeline-icon-new::before {
	    font-size: 40px;
	}
	.uael-day-new {
		width: 73%;
	}
	.uael-timeline-date-new {
		width: 100%;
		padding-left: 80px;
	}
	.uael-timeline-main .uael-days .uael-timeline-field:last-child svg {
		display: block !important;
	}
	.uael-timeline-main .uael-days .uael-timeline-field:last-child .elementor-button {
        position: relative;
        top: -31px;
        margin-left: 78px;
    }
	

	/* ------------------------------ Single Post */
	.post-content h1,
	.post-content h2,
	.post-content h3,
	.post-content h4,
	.post-content h5,
	.post-content h6 {
		margin-top: 20px;
	}
	.post-content .elementor-widget-text-editor ul li {
		width: 100%;	
	}	
	
}

.elementor-element.elementor-button-danger .elementor-button {border-color: #d9534f !important;}
.elementor-element.elementor-button-danger .elementor-button:hover {border-color: var(--e-global-color-accent) !important;}