/***************** Header start ********************/
.font-cabin{
	 font-family: "Cabin", sans-serif;
}
.font-source-sans{
	 font-family: "Source Sans 3", sans-serif;
}
body{
	font-family: "Cabin", sans-serif !important;
}

.main-header {
  background: white;
/*   border-bottom: 1px solid #eee; */
  padding: 12px 24px;
  font-family: sans-serif;
  position: sticky;
    top: 0px;
    z-index: 99;
	transition: all 0.6s;
}
.main-header.header-down{
	transition: all 0.6s;
	box-shadow: 1px 3px 4px #e0e0e0;
}
.header-down {
    padding: 8px 14px; transition: all 0.6s;
}
.header-down .navbar-button a {
    padding: 13px 24px;
}
.custom-navbar {
  max-width: 1180px;
  margin: 0 auto;
}
.desk-menu-wraper {
    display: flex;
    align-items: center;
    gap: 60px;
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.navbar-logo img {
  height: 50px;
	transition: all 0.6s;
	
}
.navbar-logo svg{
	image-rendering: -webkit-optimize-contrast;
}
.header-down .navbar-logo img {
	height: 40px;
	transition: all 0.6s;
}
.custom-navbar-menu {
  display: flex;
  gap: 35px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-navbar-menu li a {
  text-decoration: none;
  color: #aaa;
  font-weight: 400;
  font-size: 16px;
  transition: 0.2s ease;
	 font-family: "Source Sans 3", sans-serif;
}

.custom-navbar-menu li a:hover{
	color: #0084D2;
}

.custom-navbar-menu li.current-menu-item a {
  color: #0084D2;
  font-weight: 600;
}

.navbar-button a {
  padding: 16px 24px;
  border: 1px solid #838383;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #081F2A;
  text-decoration: none;
	font-family: "Cabin", sans-serif;
	transition: all 0.4s;
}
.navbar-inner .navbar-button a:hover {
    color: #0084D2;
    border: 1px solid #0084D2;
}
.navbar-inner .navbar-button a svg, .navbar-inner .navbar-button a:hover svg{
	transition: all 0.4s;
}
.navbar-inner .navbar-button a svg path, .navbar-inner .navbar-button a:hover svg path{
	transition: all 0.4s;
}
.navbar-inner .navbar-button a:hover svg path{
	stroke: #0084D2 !important;
}
.navbar-button a img {
	transition: all 0.4s;
}
.navbar-button a:hover img, .navbar-button a:hover svg {
/* 	animation: scrollY 400ms linear forwards;
    will-change: transform; */
}

/* Toggle button */
.navbar-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

/* Mobile menu hidden by default */
.mobile-menu {
 	padding: 20px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	transition: all 0.6s;
	transform: translateX(-100%);
}

.mobile-nav {
  flex-direction: column;
  gap: 15px;
}

.navbar-button{
	display: flex;
/* 	margin-top: 20px; */
}
.mobile-menu .navbar-button{
	margin-top: 20px;
}
.navbar-toggle{
	transition: all 0.6s;
}
.navbar-toggle.buttonActive img {
    transform: scaleX(-1);
}
.menu-open {
    overflow: hidden;
}

/* Responsive */

@media screen and (min-width: 1640px){
	.main-header .container{
		max-width: 1360px;	
		padding: 0;
	}
	.custom-navbar {
		max-width: 1360px;	
	}
}

@media (max-width: 1140px) {
	.main-header .container{
		 max-width: 1010px;
	}
}

@media (max-width: 991px) {
  .navbar-menu-wrapper {
    display: none;
  }

  .desktop-button {
    display: none;
  }

  .navbar-toggle {
    display: block;
	  position: relative;
	  z-index: 111;
  }

  .mobile-menu.active {
    	visibility: visible;
        background: #fff;
        height: 100vh;
        z-index: 11;
        transition: all 0.6s;
        width: 100%;
        transform: translateX(0%);
        box-shadow: 5px 3px 15px #eee;
  }
	.main-header .container{
		 max-width: 920px;
	}
	
	.navbar-inner{
		    padding: 10px 0px;
	}
	
}

@media (max-width: 767px) {
	.navbar-logo img {
    	height: 50px;
	}
	.main-header{
		 padding: 0px;
	}
	.navbar-toggle img {
    	width: 25px;
	}
	.main-header .container{
		 max-width: 690px;
	}
}

/***************** Header End ********************/


/******************* Home page *******************/

	/******** banner section start *******/
		.martech {
			color: #0084D2;
			 letter-spacing: 0;
		}
		.section1{
			overflow: hidden !important;
			position: relative !important;
		}
		.section1 .e-con-inner > .elementor-element:first-child {
			max-width: 930px;
			margin: auto;
		}
		.section1 .e-con-inner > .elementor-element:last-child {
			max-width: 978px;
			margin: 90px auto 0px;
		}
		.section1:before {
			content: '' !important;
			background-image: url(/wp-content/uploads/2025/06/top-shape.png) !important;
			background-repeat: no-repeat !important;
			position: absolute !important;
			left: -14vw !important;
			width: 510px !important;
			background-size: contain !important;
			top: 25px !important;
		}
		.trustedLeadingImages .swiper-slide-inner {
			transform: scale(0.8);
			object-fit: cover;
			transform-origin: center;
			width: auto !important;
			height: auto !important;
		}
		.trustedLeadingImages .elementor-image-carousel-wrapper .swiper-slide:nth-child(4) {
			transform: scale(0.6);
		}
		
		
		#talkTohuman .elementor-button-link{ height: 54px; display: flex; justify-content: center;}
		#talkTohuman .elementor-button-link img{ border-radius: 50px; }
#talkTohuman .elementor-button-link:hover .elementor-button-content-wrapper{ z-index: 1; }
		#talkTohuman .elementor-button-link:hover {background-color: rgb(0, 132, 210);}
		.bannerCaseStudyBtn .elementor-button-link { height: 54px; display: flex; justify-content: center;}

		@media screen and (min-width: 1640px){
			.section1 .e-con-inner > .elementor-element:first-child {
				max-width: 990px;
			}
			.section1 .e-con-inner > .elementor-element:last-child {
					max-width: 1010px;
			}
		}

		@media screen and (min-width: 1800px){
			.section1:before {
					left: -5vw !important;	
			}
		}
		@media screen and (min-width: 1024px) and (max-width: 1140px) {
			.section1:before {
				left: -20vw !important;
				width: 450px !important;
			}
		}
		@media screen and (min-width: 768px) and (max-width: 992px) {
			.section1:before {
				width: 230px !important;
			}
		}
		@media screen and (min-width: 768px){
			.trustedLeadingImages .swiper-slide:nth-child(3) .swiper-slide-inner,
			.trustedLeadingImages .swiper-slide:nth-child(6) .swiper-slide-inner,
			.trustedLeadingImages .swiper-slide:nth-child(8) .swiper-slide-inner{
				transform: scale(0.6);
			}
			.trustedLeadingImages .swiper-slide:nth-child(7) .swiper-slide-inner{
				transform: scale(1);
			}
			.trustedLeadingImages .swiper-slide:last-child .swiper-slide-inner {
				transform: scale(0.5);
			}
		}


		@media screen and (max-width: 767px){
			.section1:before{
				left: -340px !important;
				display: none !important;
			}
				
			.section1 .e-con-inner > .elementor-element:last-child {
				margin-top: 40px;
			}
			.trustedLeadingImages .elementor-image-carousel-wrapper .swiper-slide:nth-child(4) .swiper-slide-inner {
				transform: scale(0.8);
			}
			.trustedLeadingImages .swiper-slide-inner{
				    transform: scale(0.7);
			}
			.trustedLeadingImages .elementor-image-carousel-wrapper .swiper-slide:nth-child(5) .swiper-slide-inner {
				transform: scale(0.9);
			}
			
		}
		@media screen and (max-width: 502px){
			.bannerCaseStudyBtn .elementor-button-link {
				width: 218px;
			}
			.cky-consent-container{
			    max-width: 92% !important;
				left: 4% !important;
				bottom: 2% !important;
			}
		}
		@media screen and (max-height: 710px){
				.section1 .e-con-inner > .elementor-element:last-child {
					margin: 50px auto 0px;
				}
		}
	
   /******** banner section end *******/

   /*************** Technologies We Use at Stronde start *************/
		.section2 figure.swiper-slide-inner {
			margin: 0px 10px !important;
			background: #fff;
			padding: 5px 22px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 71px;
			height: 64px;
			box-shadow: 0px 5px 15px #eee;
			margin-bottom: 18px !important;
			margin-top: 6px !important;
		}
		.section2 .e-n-tabs-heading {
			flex-wrap: nowrap !important;
			width: 100% !important;
			overflow: scroll !important;
			justify-content: flex-start !important;
			gap: 0px !important;
			position: relative !important;
		}
		.section2 .e-n-tabs-heading:before{
			content: '';
			width: calc(100% - 50px);
			height: 1px;
			background: #bdbdbd;
			position: absolute;
			left: 30px;
			bottom: 0px;
			display: none;
		}

		.section2 .e-n-tabs-heading button {
			display: flex;
			white-space: nowrap;
			position: relative;
			padding: 8px 12px;
		}
		.section2 .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]{
			/* font-weight: 600 !important; */
			border-bottom: 2px solid #00202B !important;
		}
		.section2 .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]:before{
			content: '';
			width: 100%;
			height: 1px;
			background: #00202B;
			position:absolute;
			left: 0px;
			bottom: 0px;
			display: none;
		}
		.arrowBtn .elementor-button-icon svg {
			height: 17px;
			width: 6px;
		}
			
		.TabsContainer {
			padding: 0px !important;
		}
		.tecnologiesTabs .e-n-tabs-heading {
			padding-left: 40px !important;
			padding-right: 40px !important;
		}

		.techInnerData{
			position: relative !important;
			overflow: hidden !important;
		}
		.technologiesStronde:before{
			    content: '' !important;
				background-image: url(/wp-content/uploads/2025/06/single-shape.png) !important;
				background-repeat: no-repeat !important;
				position: absolute !important;
				right: -155px !important;
				width: 200px !important;
				background-size: contain !important;
				top: 30px !important;
				left: inherit !important;
				height: 225px !important;
		}
		.tecnologiesTabs .e-con-inner .techLink {
			min-width: revert-layer !important;
		}
		.tecnologiesTabs .e-con-inner .techLink a {
			margin: 0 8px;
			background: #fff;
			border-radius: 71px;
			padding: 11px 22px;
			box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.10);
			min-width: 171px;
			max-width: 171px;
			height: 63px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.tecnologiesTabs .e-con-inner .techLink .wp-caption-text {
			display: none;
		}
		.tecnologiesTabs .e-con-inner .techLink img {
			aspect-ratio: 5 / 1;
			width: 100% !important;
			object-fit: contain;
		}
		.tecnologiesTabs .e-con-inner .elementor-element-1aa69af0.techLink img {
			aspect-ratio: 4 / 1;
		}
		.tecnologiesTabs .e-con-inner .elementor-element-5739d4dd.techLink img {
			aspect-ratio: 4 / 1;
		}
		.tecnologiesTabs .e-con-inner .elementor-element-185d7735.techLink img {
			aspect-ratio: 3 / 1;
		}
		.tecnologiesTabs .e-con-inner .elementor-element-23f0b312.techLink img {
			aspect-ratio: 3 / 1;
		}
		.tecnologiesTabs .e-n-tabs-content {
			overflow: hidden !important;
		}
		.tecnologiesTabs .e-n-tabs-content .e-con-full {
			gap: 0px;
			flex-wrap: nowrap;
		}
		.tecnologiesTabs .e-n-tabs-content [role="tabpanel"]{
			padding-top: 10px;
			padding-bottom: 25px;
		}
		.TabsContainer {
			overflow: hidden !important;
		}
		.technologiesStronde {
			overflow: hidden !important;
		}
		.tecnologiesTabs .elementor-widget-container .e-n-tabs-heading {
			display: flex;
		}
		.tecnologiesTabs .elementor-widget-container .e-n-tabs-heading .e-n-tab-title {
			margin: 0 !important;
			border-bottom: 1px solid #838383;
			min-height: 34px;
		}
		.tecnologiesTabs .e-n-tabs-content .marquee-row.marquee-left .marquee-track {
			padding-bottom: 0px;
		}
		.tecnologiesTabs .e-n-tabs-content .marquee-row.marquee-right .marquee-track {
			padding-top: 5px;
		}
		.technologiesStronde .elementor-widget-button .elementor-button{
			padding: 0px;
		}
		.techLink a .elementor-button-text {
			transition: all 0.5s;
		}
		.techLink a:hover .elementor-button-text {
			text-decoration: underline;
			transition: all 0.5s;
		}

		@media screen and (min-width: 1800px){
			.technologiesStronde:before{
				    right: -145px !important;
			}	
		}
		@media screen and (min-width: 1201px){
				.section2 div.e-n-tabs-heading {
					justify-content: center !important;
				}
		}
		
		@media screen and (min-width: 992px){
				.section2 .swiper-slide-inner .swiper-slide-image {
					aspect-ratio: 8 / 1;
					object-fit: contain;
					width: 100%;
				}
		}

		@media screen and (min-width: 1024px){
				.section2 .swiper-slide-inner .swiper-slide-image {
					aspect-ratio: 4 / 1;
					object-fit: contain;
					width: 100%;
				}
		}
		
		@media screen and (min-width: 1261px) and (max-width: 1380px) {
			.section2 .e-n-tabs-heading:before {
				    width: calc(100dvh + 280px);
			}
		}

		@media screen and (min-width: 1141px) and (max-width: 1260px) {
			.section2 .e-n-tabs-heading:before {
				    width: calc(100dvh + 340px);
			}
		}

		@media screen and (min-width: 1025px) and (max-width: 1140px) {
			.section2 .e-n-tabs-heading:before {
				    width: calc(100dvh + 290px);
			}
		}

		@media screen and (min-width: 768px) and (max-width: 1024px) {
			.section2 .e-n-tabs-heading:before {
				width: calc(100dvh + 640px);
			}
			.tecnologiesTabs .e-con-inner .techLink a{
				 min-width: 150px;
				max-width: 150px;
				height: 55px;
			}
			.tecnologiesTabs .e-n-tabs-heading {
				padding-left: 25px !important;
				padding-right: 25px !important;
			}
		}

		@media screen and (max-width: 767px){
			.section2 .e-n-tabs-heading:before{
				display: none !important;
			}	
			.technologiesStronde:before{
				display: none !important;
			}
			.section2 .e-n-tabs-heading {
				/* gap: 10px !important; */
			}
			.tecnologiesTabs .e-con-inner .techLink a {
				min-width: 125px;
				max-width: 125px;
				height: 50px;
			}
			.tecnologiesTabs .elementor-widget-container .e-n-tabs-heading:before {
				content: '';
				width: calc(100dvh + 570px);
				height: 1px;
				background: #bdbdbd;
				position: absolute;
				left: 30px;
				bottom: 0px;
				display: none !important;
			}
			.TabsContainer .elementor-button.elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
				position: relative;
				top: -2px;
			}
			.tecnologiesTabs .e-n-tabs-heading {
				padding-left: 15px !important;
				padding-right: 15px !important;
			}
			.tecnologiesTabs .e-n-tabs-content .marquee-row .marquee-track {
					width: 2570px;
			}
			.section2 .e-n-tabs-heading::-webkit-scrollbar {display: none;}
		}

		@media screen and (max-width: 420px){
			.tecnologiesTabs .elementor-widget-container .e-n-tabs-heading:before {
				width: calc(100dvh + 440px);
			}
		}



	/*************** Technologies We Use at Stronde end *************/


	/************************ Our Services start *********************/
		.section3{
			position: relative !important;
			overflow: hidden !important;
		}
		.section3:after{
		   content: '';
			background-image: url(/wp-content/uploads/2025/06/top-shape.png);
			background-repeat: no-repeat;
			position: absolute;
			right: -14vw !important;
			width: 480px;
			background-size: contain;
			bottom: -260px;
			left: inherit;
			top: inherit;
			height: 500px;
			z-index: -1;
		}
		.service-block{
/* 			border: 1px solid #F8F8F8; */
			transition: all 0.6s;
			overflow: hidden !important;
		}
		.service-block:hover{
/* 			border: 1px solid #00202B !important; */
			transition: all 0.6s;
			box-shadow: 0px 5px 6px #c7c1c1;
		}
		.service_card_icon, .service_card_heading, .service_card_desc{
			transition: all 0.6s;
		}
		.service-block:hover .service_card_icon{
			transition: all 0.6s;
			transform: translateY(-70px);
		}
		.service-block:hover .service_card_heading{
			transition: all 0.6s;
			transform: translateY(-55px);
		}
		.service-block:hover .service_card_desc{
			transition: all 0.6s;
			transform: translateY(-50px);
		}
		.service-block .letsTalkProfile{
			display: flex !important;
		}
		.service-block:hover .letsTalkProfile{
			transition: all 0.6s;
			transform: translateY(0px);
		}

		.service-block .elementor-icon svg {
			transition: all 0.6s;
		}
		.service-block:hover .elementor-icon svg {
			transform: rotate(20deg);
			transition: all 0.6s;
		}
		.service-block:hover .letsTalkProfile{
			bottom: 0px;
		}
		.letsTalkProfile{
			opacity: 1;
			transition: all 0.6s !important;
			display: flex !important;
			padding: 0;
			align-items: center !important;
			justify-content: center !important;
			background: #081F2A;
			position: absolute !important;
			bottom: -20px;
			left: 0px;
			border-radius: 0px !important;
			padding: 7px !important;
			transform: translateY(20px);
		}
		.letsTalkProfile .attachment-full {
			width: 40px;
		}
		.letsTalkProfile .elementor-heading-title {
			color: #fff !important;
			font-size: 16px;
			font-style: normal;
			font-weight: 600 !important;
			font-family: "Source Sans Pro", Sans-serif;
			display: flex;
			gap: 8px;
		}

		@media screen and (max-width: 767px){
			.letsTalkProfile{
				display: none !important;	
			}
			.section3:after{
				display: none !important;
			}
		}
			

	/************************ Our Services end *********************/

	/************* Why people choose us ***************/
	
		@media screen and (max-width: 767px){
			.mindset_container {
				margin-left: 100% !important;
				 left: 10px;
			}
		}

	/************* Why people choose us ***************/

    
    /******************** Empowering Enterprises with Innovative Solutions start ********************/
		.empoweringSolutionsTab .e-n-tabs {
			flex-direction: column-reverse !important;
			gap: 40px !important;
			position: relative;
    		z-index: 11;
		}

		.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading {
			justify-content: space-between;
			border-bottom: 1px solid #E8E8E8;
		}
		.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button {
			padding-bottom: 15px;
		}
		.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button[aria-selected="true"] {
			border-bottom: 2px solid #0087D8;
		}

		.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button {
			width: 20% !important;
			min-width: 20%;
		}

		.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button .e-n-tab-icon {
			width: 100%;
		}

		.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button .e-n-tab-icon svg {
			width: 70%;
			height: 50px;
		}

		.browser-safari .empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading{
			flex-wrap: initial !important;
		}
		

		.empoweringSolutionsTab .elementor-widget-container div.e-con-full .e-child:last-child .elementor-background-slideshow__slide__image {
			border-radius: 18px !important;
			overflow: hidden;
		}
		.empoweringSolutionsTab .elementor-widget-container div.e-con-full .e-child:last-child .elementor-element {
			padding: 0px 24px; margin-top: -12px;
		}
		.empoweringSolutionsTab .elementor-widget-container div.e-con-full:last-child > .elementor-widget-heading {
			padding: 0px 24px; margin-top: -12px;
		}
		.empoweringSolutionsTab .elementor-widget-container .e-n-tabs-content {
			
		}
		.empoweringSolutionsTab .elementor-widget-container .e-n-tabs-content > .e-con-full {
			justify-content: space-between;
    		gap: 20px;
			padding: 0px;
		}
		.section5 {
			position: relative !important;
			 overflow: hidden !important;
		}

		.section5:after {
			content: '';
			background-image: url(/wp-content/uploads/2025/06/inovative-shape.png);
			background-repeat: no-repeat;
			position: absolute;
			left: -220px !important;
			width: 420px;
			background-size: contain;
			bottom: -110px;
			height: 430px;
		}
		.section5 .e-con-inner {
			max-width: 990px;
			width: 100%;
		}
		.section5 .elementor-button-link:hover .elementor-button-text {
			color: #fff;
		}
		.empoweringSolutionsTab [data-tab-index="4"] .e-con-inner {
			padding: 0;
			width: 100%;
		}

		.empoweringSolutionsTab [data-tab-index="4"] {
			padding: 0;
		}
		.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button{ outline: none !important; }

		
		div#hiddenTabs {
			display: none;
		}
		div#solutionsCarousel {
			padding-bottom: 100px;
		}
	
		#solutionsCarousel .swiper-pagination {
			width: 100%;
			max-width: 920px;
			margin: 40px auto 0px;
			display: flex;
			/* justify-content: space-between; */
			position: absolute;
			right: inherit;
			bottom: -75px;
			top: inherit;
			border-bottom: 1px solid #E8E8E8;
			overflow: auto;
		}
		#solutionsCarousel .swiper-pagination::-webkit-scrollbar {
			display: none;	
		}
		
		#solutionsCarousel .swiper-pagination .swiper-pagination-bullet {
			/* border-bottom: 2px solid transparent; */
		}
		#solutionsCarousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
