.languages-switcher .elementor-nav-menu--main > ul > li > a{
	padding: 0 !important;
	display: flex;
}
.mainNav .lang-item{
	display: none !important;
}
.languages-switcher .sub-menu{
	margin-left: 0 !important;
}
.languages-switcher .sub-menu a{
    display: inline-block;
    border-inline-start: 0;
    padding: 8px 0 !important;
}
.languages-switcher .elementor-sub-item:hover{
	    background-color: transparent !important;
    border-inline-start: 0;
	opacity: .7;
}
.languages-switcher .sub-arrow{
	    color: #00368b;
    fill: #00368b;
}
b, strong{
	font-weight: bold !important;
}
.caBreakTitle br{
	display: block !important; 
}
.caIconTxt h3{
	margin: 0;
}
.caIconTxt figure{
	max-width: 70px;
}
.caImgBox figure{
	max-width: 150px;
}
.caCenterSchema > .elementor-widget-container{
        box-shadow: 0 0 30px rgba(0,0,0,0.04);
    width: 200px;
    height: 200px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100rem;
    margin: auto;
	position:relative;
	    border: 1px solid whitesmoke;
	background-color:#FFF;
}
.caCenterSchema > .elementor-widget-container::after{
	content: "";
	display: block;
	position: absolute;
	width: 260px;
	height:260px;
	left: -30px;
	top: -30px;
	    border-radius: 100rem;
    border: 1px solid #f0f0f0;
}
.caCenterSchema > .elementor-widget-container::before{
content: "";
    display: block;
    position: absolute;
    width: 235px;
    height: 50px;
    left: -17px;
    margin: auto;
    top: 0;
    border-radius: 100rem;
    background: #f5f5f5;
    bottom: 0;
    animation: rotate-animation 15s infinite linear;
    z-index: -1;
}
.caCenterSchema small {
    font-size: 85%;
    color: #737373;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.caServicesBlock .e-con-inner{
    border: 1px solid #f5f5f5;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
.caSchemaContainer{
	position: relative;
}
.caSchemaContainer::before,
.caSchemaContainer::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #000;
    opacity: .015;
}
.caSchemaContainer::after{
    left: unset;
    right: 0;
    opacity: .03;
    z-index: -1;
}
.caServicesGrid{
	position: relative;
}
.caServicesGrid > .e-con-inner::after{
	content:"";
	display: block;
	    width: calc(30% + 25px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}

.caServicesGrid > .e-con-inner::before{
	content:"";
	display: block;
	    width: calc(30% + 25px);
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index:2;
	border-left: 1px solid #FF7502;
	border-right: 1px solid #FF7502;
	transform: skewY(25deg);
		animation: motionVertical 2.5s linear infinite;
}
.caServicesGrid {
	overflow: hidden;
}
.caServicesGrid figure{
	max-width: 160px;
}
.caServicesGrid .caRow{
	position: relative;	
	overflow: hidden;
}
.caServicesGrid .caRow::after{
	content:"";
	display: block;
	position: absolute;
	width: 60px;
	height:1px;
	left:0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(0,54,139,0) 0%, rgba(0,54,139,1) 60%);
}
.caR1::after{
	animation: motion 2.5s linear infinite;
}
.caR2::after{
	animation: motion 3.5s linear infinite;
}

