.corp-container {
	max-width:100%;
	padding: 0px 100px;
}
.corp-container-fluid {
	max-width:100%;
	padding: 0px 0px;
	margin:0px auto;
}
body {
	font-size:20px;
	line-height:normal;
	color:#000000;
	font-weight: 500;
	font-family: 'Source Sans 3', sans-serif;
}
.font-source-sans-3, .main-navigation ul li a, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Source Sans 3', sans-serif;
}
#main {
    overflow: hidden;
}
div#content {
    background-image: url(/wp-content/uploads/2024/01/page-new-bg3.png);
    width: 100%;
/*     background-repeat: repeat-y; */
	background-repeat: round;
}

/* common css */
.text-white, .foo-text, .footer-logo-right a {
	color:#ffffff;
}
.text-purple, .main-navigation ul li a, .home-case-study-row1 h3, .home-case-study-item h4, .case-study-learn-more,
.home-about-sec-right p, .home-blog-section-item h4 {
	color:#3B2A82;
}
.text-dark-purple, .testimonials-excerpt, .testimonials-content {
	color: #1E1541;
}
.text-black {
	color:#000000;
}
.text-main-blue, .home-testimonials-items h6  {
	color:#5014AD;
}
.bg-red {
	background-color:#ED1651;
}
.text-center {
	text-align:center;
}
.btn {
    display: inline-block;
    padding: 20px 25px;
}

@keyframes zoom {
	0%, 100% {
	    transform: scale(1);
	}
	50% {
	    transform: scale(1.1); 
	}
  }
  
  .btn-primary {
	background-color: #ED1651;
	color: #ffffff !important;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.8px;
	box-shadow: -10px -10px 15px rgba(0, 0, 0, 0.15) inset,
			10px 10px 20px rgba(255, 255, 255, -1.5) inset,
			0px 10px 20px 0px rgba(237, 22, 81, 0.45);
	animation: zoom 1s infinite; 
	transition: transform 0.5s ease-in-out; 
	border: 0.3px solid black;
  }
  
.section-top {
	margin-top:60px;
}
.margin-0 {
	margin:0px;
}
.margin-top0 {
	margin-top:0px;
}
.text-uppercase {
    text-transform: uppercase;
}
.heading-gradient, .tab_content h4 {
	background-image: linear-gradient(90deg, #ED1651 0.87%, #5014AD 99.99%);
    -webkit-background-clip: text;
   	background-clip: text;
	color: transparent;
	display: inline-block;
}
.heading-gradient-2 {
	background-image: linear-gradient(90deg, #FF286F 0.87%, #FBC822 99.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-align: center;
}
.logo-section h2, .home-case-study-row1 h2, .home-about-sec h2, .home-blog-section h2, .home-industries-section h2,
.home-testimonials-section h2, .footer-news-letter h2, .footer-form-section h2, .home-services h2, .dev-process h2, .our-works-sec h2,
.our-works-sec-mobile h2{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.logo-section{
	margin-top:8%;
}

#yoast-breadcrumbs {
  display: none;
}
.wpcf7 option {
    font-size: 16px;
}
.text-justify, .banner-section-left p, .tab1-short-content {
	text-align:justify;
}
.new-title-center {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


/* h1-h6 */
h1, .h1 {
	font-size:45px;
	line-height:55px;
	font-weight: 700;
}
h2, .h2 {
	font-size:40px;
	line-height:normal;
	font-weight: 700;
	text-transform:uppercase;
}
h3, .h3 {
	font-size:30px;
	line-height:normal;
	font-weight: 600;
}
h4, .h4 {
	font-size:25px;
	line-height:normal;
	font-weight: 600;
}
h5, .h5{
	font-size:22px;
	line-height:normal;
	font-weight: 600;
}
h6, .h6{
	font-size:20px;
	line-height:normal;
	font-weight: 600;
}

/* header and menu */
.main-navigation ul li a {
    font-size: 18px;
    font-weight: 600;
	letter-spacing: inherit;
}
/* li#menu-item-31 a {
   	background-color: #ED1651;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
} */
#triggerPopup {
   	background-color: #ED1651;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
	margin-left: 20px;
}
.site-header {
    padding: 15px 0;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.mobile-header-call {
    display: none !important;
}
.main-navigation ul .sub-menu {
    top: 40px;
}
.main-navigation ul .sub-menu li a {
	background: #f2effb;
	color: #1e1541;
}
.main-navigation ul .sub-menu li:hover>a, .main-navigation ul .sub-menu li.current-menu-item>a {
	color:#f14e4e;
}
.menu-item-mobile-app a, .menu-item-web-dev a, .menu-item-digital-m a, .menu-item-smm a, .menu-item-mbac a,
.menu-item-about-us a, .menu-item-our-team a, .menu-item-seo a {
    position: relative;
    padding-left: 50px !important;
}
.menu-item-web-dev a:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/04/menu-item-web-devp.png);
    width: 25px;
    height: 25px;
    left: 15px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-item-digital-m a:before {
	position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/04/menu-item-digital-m.png);
    width: 25px;
    height: 25px;
    left: 15px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-item-mobile-app a:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/04/menu-icon1.png);
    width: 25px;
    height: 25px;
    left: 15px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-item-smm a:before {
	position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/04/menu-item-ss.png);
    width: 25px;
    height: 25px;
    left: 12px;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-item-mbac a:before {
	position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/04/menu-item-billing.png);
    width: 25px;
    height: 25px;
    left: 15px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-item-about-us a:before {
	position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/10/menu-item-about-us.svg);
    width: 25px;
    height: 25px;
    left: 15px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-item-our-team a:before {
	position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/10/menu-item-team.svg);
    width: 25px;
    height: 25px;
    left: 15px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-item-seo a:before{
	position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/12/icon-hj-menu-seo.png);
    width: 25px;
    height: 25px;
    left: 15px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.masthead-sentinel {
    margin-bottom: 0px;
}

/* header button new css */
@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
#triggerPopup {
    position: relative;
	background-color:#ffff;
	color:#000000 !important;
}
#triggerPopup:before {
	filter: blur(5px);
    opacity: 1;
}
#triggerPopup:before,
#triggerPopup:after {
	content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: conic-gradient(from var(--angle), #ed164f00, #ed164f00, #ed164f00, #ed1651);
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    padding: 3px;
    border-radius: 10px;
    animation: 3s spin linear infinite;
}
@keyframes spin{
  from{
    --angle: 0deg;
  }
  to{
    --angle: 360deg;
  }
}
div#triggerPopup p {
	animation: zoom 1s infinite ease-in-out;
	margin-bottom: 0px;
}
@keyframes zoom {
    0% {
        transform: scale(1); 
    }
    50% {
        transform: scale(1.05); 
    }
    100% {
        transform: scale(1); 
    }
}
#typed-text{
            background-image: linear-gradient(90deg, #ED1651 0.87%, #5014AD 99.99%);
            -webkit-background-clip: text;
	        font-size: 55px;
	        margin-left: -20px;
	  
}

