.txt-accent {
    color: var(--e-global-color-accent);
}

.subtitle h4 {
    display: inline-block !important;
    font-weight: bold !important;
    background-color: var(--e-global-color-secondary);
    padding: 10px;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
}

.square-artifact,
.float-animation {
    animation: float 10s ease-in-out infinite;
}

.cky-overlay {
    opacity: .4 !important;
}

.cky-notice-btn-wrapper {
    gap: 15px;
}

.cky-notice-btn-wrapper .cky-btn {
    margin-right: 0 !important;
}

.cky-btn-close:hover {
    background: none !important;
}

.masked-img-shadow {
    -webkit-filter: drop-shadow(10px 10px 40px rgba(0,0,0,0.1));
    -moz-filter: drop-shadow(10px 10px 40px rgba(0,0,0,0.1));
    -ms-filter: drop-shadow(10px 10px 40px rgba(0,0,0,0.1));
    -o-filter: drop-shadow(10px 10px 40px rgba(0,0,0,0.1));
}

.lang-switcher .sub-menu {
    right: 0;
    left: auto !important;
}

.lang-switcher .wpml-ls-current-language > a {
    padding-right: 0 !important;
}

.lang-switcher .wpml-ls-current-language > a .wpml-ls-native {
    display: flex;
}

.lang-switcher .wpml-ls-current-language > a .wpml-ls-native:before {
    content: "\edcf";
    display: inline-block;
    margin-right: 5px;
    font-family: 'icomoon' !important;
    font-size: 18px;
}

.lang-switcher .wpml-ls-current-language > a .sub-arrow {
    padding: 0 0 0 5px !important;
}

.lang-switcher-mobile .wpml-ls-menu-item a .wpml-ls-native {
    display: flex;
}

.lang-switcher-mobile .wpml-ls-menu-item a .wpml-ls-native:before {
    content: "\edcf";
    display: inline-block;
    margin-right: 5px;
    font-family: 'icomoon' !important;
    font-size: 18px;
}

textarea {
    resize: none !important;
}

#quote-widget {
    transform: translate(-5px,-10px);
}

#quote-widget:after {
    content: "\ec42";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'icomoon' !important;
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: var(--e-global-color-primary);
    border-radius: 50%;
    transform: translate(-40%,-40%);
    box-shadow: 0 10px 20px 0 var(--e-global-color-secondary);
}

/* MAPBOX */

.mapboxgl-ctrl-logo {
    display: none !important;
}

#map-container {
    min-height: 300px;
    overflow: hidden;
    border-radius: 8px;
}

#map-container,
#map-container .elementor-widget-container,
#map {
    height: 100%;
}

#marker {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: -10px;
}

#marker:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-primary);
    border-radius: 50%;
    border-bottom-right-radius: 0;
    transform: rotate(45deg);
    box-shadow: 0 -2px 20px 0 rgba(0,0,0,0.1);
}

#marker:after {
    content: "\eb0f";
    font-family: 'icomoon' !important;
    position: absolute;
    font-size: 22px;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.elementor-page-1670 #footer,
.elementor-page-1668 #footer,
.elementor-page-1065 #footer,
.elementor-page-953 #footer,
.elementor-page-543 #footer {
    background-color: #ffffff;
}

.box-list ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.box-list ul li {
    padding: 15px !important;
    border-radius: 8px;
    border: 1px solid #e1e8f0;
    background-color: #ffffff;
}

.box-list.cta ul li:last-child {
    cursor: pointer;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: #e1e8f0;
}

.box-list.cta ul li:last-child a {
    font-weight: bold !important;
}

.box-list.cols-2 ul {
    grid-template-columns: 1fr 1fr;
}

.service-item {
    height: 100%;
}

.service-item .elementor-column:first-child {
    width: auto;
}

.service-item .elementor-column:last-child {
    flex: 1;
}

.testimonial__img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border-top-left-radius: 0px;
    cursor: pointer;
}

.testimonial__img:hover img {
    transform: scale(1.05);
}

.testimonial__img img {
    transition: all .2s ease-in;
}

.testimonial__img::after {
    content: "\f009";
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'icomoon' !important;
    position: absolute;
    font-size: 40px;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    color: #ffffff;
    pointer-events: none;
}

#testimonial-slider {
    border-radius: 8px;
    overflow: hidden;
}

#testimonial-slider .elementor-button:before {
    content: "\f009";
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    font-size: 1.15em;
    font-family: 'icomoon' !important;
}

#testimonial-slider .swiper-slide-contents {
    max-width: none;
    width: 100%;
}

.step-accordion {
    max-width: 450px;
}

