/* 
Theme Name: ONCE Elementor
Theme URI: https://github.com/elementor/hello-theme/
Description: Customized Hello Elementor Theme by the Once Interactive Team.
Author: Once Interactive
Author URI: https://onceinteractive.com
Template: hello-elementor
Version: 3.0.0
Text Domain: hello-elementor-child
*/


/* General */

.burger-menu-popup{
	z-index: 20 !important;
}


html, body {
	overflow-x: hidden;
	--vw-min: 1201;
	--vw-max: 1440;
}

.skip-link{
	background-color: #000;
	color: #fff;
}

a, a:hover button, button:hover, a path, a:hover path, .elementor-button, .elementor-button:hover, a .elementor-icon-list-text, a .elementor-icon-list-icon i, a img, a:hover img {
	transition: all .3s ease-in-out !important;
}

a:focus {
	outline: 3px solid #005fcc;
}

a:focus-visible, button:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

::placeholder {
	opacity: 1 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 1 !important;
}


.swiper-button a, .menu-item{
	position: relative;
}

.swiper-button a span{
	z-index: 100;
}

.swiper-button a::before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	z-index: 1;
	transition: transform .5s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
	/* background: #ECB910; */ /* Uncomment this and change the background color for the hover color*/
}

.swiper-button a:hover, .swiper-button a:focus, .swiper-button a:active{
	background-color: transparent !important;
}

.swiper-button a:hover::before, .swiper-button a:active::before, .swiper-button a:focus::before{
	transform: scaleX(1);
	transform-origin: bottom left;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a{
	/*background: linear-gradient(to right, #F1B209, #F1B209 50%, #007EFF 50%); */ /* Uncomment this and change the background color for the hover color, the first 2 colors are the hover and the last is the current color */
	overflow: hidden;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position 275ms ease;
	display: inline !important;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a *:not(br){
	display: inline !important;
}

body:not(.is_underline) .swiper-text a{
	text-decoration: none !important;
}
body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:hover, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:focus, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:active{
	background-position: 0 100%;
	opacity: 1 !important;
}

.fake-background{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}

.fake-background-content{
	z-index: 10;
}

.fake-background.overlay +.fake-background-content::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .21); //change for the opacity that you want
	z-index: 1;
}

.fake-background.overlay +.fake-background-content > div{
	z-index: 10;
}

.full-img *, .full-img{
	height: 100% !important;
}

.fit-img, .fit-img *{
	width: 100% !important;	
}

.full-img img, .fit-img{
	object-fit: cover;
}

.hide-br-desktop br{
	display: none;
}

.button-bottom{
	position: absolute !important;
	bottom: 0;
}

.show-element{
	display: inherit !important;
}

.hide-element {
	display: none !important;
}

.bullet-text ul{
	padding: 0;
	list-style-position: inside;
}

.related-header-right{
	flex-direction: row !important;
	justify-content: flex-end !important;
	align-items: center !important;
	gap: 40px !important;
}

.related-services-btn{
	display: flex;
	gap: 16px;
}

.related-services-btn .elementor-swiper-button{
	border: 1px solid #0000001A;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 99px;
	cursor: pointer;
}

.related-services-btn .elementor-swiper-button svg{
	width: 16px !important;
	fill: #464343;
}




/***********************
NOT EDIT
************************/

[class^="el-text-"], [class*=" el-text-"] {
	--fluid-value-txt: clamp( calc(var(--min-text) * 1px), calc( (var(--min-text) * 1px) + (var(--max-text) - var(--min-text)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-text) * 1px));
	font-size: var(--fluid-value-txt);
}

[class^="el-pt-"], [class*=" el-pt-"] {
	--fluid-value-pt: clamp( calc(var(--min-pt) * 1px), calc( (var(--min-pt) * 1px) + (var(--max-pt) - var(--min-pt)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-pt) * 1px));
	padding-top: var(--fluid-value-pt) !important;
}

[class^="el-pb-"], [class*=" el-pb-"] {
	--fluid-value-pb: clamp( calc(var(--min-pb) * 1px), calc( (var(--min-pb) * 1px) + (var(--max-pb) - var(--min-pb)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-pb) * 1px));
	padding-bottom: var(--fluid-value-pb) !important;
}

[class^="el-pl-"], [class*=" el-pl-"] {
	--fluid-value-pl: clamp( calc(var(--min-pl) * 1px), calc( (var(--min-pl) * 1px) + (var(--max-pl) - var(--min-pl)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-pl) * 1px));
	padding-left: var(--fluid-value-pl) !important;
}

[class^="el-pr-"], [class*=" el-pr-"] {
	--fluid-value-pr: clamp( calc(var(--min-pr) * 1px), calc( (var(--min-pr) * 1px) + (var(--max-pr) - var(--min-pr)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-pr) * 1px));
	padding-right: var(--fluid-value-pr) !important;
}

[class^="el-width-"], [class*=" el-width-"] {
	--fluid-value-width: clamp( calc(var(--min-pr) * 1px), calc( (var(--min-pr) * 1px) + (var(--max-pr) - var(--min-pr)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-pr) * 1px));
	width: var(--fluid-value-width) !important;
}

[class^="el-text-"] *, [class*=" el-text-"] *{
	font-size: 100% !important;
}

/***********************
END NOT EDIT
************************/	

/* .btn {
display: none !important;
} */

.btn a:focus{
	color: #fff !important; 
}

.btn-invert a:focus:not(:hover){
	color: #000 !important;
	background-color: #fff !important;
}