/* banner section */
.banner-section {
    padding-top: 130px;
}
.banner-section-wrapper {
    display: flex;
    column-gap: 30px;
	align-items: center;
}
.banner-section-left, .banner-section-right {
    width: 50%;
}
.banner-section-left p {
    color: #5D49A7;
    font-weight: 600;
	text-align: justify;
}



.cursor {
  display: inline-block;
/*   background-color: #007bff; */
  width: 2px;
  height: 1em;
  animation: blink 0.7s steps(2) infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* Rotating 3D Container */
.rotating-3d-container {
	position: relative;
	perspective: 1000px;
	display: flex;
	justify-content: center;
    }
    

    .rotating-3d-container::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 440px; /* Adjust to match your radius */
	height: 440px; /* Same as width for circular shape */
	border: 2px dashed #5d49a762; /* Orbit style */
	border-radius: 50%; /* Make it circular */
	z-index: 0; /* Place it behind the rotating elements */
	pointer-events: none; /* Ignore mouse events */
  }

    .circle-rotate {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ed1651; /* Optional: Add a white background for the inner circle */
	border-radius: 50%;
	border: 1px dashed #00061A;
    }
    
    /* .circle-main:before {
	content: "";
	position: absolute;
	height: 210px;
	width: 210px;
	border-radius: 50%;
	border: 1px dashed #00061A;} */

    .logo {
	position: absolute;
	width: 140px;
	height: 140px;
	/* background: url("https://assets.codepen.io/7344750/internal/avatars/users/default.png?fit=crop&format=auto&height=512&version=1657025755&width=512"); */
	background-size: cover;
	border-radius: 100vmax;
	background-position: center;
	display: flex;
	justify-content: center !important;
	align-items: center;
	flex-direction: column;
	margin-top: 22px;
    }
    .logo h1{
	color: #FFF;
	line-height: 5px;
    }
    .logo p{
	color: #FFF;
	font-size: 25px;
	letter-spacing: 2px; 
	font-weight: bold;
    }
    
    .text {
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: consolas;
	color: #ffffff;
	font-size: 17px;
	animation: textRotation 8s linear infinite;
	text-transform: uppercase;
    }
    
    .text p {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	transform-origin: center; 
	letter-spacing: 2px; 
    }
    

    @keyframes textRotation {
	to {
	  transform: rotate(360deg);
	}
    }
    
    .text span {
	position: absolute;
	left: 50%;
	font-size: 1.2em;
	transform-origin: 0 100px;
    }
    
    .rotating-images {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
    }
    
    .image-item {
	position: absolute;
	width: 200px;
	height: 200px;
	transform-origin: 0 500px !important;
    }
    
    .image-item img {
	max-width: 100%;
	height: 100%;
	border-radius: 50%;
    }
    
    .image-item:nth-child(1) {
	transform: translate(-50%, -50%) rotate(0deg) translateX(220px) rotate(0deg);
    }
    
    .image-item:nth-child(2) {
	transform: translate(-50%, -50%) rotate(90deg) translateX(220px) rotate(-90deg);
    }
    
    .image-item:nth-child(3) {
	transform: translate(-50%, -50%) rotate(180deg) translateX(220px) rotate(-180deg);
    }
    
    .image-item:nth-child(4) {
	transform: translate(-50%, -50%) rotate(270deg) translateX(220px) rotate(-270deg);
    }
    

/* Responsive Styles */
@media (max-width: 768px) {
	.rotating-3d-container {
	  height: 400px; /* Adjust height for smaller screens */
	}
    
	.main-image img {
	  width: 30%;
	}
    
	.image-item {
	  width: 16%;
	  transform-origin: 0 180px; /* Reduce the radius for smaller screens */
	}
    
	.image-item:nth-child(1),
	.image-item:nth-child(2),
	.image-item:nth-child(3),
	.image-item:nth-child(4) {
	  transform: translate(-50%, -50%) rotate(var(--angle)) translateX(180px);
	}
	/* .circle-rotate {
		width: 150px; 
		height: 150px;
	    } */
    }
    
    @media (max-width: 480px) {

	.rotating-images{
		left: 56%;
	}
	.rotating-3d-container {
		height: 390px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.rotating-3d-container::before{
		width: 300px;
		height: 300px;
	}
    
	.main-image img {
	  width: 74%;
	}
    
	.image-item {
	 width: 130px;
	 height: 85px;
	  transform-origin: 0 120px; /* Adjust the radius for smaller screens */
	}
    
  .image-item:nth-child(1) {
    transform: translate(-50%, -50%) rotate(0deg) translateX(150px) rotate(0deg);
  }

  .image-item:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg) translateX(150px) rotate(-90deg);
  }

  .image-item:nth-child(3) {
    transform: translate(-50%, -50%) rotate(180deg) translateX(150px) rotate(-180deg);
  }

  .image-item:nth-child(4) {
    transform: translate(-50%, -50%) rotate(270deg) translateX(150px) rotate(-270deg);
  }
		#typed-text{
			font-size: 25px;
		}

}
    /* Animation
    @keyframes rotate {
	from {
	  transform: rotateY(0deg);
	}
	to {
	  transform: rotateY(360deg);
	}
    } */

/* client logos */
.home-logo-item img {
    margin: 0px auto;
}

