.oom-elementor-boxed,
.oom-elementor-inner-boxed {
	width: 100%;
}

.oom-elementor-boxed > .e-con-inner,
.oom-elementor-inner-boxed > .e-con-inner {
	max-width: 1920px;
	min-width: 1004px;
	width: 90%;
}

.proxi-font h1,
.proxi-font h2,
.proxi-font h3,
.proxi-font h4,
.proxi-font h5,
.proxi-font p,
.proxi-font span {
	font-family:"proxima-nova", Sans-serif!important;
}

textarea {
  resize: none!important;
}

.elementor-field-type-select .elementor-field .select-caret-down-wrapper {
	top: calc(50% - 2px);
}

.elementor-field-type-select .select-caret-down-wrapper svg {
	overflow: visible;
}

#global-header.change .elementor-widget-theme-site-logo {
	filter: invert(0);
}

#global-header.change {
	background: #FFFFFF;
}

.elementor-field-type-recaptcha_v3.elementor-field-group-subscription_recaptcha.recaptcha_v3-inline,
.menu-menu-mobile-container {
	display: none;
}

.elementor-field-type-recaptcha_v3.elementor-field-group-footer_recaptcha.recaptcha_v3-inline {
	width: 80%;
}

.elementor-field-type-recaptcha_v3.elementor-field-group-c_recaptcha.recaptcha_v3-inline  {
	width: 70%;
}

.elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field {
	transform: scale(0.75) translate(-40px, 9.5px);
}

#menu-hambuger .elementor-icon-wrapper {
	display: flex;
}

#menu-hambuger a.elementor-icon:hover svg circle.menu-hamburger-bg {
	fill: #535353;
}

#menu-hambuger a.elementor-icon:hover svg path.menu-hamburger-line-1,
#menu-hambuger a.elementor-icon:hover svg path.menu-hamburger-line-2,
#menu-hambuger a.elementor-icon:hover svg path.menu-hamburger-line-3 {
	stroke: #FFFFFF;
}

#menu-hambuger a.elementor-icon:hover svg path.menu-hamburger-line-2 {
	d: path("M 12 27 H 42");
}

#menu-hambuger a.elementor-icon:hover svg path.menu-hamburger-line-3 {
	d: path("M 12 35 H 42");
}


#menu-hambuger a.elementor-icon svg circle.menu-hamburger-bg,
#menu-hambuger a.elementor-icon svg path.menu-hamburger-line-1,
#menu-hambuger a.elementor-icon svg path.menu-hamburger-line-2,
#menu-hambuger a.elementor-icon svg path.menu-hamburger-line-3 {
	transition: 0.5s;
}

.vertical-text {
	text-orientation: mixed;
	writing-mode: vertical-lr;
	transform: scaleX(-1) scaleY(-1);
}

nav#oom-custom-menu {
	display: flex;
	height: 100%;
}

nav#oom-custom-menu ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	padding: 0;
	width: 260px;
}

nav#oom-custom-menu ul#oom-custom-panel-menu {
	position: relative;
	padding-right: 30px;
}

#oom-custom-menu li.menu-item {
	display: flex;
}

#oom-custom-menu .menu-item-has-children > a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	opacity: 0;
}

#oom-custom-menu .menu-item-has-children > a:hover::after,
#oom-custom-menu .menu-item-has-children.opened > a::after {
	opacity: 1;
}

#oom-custom-menu .menu-item-has-children > .sub-menu {
	position: absolute;
    left: 100%;
	top: 0;
	padding-left: 30px;
	border-left: solid 1px #000000;
	height: calc(100% - 50px);
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

#oom-custom-menu .menu-item-has-children.opened > .sub-menu {
	opacity: 1;
	visibility: visible;
	transition: 1.5s;
}

#oom-custom-menu li.menu-item a {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
	font-size: 20px;
	font-weight: 500;
}

.oom-menu-box {
	position: fixed;
	left: -80px;
	bottom: 0;
	height: 100%;
	background: #FFFFFF;
	z-index: 99;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 330px;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.oom-menu-box.open {
	opacity: 1;
	visibility: visible;
	left: 0;
}

.oom-menu-btns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.oom-menu-btns .close {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.back-btn svg,
.oom-menu-btns .close svg {
	width: 100%;
	height: 100%;
}

.back-btn {
    background-image: url(/wp-content/uploads/2024/09/back.webp);
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
	cursor: pointer;
	transition: 0.5s;
}

.back-btn.visible {
	opacity: 1;
	visibility: visible;
}

.copyright {
	display: flex;
    flex-direction: row;
    gap: 5px;
    position: absolute;
    bottom: 100px;
    left: 35px;
}

.svg-animation svg {
	overflow: visible;
}

.svg-animation svg path {
	stroke-dasharray: 1000;
	stroke-dashoffset: -1000;
	animation: dash 8s linear infinite;
}

.svg-animation svg circle {
	opacity: 0;
	animation: appearred 8s linear infinite;
}

.core-function-animation {
	opacity: 0;
	animation: iconappear 8s linear forwards;
}

@keyframes dash {
	0% {
		stroke-dashoffset: -1000;
	}
	
	25% {
		stroke-dashoffset: 0;
	}
	
	75% { 
		stroke-dashoffset: 0;
	}
	
	100% {
		stroke-dashoffset: 1000;
	}
}

@keyframes appearred {
	0% {
		opacity: 0;
	}
	
	24% {
		opacity: 0;
	}
	
	25% {
		opacity: 1;
	}
	
	98% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes iconappear {
	0% {
		opacity: 0;
	}
	
	25% {
		opacity: 0;
	}
	
	30% {
		opacity: 1;
	}
	
	100% {
		opacity: 1;
	}
	
/* 	86% {
		opacity: 1;
	}
	
	98% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	} */
}

.map-box {
    max-width: 450px;
}

@media (max-width: 1024px) {
	.oom-elementor-boxed,
	.oom-elementor-inner-boxed {
		width: 100%;
	}

	.oom-elementor-boxed > .e-con-inner,
	.oom-elementor-inner-boxed > .e-con-inner {
		min-width: unset;
		width: 100%;
	}

	.elementor-field-type-recaptcha_v3.elementor-field-group-footer_recaptcha.recaptcha_v3-inline {
		width: 70%;
	}

	.elementor-field-type-recaptcha_v3.elementor-field-group-c_recaptcha.recaptcha_v3-inline  {
		width: 100%;
	}
	
	#oom-custom-menu li.menu-item a {
		font-size: 18px;
	}
}


@media (max-width: 767.9px) {
	.elementor-field-type-recaptcha_v3.elementor-field-group-footer_recaptcha.recaptcha_v3-inline {
		width: 100%;
	}

	.mobile-disable-absolute {
		position: relative;
	}
	
	.elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field {
		transform: scale(0.75) translate(-40px, 0px);
	}

	.map-box {
		max-width: unset;
	}
}

@media (max-width: 620px) {
	nav#oom-custom-menu ul#oom-custom-panel-menu {
		padding-right: 0;
	}
	
	#oom-custom-menu .menu-item-has-children > .sub-menu {
		padding-left: 0;
		background: #FFFFFF;
		border: 0;
		left: -80px;
		transition: 0.5s;
	}
	
	#oom-custom-menu .menu-item-has-children.opened > .sub-menu {
		left: 0;
		transition: 0.5s;
	}
	
	.oom-menu-box {
		padding: 25px;
		width: 310px;
	}
	
	#oom-custom-menu li.menu-item a {
		font-size: 16px;
	}
}