.btn a{
	background: radial-gradient(109.32% 72.43% at 50% 12.35%, #2F3191 0%, #4B4DB8 100%),
		radial-gradient(75.97% 70.09% at 86.36% 93.51%, rgba(208, 208, 208, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: -0.5px -0.5px 0.2px 0px #FFFFFF99 inset;	
	box-shadow: 0.5px 0.7px 0.4px 0px #FFFFFF4D inset;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out !important;
}

.btn a:hover, .btn-invert a:hover, .related-services-btn .elementor-swiper-button:hover{
	border-color: transparent !important;
	background: padding-box, linear-gradient(270deg, #CBE9FE 0%, #81C1F8 25%, #5FACF5 50%, #7D8EE9 75%, #BC6CD9 100%) border-box !important;
	background-origin: border-box !important;
	background-clip: padding-box, border-box !important;  
	color: #fff !important;
}

.related-services-btn .elementor-swiper-button:hover svg{
	fill: #fff !important;
}

body .elementor-widget-text-editor p:last-child{
	margin-bottom: 0 !important;
}

.title-card {
	max-width: max-content !important;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), radial-gradient(71.83% 71.43% at -5.16% 106.07%, #FFFFFF 0%, #F9FBFF 100%);
	padding: 4px 15px;
	border-radius: 99px;
	text-transform: uppercase;
	box-shadow: 0px 2px 10px 0px #BED1EC33;
	box-shadow: 0px 2px 4px 0px #6398BC0F;
	box-shadow: 0px 1px 2px 0px #FFFFFF inset;
	box-shadow: 0px 0px 2px 0px #C4CDDB inset;
	box-shadow: 0px -3px 2px 0px #DDE1E3 inset;
	font-size: 14px;
}

.br-mobile br{
	display: none;
}

.footer-reserved sup{
	font-size: 50%;
	top: -1em;
}

.special-r sup {
	font-size: 50% !important;
	top: -1em;
	color: #fff !important;
}

.purple-color span {
	color: #9799FF;
}


/* Uncomment the code below if you want shiny effect on image hover */

/* .shiny-img .elementor-image{
position: relative;
overflow: hidden;
}

.shiny-img .elementor-image::before{
position: absolute;
top: 0;
left: -100%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}

.shiny-img .elementor-image:hover::before{
-webkit-animation: shine .75s;
animation: shine .75s;
} */


/* Only if you have hero arrow */
/*
.down-arrow a{
animation: move_down 2s ease-in-out infinite;
}
*/

/************************************** 
***************************************
***************************************

From here add the classes you need

***************************************
***************************************
***************************************/

.el-text-18{
	--min-desktop-text: 15; --max-desktop-text: 18;
	--min-tablet-text: 14; --max-tablet-text: 17;
	--min-mobile-text: 14; --max-mobile-text: 18;
}

.el-text-17{
	--min-desktop-text: 15; --max-desktop-text: 17;
	--min-tablet-text: 14; --max-tablet-text: 17;
	--min-mobile-text: 14; --max-mobile-text: 17;
}


.el-text-16{
	--min-desktop-text: 15; --max-desktop-text: 16;
	--min-tablet-text: 14; --max-tablet-text: 16;
	--min-mobile-text: 13; --max-mobile-text: 16;
}

.el-text-20{
	--min-desktop-text: 18; --max-desktop-text: 20;
	--min-tablet-text: 16; --max-tablet-text: 18;
	--min-mobile-text: 16; --max-mobile-text: 18;
}

.el-text-21{
	--min-desktop-text: 18; --max-desktop-text: 21;
	--min-tablet-text: 16; --max-tablet-text: 18;
	--min-mobile-text: 16; --max-mobile-text: 18;
}

.el-text-22{
	--min-desktop-text: 20; --max-desktop-text: 22;
	--min-tablet-text: 20; --max-tablet-text: 22;
	--min-mobile-text: 15; --max-mobile-text: 20;
}

.el-text-24{
	--min-desktop-text: 22; --max-desktop-text: 24;
	--min-tablet-text: 20; --max-tablet-text: 22;
	--min-mobile-text: 16; --max-mobile-text: 20;
}

.el-text-28{
	--min-desktop-text: 26; --max-desktop-text: 28;
	--min-tablet-text: 20; --max-tablet-text: 26;
	--min-mobile-text: 20; --max-mobile-text: 24;
}


.el-text-32{
	--min-desktop-text: 30; --max-desktop-text: 32;
	--min-tablet-text: 25; --max-tablet-text: 30;
	--min-mobile-text: 25; --max-mobile-text: 28;
}

.el-text-36{
	--min-desktop-text: 32; --max-desktop-text: 36;
	--min-tablet-text: 25; --max-tablet-text: 30;
	--min-mobile-text: 25; --max-mobile-text: 28;
}

.el-text-44{
	--min-desktop-text: 41; --max-desktop-text: 44;
	--min-tablet-text: 27; --max-tablet-text: 41;
	--min-mobile-text: 25; --max-mobile-text: 27;
}

.el-text-48{
	--min-desktop-text: 41; --max-desktop-text: 48;
	--min-tablet-text: 27; --max-tablet-text: 41;
	--min-mobile-text: 25; --max-mobile-text: 27;
}

.el-text-56 {
	--min-desktop-text: 52; --max-desktop-text: 56;
	--min-tablet-text: 45; --max-tablet-text: 52;
	--min-mobile-text: 40; --max-mobile-text: 45;
}


.el-text-64 {
	--min-desktop-text: 60; --max-desktop-text: 64;
	--min-tablet-text: 50; --max-tablet-text: 60;
	--min-mobile-text: 30; --max-mobile-text: 50;
}




.el-pt-30{
	--min-desktop-pt: 20; --max-desktop-pt: 30;
	--min-tablet-pt: 20; --max-tablet-pt: 30;
	--min-mobile-pt: 20; --max-mobile-pt: 30;
}

.el-pt-50{
	--min-desktop-pt: 30; --max-desktop-pt: 50;
	--min-tablet-pt: 25; --max-tablet-pt: 40;
	--min-mobile-pt: 20; --max-mobile-pt: 30;
}


.el-pt-80{
	--min-desktop-pt: 75; --max-desktop-pt: 80;
	--min-tablet-pt: 48; --max-tablet-pt: 75;
	--min-mobile-pt: 40; --max-mobile-pt: 70;
}

.el-pt-125{
	--min-desktop-pt: 115; --max-desktop-pt: 125;
	--min-tablet-pt: 100; --max-tablet-pt: 115;
	--min-mobile-pt: 40; --max-mobile-pt: 100;
}



.el-pb-30{
	--min-desktop-pb: 20; --max-desktop-pb: 30;
	--min-tablet-pb: 20; --max-tablet-pb: 30;
	--min-mobile-pb: 20; --max-mobile-pb: 30;
}

.el-pb-50 {
	--min-desktop-pb: 30; --max-desktop-pb: 50;
	--min-tablet-pb: 25; --max-tablet-pb: 40;
	--min-mobile-pb: 20; --max-mobile-pb: 30;
}

.el-pb-80{
	--min-desktop-pb: 75; --max-desktop-pb: 80;
	--min-tablet-pb: 48; --max-tablet-pb: 75;
	--min-mobile-pb: 40; --max-mobile-pb: 70;
}



.el-pl-50{
	--min-desktop-pl: 30; --max-desktop-pl: 50;
	--min-tablet-pl: 30; --max-tablet-pl: 40;
	--min-mobile-pl: 20; --max-mobile-pl: 30;
}

.el-pr-50{
	--min-desktop-pr: 30; --max-desktop-pr: 50;
	--min-tablet-pr: 30; --max-tablet-pr: 40;
	--min-mobile-pr: 20; --max-mobile-pr: 30;
}



/************************************** 
***************************************
***************************************

ADA Plugin

***************************************
***************************************
***************************************/

body .accessability_container .aicon_link {
	bottom: 140px;
	left: -60px;
	padding: 0 !important;
}

body .accessability_container .aicon_link, body .accessability_container .aicon_link img {
	background: transparent !important;
	padding: 0 !important;
	height: inherit;
	display: block;
}


/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container {
	line-height: 0 !important;
	background: var( --e-global-color-primary ) !important; 
	border: 1px solid var( --e-global-color-primary ) !important;
	color: var( --e-global-color-text ) !important;
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container:hover {
	background: transparent !important;
	color: var( --e-global-color-primary ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button:hover {
	background: var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-text ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button {
	background: transparent !important;
	border: 1px solid var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-primary ) !important;  
	font-weight: 400 !important;
}

/************************************** 
***************************************
***************************************

Privacy and Terms Styles

***************************************
***************************************
***************************************/

.legal-content > *:not(h1, h2, h3, h4, h5, h6){
	font-size: 16px;
}

.legal-content h2, .legal-content h1, .legal-content h3, .legal-content h4 {
	line-height: 1.4;
	--max-desktop-ltf: 34;
	--min-desktop-ltf: var(--max-desktop-ltf) * var(--vw-min) / var(--vw-max); 

	--max-tablet-ltf: 32;
	--min-tablet-ltf: var(--max-tablet-ltf) * var(--vw-min) / var(--vw-max);

	--max-mobile-ltf: 35;
	--min-mobile-ltf: var(--max-mobile-ltf) * var(--vw-min) / var(--vw-max); 

	font-size: clamp( calc(var(--min-ltf) * 1px), calc( (var(--min-ltf) * 1px) + (var(--max-ltf) - var(--min-ltf)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-ltf) * 1px)) !important;
}

.legal-content h2, .legal-content h3, .legal-content h4 {
	margin-top: 40px;
}

.legal-content a{
	font-weight: bold;
	text-decoration: underline !important;
	color: inherit;
}

.legal-content a:hover{
	color: var(--e-global-color-primary);
}

.legal-content ul {
	padding-top: 20px;
}


#cookiescript_buttons > * {
	font-family: "Instrument Sans", Sans-serif !important;
	font-size: 16px !important;
}

#cookiescript_accept, #cookiescript_save{
	background-color:  var( --e-global-color-primary ) !important; 
}

#cookiescript_header {
	font-family: "Instrument Sans", Sans-serif !important;
	font-size: 25px !important;
	padding-bottom: 15px !important;
}

#cookiescript_description *{
	font-family: "Instrument Sans", Sans-serif !important;
	font-size: 18px !important;
}

#cookiescript_description #cookiescript_readmore {
	font-weight: bold !important;
	text-decoration: underline !important;
}

#cookiescript_description #cookiescript_readmore:hover{
	color:  var( --e-global-color-primary ) !important; 
}


/*************************************************
**************************************************
**************************************************

Header 

**************************************************
**************************************************
**************************************************/



.top-header.header-scrolled .top-logo img{
	max-width: 220px !important;
}

.top-menu .e-n-menu-content {
	z-index: 100 !important;
}

.elementor-widget-n-menu .e-n-menu-content{
	pointer-events: none;
}

.menu-services,
.menu-industries,
.menu-about{
	width: fit-content !important;
	margin-top: -3% !important;
	padding-top: 3% !important;
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-active.e-n-menu-content {
	padding-block-start: 36px !important;
}

.elementor-widget-n-menu .e-n-menu-content .e-con-boxed{
	pointer-events: auto;
}

.menu-divider::after {
	content: "";
	position: absolute;
	top: 0%;
	right: 0px;
	width: 1px;
	height: 100%;
	background: #f2f2f2;
}

.mobile-menu .e-n-menu-heading{
	flex-direction: column !important;
}

.mobile-menu .e-n-menu-heading .e-n-menu-item{
	display: flex !important;
	flex-direction: column !important;
}

.mobile-menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content{
	position: relative !important;
}

.menu-effects .menu-effect{
	overflow: hidden !important;
}


.menu-effects .menu-effect:hover{
	background-color: #000 !important;

}

.menu-effects .menu-effect:hover p{
	color: #ffffff !important;
}

.menu-effects .menu-effect::after {
	content: '';
	background: radial-gradient(50% 50% at 50% 50%, rgba(47, 49, 145, 0.9) 0%, rgba(47, 49, 145, 0) 100%);
	opacity: .6;
	width: 360px;
	height: 360px;
	border-radius: 180px;
	position: absolute;
	bottom: -400%;
	right: 0%;
	opacity: 0;
	z-index: 0;
}

.menu-effects .menu-effect:hover::after {
	opacity: 1;
}

/*************************************************
**************************************************
**************************************************

Homepage 

**************************************************
**************************************************
**************************************************/

body .text-bg .elementor-heading-title span, body .text-bg-dark .elementor-heading-title span{
	display: block;
}

body .text-bg .elementor-heading-title sup, body .text-bg-dark .elementor-heading-title sup{
	font-size: 45% !important;
	top: -0.9em;
}


body .text-bg .elementor-heading-title sup {
	color: #fff !important;	
}

body .text-bg-dark .elementor-heading-title sup {
	color: #000 !important;
}


body .text-bg .elementor-heading-title span:first-child{
	background: linear-gradient(
		to right, 
		#ffffff 0%,     
		#ffffff 35%,    
		#7AF1DA 50%, 
		#7AF1DA 65%, 
		#ffffff 80%, 
		#ffffff 100%  
	);
	-webkit-background-clip: text;
	background-clip: text;	
	color: transparent !important;
	max-width: max-content;
}



body .text-bg-dark .elementor-heading-title span:first-child{
	background: linear-gradient(
		to right, 
		#000 0%,     
		#000 35%,    
		#000 50%, 
		#7AF1DA 65%, 
		#7AF1DA 80%, 
		#7AF1DA 100%  
	);
	-webkit-background-clip: text;
	background-clip: text;	
	color: transparent !important;
	max-width: max-content;
}

body .text-bg.center .elementor-heading-title span:first-child, body .text-bg-dark.center .elementor-heading-title span:first-child {
	margin: auto;
}

.secure-col{
	overflow: hidden !important;
}

.secure-col, .secure-col *{
	transition: 0.3 ease-in-out all;
}

.secure-col::after{
	content: '';
	background: radial-gradient(50% 50% at 50% 50%, rgba(47, 49, 145, 0.9) 0%, rgba(47, 49, 145, 0) 100%);
	opacity: .6;
	width: 360px;
	height: 360px;
	border-radius: 180px;
	position: absolute;
	bottom: -50%;
	right: -35%;
	opacity: 0;
}

.secure-col:hover {
	background-color: #000 !important;
}

.secure-col .secure-btn .elementor-inline-item{
	display: flex;
	flex-direction: row-reverse;
	margin: 0 !important;
	gap: 5px;
}

.secure-col .secure-btn .elementor-inline-item .elementor-icon-list-icon{
	position: relative;
	left: 0;
	transition: left 0.3s ease-in-out;
}

.secure-col:hover .secure-btn *{
	color: #A8A9EE !important;
}

.secure-col:hover .secure-btn svg path{
	fill: #A8A9EE !important;
}

.secure-col:hover .secure-btn .elementor-inline-item .elementor-icon-list-icon {
	left: 5px;
}


.secure-col:hover::after{
	opacity: 1;
}


.secure-col .secure-col-imgs{
	max-width: max-content;
}

.secure-col .secure-col-imgs .hover-img, .secure-col:hover .secure-col-imgs .normal-img{
	opacity: 0;
	width: 0;
	height: 0;
}

.secure-col:hover .secure-col-imgs .hover-img {
	opacity: 1;
	width: auto;
	height: auto;
}

.secure-col:hover .elementor-heading-title, .secure-col:hover .elementor-widget-text-editor.secure-txt{
	color: #fff !important;
}

.secure-col:hover .elementor-widget-divider .elementor-divider-separator {
	border-color: #ffffff33 !important;
}

.double-color .elementor-heading-title span, .dc-text span {
	color: #4B4DB8;
}

.team-bottom{
	position: absolute !important;
	bottom: 6px;
	width: 96% !important;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 8px !important;
	padding: 12px !important;
	min-height: 138px !important;
}

.team-bottom.tb-pop{
	min-height: 1px !important;
}

.services-loop .elementor-swiper-button:hover, .purple-arrows .elementor-swiper-button:hover{
	background: linear-gradient(270deg, #CBE9FE 0%, #81C1F8 25%, #5FACF5 50%, #7D8EE9 75%, #BC6CD9 100%) !important;
}


.services-loop .swiper-wrapper, .services-loop .elementor-grid{
	counter-reset: services-cont;
}


.services-loop .swiper-wrapper .swiper-slide:not(.swiper-slide-duplicate), .services-loop .elementor-grid > .services{
	counter-increment: services-cont;
}

.services-loop .swiper-wrapper .swiper-slide:not(.swiper-slide-duplicate) .elementor-widget-text-editor.number, .services-loop .elementor-grid > .services{
	position: relative;
}

.services-loop .swiper-wrapper .swiper-slide:not(.swiper-slide-duplicate) .elementor-widget-text-editor.number p, .services-loop .elementor-grid > .services .elementor-widget-text-editor.number p{
	display: none;
	opacity: 0;
}

.services-loop .swiper-wrapper .swiper-slide:not(.swiper-slide-duplicate) .elementor-widget-text-editor.number::after, .services-loop .elementor-grid > .services .elementor-widget-text-editor.number::after{
	content: counter(services-cont, decimal-leading-zero);
	color: #2F3191;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1.62px;
	text-transform: uppercase;
	font-family: "Instrument Sans", Sans-serif;
}

.services-loop-2 .swiper-wrapper{
	counter-reset: services-cont;
}

.services-loop-2 .swiper-wrapper .swiper-slide:not(.swiper-slide-duplicate){
	counter-increment: services-cont;
}

.services-loop-2 .swiper-wrapper .swiper-slide:not(.swiper-slide-duplicate) .elementor-widget-text-editor.number{
	position: relative;
}

.services-loop-2 .swiper-wrapper .swiper-slide:not(.swiper-slide-duplicate) .elementor-widget-text-editor.number p{
	display: none;
	opacity: 0;
}

.services-loop-2 .swiper-wrapper .swiper-slide:not(.swiper-slide-duplicate) .elementor-widget-text-editor.number::after{
	content: counter(services-cont, decimal-leading-zero);
	color: #2F3191;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1.62px;
	text-transform: uppercase;
	font-family: "Instrument Sans", Sans-serif;
}

.services-loop-2 .elementor-swiper-button:hover{
	border-color: transparent !important;
	background: padding-box, linear-gradient(270deg, #CBE9FE 0%, #81C1F8 25%, #5FACF5 50%, #7D8EE9 75%, #BC6CD9 100%) border-box !important;
	background-origin: border-box !important;
	background-clip: padding-box, border-box !important;  
	color: #fff !important;
}

.secure-col:hover .elementor-widget-text-editor.number::after{
	color: rgba(255, 255, 255, 0.8) !important; 
}

.team-popup .dialog-message{
	opacity: 0; 
	transition: opacity 0.3s ease;
}

.team-popup.popup-ready .dialog-message{
	opacity: 1;
}

.team-popup-bio {
	max-height: 300px;
	overflow: auto;
}

.team-popup-bio p:not(:last-child) {
	padding-bottom: 20px;
}

.parent-services-loop .elementor-swiper-button{
	display: none !important;
}

.parent-services-loop .swiper-pointer-events{
	touch-action: none !important;
}

/* ===== TC Services Content ===== */

.tc-services {
	font-family: 'Adventor', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #6a6872;
}
.tc-services h2 {
	font-family: 'Adventor', sans-serif;
	font-size: 22px;
    font-weight: 700;
    color: #142156;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
	width: fit-content;
}
.tc-services h2 u {
    text-decoration: none;
}
.tc-services h3 {
    font-family: 'Adventor', sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    color: #142156;
    margin-top: 1.8rem;
    margin-bottom: 0.3rem;
    text-decoration: underline;
}
.tc-services p {
    font-size: 18px;
    color: #6a6872;
    margin: 0.65rem 0;
    line-height: 1.7;
}
.tc-services strong {
    color: #434343;
}
.tc-services ol {
    margin: 0.5rem 0 0.5rem 1.5rem;
    color: #6a6872;
}
.tc-services ul {
	margin: 0.5rem 0 0.5rem 1.5rem;
    color: #6a6872;
}
.tc-services li {
    font-size: 18px;
    color: #6a6872;
    margin-bottom: 0.7rem;
    line-height: 1.7;
}
.tc-services a {
    color: #009de9;
    text-decoration: none;
}
.tc-services a:hover {
    text-decoration: underline;
}


/*************************************************
**************************************************
**************************************************

Services 

**************************************************
**************************************************
**************************************************/

.list-cards.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	/* display: flex;
	flex-wrap: wrap; */
	gap: 8px !important;
}

body .careers-list .elementor-inline-items{
	gap: 15px !important;
}

body .list-cards .elementor-inline-items .elementor-inline-item {
	margin: 0 !important;
	background: #FFFFFF;
	padding: 9px 15px;
	border-radius: 99px;
	border: 1px solid #00000014;
}


.testing-wrapper{
	counter-reset: test-cont;
}

.testing-wrapper:not(.no-left)::after{
	content: '';
	width: 2px;
	height: 85%;
	top: 50%;
	transform: translateY(-50%);
	background-image: linear-gradient(180deg, #2EBA9F 0%, #D8DBDF 30%);
	position: absolute;
	left: -23px;
	z-index: 0;
}

.testing-wrapper .testing-col,
.testing-wrapper .testing-col-2{
	background-color: #000;
	border-radius: 16px;
	counter-increment: test-cont;

}



.testing-wrapper:not(.no-left) .testing-col::after{
	content: '';
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 999px;
	border: 5px solid #2EBA9F;
	position: absolute;
	left: -44.5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.testing-wrapper:not(.no-left) .testing-col-2::after{
	content: '';
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 999px;
	border: 5px solid #2EBA9F;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.testing-wrapper .testing-col .elementor-widget-text-editor,
.testing-wrapper .testing-col-2 .elementor-widget-text-editor{
	position: relative;
	overflow: hidden;
	padding: 24px;
	border-radius: 16px;
}

.testing-wrapper .testing-col .elementor-widget-text-editor p.
.testing-wrapper .testing-col-2 .elementor-widget-text-editor p{
	max-width: 80% !important;
}

.testing-wrapper .testing-col .elementor-widget-text-editor::before,
.testing-wrapper .testing-col-2 .elementor-widget-text-editor::before{
	content: counter(test-cont, decimal-leading-zero);
	color: #CECECE;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1.62px;
	text-transform: uppercase;
	font-family: "Instrument Sans", Sans-serif;
	position: absolute;
	top: 15px;
	right: 20px;
}


.testing-wrapper .testing-col .elementor-widget-text-editor::after,
.testing-wrapper .testing-col-2 .elementor-widget-text-editor::after{
	content: '';
	position: absolute;
	right: -30.13%;
	bottom: -45%;
	opacity: 0.6;
	border-radius: 180px;
	width: 350px;
	height: 100%;
}

.testing-wrapper .testing-col:nth-child(odd) .elementor-widget-text-editor::after,
.testing-wrapper .testing-col-2:nth-child(odd) .elementor-widget-text-editor::after{
	background: radial-gradient(50% 50% at 50% 50%, rgba(46, 186, 159, 0.85) 0%, rgba(46, 186, 159, 0) 100%);
}

.testing-wrapper .testing-col:nth-child(even) .elementor-widget-text-editor::after,
.testing-wrapper .testing-col-2:nth-child(even) .elementor-widget-text-editor::after{
	background: radial-gradient(50% 50% at 50% 50%, rgba(125, 127, 228, 0.9) 0%, rgba(125, 127, 228, 0) 100%);
}


.bottom-text, .title-gradient-text span{
	background-image: linear-gradient(90deg, #000 0%, #2EBA9F 60%); 
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent; /* Para WebKit */
	color: transparent;
}


.green-text span{
	color: #2FBAA0;	
}

.bottom-text a{
	text-decoration: underline !important;
}

.bottom-text a:hover{
	font-weight: bold;
}



.title-gradient-text span {
	display: block
}

body .secure-btns-cont .active a{
	background-color: #f1f1f1 !important;
	border-color: #00000014 !important;
}


.services-header{
	background: radial-gradient(80% 60% at 50% 0%, rgba(75, 77, 184, 0.25) 0%, rgba(75, 77, 184, 0) 70%), linear-gradient(0deg, #7D7FE4, #7D7FE4);
	border: 1px solid #FFFFFF0F;
}

.services-header-icon .elementor-icon svg {
	filter: brightness(0) invert(1);
}

.related-services-header{
	max-width: 1280px;
}


/*************************************************
**************************************************
**************************************************

Industries 

**************************************************
**************************************************
**************************************************/

/*.category-details{
height: 100% !important;
}*/


.industries-col, .industries-col * {
	transition: 0.3 ease-in-out all;
}

.industries-col:hover{
	background: linear-gradient(180deg, #0F1024 0%, #0A0B1C 100%);
}

.industries-col:hover .industry-title .elementor-heading-title, .industries-col:hover .industry-excerpt{
	color: #fff !important;
}

.industries-col:hover .elementor-widget-divider .elementor-divider-separator{
	border-color: rgba(255, 255, 255, 0.2) !important;
}

.sign{
	color: #0000004D;
}

.security-mini-text{
	color: rgba(0,0,0,0.6);
	font-size: 16px !important;
}


.cybersolutions-icons .elementor-inline-items {
	display: flex;
	gap: 15px;
}

.cybersolutions-icons .elementor-inline-items .elementor-inline-item {
	margin: 0 !important;
	background: #F1F1F1;
	padding: 4px 24px 4px 4px;
	border-radius: 16px;
	box-shadow: 1px -2px 2px 0px #00000014 inset;
	box-shadow: 0px 1px 2px 0px #00000026 inset;
	gap: 5px;
}

.cybersolutions-icons .elementor-inline-items .elementor-inline-item .elementor-icon-list-icon{
	background: linear-gradient(135deg, #7D7FE4 0%, #C5C6FF 100%);
	border-radius: 12px;
	display: flex;
	justify-content: center;
	padding: 6px;
}

.cybersolutions-icons .elementor-inline-items .elementor-inline-item .elementor-icon-list-icon svg {
	margin: 0;
}

.text-double span {
	color: #989898;
}

.text-double span:last-child { 
	padding-top: 40px;
	display: block;
}


.cs-right-list .elementor-inline-items{
	display: flex;
	gap: 10px;
}

.cs-right-list .elementor-inline-items .elementor-inline-item {
	margin: 0 !important;
	background-color: #f1f1f1;
	box-shadow: 1px -2px 2px 0px #00000014 inset;
	box-shadow: 0px 1px 2px 0px #00000026 inset;
	border-radius: 16px;
	padding: 8px 20px;
}


/*************************************************
**************************************************
**************************************************

Contact 

**************************************************
**************************************************
**************************************************/

.contact-col{
	backdrop-filter: blur(12px);
	box-shadow: 0px 0px 22px 0px #F2F2F280 inset;
}

.contact-icon .elementor-icon-box-description a{
	color: #71717B !important;
}

.contact-icon .elementor-icon-box-description a:hover{
	color: #2F3191 !important;
}


/*************************************************
**************************************************
**************************************************

About 

**************************************************
**************************************************
**************************************************/

body main .right-col-expanded .left-col:not(.no-min) {
	max-width: 500px;
}

body main .right-col-expanded .services-loop .elementor-swiper-button-prev {
	left: -54% !important;
}

body main .right-col-expanded .services-loop .elementor-swiper-button-next{
	left: -52% !important;
	right: inherit !important;
}


.timeline-shortcode{
	display: flex;
	flex-direction: column;
	gap: 70px;
	position: relative;
}

.timeline-shortcode::after{
	content: '';
	height: 100%;
	width: 1.2px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}

.timeline-shortcode .timeline-row{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
	position: relative;
	opacity: 0;
	transform: scale(0.5); /* Empieza más pequeño */
	transform-origin: center center; /* Fuerza a que expanda desde el centro */
	transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Transición suave con un leve rebote al final */
	will-change: opacity, transform;
}

.timeline-shortcode .timeline-row.is-visible{
	opacity: 1;
	transform: scale(1);
}

.timeline-shortcode .timeline-row::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 99px;
	background: radial-gradient(50% 50% at 50% 50%, #D4D5FF 0%, #9698FF 100%);
	box-shadow: 0px 0px 14px 0px #9698FF8C;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.timeline-shortcode .timeline-row .timeline-date{
	color: #fff;
	font-family: "Instrument Sans", Sans-serif;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1.62px;
}

.timeline-shortcode .timeline-row .timeline-content, .timeline-shortcode .timeline-row .timeline-date{
	width: 285px;
}

.timeline-shortcode .timeline-row .timeline-content .timeline-title{
	font-family: "Instrument Sans", Sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 2%;
	color: #fff;
}

.timeline-shortcode .timeline-row .timeline-content .timeline-description {
	font-family: "Instrument Sans", Sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.36px;
	color: rgba(255, 255, 255, .6);
}

.timeline-shortcode .timeline-row:nth-child(odd) {
	flex-direction: row;
}

.timeline-shortcode .timeline-row:nth-child(odd) .timeline-date{
	text-align: right;
}

.timeline-shortcode .timeline-row:nth-child(even) {
	flex-direction: row-reverse;
}


/*************************************************
**************************************************
**************************************************

Forms 

**************************************************
**************************************************
**************************************************/

.df-form .marketingForm > div{
	max-width: 100% !important;
}

.df-form .marketingForm > div .columns-equal-class .outer{
	display: table !important;
}

.df-form .marketingForm > div .columns-equal-class .outer, .df-form .marketingForm > div .columns-equal-class .outer *:not(.columnContainer, .consentBlock, .consentBlock *, .submitButtonWrapper, .submitButtonWrapper *){
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
	font-family: "Instrument Sans", Sans-serif;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.02em;
}

.df-form .marketingForm > div .columns-equal-class .outer th {
	background-color: transparent !important;
}

.df-form .marketingForm > div .columns-equal-class .outer .columnContainer:not(.inner){
	width: 50% !important;
}

.df-form .marketingForm > div .columns-equal-class .outer .containerWrapper{
	margin-bottom: 0 !important;
}



.df-form .marketingForm > div .columns-equal-class .outer .columnContainer {
	padding: 0;
	border: 0;
	background: transparent;
}

.df-form .marketingForm > div .columns-equal-class .outer .columnContainer.inner, .df-form .marketingForm > div .columns-equal-class .outer .inner{
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-top: 0 !important;
	padding-block: 0 !important;
}



.df-form .marketingForm > div .columns-equal-class .outer input:not([type="checkbox"]), .df-form .marketingForm > div .columns-equal-class .outer select, .df-form .marketingForm > div .columns-equal-class .outer textarea{
	padding: 10px !important;
	background-color: #fff;
	border-radius: 16px;
}

.df-form .marketingForm > div .columns-equal-class .outer textarea{
	height: 200px;
	resize: none;
}

.df-form .marketingForm > div .columns-equal-class .outer .consentBlock{
	padding-left: 0 !important;
}

.df-form .marketingForm > div .columns-equal-class .outer .consentBlock label a {
	color: #2F3191 !important;
}

.df-form .marketingForm > div .columns-equal-class .outer .consentBlock > div{
	align-items: flex-start;
	gap: 15px;
}

.df-form .marketingForm > div .columns-equal-class .outer .consentBlock > div input{
	margin-top: 3px;
}

.df-form .phoneFormFieldBlock .phoneCountryCode{
	border-radius: 99px;
}

body .popup-form form .gform_fields {
	row-gap: 16px !important;
}

body .popup-form form .gform_body input, body .popup-form form .gform_body textarea {
	border-radius: 16px !important;
	padding: 12px 23px !important;
	height: auto !important;
	font-family: "Instrument Sans", Sans-serif !important;
	font-weight: 600 !important;
	line-height: 1.5em !important;
	font-size: 16px !important;
	letter-spacing: 0.02em !important;
}

body .popup-form form .gform_body textarea {
	resize: none;
	height: 160px !important;
	min-height: 1px !important;
}

body .popup-form form .gform_footer { 
	width: 100%;
}

body .popup-form form .gform_footer input {
	width: 100% !important;
	background: radial-gradient(109.32% 72.43% at 50% 12.35%, #2F3191 0%, #4B4DB8 100%),
		radial-gradient(75.97% 70.09% at 86.36% 93.51%, rgba(208, 208, 208, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: -0.5px -0.5px 0.2px 0px #FFFFFF99 inset;	
	box-shadow: 0.5px 0.7px 0.4px 0px #FFFFFF4D inset;
	font-family: "Instrument Sans", Sans-serif !important;
	font-weight: 600 !important;
	line-height: 1.4em !important;
	letter-spacing: 0.02em !important;
	color: #fff !important;
	font-size: 16px !important;
	border-radius: 16px !important;
}

body .popup-form form .gform_footer input:hover{
	background: #fff !important;
	border-color: #000 !important;
	color: #000 !important;
}


body .popup-form .gform_validation_errors{
	background-color: transparent !important;
	border-color: #f00;

}


body .popup-form .gform_validation_errors .gform_submission_error, body .popup-form .gform-body .gfield_validation_message {
	color: #f00 !important;
	font-family: "Instrument Sans", Sans-serif !important;
}


.gform_wrapper .gform-body .ginput_container{
	position: relative;
}
.gform_wrapper .gform-body .ginput_container input:focus, .gform_wrapper .gform-body .ginput_container textarea:focus{
	outline: none;
	/* border: 0; */
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container input ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:after{
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 2px; 
	background-color: var( --e-global-color-primary ); 
	transition: 0.3s;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:after{
	top: auto; 
	bottom: 0; 
	left: auto; 
	right: 0;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container input ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:after{
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 2px; 
	height: 0; 
	background-color: var( --e-global-color-primary ); 
	transition: 0.4s;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:after{
	left: auto; 
	right: 0; 
	top: auto; 
	bottom: 0;
}

.gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border:after{
	width: 100%; 
	transition: 0.3s;
}

.gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border i:after{
	height: 100%; 
	transition: 0.4s;
}

.gform_confirmation_message {
	font-family: 'Futura Now Headline', sans-serif !important;
}

/*************************************************
**************************************************
**************************************************

Footer 

**************************************************
**************************************************
**************************************************/


/* Animations - KeyFrames */

@keyframes opacDown {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}

@keyframes shine{
	100%{
		left: 125%;		
	}
}


/* Media Queries */


@media (min-width: 1400px) {
	.right-col-expanded .left-col{
		margin-left: calc((100vw - 1400px) / 2) !important;
	}
}


@media (min-width: 768px) and (max-width: 1200px) {
	html, body{
		--vw-min: 768;
		--vw-max: 1200;
	}

	/***********************
	NOT EDIT
	************************/

	[class^="el-text-"], [class*=" el-text-"] {
		--min-text: var(--min-tablet-text);
		--max-text: var(--max-tablet-text);
	}

	[class^="el-pr-"], [class*=" el-pr-"] {
		--min-pr: var(--min-tablet-pr);
		--max-pr: var(--max-tablet-pr);
	}

	[class^="el-pb-"], [class*=" el-pb-"] {
		--min-pb: var(--min-tablet-pb);
		--max-pb: var(--max-tablet-pb);
	}

	[class^="el-pt-"], [class*=" el-pt-"] {
		--min-pt: var(--min-tablet-pt);
		--max-pt: var(--max-tablet-pt);
	}

	[class^="el-pl-"], [class*=" el-pl-"] {
		--min-pl: var(--min-tablet-pl);
		--max-pl: var(--max-tablet-pl);
	}

	[class^="el-width-"], [class*=" el-width-"] {
		--min-width: var(--min-tablet-width);
		--max-width: var(--max-tablet-width);
	}

	.legal-content h2, .legal-content h1, .legal-content h3, .legal-content h4{
		--min-ltf: var(--min-tablet-ltf);
		--max-ltf: var(--max-tablet-ltf);
	}

	/***********************
	END NOT EDIT
	************************/

}


@media (min-width: 1201px) {

	/***********************
	NOT EDIT
	************************/

	[class^="el-text-"], [class*=" el-text-"] {
		--min-text: var(--min-desktop-text);
		--max-text: var(--max-desktop-text);
	}

	[class^="el-pt-"], [class*=" el-pt-"] {
		--min-pt: var(--min-desktop-pt);
		--max-pt: var(--max-desktop-pt);
	}

	[class^="el-pb-"], [class*=" el-pb-"] {
		--min-pb: var(--min-desktop-pb);
		--max-pb: var(--max-desktop-pb);
	}

	[class^="el-pr-"], [class*=" el-pr-"] {
		--min-pr: var(--min-desktop-pr);
		--max-pr: var(--max-desktop-pr);
	}

	[class^="el-pl-"], [class*=" el-pl-"] {
		--min-pl: var(--min-desktop-pl);
		--max-pl: var(--max-desktop-pl);
	}

	[class^="el-width-"], [class*=" el-width-"] {
		--min-width: var(--min-desktop-width);
		--max-width: var(--max-desktop-width);
	}

	.legal-content h2, .legal-content h1, .legal-content h3, .legal-content h4{
		--min-ltf: var(--min-desktop-ltf);
		--max-ltf: var(--max-desktop-ltf);
	}

	/***********************
	END NOT EDIT
	************************/	

}

@media (max-width: 1800px) {}

@media (max-width: 1700px) {}

@media (max-width: 1600px) {}

@media (max-width: 1500px) {}

@media (max-width: 1440px) {}

@media (max-width: 1400px) {
	body main .right-col-expanded .services-loop .elementor-swiper-button-prev {
		left: -84% !important;
	}

	body main .right-col-expanded .services-loop .elementor-swiper-button-next{
		left: -82% !important;
	}
}

@media (max-width: 1366px) {}

@media (max-width: 1300px) {}

@media (max-width: 1280px) {}

@media (max-width: 1200px) {

	.team-bottom {
		min-height: 133px !important;
	}

	.parent-services-loop .elementor-swiper-button{
		display: inline-flex !important;
	}

	.parent-services-loop .swiper-wrapper{
		pointer-events: all !important;
	}

}

@media (max-width: 1080px) {}

@media (max-width: 1024px) {
	.team-bottom {
		min-height: 1px !important;
	}

	.mdr-grid {
		display: flex !important;
		flex-direction: column !important;
	}

	.menu-divider::after {
		display:none;
	}
	body main .right-col-expanded .services-loop .elementor-swiper-button-prev {
		left: 0% !important;
	}

	body main .right-col-expanded .services-loop .elementor-swiper-button-next{
		left: 2% !important;
	}
}

@media (max-width: 989px) {}

@media (max-width: 880px) {
	.testing-wrapper::after, .testing-wrapper .testing-col::after{
		display: none !important;
	}
}

@media (max-width: 780px) {
	.team-bottom {
		min-height: 111px !important;
	}
}

@media (max-width: 768px) {}

@media (max-width: 767px) {

	.menu-effects .menu-effect::after {
		bottom: -150%;
	}

	.menu-effects .menu-effect:hover::after {
		opacity: 0.6;
	}

	.elementor-widget-n-menu .e-n-menu-content {
		max-width: 100vw;
	}

	.mobile-menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content{
		max-width: 100vw;
	}

	.mobile-menu .e-n-menu-heading .e-n-menu-item .e-n-menu-title{
		max-width: 100vw;
	}

	.mobile-menu .e-n-menu-heading .e-n-menu-item{
		max-width: 93vw;
	}

	.cybersolutions-icons.total-icons .elementor-inline-items .elementor-inline-item{
		width: 100%;
	}

	.related-header-right {
		padding-right: 20px !important;
		flex-direction: row-reverse !important;
	}

	.related-header-right > .elementor-element {
		max-width: max-content !important;
	}

	.list-cards.elementor-widget .elementor-icon-list-items.elementor-inline-items {
		display: flex;
		flex-direction: column !important;
	}

	.list-cards.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{
		width: fit-content !important;
	}

	body .text-bg .elementor-heading-title span:first-child {
		max-width: 100% !important;
	}

	html, body{
		--vw-min: 320;
		--vw-max: 767;
	}

	/***********************
	NOT EDIT
	************************/

	[class^="el-text-"], [class*=" el-text-"] {
		--min-text: var(--min-mobile-text);
		--max-text: var(--max-mobile-text);
	}

	[class^="el-pl-"], [class*=" el-pl-"] {
		--min-pl: var(--min-mobile-pl);
		--max-pl: var(--max-mobile-pl);
	}

	[class^="el-pb-"], [class*=" el-pb-"] {
		--min-pb: var(--min-mobile-pb);
		--max-pb: var(--max-mobile-pb);
	}

	[class^="el-pt-"], [class*=" el-pt-"] {
		--min-pt: var(--min-mobile-pt);
		--max-pt: var(--max-mobile-pt);
	}

	[class^="el-pr-"], [class*=" el-pr-"] {
		--min-pr: var(--min-mobile-pr);
		--max-pr: var(--max-mobile-pr);
	}

	[class^="el-width-"], [class*=" el-width-"] {
		--min-width: var(--min-mobile-width);
		--max-width: var(--max-mobile-width);
	}

	.legal-content h2, .legal-content h1, .legal-content h3, .legal-content h4{
		--min-ltf: var(--min-mobile-ltf);
		--max-ltf: var(--max-mobile-ltf);
	}

	/***********************
	END NOT EDIT
	************************/

	.legal-content > *:not(h1, h2, h3, h4, h5, h6){
		font-size: 14px;
	}
	.team-bottom {
		min-height: 1px !important;
	}

	.cybersecurity-grid, .mdr-grid {
		display: flex !important;
		flex-direction: column !important;
	}

	.br-mobile br{
		display: block;
	}

	.text-double span:last-child{
		padding-top: 20px;
	}
	.cybersolutions-icons .elementor-inline-items .elementor-inline-item{
		width: 48%;
	}

	.timeline-shortcode .timeline-row:nth-child(odd), .timeline-shortcode .timeline-row:nth-child(even) {
		flex-direction: column;
	}
	.timeline-shortcode .timeline-row {
		gap: 7px;
		padding-left: 25px;
	}

	.timeline-shortcode::after {
		left: 0;
		transform: inherit;
		opacity: 0.5;
		z-index: 0;
	}
	.timeline-shortcode .timeline-row::after{
		left: 1px;
		z-index: 1;
	}
	.timeline-shortcode .timeline-row:nth-child(odd) .timeline-date{
		text-align: left;
	}
	.timeline-shortcode .timeline-row .timeline-content, .timeline-shortcode .timeline-row .timeline-date{
		width: 100%;
	}

	.timeline-shortcode{
		gap: 45px;
	}

}

@media (max-width: 390px) {
	.fx-title-mb {
		padding-right: 100px !important;
	}
	.list-cards .elementor-inline-items .elementor-inline-item {
		width: 100%;
		justify-content: center;
	}
}