/* case study */
.home-case-study-row1 h3 {
    margin-top: 0px;
	margin-bottom: 10px;
}
.home-case-study-row1 h2 {
    margin-bottom: 0px;
}
.home-case-study-item h4 {
    margin: 5px;
	padding-top: 10px;
}
.case-study-excerpt p {
    font-size: 17px;
    color: #5D49A7;
    font-weight: 400;
}
.home-case-study-item img {
    border: 5px solid #5014ad2b;
    border-radius: 25px;
}
.home-case-study-item img {
    width: 100%;
}
.home-case-study-wrapper ul.slick-dots {
    display: flex;
    justify-content: center;
	padding-top: 20px;
}
.home-case-study-wrapper ul.slick-dots li {
    list-style-type: none;
}
.home-case-study-wrapper ul.slick-dots li.slick-active button {
    background-color: #312184;
    padding-right: 35px;
    border-radius: 20px;
}
.home-case-study-wrapper .slick-dots li button {
    font-size: 0px;
    background: #9383d2;
    border: 0;
    border-radius: 50%;
    color: #9383d2;
    letter-spacing: 0px;
    line-height: 0px;
    padding: 8px;
    margin: 5px;
}
.home-case-study-row2, .home-about-sec-wrapper {
   	padding: 30px;
	border-radius: 40px;
    border: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 15px 25px 0px rgba(113, 106, 219, 0.20);
    backdrop-filter: blur(25px);
}
.case-study-learn-more img {
    border: 0px;
    width: 10px;
    position: relative;
    top: -19px;
    left: 105px;
}
.home-case-study-item {
    padding: 40px 20px;
	position:relative;
}
.home-case-study-item {
    background-image: url(/wp-content/uploads/2023/12/case-study-item-bg2.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/* about section */
.home-about-sec-wrapper {
    display: flex;
    column-gap: 30px;
	padding: 60px 80px 80px 80px;
	align-items: center;
}
.home-about-sec-left, .home-about-sec-right {
    width: 50%;
}
.home-about-sec-right h4 {
    margin: 0px;
}
.home-about-sec-right h5 {
    margin: 10px 0px;
	color:#3B2A82;
}
.home-about-sec-right p {
    font-size: 16px;
	text-align: justify;
}
.home-about-sec-right {
    border: 5px solid #9A8ADB;
    border-radius: 40px;
    background-color: #ffffff;
    padding: 30px;
	box-shadow: 0px 15px 25px 0px rgba(113, 106, 219, 0.20);
}

/* blogs section */
.home-blog-section-wrapper {
	border-radius: 40px;
    border: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0px 15px 25px 0px rgba(113, 106, 219, 0.20);
    backdrop-filter: blur(25px);
	padding-top: 20px;
}
.home-blog-section-item h4 {
    margin: 5px;
}
.home-blog-section-item img {
    width: 100%;
}
.home-blog-section-item .case-study-learn-more img {
    border: 0px;
    width: 10px;
    position: relative;
    top: -16px;
    left: 90px;
}
.home-blog-author-wrapper {
    display: flex;
    column-gap: 20px;
    font-size: 15px;
}
.home-blog-author-wrapper-left, .home-blog-author-wrapper-right {
    width: 50%;
}
.home-blog-author-wrapper-left {
    color: #1E1541;
}
.home-blog-section-wrapper ul.slick-dots {
    display: flex;
    justify-content: center;
	padding-top: 20px;
}
.home-blog-section-wrapper ul.slick-dots li {
    list-style-type: none;
}
.home-blog-section-wrapper ul.slick-dots li.slick-active button {
    background-color: #312184;
    padding-right: 35px;
    border-radius: 20px;
}
.home-blog-section-wrapper .slick-dots li button {
    font-size: 0px;
    background: #9383d2;
    border: 0;
    border-radius: 50%;
    color: #9383d2;
    letter-spacing: 0px;
    line-height: 0px;
    padding: 8px;
    margin: 5px;
}
.home-blog-section-item {
    padding: 20px;
}
.home-blog-section-item {
    background-image: url(/wp-content/uploads/2024/01/home-blog-item-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.home .home-blog-section-item h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-blog-author-wrapper {
    margin-top: 15px;
}

/*  industries section */
.home-industries-section-row1-items, .home-industries-section-row2-items {
    text-align: center;
}
.home-industries-section-row1 h6, .home-industries-section-row2 h6 {
    color: #3B2A82;
    margin: 10px;
}
.home-industries-section-row1, .home-industries-section-row2 {
    display: flex;
    justify-content: space-evenly;
}
.home-industries-section-row1-items, .home-industries-section-row2-items {
    background-color: #F2EFFB;
    box-shadow: -20px -20px 35px 0px rgba(59, 42, 130, 0.10), 20px 20px 35px 0px rgba(59, 42, 130, 0.10), 35px 0px 50px 0px rgba(255, 178, 199, 0.10) inset, 0px 35px 50px 0px rgba(255, 178, 199, 0.10) inset;
    padding: 40px 20px;
    border-radius: 25px;
    width: 200px;
    height: 180px;
}
.home-industries-section-row1 {
    padding-top: 15px;
}
.home-industries-section-row2 {
    padding-top: 50px;
}


/* testimonials */
.home-testimonials-items {
    text-align: center;
    padding: 20px;
	position: relative;
}
.testimonials-icon-quote img, .testimonials-icon-star img, .testimonials-icon-author img {
    position: relative;
    left: 50%;
	transform: translateX(-50%);
}
.testimonials-icon-quote, .testimonials-icon-star {
    padding-bottom: 30px;
}
.testimonials-excerpt {
    font-size: 15px;
}
.home-testimonials-items h6 {
    margin: 10px;
}
.testimonials-content {
    font-size: 18px;
}
.home-testimonials-items-inner {
	padding: 30px 20px 0px 20px;
	min-height: 510px;
   	border-radius: 40px;
    border: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0px 0px 45px 0px rgba(196, 123, 212, 0.20) inset, 0px 15px 25px 0px rgba(113, 106, 219, 0.20);
}
.home-testimonials-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow,
.home-testimonials-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index:10;
}
.home-testimonials-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    left: -100px;
}
.home-testimonials-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
	right: -100px;
}
.home-testimonials-section {
    padding-bottom: 60px;
}
.testimonials-icon-author img {
    border-radius: 15px;
}


/* dev process css */
.dev-process {
    overflow: hidden;
    background-color: #1E1541;
    padding: 0px 50px 70px 50px;
}
.dev-process h2 {
    padding-bottom: 10px;
}
.dev-process-main {
    max-width: 1250px;
    margin: 0px auto;
	text-align: center;
	padding: 0px 0px 40px 0px;
	position: relative;
}
.dev-process-border-wrapper {
    border: 1px solid #ffffff;
    border-radius: 40px;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}
.process-line {
    margin-bottom: 15px;
}
.dev-process-icon-wrapper,
.dev-process-title-wrapper {
    display: flex;
}
.dev-process-icon-items {
    width: 20%;
}
.dev-process-icon-items.icon1 {
    position: relative;
    left: -85px;
}
.dev-process-icon-items.icon2 {
    position: relative;
    left: -45px;
}
.dev-process-icon-items.icon4 {
    position: relative;
    left: 42px;
}
.dev-process-icon-items.icon5 {
    position: relative;
    left: 85px;
}
.dev-process-title-wrapper {
    column-gap: 20px;
}
.dev-process-title-items {
    width: 15%;
}
.dev-process-title-items {
    border-radius: 6px;
    background: #EDEDED;
}
.dev-process-title-items p {
    margin-bottom: 0px;
    padding: 5px;
    color: #3B2A82;
    font-weight: 700;
}
.dev-process-title-items.title-item1 {
    position: relative;
    left: -40px;
}
.dev-process-title-items.title-item3 {
    position: relative;
    left: 80px;
}
.dev-process-title-items.title-item4 {
    position: relative;
    left: 160px;
}
.dev-process-title-items.title-item5 {
    position: relative;
    left: 200px;
}
.dev-process-content-wrapper {
    display: flex;
    column-gap: 20px;
	margin-bottom: 80px;
}
.dev-process-content-items {
    color: #ffffff;
   	width:20%;
    font-size: 12px;
    border: 1px solid #9A8ADB;
    padding: 20px;
    border-radius: 25px;
}
.dev-process-content-items.content-items1 {
    position: relative;
    left: -30px;
}
.dev-process-content-items.content-items2 {
    position: relative;
    left: -20px;
}
.dev-process-content-items.content-items3 {
	position: relative;
}
.dev-process-content-items.content-items4 {
    position: relative;
    left: 30px;
}
.dev-process-content-items.content-items5 {
    position: relative;
    left: 30px;
}
.dev-process-content-items.content-items1:after {
    position: absolute;
    content: '';
    background-color: #9A8ADB;
    width: 1px;
    height: 90px;
    top: 109px;
    left: 50px;
}
.dev-process-content-items.content-items2:after {
    position: absolute;
    content: '';
    background-color: #9A8ADB;
    width: 1px;
    height: 90px;
    top: 109px;
    left: 75px;
}
.dev-process-content-items.content-items3:after {
    position: absolute;
    content: '';
    background-color: #9A8ADB;
    width: 1px;
    height: 90px;
    top: 109px;
    left: 75px;
}
.dev-process-content-items.content-items4:after {
    position: absolute;
    content: '';
    background-color: #9A8ADB;
    width: 1px;
    height: 90px;
    top: 109px;
    left: 85px;
}
.dev-process-content-items.content-items5:after {
    position: absolute;
    content: '';
    background-color: #9A8ADB;
    width: 1px;
    height: 90px;
    top: 109px;
    left: 120px;
}
@media (min-width:1600px) {
	.dev-process-icon-items.icon1 {
    	left: -50px;
	}
	.dev-process-icon-items.icon2 {
    	left: -25px;
	}
	.dev-process-icon-items.icon4 {
    	left: 25px;
	}
	.dev-process-icon-items.icon5 {
    	left: 50px;
	}
	.dev-process-title-items.title-item1 {
    	left: -25px;
	}
	.dev-process-title-items.title-item2 {
    	position: relative;
    	left: 40px;
	}
	.dev-process-title-items.title-item3 {
    	left: 115px;
	}
	.dev-process-title-items.title-item4 {
    	left: 180px;
	}
	.dev-process-title-items.title-item5 {
    	left: 250px;
	}
	.dev-process-content-items.content-items1:after {
    	top: 91px;
    	left: 105px;
	}
	.dev-process-content-items.content-items2:after {
    	top: 92px;
    	left: 112px;
	}
	.dev-process-content-items.content-items3:after {
    	height: 85px;
    	top: 91px;
    	left: 113px;
	}
	.dev-process-content-items.content-items4:after {
    	top: 91px;
    	left: 105px;
	}
	.dev-process-content-items.content-items5:after {
    	top: 92px;
    	left: 125px;
	}
}
/* 1600px x 900px */
@media  screen and (max-width: 1600px) {
   .dev-process-icon-items.icon1 {
        left: -70px;
    }
	.dev-process-icon-items.icon2 {
        left: -35px;
    }
	.dev-process-icon-items.icon4 {
        left: 35px;
    }
	.dev-process-icon-items.icon5 {
        left: 70px;
    }
	.dev-process-content-items.content-items1:after {
        left: 75px;
    }
	.dev-process-content-items.content-items2:after {
        left: 98px;
    }
	.dev-process-content-items.content-items5:after {
        left: 142px;
    }
}
@media  screen and (max-width: 1280px) {
   .dev-process-content-items.content-items1:after {
        left: 42px;
        top: 126px;
    }
	.dev-process-content-items.content-items2:after {
        left: 66px;
        top: 125px;
    }
	.dev-process-content-items.content-items3:after {
    	top: 125px;
    }
	.dev-process-content-items.content-items4:after {
    	top: 125px;
    	left: 75px;
	}
	.dev-process-content-items.content-items5:after {
		top: 125px;
        left: 105px;
    }
}

/*  ------- dev process css -----------  */

/* dev process mobile */
.dev-process-mobile {
    display: none;
}

/*  ------- dev process mobile css -----------  */


/* our works */
.marquee-wrapper .container{
  	overflow:hidden;
}
.marquee-wrapper .marquee-block{
	  height: 300px;
	  width: 100%;
	  overflow: hidden;
	  box-sizing: border-box;
	  position: relative;
	  margin: 20px auto;
	  background:transparent;
}
.marquee-inner{
	  display: block;
	  width: 200%;
	  position: absolute;
}
.marquee-inner.to-left{
  	animation: marqueeLeft 30s linear infinite;
}
.marquee-inner.to-right{
  	animation: marqueeRight 30s linear infinite;
}
.marquee-item{
	  width: 500px;
	  height: 300px;
	  display: inline-block;
	  margin: 0 10px;
	  float: left;
	  transition: all .2s ease-out;
}
.marquee-block:hover .marquee-item.result_hover {
    opacity: 1;
}
.marquee-block:hover .marquee-item {
    opacity: 0.5;
}
.marquee-item img {
    border-radius: 15px;
}

@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
  }
}
.our-works-sec-mobile {
    display: none;
}
.marquee-item-mobile {
    padding: 0px 20px;
}