.step-accordion .elementor-accordion-item {
    position: relative;
    --step-accordion-spacing: 30px;
    border-radius: 8px;
    border: 1px solid #e1e8f0 !important;
    transition: width .2s ease-in-out;
}

.step-accordion .elementor-accordion-icon span {
    font-size: 26px;
    transform: translateY(-4px);
}

.step-accordion .elementor-accordion-item.elementor-accordion-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: var(--step-accordion-spacing);
    border: 0px dashed var(--e-global-color-secondary);
    border-left-width: 2px;
    transform: translateX(-50%);
    z-index: -1;
}

.step-accordion .elementor-tab-title,
.step-accordion .elementor-tab-content {
    transition: background-color .2s ease-in-out, border .2s ease-in-out;
}

.step-accordion .elementor-tab-title:not(.elementor-active) {
    border-radius: 8px;
}

.step-accordion .elementor-tab-title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.step-accordion .elementor-tab-content {
    border: none !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: .9em !important;
}

.step-accordion .elementor-tab-content ul {
    padding-left: 10px;
}

.step-accordion .elementor-tab-title.elementor-active,
.step-accordion .elementor-tab-content.elementor-active {
    background-color: #e1e8f0 !important;
}

.step-accordion .elementor-accordion-item:not(:last-child) {
    margin-bottom: var(--step-accordion-spacing);
}

#job-list .jobs:not(:last-child) {
    border-bottom: 1px solid var(--e-global-color-secondary);
}

/* Elementor overrides */

.prog-bar {
    transition-duration: 2s !important;
    transition-timing-function: cubic-bezier(.66,0,.3,1) !important;
}

.prog-bar-wrapper {
    opacity: 0;
    animation: fadeIn .6s ease-in-out forwards;
}

.animated {
    animation-timing-function: cubic-bezier(.66,0,.3,1);
}

e-page-transition {
    animation-delay: 1s !important;
}

e-page-transition e-preloader, e-page-transition .e-page-transition--preloader {
    opacity: 1 !important;
}

.mobile-nav .eicon-close:before {
    content: "\ea6c";
    font-family: 'icomoon' !important;
    font-size: 32px;
}

.mobile-nav {
    position: fixed !important;
}

.mobile-nav .dialog-close-button {
    top: 35px !important;
}

.elementor-element-7fa413b .elementor-item-active {
    font-weight: 600 !important;
}

.elementor-element-7fa413b .elementor-item {
    position: relative;
}

.elementor-element-7fa413b .elementor-item:after {
    width: 20% !important;
    left: 40% !important;
    border-radius: 9999em;
}

.elementor-widget-button .elementor-button-icon i {
    font-size: 18px;
}

.elementor-field-type-upload {
    position: relative;
    padding: 0;
}

.elementor-field-type-upload label {
    display: flex;
    justify-content: center;
    width: 100%;
    border: 2px dashed #e1e8f0;
    color: var(--e-global-color-primary) !important;
    border-radius: 8px;
    padding: 30px !important;
    line-height: 1.4em;
}

.elementor-field-type-upload label::before {
    display: inline-block;
    margin-right: 4px;
    content: "\ecc9";
    font-family: 'icomoon' !important;
}

.elementor-field-type-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

/* Making checkbox and radio button invisible */
.elementor-field-type-acceptance input[type="checkbox"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* For Checkbox */
.elementor-field-type-acceptance > div label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
	vertical-align: -3px;
	padding: 0.12em;
	background-color: #ffffff;
    border: 2px solid #e1e8f0;
	background-clip: content-box;
	transition: all 0.2s ease;
    cursor: pointer;
}
.elementor-field-type-acceptance > div label {
	margin-right: 1em;
	position: relative;
}
.elementor-field-type-acceptance > div label:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 8px;
	left: 2px;
	position: absolute;
	top: 10px;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	width: 6px;
	display: none;
}
.elementor-field-type-acceptance > div input:hover + label:before {
	border-color: var(--e-global-color-accent);
}
.elementor-field-type-acceptance > div input:checked + label:before {
	border-color: var(--e-global-color-accent);
	background: var(--e-global-color-accent);
}
.elementor-field-type-acceptance > div input:checked + label:after {
	-moz-animation: check 0.8s ease 0s running;
	-webkit-animation: check 0.8s ease 0s running;
	animation: check 0.8s ease 0s running;
	display: block;
	width: 8px;
	height: 15px;
	border-color: #fff;
}

/* Animations */

@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 6px;
    }
    50% {
        height: 15px;
        width: 8px;
    }
}

@media only screen and (min-width: 600px) {
    
}

@media only screen and (max-width: 768px) {
    .box-list.cols-2 ul {
        grid-template-columns: 1fr;
    }
    .mob-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    
}