@keyframes motion {
	0% {left:-100px;}
	100% {left:calc(100% + 60px);}
}
@keyframes motionVertical {
	0% {top:-100px;}
	100% {top:calc(100% + 60px);}
}
.caCompanies .e-con-inner{
	position: relative;
}
.caCompanies .e-con-inner::before{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	height: 100%;
	background-color: #fff;
	border-radius: 0;
	top: 0;
}
.caCompanies > .e-con-inner figure{
	background-color: #FFF;
	border-radius: 12px;
	border: 1px solid #ebebeb;
}
.caTechTable .e-con-inner{
	position: relative;
}
.caTechTable > .e-con-inner::before{
content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 85px);
    width: calc(100% - 25%);
    background-color: var(--e-global-color-accent);
    border-radius: 0;
}
.caContactBanner{
	position: relative;
}
.caContactBanner.e-flex::before{
    content: "";
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background: linear-gradient(45deg, rgba(250,250,250,1) 3%, rgba(255,255,255,1) 50%);
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.caContactBanner .e-hosted-video{
    height: 400px;
    width: 100%;
}
.caTestimonial .elementor-testimonial__image{
    position: relative;
}
.caTestimonial .elementor-testimonial__image::after{
    content: "";
    display: block;
    position: absolute;
    left: -25px;
    top: -20px;
    width: calc(100% + 25px);
    height: calc(100% + 25px);
    border: 1px solid #000;
    border-radius: 100rem;
    opacity: .1;
    z-index: 1;
}
.caTestimonial .elementor-testimonial__image::before{
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 80px;
    height: 80px;
    border-radius: 100rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/wp-content/uploads/2023/12/quotes.png');
    z-index: 2;
}
.caTestimonial .elementor-testimonial__content{
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.caTestimonial .elementor-testimonial__footer {
    padding-right: 80px !important;
    padding-left: 50px !important;
    border-right: 1px solid #e2e2e2;
}
.caTestimonial .swiper-pagination-horizontal {
    width: 400px !important;
    left: 0 !important;
}
.caTestimonial .elementor-swiper-button{
    padding: 15px;
    border-radius: 100rem;
    left: unset;
    right: 0;
    border: 1px solid #e2e2e2;
    top: unset !important;
    color: #4f4e4e !important;
    bottom: -25px;
    transition: .3s ease all;
}
.caTestimonial .elementor-swiper-button:hover{
    background-color: var( --e-global-color-secondary );
    border-color: var( --e-global-color-secondary );
}
.caTestimonial .elementor-swiper-button:hover i{
    color: #FFF;
}
.caTestimonial .elementor-swiper-button-next {
    right: 0 !important;
    height: 51px;
}
.caTestimonial .elementor-swiper-button-prev{
    left: unset !important;
    right: 70px !important;
}
.button-arrow .elementor-button-content-wrapper{
	align-items: center;
}
.button-arrow .elementor-button-icon {
    width: 34px;
    height: 34px;
    background-color: #FFF;
    border-radius: 100rem;
    margin: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-arrow .elementor-button-icon svg{
    stroke: #FFF;
    stroke-width: 20px;
	fill: var( --e-global-color-secondary );
}
.button-arrow .elementor-button:hover .elementor-button-icon svg{
	fill: var( --e-global-color-text ) !important;
}
.caBreakLine{
	position: relative;
}
.caBreakLine::after{
	content:"";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	opacity: .2;
}
.otherServices .elementor-tab-title{
	border-bottom: 1px solid #dbdbdb;
}
.otherServices .elementor-tab-title.elementor-active{
	background-color: var( --e-global-color-accent );
}
.finTechTable *{
	color: #FFF;
}
.ecosystem-table tbody{
    background-color: #232427;
}
.ecosystem-table tbody td,
.ecosystem-table thead th,
.ecosystem-table thead th{
	border: none;
	border-block-start: none !important;
}
.ecosystem-table td{
	text-align: center;
	    vertical-align: middle;
	    height: 100px;
}
.ecosystem-table td span{
	font-size: 14px;
}
.ecosystem-table td small{
	display: block;
}
.ecosystem-table td b{
    font-size: 16px;
    font-weight: 600 !important;
    max-width: 200px;
    display: block;
    margin: auto;
}
.table-transaction table tr > td:first-child  h5{
	display: none;
}
.table-transaction table tr > td{
	width: 10px;
}
.ecosystem-table tr > td:first-child{
    padding: 15px;
    background-color: #1A1B1E;
    text-align: left;
}
.ecosystem-table h5{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
	margin: 0;
}
.ecosystem-table th{
	padding: 0;
}
.ecosystem-table h6{
    color: var(--e-global-color-secondary);
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
}
.clients-carousel .elementor-testimonial__image img{
	height: auto !important;
	margin-top: 0 !important;
}
.clients-carousel .elementor-testimonial__footer {
    flex-direction: column-reverse !important;
}
.clients-carousel .elementor-swiper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.clients-carousel .elementor-main-swiper{
	margin: 0 !important;
	position: relative;
}
.clients-carousel .elementor-main-swiper::before{
	display: none;
		    content: "TRUSTED CUSTOMERS";
    
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url(https://newsoft.mx/wp-content/uploads/2024/08/customers.png);
    left: 20px;
    top: 0;
    font-weight: bold;
    font-size: 11px;
	padding-top: 60px;
}
.clients-carousel .swiper-pagination {
    display: inline-block;
    width: auto;
    border: 1px solid #e2e2e2;
    border-radius: 100rem;
    padding: 5px 15px 9px 15px;
    left: unset;
    right: 0;
}
.clients-carousel .elementor-swiper{
	position: relative;
}
.clients-carousel .elementor-swiper::after{
	    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url(/wp-content/uploads/2024/08/quotes.png);
    left: 0;
    top: 0;
    margin: auto;
}
.frameworks-table .e-con.e-child .e-con-inner{
	min-height: 70px;
  justify-content: center;
}
.elementor-slide-button{
	position: relative;
	padding-right: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.elementor-slide-button::after{
	content:"";
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
	background-color: #FFF;
	border-radius: 100rem;
	display: block;
	    background-repeat: no-repeat;
    background-size: 60%;
	background-position: 50% 50%;
	background-image: url(/wp-content/uploads/2023/11/arrow_right_alt.png);
}
.marqueeNws .swiper-slide{
	padding: 0 !important;
}
/*
.caIntro h6{
	position: relative;
}
.caIntro h6::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 1px;
	width: 20px;
	background-color: #000;
}
*/
.contact-Button{
	display: none;
}
.fixed{
	display: block !important;
}
@media screen and (min-width: 1300px) {
.caServicesGrid > .e-con-inner::after,
.caServicesGrid > .e-con-inner::before{
	    width: 375px;
}
}
	
@media screen and (max-width: 1024px) {
	.caIconTxt figure{
	max-width: 65px;
}
	.caServicesGrid::after,
	.caServicesGrid::before{
    width: 32%;
}
	.caContactBanner.e-flex::before {
		width: 80%;
	}
	    .caTestimonial .elementor-testimonial__footer {
    padding-right: 40px !important;
    padding-left: 20px !important;
}
.caTestimonial .elementor-testimonial__content {
    padding-left: 40px;
}
.caTestimonial .swiper-pagination-horizontal {
    width: 340px !important;
}
	.caTechTable > .e-con-inner::before {
    height: calc(100% - 60px);
}
	.table-transaction table tr > td:first-child h5 {
    display: block;
}
	.ecosystem-table tr > td:first-child {
    width: 100px;
}
}
@media screen and (max-width: 767px) {
	.caTechTable > .e-con-inner::before{
		height: calc(100% - 268px);
    width: 100%;
    top: unset;
		bottom: 0;
	}
		.caTechTable br{
		display: none;
	}
	.caTechTable .caTh br{
		display: block;
	}
	.e-parent > .e-con-inner{
    max-width: 500px;
}
	.caBackWards > .e-con-inner > div:first-of-type{
    order: 1;
}
.caBackWards > .e-con-inner > div:last-of-type{
    order: 0;
}
.caIconTxt figure{
	max-width: 55px;
}
	.caServicesBlock .e-con-inner{
    border: 1px solid #f5f5f5;
    border-radius: 25px;
}
	.caSchemaContainer::before{
    top: 0;
		height: 50%;
    width: 100%;
}
.caSchemaContainer::after{
top: unset;
    right: 0;
    height: 50%;
    width: 100%;
    bottom: 0;
}
.caServicesGrid::after,
	.caServicesGrid::before,
	.caServicesGrid .caRow::after{
    display: none;
}
	.caServicesGrid > .e-con-inner::after,
.caServicesGrid > .e-con-inner::before{
	    display: none;
}
	.caServicesGrid figure{
max-width: 150px;
    transform: translateY(15px);
}
	.caCompanies .e-con-inner::before {
    width: 85%;
}
	br{
		display: none;
	}
	.caContactBanner.e-flex::before {
		width: 100%;
	}
	.caIconWimage .elementor-icon-box-icon{
    display: inline-flex !important;
    align-items: flex-end !important;
	}
	.caTestimonial .elementor-testimonial{
    flex-direction: column-reverse !important;
}
.caTestimonial .elementor-testimonial__footer {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-right: 0;
}
.caTestimonial .elementor-testimonial__content {
    padding-left: 0;
    padding-top: 30px;
}
.caTestimonial .elementor-testimonial__image {
    width: 200px;
    margin: 25px 0 0 25px;
}
.caTestimonial .swiper-slide{
    padding: 0 !important;
}
.caTestimonial .elementor-swiper-button {
    bottom: -70px;
}
.caTestimonial .elementor-swiper-button-next {
    right: 25px !important;
}
.caTestimonial .elementor-swiper-button-prev {
    right: 90px !important;
}
.caTestimonial .swiper-pagination-horizontal {
    width: 100% !important;
    text-align: left;
    padding: 0 15px;
}
	.finTechTable{
		width: 100%;
		overflow: scroll;
	}
	.finTechTable br{
		display: block;
	}
	.frameworks-table .e-con.e-child .e-con-inner {
    min-height: unset;
}
.clients-carousel .elementor-swiper::after{
		display: none !important;
	}
	.clients-carousel .elementor-main-swiper{
		width: 100% !important;
	}
	.mainBanner > .e-con-inner {
    max-width: unset;
}
	.mainBanner video{
		min-height: 500px !important;
	}
	.mx-vid .elementor-heading-title.elementor-size-default{
		color: #FFF !important;
	}
}
.caSection{
	animation: float 4.2s .3s ease-in-out infinite alternate;
}
.caTabs{
	animation: float 4s .3s ease-in-out infinite alternate;
}
.caSlack{
	animation: float 3.8s .3s ease-in-out infinite alternate;
}
.caTablet{
	animation: floating 4s .3s ease-in-out infinite;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10%);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes floating {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-2.5%);
	}
	100% {
		transform: translatey(0px);
	}
}



    .positivity__words .elementor-absolute {
      opacity: 0;
      animation: changeword 8s linear infinite;
    }
    
    .positivity__words .elementor-absolute:nth-child(1) {
      animation-delay: 0s;
    }
    .positivity__words .elementor-absolute:nth-child(2) {
      animation-delay: 2s;
    }
    .positivity__words .elementor-absolute:nth-child(3) {
      animation-delay: 4s;
    }
    .positivity__words .elementor-absolute:nth-child(4) {
      animation-delay: 6s;
    }



@keyframes changeword {
  0% {
    transform: translateY(-35px) scaleY(2); filter:blur(3px);
    opacity: 0;
  }
  
  5% {
    opacity: 1;
    transform: translateY(0) scaleY(1);filter:blur(0);
  }
  
  20% {
    opacity: 1;
    transform: translateY(0) scaleY(1);filter:blur(0);
  }
  
  30% {
    opacity: 0;
    transform: translateY(35px) scaleY(1);filter:blur(0);
  }
  
  80% {
    opacity: 0;
    transform: translateY(35px) scaleY(1);filter:blur(3px);
  }
}





.shape {
  display: block;
  fill: #FF7502;
  margin: 0 auto;
}

.shape1 {
  animation: rotate 1500ms infinite;
  margin-top: 50px;
}

.shape2 {
  animation: rotateScale 1500ms infinite;
  fill: #ccc;
  filter: blur(4px);
  margin-top: 10px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateScale {
  0% {
    transform: scaleY(0.2) rotate(0deg);
  }
  100% {
    transform: scaleY(0.2) rotate(360deg);
  }
}

mark {
    background-color: #ff7602;
    color: #FFF;
    padding: 0 15px;
    border-radius: 10px;
transform: scale(.95);
    display: inline-block;
}