/* footer */
.grecaptcha-badge {
    opacity: 0 !important;
}
.site-footer {
    background: #181231;
	margin-top: 0px;
}
.footer-top {
    padding-top: 0px;
}
.foo-text {
   	max-width: 330px;
}
.footer-logo-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foo-logo img {
    display: block;
}
.footer-logo-left {
    display: flex;
    column-gap: 25px;
}
.foo-text p {
    margin-bottom: 0px;
	color: #ffffff !important;
}
.footer-logo-right a {
    display: block;
	padding-bottom: 5px;
}
.footer-logo-right {
    position: relative;
	padding-left: 75px;
}
.footer-logo-right:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2023/12/footer-call-mail-icon.svg);
    width: 60px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -2px;
    left: 0;
    background-position: center;
	animation-name: tada;
	animation-duration: 1s;
  	animation-iteration-count: infinite;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.site-footer .widgets .widget a {
    font-size: 20px;
}
.site-footer .widgets .widget .widget-title {
   	font-size: 25px;
    text-transform: capitalize;
}
.site-footer .widgets {
   	padding: 30px 0 !important;
    border-top: 1px solid #5D49A7;
}
.footer-col4 {
    display: flex;
    column-gap: 20px;
}
.site-footer .widget .widget-title~* {
	font-size: 15px;
    color: #ffffff;
}
.footer-col4-col1 a {
    line-height: 40px;
}
.tnp-field label {
    color: #ffffff;
    font-size: 25px;
}
.tnp-field.tnp-field-button input {
    border-radius: 8px;
    background: #ED1651;
	font-weight: 700;
}
.tnp-email, .tnp-subscription {
	font-size:15px !important;
}
.site-footer .bottom-bar {
    background: transparent;
    color: #9A8ADB;
}
.site-footer .widgets .widget {
    margin: 0 2.75% 20px 0;
}
ul.footer-social {
    display: flex;
	list-style-type: none;
    column-gap: 25px;
    justify-content: center;
	position: relative;
}
ul.footer-social:before {
    position: absolute;
    content: '';
    border: 1px solid #5D49A7;
    width: 35%;
    top: 15px;
    left: 0;
}
ul.footer-social:after {
    position: absolute;
    content: '';
    border: 1px solid #5D49A7;
    width: 35%;
    top: 15px;
    right: 0;
}
.site-footer .bottom-bar {
    padding: 0px 0;
}
.site-info p {
    font-size: 15px;
}
aside#nav_menu-2, aside#nav_menu-3, aside#nav_menu-4 {
    width: 15%;
}
aside#text-3 {
    width: 25%;
}
.footer-col4-col1, .footer-col4-col2 {
    width: 50%;
}
.tnp-field.tnp-field-email {
    width: 55%;
    float: left;	
}
.tnp-field.tnp-field-email input {
	border-radius: 8px;d
}
.tnp-field.tnp-field-button {
    width: 40%;
    float: right;
	position: relative;
    top: 20px;
}
.footer-news-letter h2, .footer-form-section h2 {
    margin-bottom: 5px;
}
.footer-newsletter-sec {
    background-color: #342c54;
    padding: 60px 0px;
    border: 1px solid #ffffff;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.footer-newsletter-sec .tnp-field.tnp-field-email {
    width: 62%;
    float: left;
}
.footer-newsletter-sec .tnp-field.tnp-field-button {
    width: 40%;
    float: right;
    position: relative;
    top: -49px;
    left: 50px;
}
.footer-newsletter-sec form.tnp-subscription, form.tnp-profile {
   	margin: 0px auto;
    max-width: 55%;
    width: 100%;
    position: relative;
    top: -20px;
}
.footer-news-letter aside {
    margin-bottom: 20px !important;
}
.footer-form {
    background-color: #342c54;
    padding: 35px;
    border: 1px solid #ffffff;
    border-radius: 40px;
}
.wpcf7 input[type=text], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 select, .wpcf7 textarea {
	width:100%;
	background-color:transparent;
	border: 0px;
	padding: 15px;
}
.form-half-row {
    display: flex;
    column-gap: 50px;
}
.form-half-row p {
    width: 50%;
}
.wpcf7 option {
    background-color: #342c54;
    color: #ffffff;
}
.wpcf7 select, .foo-contact-ways p, .foo-contact-ways a, .foo-contact-ways h6 {
    color: #ffffff !important;
}
.footer-form .wpcf7 form .wpcf7-response-output {
	color:#ffffff !important; 
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 8px;
    background: #ED1651;
    padding: 15px 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	font-weight: 700;
    font-size: 18px;
	margin-bottom: 30px;
}
.wpcf7 input[type=text], .wpcf7 input[type="email"],.wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 select  {
    border-bottom: 1px solid #9a8adb;
	color: #ffffff;
}
.wpcf7 textarea {
    font-size: 14px;
}
.foo-contact-ways {
    display: flex;
    justify-content: space-evenly;
}
.foo-contact-ways h6 {
    margin-bottom: 5px;
}
.foo-contact-ways-left, .foo-contact-ways-middle, .foo-contact-ways-right {
    position: relative;
}
.foo-contact-ways-left:before, .foo-contact-ways-middle:before, .foo-contact-ways-right:before {
    position: absolute;
    content: '';
   	background-repeat: no-repeat;
    background-size: contain;
    top: 30px;
   	background-position: center;
}
.foo-contact-ways-left:before {
    background-image: url(/wp-content/uploads/2023/12/icon-mobile.svg);
	width: 30px;
    height: 50px;
	left: -45px;
}
.foo-contact-ways-middle:before {
    background-image: url(/wp-content/uploads/2023/12/icon-video.svg);
	width: 45px;
    height: 50px;
	left: -60px;
}
.foo-contact-ways-right:before {
    background-image: url(/wp-content/uploads/2023/12/icon-mail.svg);
    width: 55px;
    height: 55px;
    left: -70px;
}
.foo-contact-ways a, .foo-contact-ways p {
    color: #9A8ADB !important;
}
.footer-social li:hover {
    transform: scale(1.2);
    transition: 0.5s all;
}
.sticky-whatsapp-icon-wrapper {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 99;
}
.footer-col4-newsletter {
    margin-top: 30px;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #ffffff !important;
	opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ffffff !important;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ffffff !important;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #ffffff !important;
	opacity: 1;
}
.tnp-field.tnp-field-email input::-webkit-input-placeholder { /* WebKit browsers */
	color: #000 !important;
	opacity: 1;
}
.tnp-field.tnp-field-email input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000 !important;
	opacity: 1;
}
.tnp-field.tnp-field-email input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000 !important;
	opacity: 1;
}
.tnp-field.tnp-field-email input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000 !important;
	opacity: 1;
}
.footer-col4-col2 {
    font-size: 16px;
    color: #ffffff;
}
.footer-col4-newsletter-inner-wrapper {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.footer-col4-newsletter-col1 img {
    height: 54px;
}



/* new service  */
.service-dev-process{
	overflow: hidden;
	background-color: #1E1541;
	padding: 0px 50px 70px 50px;
  
}

.new-service-process-border-wrapper {
	border: 1px solid #ffffff;
	border-radius: 40px;
	/* padding-top: 60px;
	padding-bottom: 30px; */
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
  }

.services-section {
	display: flex;
	align-items: center; 
	justify-content: center; 
	/* padding: 0 50px; */
	background-color: #1E1541;
	color: #fff;
	/* background-image: url(https://wp.valorwide.com/datamatrix/wp-content/plugins/valorwide-elementor/widgets/images/shapes/shape-09.png); */
	background-repeat: no-repeat;
	background-position: center; 
	background-size: contain; 
	min-height: 400px;
	position: relative; 
	flex-direction: column;
	line-height: 10px;
	/* padding-bottom: 20px; */
	/* margin-top: 40px; */
  }
  
  .services-section::before {
	content: "";
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%) translate(20px, -20px);
	/* background-image: url(https://wp.valorwide.com/datamatrix/wp-content/plugins/valorwide-elementor/widgets/images/shapes/shape-09.png); */
	background-repeat: no-repeat;
	background-size: contain;
	width: 300px; 
	height: 300px; 
	z-index: -1; 
	opacity: 0.8; 
  }
  

  .home-services-content h3{
	color: #FFF;
  }
  
  .services-container {
	display: flex;
	flex-wrap: wrap;
	/* gap: 20px; */
	justify-content: space-between;
	flex-direction: row;
  }
  .service-all-boxes{
	display: flex;
	flex-direction: row;
	/* gap: 20px; */
	/* flex-wrap: wrap; */

  }

  
  .service-box {	
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
	/* transition: transform 0.3s ease; */
	width: 100%;
	text-align: start;
	position: relative;
/* 	overflow: hidden;
	min-height: 500px; */
  }
  
  .service-box:hover {
	/* transform: translateY(-10px); */
	/* box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); */
  }
  .service-box img{
	background-origin: content-box;
  }
  .service-box h2{
	color: rgba(255, 255, 255, 0.1) !important;
	font-size: 120px;
	font-style: normal;
	font-weight: 700;
	line-height: 90px;
	
  }
  .service-icon img {
	width: 130px;
	height: 130px;
	margin-bottom: 15px;
	margin-top: -70px;
	transition: transform 0.8s ease;
	position: absolute;
  }

  .service-content{
/* 	position: relative;
	top: 22%; */
	  margin-top: 120px;
  }
  
  .service-box:hover .service-icon img {
	transform: scale(1.2) translateX(160px) translateY(-30px); 
	width: 160px;
	height: 160px;
	
  }

  .service-content h2 {
	font-size: 1.5rem;
	margin-bottom: 10px;
  }
  
  .service-content h4 {
	font-size: 26px;
	margin-bottom: 15px;
	color: #ffffff;
	font-weight: bold;
  }
  
  .service-content p {
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.6;
  }
  
  .btn {
	color: #ED1651;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 29px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
  }
  .read-more{
	color: #ED1651 !important;
  }
  
  /* .btn:hover {
	background-color: #66fcf1;
  } */
     
  .heading-gradient-2 {
	background-image: linear-gradient(90deg, #FF286F 0.87%, #FBC822 99.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    text-align: center;
}
/* Responsive Adjustments */
@media (max-width: 1440px) {
	.service-box {
    	min-height: 620px;
	}
}
@media (max-width: 1024px) {
	.service-box {
	    flex: 1 1 calc(50% - 20px); 
	}
  }
  
  @media (max-width: 768px) {
	.service-box {
	    flex: 1 1 100%;
	}
	.service-box:hover .service-icon img {
	    transform: scale(1.1) translateX(80px) translateY(-20px); /* Reduced hover effect for smaller screens */
	}
  }

  @media (max-width: 480px) {
	.service-all-boxes{
		display: flex;
		flex-wrap: wrap !important;
	}
	.service-box {
	    flex: 1 1 100%; 
	    min-height: 435px; 
	    padding: 15px; 
	}
       
	.service-box h2{
		font-size: 100px;
	}
	.service-icon img {
	    width: 100px; 
	    height: 100px;
	    margin-top: -50px;
	    transition: transform 0.8s ease;
	}
  
	.service-box:hover .service-icon img {
	    transform: scale(1.1) translateX(60px) translateY(-15px);
	    width: 120px;
	    height: 120px;
	}
  
	.service-content h4 {
	    font-size: 20px; 
	    margin-bottom: 10px;
	}
  
	.service-content p {
	    font-size: 0.9rem;
	    margin-bottom: 15px;
	    line-height: 1.4;
	}
  
	.btn {
	    font-size: 14px;
	    line-height: 24px;
	    letter-spacing: 2px;
	    padding: 12px 19px;
	}
  
	.services-container {
	    gap: 10px; 
	}
  
	.service-dev-process {
	    padding: 20px; 
	}
  
	.services-section {
	    padding: 0 20px;
	    min-height: auto; 
	}
  
	.services-section::before {
	    width: 200px; 
	    height: 200px;
	}
  }
  


/* services */
.home-services {

    overflow: hidden;
	background-color: #1E1541;
    position: relative;
    padding: 0px 50px 70px 50px;
}
.home-services-content h3 {
    color: #ffffff;
    margin-top: 0px;
}
.home-services .tabs_wrapper {
  	width: 100%;
  	text-align: center;
  	margin: 0 auto;
  	background: transparent;
	display:flex;
	background-color: #342c54;
    padding: 40px;
    border-radius: 40px;
    border: 1px solid #ffffff;
}
.home-services ul.tabs {
  	display: inline-block;
  	vertical-align: top;
  	position: relative;
  	z-index: 10;
	margin: 25px 0 0;
	padding: 0;
  	width: 40%;
  	min-width: 40%;
	list-style: none;
}
.home-services ul.tabs li {
	margin: 0;
	cursor: pointer;
	padding: 20px 15px;
	line-height: 31px;
	text-align: left;
    font-weight: bold;
  	background-color: transparent;
    color: #9A8ADB;
	font-size: 20px;
    font-weight: 600;
}
.home-services .tabs_wrapper ul li.active {
    color: #ffffff;
}
.home-services .tab_container {
  	display: inline-block;
  	vertical-align: top;
  	position: relative;
  	z-index: 20;
  	left: 0px;
  	text-align: left;
	border-radius: 40px;
	width: 60%;
	background-color: #ffffff;
    border: 5px solid #9A8ADB;
	min-height: inherit !important;
}
.home-services .tab_content {
	padding: 20px;
  	height: 100%;
  	display: none;
}
.home-services .tab_drawer_heading { 
  	display: none; 
}
@media screen and (max-width: 781px) {
	.home-services ul.tabs {
		display: none;
	}
  	.home-services .tab_container {
		display: block;
		margin: 0 auto;
		width: 95%;
		border-top: none;
		border-radius: 0;
		box-shadow: 0px 0px 10px black;
  	}
	.home-services .tab_drawer_heading {
		background-color: #342c54;
   		color: #fff;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
    	text-align: center;
    }
}



.tab1-short-content, .tab2-short-content, .tab3-short-content, .tab4-short-content {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    padding-left: 45px;
    padding-top: 20px;
}
.tab1-short-content, .tab2-short-content, .tab3-short-content, .tab4-short-content {
    position: relative;
}
.tab1-short-content:before, .tab2-short-content:before, .tab3-short-content:before, .tab4-short-content:before {
    position: absolute;
    content: '';
    background: #9A8ADB;
    width: 1px;
    height: 120px;
    top: 20px;
    left: 15px;
}
.home-services .tab_content h4 {
    margin-top: 0px;
	margin-bottom: 10px;
}
.hipaa-blue-sticky-logo {
    display: none;
}
.home-services h3 {
    margin-bottom: 10px;
}
.footer-form-section p {
    color: #ffffff !important;
}

/* footer right circle progess line */
.footer-cust-progress .progress-wrap {
	  position: fixed;
	  right: 20px;
	  bottom: 100px;
	  height: 60px;
	  width: 60px;
	  cursor: pointer;
	  display: block;
	  border-radius: 50px;
	  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
	  z-index: 10000;
	  opacity: 0;
	  visibility: hidden;
	  transform: translateY(15px);
	  -webkit-transition: all 200ms linear;
	  transition: all 200ms linear;
}
.footer-cust-progress .progress-wrap.active-progress {
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0);
	  background-color:#ffffff;
	  box-shadow: 0px -1px 12px -3px rgba(0, 0, 0, 0.75);
}
.footer-cust-progress .progress-wrap:hover::after {
  	opacity: 0;
}
.footer-cust-progress .progress-wrap:hover::before {
  	opacity: 1;
}
.footer-cust-progress .progress-wrap svg path {
  	fill: none;
}
.footer-cust-progress .progress-wrap svg.progress-circle path {
	  stroke: #FF7298;
	  stroke-width: 4;
	  box-sizing: border-box;
	  -webkit-transition: all 200ms linear;
	  transition: all 200ms linear;
}
body .footer-cust-progress.light .progress-wrap {
  	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}