/* 			border-bottom: 2px solid #0087D8 !important; */
		}
		#solutionsCarousel .swiper-pagination .swiper-pagination-bullet[data-bullet-index="1"] img {
			max-width: 130px;
		}
		#solutionsCarousel .swiper-pagination .swiper-pagination-bullet[data-bullet-index="2"] img {
			max-width: 70px;
		}


		.solutionsCarousel .swiper-pagination-bullet{
			position: relative;
		}
		.solutionsCarousel .swiper-pagination-bullet .progress_bar{
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 2px;
			background: #0087D8;
			transform-origin: 0 50%;
			transform: scaleX(0);
			transition-timing-function: linear !important;
		}
		.solutionsCarousel .swiper-pagination-bullet.swiper-pagination-bullet-active .progress_bar{
			transform: scaleX(1);
			transition: transform 6s;
		}

		#solutionsCarousel .swiper-pagination span {
			width: 25%;
			height: 75px;
			border-radius: 0px;
			background: transparent;
			opacity: 1;
			display: flex;
			align-items: center;
			justify-content: center;
			min-width: 160px;
			margin: 0;
		}
		.innovative-slider-right, .innovative-slider-right .elementor-heading-title{
			transition: transform .6s cubic-bezier(.7,0,0,1);
		}
		
		.innovative-slider-right:hover .elementor-heading-title {
			transform: translateY(-24px);
			transition: transform .6s cubic-bezier(.7,0,0,1);
		}
		.innovative-slider-right:hover{
			transform: scale(0.99);
		}
		

		@media screen and (min-width: 1800px){
			.section5:after{
				    left: -228px !important;
			}
		}
		@media screen and (min-width: 1800px){
				.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button[data-tab-index="1"] .e-n-tab-icon svg,
				.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button[data-tab-index="2"] .e-n-tab-icon svg{
					width: 65%;
				}
		}

		@media screen and (min-width: 993px) and (max-width: 1140px){
			.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button {
					width: 17% !important;
					min-width: 17%;
			}
		}
		@media screen and (min-width: 940px) {
			.innovative-slider-right {
				background-size: 100% 100% !important;
			}
		}
	
		@media screen and (min-width: 768px) {	
			.innovative-slider-right{
				max-width:80%;
				width: 100%;
			}
		}

		@media screen and (min-width: 768px) and (max-width: 992px){
				.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading {
					justify-content: space-between;
					gap: 0px;
				}
			.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button {
				width: auto !important;
				min-width: auto !important;
			}
		}

		@media screen and (max-width: 992px){
			.section5:after{
				display: none;
			}
		}
		
		@media screen and (max-width: 767px){
			.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading {
				display: flex;
				flex-wrap: nowrap;
				overflow: auto;
				 justify-content: flex-start;
        		gap: 10px;
			}
			.empoweringSolutionsTab .e-n-tabs {
				flex-direction: column !important;
				gap: 15px !important;
			}
			.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button {
				margin: 0px !important;
			}
			.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button {
				width: 130px !important;
				min-width: 130px;
			}
			.empoweringSolutionsTab .e-n-tabs .e-n-tabs-heading button .e-n-tab-icon svg {
				/* height: 40px !important; */
			}
			.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child{
				height: 40px !important;
			}
			
			#solutionsCarousel > .elementor-widget-container {
				padding-top: 80px;
			}
			#solutionsCarousel .swiper-pagination{
				top: 30px;
				bottom: inherit;
			}
			div#solutionsCarousel {
				padding-bottom: 10px;
			}


			
		}

	/******************** Empowering Enterprises with Innovative Solutions end ********************/

   	/********* Partnering with International start *************/
		.cyprusCol .elementor-widget-container {
			position: relative;
		}		
		.cyprusCol .elementor-widget-icon .elementor-widget-container:before {
			content: '';
			position: absolute;
			left: -17px;
			width: 1px;
			height: 19px;
			background: #E3E3E3;
			top: 3px;
		}
		.strondeMarketing strong{font-weight: 600;}
		
		@media screen and (max-width: 767px){
			.industriesFlags {
				display: flex !important;
				justify-content: center !important;
				align-items: center !important;
			}

			.industriesFlags .elementor-element {
				justify-content: center !important;
			}
			.cyprusCol .elementor-widget-icon .elementor-widget-container:before {
				left: -15vw;
			}	
		}

		@media screen and (max-width: 540px){
			.cyprusCol .elementor-widget-icon .elementor-widget-container:before {
				left: -13vw;
			}	
		}

		@media screen and (max-width: 420px){
			.cyprusCol .elementor-widget-icon .elementor-widget-container:before {
				left: -10vw;
			}	
		}

		@media screen and (max-width: 370px){
			.cyprusCol .elementor-widget-icon .elementor-widget-container:before {
				left: -9vw;
			}	
		}

	/********* Partnering with International start *************/


	/************* Testimonial *************/
		.ourClientHeading{
			margin: auto;
			padding: 0px 15px;
		}
		.testimonialMain {
			overflow: hidden !important;
		}
		.testimonialCards {
			min-width: 450px !important;
			max-width: 450px !important;
		}
		.testimonialMain .elementor-template div#testimonialContainer {
			flex-wrap: nowrap;
		}
		.testimonialMain .elementor-template div#testimonialContainer {
				/* width: 3930px; */
		}
		.testimonialMain .elementor-button-link:hover .elementor-button-text {
			color: #fff;
		}
		.testimonialCards .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
			width: 54px !important;
			height: 54px !important;
			max-width: 54px !important;
			min-width: 54px !important;
		}
		.marquee-track .testimonialCards img {
			min-width: 30px;
		}

		.testimonials-text {
			margin-top: 16px;
			min-height: 120px;
			margin-bottom: 50px;
			color: #081F2A;
			font-weight: 600;
			line-height: 150%;
			    white-space: break-spaces;
		}
		.testimonialMain .marquee-track {
			animation: scroll-left 80s linear infinite;
		}
		div#section7 {
			padding-left: 0;
			padding-right: 0;
		}
		div#section7 .testimonialMain {
			padding-left: 0;
			padding-right: 0;
		}

		@media screen and (min-width: 1800px){
				#section7 .e-con-inner {
					margin: 0;
					width: 100%;
					min-width: 100%;
				}
			.ourClientHeading{
				min-width: 1400px !important;
			}
		}
		@media screen and (max-width: 1024px){
			.testimonialMain .elementor-template div#testimonialContainer {
				/* width: 3720px; */
				gap: 20px;
			}
		}

		

		@media screen and (max-width: 540px){
			.testimonialMain .elementor-template div#testimonialContainer {
					width: 1360px;
			}
			.testimonialCards {
				min-width: 340px !important;
    			width: 340px !important;
			}
			.testimonials-text{
				line-height: 130%;
    			font-size: 18px;
				margin-bottom: 20px;
			}
			div.testimonialCards .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
				width: 45px !important;
				height: 45px !important;
				max-width: 45px !important;
				min-width: 45px !important;
			}
		}
	/************* Testimonial *************/


		
	/************* Technology-Driven Strategy-Focused *************/
		.technologyDrivenTabs .e-n-tabs-heading [aria-selected="true"] {
			font-weight: 700 !important;
		}
		
		
		.technologyDrivenTabs .e-n-tabs-content [role="tabpanel"] {
			overflow: hidden;
		}
		.technology-driven {
			overflow: hidden !important;
			position: relative !important;
		}
		.technology-driven:after{
		    content: '';
			background-image: url(/wp-content/uploads/2025/06/inovative-rotate.png);
			    background-repeat: no-repeat;
			position: absolute;
			left: -125px !important;
			width: 490px;
			background-size: cover;
			top: -242px;
			right: inherit;
			bottom: inherit;
			height: 470px;
			z-index: 1;
		}
		.technology-driven .elementor-widget-container {
			position: relative;
			z-index: 11;
		}
		.technologyDrivenTabs .e-n-tabs-content {
				min-height: 545px;
		}

		.technologyDrivenTabs .swiper-wrapper {
			display: flex;
			width: 100% !important;
			scale: 1;
			transform-origin: center;
		}

		

		.technologyDrivenTabs .swiper-wrapper .swiper-slide .e-con-inner {
			height: 100%;
		}

		.technologyDrivenTabs .swiper-wrapper .swiper-slide .e-con-inner > .elementor-element {
			height: 100%; padding: 0; overflow: hidden;
		}
		.tech-driven-section .swiper-pagination.swiper-pagination-clickable {
			top: 50px;
		}
		
		.technologyDrivenTabs .swiper-pagination {
			width: 100% !important;
			display: flex;
    		justify-content: center;
		}
		.technologyDrivenTabs .swiper-pagination span.swiper-pagination-bullet {
			width: auto;
			height: auto;
			background: transparent;
			font-family: "Source Sans 3", Sans-serif;
			color: #838383;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 150%;
			letter-spacing: 0.2px;
			opacity: 1;
			padding: 10px 15px;
			border-style: solid;
			border-width: 0px 0px 1px 0px;
			border-color: #838383;
			border-radius: 0;
			margin: 0;
			vertical-align: bottom !important;
			display: flex;
    		white-space: nowrap;
			position: relative;
		}
		.technologyDrivenTabs .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
			color: #fff;
			/* font-weight: 700; */
			/* border-style: solid; */
			/* border-width: 0px 0px 2px 0px;
			border-color: #fff; */
		}
		.technologyDrivenTabs .swiper-pagination span.swiper-pagination-bullet .tab_progress_bar{
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 2px;
			background: #fff;
			transform-origin: 0 50%;
			transform: scaleX(0);
			transition-timing-function: linear !important;
		}
		.technologyDrivenTabs .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active .tab_progress_bar{
			transform: scaleX(1);
			transition: transform 6s;	
		}

		.main-slide-container {
			padding: 0px !important; overflow: hidden !important;
			cursor: pointer;
		}
		
		.main-slide-container:hover .container-slider-left  .elementor-button-link img{
			transform: translateX(7px);
			will-change: transform;
			transition: all 0.6s;
		}

			

		.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-left {
			padding: 25px 5px 25px 48px;
		}
		.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-right {
			padding: 0;
		}
		.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-right .elementor-widget-image {
			display: flex;
			height: 100%;
			align-items: stretch;
		}

		.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-right .elementor-widget-image .elementor-widget-container {
			height: 100%;
		}

		.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-right .elementor-widget-image .elementor-widget-container img {
			width: 100%;
			/* height: 100%; */
			 aspect-ratio: 4 / 3;
			    object-position: right;
		}
		.technologyDrivenTabs .swiper {
			overflow: inherit;  padding: 0 !important;
		}


		@media screen and (min-width: 1024px){
			.technologyDrivenTabs .e-n-tabs-content [role="tabpanel"] {
				max-height: 495px;
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide {
				max-height: 595px;
				min-height: 595px !important;
			}
			.main-slide-container{
				min-height: 495px !important;
			}
		}

		@media screen and (min-width: 768px){
			.technologyDrivenTabs .e-n-tabs-content [data-tab-index="2"] .elementor-widget-container img {
				max-width: 85%;
			}
			.technologyDrivenTabs .e-n-tabs-content [role="tabpanel"] {
				padding-right: 0;
				padding-top: 0px;
			}
			.technologyDrivenTabs .e-n-tabs-content [role="tabpanel"] > .e-con-full {
				padding-right: 0px;
				padding-top: 0px;
			}
			.technologyDrivenTabs .e-n-tabs-content [role="tabpanel"] > .e-con-full .e-con-full:last-child {
				padding-right: 0px;
				padding-top: 0px;
			}
			.technologyDrivenTabs .e-n-tabs-content [role="tabpanel"] .e-con-inner{
				padding-top: 0px;
			}
			.technologyDrivenTabs .e-n-tabs-content [role="tabpanel"] .e-con-inner .e-con-full {
				padding-top: 0px;
				padding-right: 0px;
			}
			.technologyDrivenTabs .e-n-tabs-content [role="tabpanel"] .e-con-full .e-con-full:last-child{
				padding-right: 0px;
				padding-top: 0px;
			}
			.main-slide-container:hover {
				transform: translateY(-15px);
			}
		}

		@media screen and (min-width: 768px) and (max-width: 1024px) {
			.technology-driven .e-n-tabs-heading {
				display: flex !important;
				flex-wrap: nowrap !important;
				overflow: auto !important;
				justify-content: center !important;
			}
			.tech-driven-section .swiper-pagination.swiper-pagination-clickable{
				flex-wrap: nowrap;
    			display: flex;
				overflow: auto;
				width: 100%;
				justify-content: center !important;
			}
			.technologyDrivenTabs .swiper{
				padding: 0px !important;				
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-left {
				padding: 18px 28px 40px;
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide {
				width: 100% !important;
			}
			.technologyDrivenTabs .swiper-wrapper{
				scale: 1 !important;
			}
	
		}

		@media screen and (max-width: 767px){
			.technology-driven .e-n-tabs-heading {
				display: flex !important;
				flex-wrap: nowrap !important;
				overflow: auto !important;
				justify-content: flex-start !important;
			}
			.tech-driven-section .swiper-pagination.swiper-pagination-clickable{
				flex-wrap: nowrap;
    			display: flex;
				overflow: auto;
				width: 100%;
			}
			.tech-driven-section .swiper-pagination.swiper-pagination-clickable::-webkit-scrollbar{
				display: none;
			}
			.technologyDrivenTabs .swiper{
				padding: 0px !important;				
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-left {
				padding: 12px 18px;
				min-height: 360px;
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-right {
				min-height: 240px;
			}
			.technologyDrivenTabs .swiper-wrapper{
				scale: 1 !important;
			}
			.technologyDrivenTabs .swiper-pagination{
				justify-content: flex-start !important;
			}
			.container-slider-left .elementor-button-link {
				min-width: 155px;
				margin-bottom: 20px;
			}
			
			
			.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-right .elementor-widget-image.elementor-element-60b3af4{
				padding: 0 20px;
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-right .elementor-widget-image.elementor-element-a4703bd {
				padding: 10px 10px 0 20px;
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-right .elementor-widget-image.elementor-element-1dcd819 {
				padding: 0px 0px 0px 5px;
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-right .elementor-widget-image.elementor-element-a637132 {
				padding: 0px 0px 0px 15px;
			}
			
			.technologyDrivenTabs .swiper-pagination span.swiper-pagination-bullet {
			    font-size: 15px;
				padding: 10px 12px;
			}

		}
		
		@media screen and (max-width: 767px){
			.technology-driven:after{
				   display: none !important;
			}
		}
	
		@media screen and (max-width: 540px){
			.technology-driven:after{
				    width: 280px;
			}
		}

		@media screen and (min-width: 768px) and (max-width: 1440px) and (max-height: 710px){
			.technology-driven > .e-con-inner {
				padding-top: 30px !important;
				padding-bottom: 70px !important;
			}
			.technology-driven .elementor-heading-title {
				font-size: 30px !important;
			}
			.technology-driven .technology-driven-subheading p {
				font-size: 17px;
				max-width: 700px;
				margin: auto;
			}
			.technology-driven .main-slide-container {
				margin-top: 70px;
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide {
				max-height: 530px;
				min-height: 530px !important;
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-left .elementor-widget-heading .elementor-widget-container {
				margin-top: 30px !important;
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-left .elementor-widget-heading .elementor-widget-container .elementor-heading-title {
				font-size: 27px !important;
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-left .elementor-widget-heading .elementor-widget-container span.elementor-heading-title {
				font-size: 22px !important;
			}
			.technologyDrivenTabs .swiper-wrapper .swiper-slide .container-slider-right .elementor-widget-image .elementor-widget-container img{
				    aspect-ratio: 3 / 2;
			}
			
			
		}


	/************* Technology-Driven Strategy-Focused *************/

    /**************** Stay Ahead with Expert Insights ***********/
		.blogCArds .elementor-post__card .elementor-post__thumbnail__link::after{
			display: none !important;
		}
		.blogCArds .elementor-post__card .elementor-post__text {
			padding: 0px 4px !important;
			margin: 0px !important;
		}
		.blogCArds .elementor-post__card .elementor-post__meta-data {
			border: none !important;
			padding: 0 !important;
		}
		.blogCArds .elementor-post__card .elementor-post__text .elementor-post__title {
			min-height: 78px !important;
		}
		.blogCArds .elementor-post__card .elementor-post__text .elementor-post__excerpt p{
			min-height: 50px !important;
		}
		.viewAllBlogs .elementor-widget-container {
			display: flex !important;
			align-items: center !important;
		}
		.viewAllBlogs .elementor-heading-title a:hover img{
			animation: scrollX 400ms linear forwards;
    		will-change: transform;
		}
		.blogCArds .elementor-post__thumbnail:hover .attachment-medium {
			transform: scale(1.1);
			transition: all 0.6s;
		}

		.blogCArds .elementor-post__thumbnail {
			border-radius: 22px;
		}

		.blogCArds .elementor-post__thumbnail .attachment-medium {
			transition: all 0.6s;
		}
		

	/**************** Stay Ahead with Expert Insights ***********/


	/******************** Let’s Talk Strategy start***************************/
		.section9{
			position: relative !important;
			overflow: hidden !important;
		}
		.section9:before{
			content: '' !important;
			position: absolute !important;
			background-image: url(/wp-content/uploads/2025/06/shape-st.png) !important;
			background-repeat: no-repeat !important;
			top: -170px !important;
			right: -240px !important;
			width: 450px !important;
			height: 460px !important;
			left: inherit !important;
		}

		.section9:after{
			content: '' !important;
			position: absolute !important;
			background-image: url(/wp-content/uploads/2025/06/top-shape.png) !important;
			background-repeat: no-repeat !important;
			bottom: 0px !important;
			left: -350px !important;
			width: 470px !important;
			height: 430px !important;
		}
		.section9 .e-con-inner {
			position: relative;
			z-index: 1;
		}

		.TalkStrategy .elementor-widget-shortcode {
			max-width: 650px !important;
			width: 100% !important;
			margin: 0px auto !important;
		}
		.form_row {
			display: flex;
			gap: 16px;
			 width: 100%;
		}
		.form_row .form_col{
			width: 50%;
		}
		.wpcf7-form-control::placeholder{
			color: #838383 !important; font-weight: 400 !important;
		}
		.wpcf7-form-control:focus{
			    border: 1px solid #0084D2 !important;
		}
		.form_row .form_col input.wpcf7-form-control, .form_row .form_full input.wpcf7-form-control {
			outline: none;
			border: 1px solid #F8F8F8;
			background: #FFF;
			padding: 21px 24px;
			height: 54px;
			border-radius: 14px;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			font-family: "Source Sans 3", Sans-serif;
			 width: 100%;
			 
		}
		.form_row .form_col input.wpcf7-form-control::placeholder{
			color: #838383
		}

		.form_row .form_full textarea.wpcf7-form-control{
			outline: none;
			border: 1px solid #F8F8F8;
			background: #FFF;
			padding: 21px 24px;
			border-radius: 14px;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			    font-family: "Source Sans Pro", Sans-serif;
			 width: 100%;	
			 height: 166px;
		}

			.popup-container .form_row .form_full textarea.wpcf7-form-control{
					height: 120px !important;
			}
		.form_row .form_col textarea.wpcf7-form-control::placeholder{
			color: #838383
		}
		.form_row select.wpcf7-form-control {
			outline: none;
			border: 1px solid #F8F8F8;
			background: #FFF;
			padding: 10px 30px 10px 24px;
			height: 54px;
			border-radius: 14px;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			font-family: "Source Sans 3", Sans-serif;
			width: 100%;
			-webkit-appearance: none;
			background-image: url(/wp-content/uploads/2025/06/drop-down-icon.svg);
			background-repeat: no-repeat;
			background-size: 12px;
			background-position: 95% center;
		}
		.form_row .form_full .submit, .form_row .form_full input.submit {
			border-radius: 14px;
			background: #081F2A;
			width: 100%;
			border: 1px solid #081F2A;
			height: 54px;
			padding: 18px 24px;
			color: #fff;
			line-height: 1;
			font-size: 16px;
			font-style: normal;
			font-weight: 700;
			font-family: "Cabin", Sans-serif;
			transition: all 0.5s;
		}
		.form_row .form_full .submit, .form_row .form_full input.submit:hover {
			background: #0084D2;
			border: 1px solid #0084D2;
			transition: all 0.5s;
		}

		.form_row .form_full {
			width: 100%;
		}
		.wpcf7-form .wpcf7-response-output {
			margin: 0px !important;	text-align: center;
		}
		.form_row span.wpcf7-spinner {
			position: absolute;
			left: 0;
			right: 0;
			margin: 15px auto;
		}

		.TalkStrategy {
			position: relative;
			z-index: 1;
		}
		.letsTalkSubhead p strong{
			color:#081F2A;
			font-weight: 600;
			display: block;
		}
		
		
		@media screen and (min-width: 1600px){
			.TalkStrategy .elementor-widget-shortcode {
				max-width: 645px;	
			}
			.section9:before{
				    right: -130px !important;
			}
		}
		@media screen and (max-width: 992px){
			.section9:before{
				   right: -30vw !important;
			}
			.section9:after{
				   left: -30vw !important;
			}
		}

		@media screen and (max-width: 767px){
			.section9:before{
				   right: -60vw !important;
				 display: none !important;
			}
			.section9:after{
				   left: -46vw !important;
				 display: none !important;
			}
		}

		@media screen and (max-width: 540px){
			.form_row {
				flex-direction: column !important;
				gap: 0 !important;
			}
			.form_row .form_col{
				width: 100%;
			}
			.section9:before{
				top: -220px !important;
				width: 420px !important;
			}
			.section9:after{
				width: 450px !important;
    			height: 300px !important;
			}
		}
		@media screen and (max-width: 360px){
			.section9:before {
				top: -230px !important;
				width: 330px !important;
			}
			.section9:after {
				width: 410px !important;
				height: 240px !important;
			}
		}


	/******************** Let’s Talk Strategy End ***************************/


	/************** News letter section *********/

		.newsletterForm form p {
			display: flex;
			justify-content: flex-end;
			position: relative;
			margin: 0px;
		}
		.newsletterForm form p span.wpcf7-spinner {
			position: absolute;
			top: 16px;
			right: 20px;
		}
		
		.newsletterForm form p input.wpcf7-form-control {
			border-radius: 14px;
			background: #F8F8F8;
			border: none;
			padding: 21px 24px;
			font-size: 16px;
			color: #838383;
			font-weight: 400;
			outline: none;
			height: 54px;
			line-height: 1;
			 font-family: "Source Sans Pro", Sans-serif;
		}
		
		.newsletterForm form p .newsletterButton {
			background: #081F2A !important;
			margin-left: 16px;
			color: #fff !important;
			min-width: 116px;
			transition: all 0.6s;
			padding-top: 18px !important;
		}
		.newsletterForm form p .newsletterButton:hover{
			background: #0084D2 !important;
			/* 	border: 1px solid #0084D2; */
			transition: all 0.6s;
		}
		.newsletter-container .e-con-inner {
			width: 100% !important;
			/* max-width: 1300px !important; */
			max-width: 1180px !important;
		}
		.newsletter-container .e-grid {
			align-items: center;
		}
		.newsletterForm form p [data-name="email"] input.wpcf7-form-control {
			width: 100%;
		}
		div#newsletterForm {
			padding: 0px;
		}
		.newsletter-container .wpcf7-response-output {
			display: none;
		}

		div#newsletterForm form span.wpcf7-form-control-wrap{
			width: 100%;
    		max-width: 404px;
		}

		@media screen and (min-width: 1640px){
			.newsletter-container .e-con-inner {
				max-width: 1360px !important;
			}
		}

		@media screen and (max-width: 767px){
			.newsletterForm{
				padding-left: 0px;
				padding-right: 0px;
			}
			div#newsletterForm form span.wpcf7-form-control-wrap{
				max-width: 100%;
			}
		}
		
		@media screen and (max-width: 480px){
			.newsletterForm form p {
				flex-direction: column;
			}
			.newsletterForm form p input.wpcf7-form-control.wpcf7-submit.newsletterButton {
				margin-left: 0;
			}
		}

	/************** News letter section end *********/

	






/******************* End Home page ****************/




/******************** Footer start *******************/
footer {
    background: #F8F8F8;
}
.footer-new-main {
    padding: 50px 0px;
}
.footer-menu-box {
    width: 100%;
}
.footer-row {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.footer_inner {
    display: flex;
    gap: 100px;
}
.menu-nav-menu-container ul {
    display: flex;
    padding: 0px;
    margin: 0;
    gap: 30px;
    list-style: none;
    text-decoration: none;
}
.menu-nav-menu-container li a {
    color: #9D9D9C;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Source Sans 3", sans-serif;
}
.menu-nav-menu-container li a:hover{
	color: #0084D2;
}
.footer-bottom {
    border-top: 1px solid rgba(32, 31, 34, 0.2);
    margin-top: 32px;
    padding-top: 32px;
}
.copyright-footer {
    display: flex;
    justify-content: space-between;
}
.copyright-footer .copywrite{
	color: #838383;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 185.714%;
	font-family: "Source Sans 3", sans-serif;
}
.copyright-footer .terms-privacy {
    display: flex;
    gap: 20px;
}


.copyright-footer .terms-privacy a {
    color: #838383;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 185.714%;
    font-family: "Source Sans 3", sans-serif;
}

.copyright-footer .terms-privacy a:hover{
	    color: #0084D2;
} 

.social_links {
    display: flex;
    align-items: center;
    gap: 25px;
}
.footer-new-main .container {
    max-width: 1180px;
}
@media screen and (min-width: 1640px){
	.footer-new-main .container {
		max-width: 1360px !important;
	}
}

@media screen and (max-width: 991px){
	.footer-new-main {
		padding: 30px 0px 20px;
	}
	.footer_inner {
		gap: 40px;
	}
	.footer-bottom {
		margin-top: 15px;
		padding-top: 15px;
	}
	.menu-nav-menu-container ul {
		gap: 23px;
	}
	.footer_logo {
    	margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px){
	.footer-row {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}


@media screen and (max-width: 580px){
	.footer_inner {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	.menu-nav-menu-container ul {
		 align-items: center;
        margin-top: 15px;
        margin-bottom: 15px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
	}
	.copyright-footer {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}


/******************** Footer end *******************/


/******************* common animtion ************************/
.elementor-button-link img, .elementor-button-link svg{
	transition: all 0.6s;
	transform: translateX(0px);
}
.elementor-button-link:hover img, .elementor-button-link:hover svg {
/*     animation: scrollX 250ms ease-in-out forwards; */
	transform: translateX(7px);
    will-change: transform;
	transition: all 0.6s;
}
.elementor-button-link img {
    height: 17px;
}
#talkTohuman .elementor-button:hover span.elementor-button-text {
    color: #fff;
}
.elementor-button-link:hover .elementor-button-text {
    color: #0084D2;
}
span.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 14px;
}

@keyframes scrollX {
/*   0% {
    transform: translateX(0rem);
    opacity: 1;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
  51% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  } */
	
  0% {
    transform: translateX(0px);
    opacity: 1;
  }

  100% {
    transform: translateX(10px);
    opacity: 1;
  }
}
@keyframes scrollY {
  0% {
    transform: translateY(0rem);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0;
  }
  51% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* .marquee-main-row:hover .marquee-row .marquee-track {
    animation-play-state: paused;
} */

.animation-paused .marquee-track {
	animation-play-state: paused !important;
}

.marquee-row {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 0px !important;
}

.marquee-track {
	display: flex;
	width: max-content;
	animation: scroll-left 35s linear infinite;
}

.marquee-row:hover .marquee-track {
	animation-play-state: paused;
}

.marquee-right .marquee-track {
	animation: scroll-right 35s linear infinite;
}

.marquee-left .e-con-inner{
	padding-bottom: 0px !important;
}

@keyframes scroll-left {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
	0%   { transform: translateX(-50%); }
	100% { transform: translateX(0); }
}

.marquee-track a {
	display: inline-block;
	margin: 0 40px;
}

.marquee-track img {
	min-width: 80px;
	height: 60px;
	flex-shrink: 0;
	transition: filter 0.3s ease, transform 0.3s ease;
}

.marquee-track img:hover {
	filter: grayscale(0%);
	transform: scale(1.07);
}

.marquee-left .e-con-inner {
    padding-bottom: 0px;
}


@media screen and (max-width: 767px){
/* 	.marquee-track {
		animation: scroll-left 7s linear infinite;
	}
	.marquee-right .marquee-track {
		animation: scroll-right 7s linear infinite;
	} */
	.floating-button{
		/* display: none; */
		right: 10px;
	}
}

.btn-images {
  display: flex;
  align-items: center;
  position: relative;
  width: 50px;
  height: 32px !important;
}
 
.btns-img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  transition: all 0.4s ease;
  position: absolute;
  
	animation: none !important;
}
 
.btns-img1 {
  left: 5px;
  z-index: 3;
}
 
.btns-img2 {
  left: 30px;
  z-index: 2;
}
 
.btns-img3 {
  left: 0;
  opacity: 0;
  z-index: 1;
}
 
/* Hover Effects */
#talkTohuman .elementor-button-link:hover .btns-img1 {
  left: 30px;
}
 
#talkTohuman .elementor-button-link:hover .btns-img2 {
  opacity: 0;
}
 
#talkTohuman .elementor-button-link:hover .btns-img3 {
  opacity: 1;
  z-index: 4;
	left: 5px;
}
#talkTohuman .elementor-button-link .elementor-button-text {
    display: flex;
    align-items: center;
    gap: 10px;
}
img.gifButtonProfile {
    width: 50px !important;
	mix-blend-mode: lighten;
}
#talkTohuman .elementor-button-link:hover img.gifButtonProfile {
    animation: inherit !important;     transform: translateX(0px);
}
.talkSrtategy-popup-open {
    overflow: hidden;
}

body::-webkit-scrollbar {
  	width: 8px;
    height: 8px;
    background-color: #eee;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
  background: #4b4b4b;
}
#carousel-slider-container .swiper-slide.swiper-slide-duplicate{
	visibility:hidden;
}

/* #carousel-slider-container .swiper-slide.swiper-slide-duplicate-next {
    visibility: hidden;
} */
#carousel-slider-container .swiper-slide.swiper-slide-prev[data-slide="4"] {
    visibility: hidden; opacity: 0;
}

.solutionsCarousel .swiper-slide-active .innovative-slider-left .entry_animation,
.solutionsCarousel .swiper-slide-active .innovative-slider-right .entry_animation{
	 animation: fadeInRight 1.35s ease-out forwards;
	    animation-duration: 1.35s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.blogCArds a.elementor-post__thumbnail {
    border-radius: 0px;
}

@media screen and (min-width: 993px) and (max-width: 1024px) and (min-height: 1360px){
	div.popup{
		height: 660px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) and (min-height: 1024px){
	div.popup{
		height: 660px;
	}
}
@media screen and (min-width: 1601px) {
	.section2 > .e-con-inner, .section3 > .e-con-inner, .section8 > .e-con-inner {
		max-width: 1350px !important;
	}
}

.scroll-logos{
    overflow-x: auto !important;
	padding-bottom:0px !important;
	white-space:nowrap;
}
.scroll-logos::-webkit-scrollbar {
  display: none;
}

.scroll-logos-left{
overflow:auto !important;
	padding-top:0px !important;
	white-space:nowrap;
    padding-bottom: 20px !important;
}
.scroll-logos-left::-webkit-scrollbar {
  display: none;
}
.right-row-box .e-con-inner{
	padding-bottom:6px !important
}




.marquee-main-row {
    padding-left: 0px;
    padding-right: 0px;
}
.marquee-main-row .scroll-logos {
    padding-left: 0;
    padding-right: 0;
	padding-bottom: 18px !important
}
.marquee-main-row .scroll-logos-left {
    padding-left: 0px;
    padding-right: 0px;
}
.marquee-main-row .scroll-logos .e-con-inner {
    padding-bottom: 0px;
}
.marquee-main-row .scroll-logos .marquee-tracks {
    padding-bottom: 0px;
}
.marquee-main-row .scroll-logos-left .marquee-tracks {
    padding-bottom: 0px;
}
.scroll-logos-left .e-con-inner .marquee-track {
    padding-top: 5px;
}
.tecnologiesTabs .marquee-main-row {
    padding-left: 0px;
    padding-right: 0px;
}
.scroll-logos-left .e-con-inner {
    padding-top: 0px !important;
}
.scroll-logos .e-con-full.e-con.e-child {
	 padding-bottom: 0px !important;
}
.scroll-logos-left .e-con-full.e-con.e-child {
	 padding-top: 0px !important;
}
.scroll-logos .marquee-track {
    padding-bottom: 0px;
}



.technologyDrivenTabs .swiper-pagination span.swiper-pagination-bullet.active-on-click .tab_progress_bar{
	 transform: scaleX(1) !important;
	transition: transform 0s;
}
.newsletter-container form.wpcf7-form .wpcf7-response-output{
	    border: none;
}

.solutionsCarousel .swiper-pagination-bullet.active-on-click .progress_bar{
	 transform: scaleX(1) !important;
	transition: transform 0s;
}

.wpcf7 form.sent .wpcf7-response-output{
	    justify-content: center;
    color: #30CBCB;
	    font-weight: 300;
}


.floating-button{
	position: fixed;
    right: 20px;
    bottom: 60px;
    width: 68px;
    background: #0E1E29;
    padding-block: 10px;
    border-radius: 14px;
    transition: all 0.6s;
	z-index: 999;
	border: 2px solid #fff;
	overflow: hidden;
}
.floating-button:hover{
	width: 195px;
	transition: all 0.6s;
}
.floating-button-content {
    display: flex;
    justify-content: flex-end;
	    align-items: center;
}
.floating-button .elementor-button-text {
    overflow: hidden;
    position: absolute;
    min-width: 120px;
    right: -160px;
	color: #fff;
	transition: all 0.6s;
	opacity:0;
}
.floating-button:hover .elementor-button-text {
    right: 55px;
	transition: all 0.6s;
	opacity:1;
}
.floating-profiles {
    position: relative;
    z-index: 99;
	    background: #0E1E29;
    padding-right: 7px;
}

.floating-button-link.techLink .elementor-button-text {
    text-decoration: none;
    transition: all 0.5s;
}
.floating-button-link.techLink:hover .elementor-button-text {
    text-decoration: none;
}


.section9 {
    min-height: 735px !important;
}

.section9 > .e-con-inner {
    justify-content: center !important;
}

.ai-btn-default.talk-human-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-wrap: nowrap;
	font-family: "Cabin", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	border-radius: 14px 14px 14px 14px;
	max-width: 240px;
	min-width: 240px;
	padding: 11px 24px 11px 24px;
	color: white;
	background-color: #0E1E29;
	height: 54px;
}
.ai-btn-default.talk-human-btn:hover{
	background-color: #0084d2;
}
.ai-btn-default.talk-human-btn .avatar-container {
	position: relative;
	width: 64px;
	height: 35px;
}

.ai-btn-default.talk-human-btn .avatar-circle {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid white;
	overflow: hidden;
	transition: left 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
}
.ai-btn-default.talk-human-btn .avatar-pos-1 {
	left: 30px;
	z-index: 2;
	opacity: 1;
	transform: scale(1);
}
.ai-btn-default.talk-human-btn .avatar-pos-2 {
	left: 0px;
	z-index: 3;
	opacity: 1;
	transform: scale(1);
}
.ai-btn-default.talk-human-btn .avatar-pos-2 {
	left: 0px;
	z-index: 3;
	opacity: 1;
	transform: scale(1);
}
.ai-btn-default.talk-human-btn .avatar-hidden {
	left: 0;
	z-index: 1;
	opacity: 0;
	transform: scale(0.8);
}

.ai-btn-default.talk-human-btn .avatar-circle img {
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	max-width: 100%;
}

@media screen and (max-width: 767px){
	.section9 {
		min-height: 643px !important;	
	}
	.ai-btn-default.talk-human-btn{
		padding: 11px 16px 11px 16px;
	}
}
@media screen and (max-width: 540px){
	.section9 {
		min-height: 783px !important;	
	}
	.bannerCaseStudyBtn .elementor-button-link{
		min-width: 240px;
	}

}




.cky-notice .cky-title{
	font-family: "Cabin", Sans-serif !important;
	color: #081F2A !important;
}
.cky-notice-des p {
    font-family: "Source Sans Pro", Sans-serif;
	color: #575756 !important;
}
.cky-notice-btn-wrapper button.cky-btn.cky-btn-accept {
    background-color: #0084d2 !important;
    border: 1px solid #0084d2;
}

.cky-notice-btn-wrapper button.cky-btn {
    border: 1px solid #0084d2 !important;
    border-radius: 14px;
}


.newsletterForm span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -30px;
}

.form_row .form_col p, .form_row .form_full p {
    margin-bottom: 23px;
}
.form_row .form_col p .wpcf7-not-valid-tip,
.form_row .form_full p .wpcf7-not-valid-tip{
    position: absolute;
}
input.wpcf7-not-valid {
    background: #fae3e3 !important;
}

.newsletter-container form.wpcf7-form .wpcf7-response-output{
		position: absolute;
}

@media screen and (min-width: 1341px){
	.newsletter-container form.wpcf7-form .wpcf7-response-output{
		left: 30px;
	}
	.newsletterForm form.wpcf7-form {
		max-width: 584px;
		margin-left: auto;
		position: relative;
	}
}
@media screen and (min-width: 481px){
	.newsletterForm form.wpcf7-form{
		height: 54px;
	}
}

@media screen and (max-width: 1340px){
	.newsletter-container form.wpcf7-form .wpcf7-response-output{
		left: -10px;
	}
}

div#testimonialContainerMain{
  overflow: auto;
}


@media screen and (max-width: 640px){
	.popup-overlay{
		padding: 0px !important;
	}
	.popup-overlay .popup{
		height: 100%;
		border-radius: 0px;
		max-height: 900px;
	}
	.popup-overlay .popup .close{
		right: 6px;
	}
}

@media screen and (min-width: 1025px){
	.trustedLeadingImages.mobile{
/* 		display: none; */
	}
}
@media screen and (max-width: 1024px){
	.trustedLeadingImages.desktop{
/* 		display: none; */
	}
}
.hide-element{
	display: none !important;
}