body .footer-cust-progress.light .progress-wrap::after {
  	color: var(--black-blue);
}
body .footer-cust-progress.light .progress-wrap svg.progress-circle path {
  	stroke: var(--black-blue);
}
.footer-cust-progress .switch,
.footer-cust-progress .circle {
	  -webkit-transition: all 300ms linear;
	  transition: all 300ms linear;
}
.footer-cust-progress .circle:hover {
  	box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.footer-cust-progress .switched .circle {
	  left: 45px;
	  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
	  background: var(--black-blue);
}
.footer-cust-progress .switched .circle:hover {
  	box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.footer-cust-progress .switched .circle:before {
  	opacity: 0;
}
.footer-cust-progress .switched .circle:after {
  	opacity: 1;
}
.footer-cust-progress {
    position: relative;
}
.progress-wrap.active-progress img {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

/* mobile-footer-sticky-bottom-main */
.mobile-footer-sticky-bottom-main {
	display:none;
}
.mobile-footer-sticky-wrapper {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
	align-items: center;
	background-color: #000000;
}
.mobile-footer-sticky-wrapper-col1 {
	width: 20%;
}
.mobile-footer-sticky-wrapper-col1 img {
    display: block;
	width: 45px;
}
.mobile-footer-sticky-wrapper-col2 {
    width: 80%;
}
.mobile-footer-sticky-wrapper-col2 a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}
.mobile-footer-sticky-wrapper-col2 a {
    position: relative;
    left: 50px;
}

/* form popup builder css */
.modal-content input::placeholder, 
.modal-content textarea::placeholder {
  	color: #000000 !important;
}
.modal-content .wpcf7 select {
    color: #000000 !important;
    font-size: 20px;
    font-weight: 500;
}
.modal-content .wpcf7 textarea {
    font-size: 20px;
    font-weight: 500;
}
.modal-content .wpcf7 input[type=text], 
.modal-content .wpcf7 input[type="email"], 
.modal-content .wpcf7 input[type="tel"], 
.modal-content .wpcf7 textarea, 
.modal-content .wpcf7 select {
    color: #000000;
}
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 40%;
    position: relative;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#triggerPopup {
    cursor: pointer;
}



@media (max-width:767px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px;
	}
	.section-top {
    	margin-top: 30px;
	}
	.mobile-header-call {
		display: block !important;
		position: relative;
		right: 54px;
		top: -10px;
	}
	h1, .h1 {
    	font-size: 35px;
    	line-height: 45px;
    }
	h2, .h2 {
    	font-size: 35px;
    }
	h3, .h3 {
    	font-size: 26px;
    }
	.heading-gradient, .heading-gradient-2 {
    	text-align: center;
	}
	.site-header .site-branding {
    	max-width: 140px;
	}
	#mobile-menu-button svg path {
    	fill: #5014AD;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 15px;
    }
	#mobile-navigation ul li a {
    	color: #3B2A82;
		border-color: #3B2A82;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #3B2A82;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	li#menu-item-31 a {
    	background-color: inherit;
    }
	#mobile-navigation {
    	background: #f2effb;
    }
	#triggerPopup {
    	display: none;
	}
	.home-services .tabs_wrapper, .banner-section-wrapper, .home-about-sec-wrapper {
    	flex-direction: column;
	}
	.banner-section-left, .banner-section-right, .home-about-sec-left, .home-about-sec-right,
	.form-half-row p, .footer-col4-col1, .footer-col4-col2 {
    	width: 100%;
	}
	.banner-section {
    	padding-top: 30px;
	}
	.banner-section-right {
    	padding-top: 40px;
	}
	.home-case-study-row2 {
    	padding: 10px;
    }
	.home-services {
    	padding: 0px 0px 70px 0px;
	}
	.home-services .tabs_wrapper {
   		padding: 10px;
    	border-radius: 15px;
   	}
	.home-services .tab_content {
    	padding: 10px;
    }
	.home-services .tab_drawer_heading {
    	font-size: 18px;
		border-bottom: 2px solid #9A8ADB;
		padding: 10px 20px;
	}
	.home-about-sec h2 {
    	margin-top: 0px;
	}
	.home-about-sec-wrapper {
    	padding: 30px 10px 30px 10px;
    }
	.home-about-sec-right {
    	margin-top: 30px;
	}
	.home-about-sec-right {
    	padding: 15px;
    }
	.home-industries-section-row1, .home-industries-section-row2, .form-half-row, .foo-contact-ways,
	.footer-logo-main, .footer-logo-left, .footer-col4 {
    	flex-direction: column;
	}
	.home-industries-section-row1-items, .home-industries-section-row2-items {
		width: 100% !important;
		margin-bottom: 15px;
	}
	.home-industries-section-row2 {
    	padding-top: 0px;
	}
	.home-industries-section-row1-items img, .home-industries-section-row2-items img {
    	margin: 0px auto;
	}
	.home-industries-section-row1-items, .home-industries-section-row2-items {
    	box-shadow: inherit;
    }
	.home-testimonials-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow img, .home-testimonials-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow img {
    	width: 40px;
	}
	.home-testimonials-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    	left: -45px;
	}
	.home-testimonials-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
    	right: -45px;
	}
	.footer-newsletter-sec .tnp-field.tnp-field-email {
    	width: 100%;
		float: inherit;
    }
	.footer-newsletter-sec .tnp-field.tnp-field-button {
		width: 100%;
		float: inherit;
		position: inherit;
		top: inherit;
		left: inherit;
	}
	.footer-newsletter-sec form.tnp-subscription {
    	max-width: 100%;
    	padding: 0px 20px;
	}
	.footer-newsletter-sec {
    	padding: 40px 0px;
    }
	.footer-newsletter-sec {
    	padding-bottom: 0px;
	}
	.footer-form {
    	padding: 15px;
    }
	.foo-contact-ways-left, .foo-contact-ways-middle, .foo-contact-ways-right {
    	padding-left: 50px;
	}
	.foo-contact-ways-left:before, .foo-contact-ways-middle:before, .foo-contact-ways-right:before {
    	left: 0px;
	}
	.foo-contact-ways-middle:before, .foo-contact-ways-right:before {
    	width: 35px;
    }
	.footer-top {
    	padding-top: 0px;
	}
	.foo-text {
		max-width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer-logo-main {
    	align-items: flex-start;
	}
	ul.footer-social:before, ul.footer-social:after {
		display:none;
	}
	.tnp-field.tnp-field-email {
		width: 100%;
		float: inherit;
	}
	.tnp-field.tnp-field-button {
		width: 100%;
		float: inherit;
		position: relative;
		top: -15px;
	}
	.home-testimonials-items-inner {
    	padding: 30px 10px 0px 10px;
    }
	.footer-col4-col2 p {
    	margin-bottom: 0px;
	}
	div#content, .home-about-sec {
    	overflow: hidden;
	}
	.dev-process, .our-works-sec {
    	display: none;
	}
	.dev-process-mobile, .our-works-sec-mobile {
    	display: block;
	}
	.dev-process-main-mobile {
    	text-align: center;
	}
	.dev-process-mobile {
    	background-color: #1E1541;
		color: #ffffff;
		padding-bottom: 20px;
	}
	.step1-title-mobile, .step2-title-mobile, .step3-title-mobile, .step4-title-mobile, .step5-title-mobile {
    	font-size: 25px;
	}
	.step1-content-mobile, .step2-content-mobile, .step3-content-mobile, .step4-content-mobile, .step5-content-mobile {
    	padding-bottom: 25px;
	}
	.footer-col4-newsletter {
    	margin-top: 20px !important;
	}
	.menu-item-mobile-app a, .menu-item-web-dev a, .menu-item-digital-m a, .menu-item-smm a, .menu-item-mbac a,
	.menu-item-about-us a, .menu-item-our-team a {
    	padding-left: 70px !important;
	}
	.menu-item-web-dev a:before, .menu-item-mobile-app a:before, .menu-item-digital-m a:before, .menu-item-smm a:before, .menu-item-mbac a:before,
	.menu-item-about-us a:before, .menu-item-our-team a:before {
   		width: 25px;
    	height: 25px;
    	left: 30px;
		top:10px;
    }
	.sticky-whatsapp-icon {
    	display: none;
	}
	.mobile-footer-sticky-bottom-main {
    	display: block;
	}
	.service-content {
    	margin-top: 90px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px;
	}
	div#content {
    	overflow: hidden;
	}
	#mobile-menu-button svg path {
    	fill: #5014AD;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 20px;
    }
	#mobile-navigation ul li a {
    	color: #3B2A82;
		border-color: #3B2A82;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #3B2A82;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#mobile-navigation {
    	background: #f2effb;
    }
	.mobile-header-call {
    	display: block !important;
		position: relative;
		right: 70px;
		top: -5px;
	}
	#triggerPopup {
    	display: none;
	}
	.home-services .tabs_wrapper {
    	display: inherit;
    }
	.home-about-sec-right {
    	margin-top: 30px;
	}
	.home-about-sec-wrapper, .foo-contact-ways, .footer-col4 {
    	flex-direction: column;
	}
	.home-about-sec-left, .home-about-sec-right {
    	width: 100%;
	}
	.home-about-sec-wrapper {
   		padding: 60px 20px 80px 20px;
    }
	.home-industries-section-row1-items, .home-industries-section-row2-items {
    	width: 120px !important;
	}
	.home-industries-section-row1 h6, .home-industries-section-row2 h6 {
    	font-size: 14px;
	}
	.dev-process, ul.footer-social:before, ul.footer-social:after {
    	display: none;
	}
	.dev-process-border-mobile h2 {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.dev-process-mobile {
    	display: block;
	}
	.dev-process-main-mobile {
    	text-align: center;
	}
	.dev-process-mobile {
    	background-color: #1E1541;
		color: #ffffff;
		padding-bottom: 20px;
	}
	.step1-title-mobile, .step2-title-mobile, .step3-title-mobile, .step4-title-mobile, .step5-title-mobile {
    	font-size: 25px;
	}
	.step1-content-mobile, .step2-content-mobile, .step3-content-mobile, .step4-content-mobile, .step5-content-mobile {
    	padding-bottom: 25px;
	}
	.home-testimonials-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow img,
	.home-testimonials-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow img {
    	width: 40px;
	}
	.home-testimonials-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    	left: -40px;
	}
	.home-testimonials-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
    	right: -40px;
	}
	.footer-newsletter-sec .tnp-field.tnp-field-button {
		width: 100%;
		float: inherit;
		position: relative;
		top: 2%;
		left: 15%;
	}
	.footer-newsletter-sec .tnp-field.tnp-field-email {
		width: 100%;
		float: inherit;
	}
	.foo-contact-ways-left, .foo-contact-ways-middle, .foo-contact-ways-right {
    	padding-left: 50px;
	}
	.foo-contact-ways-left:before {
    	left: 0;
	}
	.foo-contact-ways-middle:before {
    	left: -10px;
	}
	.foo-contact-ways-right:before {
    	left: -15px;
	}
	form.tnp-subscription {
    	max-width: 100%;
    }
	ul.footer-social {
    	padding-top: 25px;
	}
	.menu-item-mobile-app a, .menu-item-web-dev a, .menu-item-digital-m a, .menu-item-smm a, .menu-item-mbac a,
	.menu-item-about-us a, .menu-item-our-team a {
    	padding-left: 70px !important;
	}
	.menu-item-web-dev a:before, .menu-item-mobile-app a:before, .menu-item-digital-m a:before, .menu-item-smm a:before, .menu-item-mbac a:before,
	.menu-item-about-us a:before, .menu-item-our-team a:before {
   		width: 25px;
    	height: 25px;
    	left: 30px;
		top:10px;
    }
}

@media (max-width:1280px) {
	.main-navigation ul li a {
    	font-size: 15px;
    }
	.home-industries-section-row1-items, .home-industries-section-row2-items {
    	width: 180px;
    }
	.home-services ul.tabs li {
   		font-size: 26px;
    }
	.tab1-short-content, .tab2-short-content, .tab3-short-content, .tab4-short-content {
    	font-size: 18px;
    }
}

@media (min-width:1600px) {
	h1, .h1 {
		font-size:60px;
		line-height:65px;
		font-weight: 700;
	}
	h2, .h2 {
		font-size:45px;
		line-height:normal;
		font-weight: 700;
	}
	.home-blog-section-item {
    	padding: 30px;
	}
	.home-case-study-item {
    	padding: 40px 35px;
    }
	.home-industries-section-row1-items, .home-industries-section-row2-items {
    	width: 220px;
    }
	.home-industries-section-row2 {
    	padding-top: 70px;
	}
	.home-testimonials-items-inner {
    	min-height: 430px;
    }
	ul.footer-social:before, ul.footer-social:after {
   		width: 40%;
    }
	.tnp-field.tnp-field-email {
    	width: 60%;
    }
	.tnp-field.tnp-field-button {
   		top: 22px;
    	left: 20px;
	}
	.footer-newsletter-sec .tnp-field.tnp-field-email {
    	width: 55%;
    }
	.footer-newsletter-sec .tnp-field.tnp-field-button {
    	left: 0px;
		top:-21px;
	}
	.tab1-short-content:before, .tab2-short-content:before, .tab3-short-content:before, .tab4-short-content:before {
    	height: 75px;
    }
	.home-services ul.tabs li {
		font-size: 25px;
    }
}
section.home-industries-section {
	margin-top: -25px;
  }

/* infinite text marquee  */

.feature-three__wrap {
	position: relative;
	display: block;
	overflow: hidden; /* Hide overflow to maintain the scrolling effect */
	white-space: nowrap;
	margin-top: 30px;
    }
    
    .feature-three__list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	animation: infinite-scroll 10s linear infinite;
    }
    
    .feature-three__list li {
	display: inline-block;
	margin-right: 20px; /* Space between items */
    }
    
    .feature-three__title-box {
	display: flex;
	align-items: center;
    }
    
    .feature-three__title {
	font-family: 'Rubik', sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #191F31;
	color: transparent;
    }
    
    .feature-three__title span {
	font-family: 'Rubik', sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #191F31;
	color: transparent;
    }
    
    @keyframes infinite-scroll {
	0% {
	  transform: translateX(0%);
	}
	100% {
	  transform: translateX(-100%);
	}
    }
    
    /* Responsive Adjustments */
@media (max-width: 1024px) {
	.feature-three__title,
	.feature-three__title span {
	    font-size: 40px; /* Smaller font size for tablets */
	    letter-spacing: 3px;
	}
	.feature-three__list li {
	    margin-right: 15px; /* Reduce spacing */
	}
  }
  
  @media (max-width: 768px) {
	.feature-three__title,
	.feature-three__title span {
	    font-size: 30px; /* Smaller font size for mobile devices */
	    letter-spacing: 2px;
	}
	.feature-three__list li {
	    margin-right: 10px; /* Reduce spacing further */
	}
  }
  
  @media (max-width: 480px) {
	.feature-three__title,
	.feature-three__title span {
	    font-size: 25px; /* Smallest font size for small devices */
	    letter-spacing: 1px;
	}
	.feature-three__list {
	    animation: infinite-scroll 15s linear infinite; /* Slow down animation for better readability */
	}
	.feature-three__list li {
	    margin-right: 5px; /* Minimal spacing for compact view */
	}
}