/*
Theme Name: Exponent Child
Description: Exponent Child Theme
Author: Brand Exponents
Template: exponent
Version: 1.0
*/


/* header */
		*,
		*::before,
		*::after {
		  padding: 0;
		  margin: 0;
		  list-style: none;
		  list-style-type: none;
		  text-decoration: none;
		  box-sizing: border-box;
		  text-rendering: optimizeLegibility;
		}	
		html {
		  font-size: 100%;
		  font-style: normal;
		  scroll-behavior: smooth;
		  overflow-y: visible !important;
		}		
		body {
		  font-weight: 400;
		  line-height: 1.5;
		  overflow-y: visible !important;
			font-family: "Hind" !important;
		}
		main,
		section {
		  overflow: hidden;
		}		
		a,
		button {
		  cursor: pointer;
		  white-space: nowrap;
		  border: none;
		  outline: none;
		  color: inherit;
		  background: none;
		  font-family: "Hind" !important;
/* 			font-size: 16px !important; */
		}		
		h1,
		h2,
		h3,
		h4,
		h5 {
		  line-height: 1.15;
		  text-wrap: balance;
		  word-wrap: break-word;
			color: #000 !important;
			font-family: "Hind" !important;
		}		
		p,
		li {
		  text-wrap: pretty;
		  line-height: inherit;
		  word-wrap: break-word;
		}		
		img,
		svg,
		picture,
		video {
		  font-style: italic;
		  max-width: 100%;
		  height: auto;
			 object-fit: cover;
		  shape-margin: 1rem;
		  vertical-align: middle;
		}		
		img,
		svg {
		  background-size: cover;
		  background-repeat: no-repeat;
		  image-rendering: crisp-edges;
		}		
		.section {
		  margin-inline: auto;
		  margin-block: 5rem 2rem;
		}		
		.container {
		  height: auto;
		  margin-inline: auto;
			max-width: 1240px;
		}		
		.center {
		  display: flex;
		  align-items: center;
		  justify-content: center;
		}		
		.between {
		  display: flex;
		  align-items: center;
		  justify-content: space-between;
		}		
		.font-normal {
		  font-weight: 400;
		}
		.font-medium {
		  font-weight: 500;
		}
		.font-semi {
		  font-weight: 600;
		}
		.font-bold {
		  font-weight: 700;
		}		
		.text-uppercase {
		  text-transform: uppercase;
		}
		.text-lowercase {
		  text-transform: lowercase;
		}
		.text-capitalize {
		  text-transform: capitalize;
		}	
		ul.dropdown-items.d-none {
			display: none;
		}
		p.sub-text{
			padding-left: 33px;
/* 			color: #000; */
		}
		.menu li.menu-item {
			margin-bottom: 0px !important;
		}
		.dropdown-group {
			padding-bottom: 0px !important;
			padding-top: 20px !important;
		}
		.dropdown-content{
			padding: 20px 0px;
		}
		i.fas.fa-laptop-code.fourth-column {
			margin-right: 10px;
			margin-top: 5px;
		}
		ul.dropdown-items.fourth-column-dropdown li{
			display: flex;
				padding: 3px;
			margin-bottom: 0px;
		}
		ul.dropdown-items.fourth-column-dropdown{
			padding-left: 10px;
			padding-right: 10px;
		}
		i.fas.fa-laptop-code{
			margin-right: 10px;
		}
		p.sub-text{
			font-size: 15px;
		}
		/*.dropdown-content{
			height: 500px !important;
			overflow: auto !important;
		} */
		button.contact-us a{
			background: #09375e;
			color: #fff;
			font-size: 17px;
			padding: 5px 10px;
			line-height: 17px;
			border-radius: 3px;
		}
		/*.resources{
			display: block !important;
			max-width: 300px !important;
			margin: 0 0 0 auto !important;
		} */		
		.navbar-block button.contact-us{
			margin: 0px !important;
		}
		.navbar {
			height: 7.25rem;
		}
		img.logo-img {
			max-height: 82px;
		}
		.dropdown-toggle i.rotate {
		  transform: rotate(180deg);
		}
		.header{
				margin-bottom: 55px;
		}
		.tatsu-rtNRB-W9C4R .tatsu-section-pad {
			padding: 100px 0px 0px 0px !important;
		}
		span.dropdown-icon i.fas{
			margin-right: 10px;
			color: #0e6f97;
		}
		span.dropdown-toggle i{
			padding-left: 5px;
		}
		p.sub-text.data-entry{
			padding-left: 27px;
		}
		p.sub-text.accounting{
			padding-left: 23px;
		}
		.btn {
		  display: inline-flex;
/* 		  font-family: inherit; */
		  font-size: 1rem;
		  font-weight: 500;
		  line-height: 1.6;
		  align-items: center;
		  justify-content: center;
		  vertical-align: baseline;
		  -moz-column-gap: 0.25rem;
			   column-gap: 0.25rem;
		  white-space: nowrap;
		  border-radius: 0.25rem;
		  transition: all 0.25s ease;
		}
		.header {
		  position: fixed;
		  top: 0;
		  left: 0;
		  z-index: 10;
		  width: 100%;
		  height: auto;
		  background-color: #fff;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
		}		
		.brand {
/* 		  font-family: inherit; */
		  font-size: 1.6rem;
		  font-weight: 700;
		  line-height: 1.5;
		  text-transform: uppercase;
		}		
		.navbar {
		  width: 100%;
		  height: 100%;
		  margin-inline: auto;
		 padding-top: 15px;
		 padding-bottom: 15px;
		}
		.navbar-block{
			background: #fff;
		}		
		button.contact-us {
			margin-left: 20px;
			margin-top: 20px;
		}
		.navbar-inner {
		  display: flex;
		  align-items: center;
		  justify-content: space-between;
		  max-width: 100%;
		  height: 100%;
		}
		.padding-40{
			padding: 20px 40px 0px !important;
		}
		.padding-40.email{
			padding-top:0px !important;
			padding-bottom:0px !important;
		}
		.navbar-block {
		  position: absolute;
		  left: 0;
		  width: 100%;
		  height: calc(100vh - 4rem);
		  opacity: 0;
		  overflow: auto;
		  pointer-events: none;
		  transition: opacity 0.4s ease;
		}
		.navbar-block.is-active {
		  opacity: 1;
		  pointer-events: initial;
		}
		
		@media screen and (min-width: 62rem) {
		  .navbar {
			display: flex;
			justify-content: space-between;
		  }
		  .navbar-block {
			position: initial;
			height: initial;
			opacity: 1;
			overflow: auto;
			pointer-events: visible;
			background: none;
			transition: none;
		  }
		}
		.menu {
		  padding-block: 1rem;
		  padding-inline: auto;
		}
		.menu-link {
		  font-size: 18px;
		  font-weight: 500;
		  line-height: inherit;
		  display: flex;
		  align-items: center;
		  justify-content: space-between;
		  padding-block: 0.5rem;
		  padding-inline: 1.5rem;
		  color: #000;
		  transition: color 0.3s ease;
		}
		
		@media screen and (min-width: 62rem) {
		  .menu {
			display: flex;
			flex-direction: row;
			justify-content: flex-end;
			column-gap: 1rem;
			height: 100%;
			padding: unset;
		  }
		  .menu-item {
			display: flex;
			cursor: pointer;
			padding-inline: 0.5rem;
		  }
		  .menu-link {
			padding: unset;
		  }
		}
		.dropdown-toggle {
		  cursor: pointer;
		  outline: none;		 
		}
		.dropdown-toggle i.bx {
		  font-size: 1.5rem;
		  line-height: inherit;
		  transition: rotate 0.4s ease;
		}
		.dropdown-content {
		  height: 0;
		  overflow: hidden;
		  background-color: #ffff;
		  transition: height 0.5s ease;
		}
		.dropdown-content{
			display: flex;
			max-width: 1240px;
			margin: auto;
		}
		.dropdown-group {
		  padding-bottom: 1rem;
		  padding-inline: 1.5rem;
		}
		.dropdown-title {
		  display: flex;
		  align-items: center;
		}
		.dropdown-icon i.bx {
		  font-size: 1.5rem;
		  line-height: 1.5;
		  color: var(--color-blue-300);
		}
		.dropdown-items {
		  row-gap: 0.5rem;
		  padding-inline: 3.5rem;
		  padding-top: 0.35rem;
		}
		.dropdown-link {
		  font-size: var(--text-base);
		  font-weight: 400;
		  line-height: inherit;
		  color: var(--color-black-500);
		  transition: color 0.3s ease;
		}
		.dropdown-show > .dropdown-toggle i.bx {
		  rotate: 180deg;
		}
		.dropdown-block {
		  display: flex;
		  align-items: flex-start;
		  
		  padding-top: 1rem;
		  padding-inline: 1rem;
		}		
		@media screen and (min-width: 62rem) {
		  .dropdown-toggle {			
			pointer-events: none;
		  }
		  .dropdown-content {
			position: absolute;
			left: 0;
			right: 0;
			top: 6rem;
			opacity: 0;
			height: max-content;
			pointer-events: none;
			background-color: #fff;
			border-top: 2px solid #f1f1f1;
			box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
			0 4px 6px -2px rgba(0, 0, 0, 0.05);
			transition: top 0.4s, opacity 0.3s ease;
		  }
		  .dropdown-column {
			  width: 25%;
			  margin: unset;
		  }
		  .dropdown-group {
			align-content: baseline;
			row-gap: 10px;
			padding: 24px;
		  }
		  .dropdown-group:first-child, .dropdown-group:last-child {
			margin: unset;
		  }
		  .dropdown-items {
			padding-top: unset;
		  }
		  .dropdown-block {
			padding-top: unset;
			padding-inline: unset;
		  }
		/* Show dropdown content when parent li has "active" */
		.menu-item.dropdown.active > .dropdown-content {
		  cursor: initial;
		  opacity: 1;
		  top: 90px;
		  pointer-events: initial;
		}
		.menu-item.dropdown.active > .dropdown-toggle i.bx {
		  transform: rotate(180deg);
		  transition: transform 0.3s ease;
		}
		}
		.burger {
		  cursor: pointer;
		  position: relative;
		  display: block;
		  z-index: 10;
		  width: 1.5rem;
		  height: 1rem;  
		  visibility: visible;
		}
		.burger-line {
		  position: absolute;
		  display: block;
		  right: 0;
		  width: 100%;
		  height: 2px;
		  opacity: 1;
		  background-color: #000;
		  transition: all 0.3s ease;
		}
		.burger-line:nth-child(1) {
		  top: 0px;
		}
		.burger-line:nth-child(2) {
		  top: 0.5rem;
		  width: 70%;
		}
		.burger-line:nth-child(3) {
		  top: 1rem;
		}
		.burger.is-active > .burger-line:nth-child(1) {
		  top: 0.5rem;
		  rotate: 135deg;
		}
		.burger.is-active > .burger-line:nth-child(2) {
		  opacity: 0;
		}
		.burger.is-active > .burger-line:nth-child(3) {
		  top: 0.5rem;
		  rotate: -135deg;
		}		
		@media screen and (min-width: 62rem) {
		  .burger {
			display: none;
			visibility: hidden;
		  }
		}
		.dropdown-toggle i {
  			transition: transform 0.3s ease;
		}
		@media (max-width: 992px){
		  .navbar-inner {
			width: 100% !important;
		  }
		  div#menu {
			background: #fff;
		}
		.dropdown-content {
			display: none;
		}
		li.menu-item.dropdown.dropdown-show.active .dropdown-content{
			display: block;
			height: 100vh !important;
		}
}
@media (max-width: 567px) {
    img.logo-img {
        max-width: 400px;
        width: 100%;
    }
}
@media (max-width: 400px){
  img.logo-img{
   max-width: 280px;
}
}
/* header end */

/* page-not found */
.page-not-found-child {
margin-top: 50px;
}
.tatsu-medium-gutter>.tatsu-row.contact-form-row{
	margin: 0 0;
}
.quotes p.quote-section:before{
	left: 25px;
}
.quotes p.quote-section:after{
	right: 25px;
}
.landing-page-first .service-page-h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px !important;
}
.landing-page-first .service-page-h5 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0px !important;
    color: #1795c8 !important;
    margin-top: -15px !important;
}
.small-text{
  color: #1795c8;
  font-size: 35px;
  display: block;
}
.blue-text{
  color: #1795c8;
}
.landing-page-first .service-page-h5{
  color: #333 !important;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000000 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #333;
  font-size: 35px;
  cursor: pointer;
}

#formContainer .be-form-field-row-wrap {
    margin-bottom: 10px;
}
#formContainer input.wpcf7-form-control{
  height: 40px;
  background: none;
  box-shadow: none;
  border: 1px solid #333;
}
#formContainer textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
  background: none;
  box-shadow: none;
  border: 1px solid #333;
}
.modal-content{
  padding: 35px 20px 25px;;
}
#formContainer .exp-form{
  margin-bottom: 0;
}
#formContainer span.wpcf7-form-control-wrap.recaptcha {
    margin-bottom: 0;
}
#formContainer .exp-button-rounded input[type=submit] {
    border-radius: 2px;
    background: #09375e !important;
    margin-top: 0px;
}
#formContainer span.wpcf7-form-control-wrap:nth-child(6){
	margin-bottom: 15px;
}
#openModalBtn{
  background: #09375e !important;
    transition: none !important;
    border: 2px solid #09375e;
    color: #fff;
    font-size: 16px !important;
    padding: 5px !important;
    border-radius: 3px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0px !important;
}
#formContainer .wpcf7 form .wpcf7-response-output{
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-left: 10px;
  padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #09375e;
    color: #333;
}
#formContainer .wpcf7-not-valid-tip{
  font-size: 16px;
  position: absolute;
    top: 8px;
    right: 10px;
}
#formContainer .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip{
  position: relative;
	left: 2px;
}
#formContainer span.wpcf7-spinner {
    margin-bottom: 15px;
}
.buttons-row{
	text-align: center;
}
.cta-section .tatsu-module.tatsu-text-block-wrap{
	margin-bottom: 5px !important;
}
.cta-section.landing-page.tatsu-clearfix{
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
   #formContainer .be-form-field-row .be-form-field-col {
    margin-bottom: 10px;
    }
  #formContainer .be-form-field-row-wrap{
    margin-bottom: 0;
  }
}
.quotes-section{
	background: #dff1ff;
}
.product-features {
  padding: 60px 0;
}
.product-features .section-title {
  
  font-size: 2rem;
  margin-bottom: 1rem;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 30px;
}
.feature-item {
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 30px 20px;
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: default;
}
.feature-item::before {
    top: 50%;
    left: 50%;
    width: 0%;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    background-color: #dff1ff;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    transition: .5s
}
.feature-item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}
.feature-item .icon {
  font-size: 48px;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 50%;
  transition: background .3s, transform .3s, color .3s;
}
.feature-item:hover .icon {
  background: #09375e;
  color: white;
  transform: scale(1.1);
}
.feature-item:hover .icon img{
	filter: brightness(100);
}
.feature-item h3 {
  font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 22px;
    min-height: 44px;
  color: #333;
}
.feature-item p {
  color: #333;
  font-size: 18px;
}
/* table design */
.results-section {
  padding: 2rem 1rem;
  margin: 0 auto;
}
 
.results-section h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
 
.results-table {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 1px;
  background-color: #ccc;
	border: 1px solid #848991;
	border-radius: 5px;
}
 
.results-table > div {
  padding: 1rem;
  background-color: #fff;
}
 
.results-header {
  background-color: #09375e !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
 
.results-row {
  text-align: center;
	color: #333;
}

.why-infomazeone {
  margin: 0 auto;
  padding: 2rem 0;
 
}
 
.why-infomazeone h2 {
  margin-bottom: 5px;
}
 
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
 
.why-column {
  list-style: none;
  padding-left: 0;
}
 
.why-column li {
  color: #333;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0;
  padding: 0.75rem 1rem 0 2rem;
  font-size: 18px;
}
 
.why-column li::before {
  content: "✔";
  position: absolute;
  left: 0.75rem;
  color: #0047ab;
  font-weight: bold;
}
/* .post-8832 .challenges-row .class_h3{
	min-height: 52px;
} */
.container-main {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    padding: 1.7rem 1.3rem;
    max-width: 77.2rem;
    text-align: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.circle-box {
    flex: 1 1 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 150px;
    position: relative;
}

.progress-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: conic-gradient(#e0e0e0 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.inner-circle {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.percentage {
  font-size: 23px;
  color: #000;
  position: relative;
  z-index: 2;
}

.circle--60 {
  animation: rotate60 1.5s forwards ease-out;
}
.circle--3 {
  animation: rotate3 1.5s forwards ease-out;
}
.circle--99 {
  animation: rotate99 1.5s forwards ease-out;
}

@keyframes rotate60 {
  from { background: conic-gradient(#ffaf00 0% 0%, #e0e0e0 0% 100%); }
  to   { background: conic-gradient(#ffaf00 0% 60%, #e0e0e0 60% 100%); }
}
@keyframes rotate3 {
  from { background: conic-gradient(#006eb9 0% 0%, #e0e0e0 0% 100%); }
  to   { background: conic-gradient(#006eb9 0% 3%, #e0e0e0 3% 100%); }
}
@keyframes rotate99 {
  from { background: conic-gradient(#009c3e 0% 0%, #e0e0e0 0% 100%); }
  to   { background: conic-gradient(#009c3e 0% 99%, #e0e0e0 99% 100%); }
}

.stat-content {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #000;
    font-weight: 400;
}

.darktheme .percentage,
.darktheme .stat-content {
    color: #fff;
}
.challenges-col .tatsu-column-inner {
  background: #dff1ff;
  padding: 20px;
  border-radius: 8px;
}
.challenges-row .tatsu-column {
    margin-bottom: 30px;
}
.challenges-col .tatsu-module.tatsu-text-block-wrap{
	margin-bottom: 0 !important;
}
.tatsu-row.solutions-row{
	margin-top: 50px;
}


/* Responsive */
@media (max-width: 560px){
    .container-main {
        display: block;
        text-align: center;
    }
    .circle-box {
        margin-bottom: 35px;
    }
}

#tatsu-footer-container .tatsu-section-pad {
    padding: 50px 0px 60px 0px !important;
}
/* #tatsu-footer-container .tatsu-row {
	padding-top: 60px;
} */
.tatsu-B1cvhyFJr.tatsu-header{
	max-width: 1240px !important;
    margin: auto !important;
}
nav.tatsu-header-module.tatsu-header-navigation.clearfix ul li a {
    font-size: 18px;
    font-weight: 500;
}
.single.single-post .paragraph{
	font-size: 17px !important;
	color: #000;
	font-weight: 500;
}
a.links {
    color: #09375e;
    font-weight: 600;
    text-decoration: none;
}
.single.single-post ul li {
    color: #000;
	
}
.single.single-post .tatsu-button{
	background: #09375e;
	color: #fff;
}
.single.single-post ol li {
    color: #000;
}
.single.single-post ol li::marker{
	font-size: 20px;
}
.single.single-post .listWithDots ul{
	margin-top: 0px !important;
}
.single.single-post .listWithDots ul li{
	margin-bottom: 5px !important;
}
.exp-post-single ul li,
.exp-post-single .exp-post-single-content p{
	color: #000;
	font-size: 18px !important;
}
.tatsu-header-row{
	padding: 30px 0px !important;
}
.tatsu-Syfqvh1tJS.tatsu-header-col {
        flex-basis: 68% !important;
    }
.tatsu-rklqD2yFyB.tatsu-header-col {
        flex-basis: 30% !important;
    }
.tatsu-menu ul li{
	line-height: 34px !important;
    font-size: 30px !important;
}
.tatsu-button:hover{
	color: #1795c8 !important;
}
.paragraph,
.stats-numb,
.stats-text{
    color: #000;
    font-size: 18px !important;
}
p.paragrapg{
	color: #000;
}
.tatsu-kgM4dwK01N .tatsu-button,
.tatsu-w-mz4uwve9 .tatsu-button{
 background-color: #09375e !important;
}
.tatsu-TCfTz_6l6Wf .tatsu-section-pad{
	padding: 40px 0px 190px 0px !important;
}
.tatsu-sQJZvm9COjL .tatsu-section-pad {
    padding: 60px 0px 60px 0px !important;
}
.tatsu-section.tatsu-bg-overlay.backoffice-operation-section.tatsu-clearfix{
	background-color: #f1f1f1;
}
.services-section .tatsu-section-pad.clearfix {
    padding: 90px 0px 90px 0px !important;
}
p.quote-section{
	padding: 0px 20px;
	font-size: 24px;
    line-height: 32px;
	font-weight: 600;
    font-style: normal;
	max-width: 1050px;
	margin: auto;
}
p.quote-section:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 32px;
    color: #09375e;
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: -10px;
}
p.quote-section:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-size: 32px;
    color: #09375e;
    font-weight: 900;
    position: absolute;
    right: 15px;
    bottom: -9px;
}
h1.headingH1 {
    font-size: 80px;
    line-height: 75px;
}

.first-para.paragraph {
    font-size: 20px;
}
.first-para.paragraph p,
.first-para.paragraph p.text{
    margin-bottom: 20px !important;
}
.stats-numb, .stats-text{
	font-weight: 600;
}
.tatsu-wrap{
	max-width: 1240px !important;
	padding-left: 10px;
	padding-right: 10px;
}

/* footer */
.tatsu-icon_card-title-caption>:last-child{
	color: #848991 !important;
}
.contact-form-row .contact-form-column.column2 .wpcf7 input[type="text"],
.contact-form-row .contact-form-column.column2 .wpcf7 input[type="phone"], 
.contact-form-row .contact-form-column.column2 .wpcf7 input[type="email"]{
	height: 43px;
}
.contact-form-row .exp-form>* {
margin-bottom: 20px;
}
.contact-form-row .exp-form.wpcf7-form input[type=submit]:last-of-type{
	width: 100%;
}
.contact-form-row .contact-form-column.column2 textarea.wpcf7-form-control.wpcf7-textarea {
height: 120px;
}
button.cta-btn,
button.why-choose-cta-btn,
.services-section-btn,
button.cta-btn.button-text.home-page-service-btn{
/*     padding: 14px 34px !important; */
	padding: 10px 10px !important;
    background: #09375e !important;
    color: #ffff;
	font-size: 16px;
	line-height: 12px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 500;
/* 	border: none; */
}
.tab-carousel .services-section-btn,
.tatsu-code .button-text.cta-btn,
.engagement-left .button-text,
.btn-text{
	padding: 5px 8px !important;
}
.button-text a,
.cta-btn.button-text,
.mediumbtn,
.accordion-read-more a,
button.cta-btn.button-text.account,
button.cta-btn.btn-text.admin{
    background: #09375e !important;
	transition: none !important;
	border: 2px solid #09375e;
	color: #fff;
	font-size: 16px !important;
    padding: 10px 10px !important;
    border-radius: 3px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0px !important;
}
.btn-text a,
.cta-btn.btn-text,
.cta-btn.btn-text.home-page-service-btn{
	transition: none !important;
	color: #fff;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-transform: capitalize !important;
	letter-spacing: 0px !important;
	background: #09375e !important;
}
.button-btn-text a{
	transition: none !important;
	color: #fff;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-transform: capitalize !important;
	letter-spacing: 0px !important;
	background: #09375e !important;
	border-radius: 3px;
	padding: 9px 10px;
}
.button-text a:hover,
.cta-btn.button-text:hover,
.why-choose-cta-btn.button-text:hover,
.accordion-read-more a:hover,
.accordion-read-more:hover,
.services-section-btn:hover,
.cta-btn.button-text.account:hover,
.btn-text a:hover,
.cta-btn.btn-text.home-page-service-btn:hover,
.cta-btn.btn-text:hover,
.button-btn-text a:hover{
	color: #1795c8 !important;
}
.button-text {
	padding-top: 0px;
}
.services-section-btn{
	margin-top: 20px;
	margin-right: 20px;
}
.tab-text .listWithDots{
	display: flex;
	margin-left: 0px;
}
ul.services-section{
	margin-right: 18px;
}
.why-choose-button-div {
    padding-left: 10px;
}
.button-div {
    display: flex;
    justify-content: center;
	margin-top: 30px;
}
.form-heading {
	background: #09375e;
	text-align: center;
	padding: 10px 0;
}
.form-heading .tatsu-text-inner{
	text-align: center !important;
}
.contact-form{
	padding: 10px 30px 20px;
}
.contact-form-row .contact-form-column.column2{
	padding: 0px !important;
	box-shadow: 0 20px 20px #cecece;
	background: #fff;
}
.formh3, 
.formh5{
	color: #fff !important;
}
.formh3{
	margin-bottom: 0px;
	font-size: 30px;
	line-height: 30px;
}
.formh5{
	font-size: 18px;
}
.listWithDots {
    list-style: decimal !important;
    margin: 0 0 10px 35px !important;
}
.contact-form-column.column1 .tatsu-text-inner.tatsu-align-center.clearfix ul li {
    color: #000 !important;
	list-style: disc;
}
.contact-form-column.column1{
	padding-right: 50px !important;
}
.form-section{
	background: #f1f1f1;
}
.contact-form-column.column1{
	width: 60%;
}
/* circle animation*/
.circle-diagram {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 50px auto;
}
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  animation: zoomInOut 3s ease-in-out infinite;
}
.center-logo img {
  width: 100%;
}
.big-circle,
.medium-circle,
.small-circle {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.big-circle {
  width: 500px;
  height: 500px;
  border-color: #1795c8 transparent #1795c8 #1795c8;
  animation: rotateOnce 3s linear forwards !important;
}
.medium-circle {
  width: 350px;
  height: 350px;
  border-color: #1795c8 transparent #1795c8 #1795c8;
  animation: rotateOnce 3s linear forwards !important;
}
.small-circle {
  width: 200px;
  height: 200px;
  border-color: #1795c8 #1795c8 transparent #1795c8;
  animation: rotateOnce 3s linear forwards !important;
}
@keyframes rotateOnce {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.full-border {
  border-color: #1795c8 !important;
}
@keyframes zoomInOut {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
  }
}
.label {
  position: absolute;
  background-color: #09375e;
  color: #fff;
  font-size: 15px;
  padding: 3px 16px;
  border-radius: 20px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  animation: labelFade 0.6s ease-in-out forwards;
}
@keyframes labelFade {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Shuffle label animations */
@keyframes moveLabel1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(10px, -20px); }
}
@keyframes moveLabel2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-20px, 10px); }
}
@keyframes moveLabel3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(20px, 20px); }
}
@keyframes moveLabel4 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-10px, -25px); }
}
@keyframes moveLabel5 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-25px, 15px); }
}
@keyframes moveLabel6 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(15px, -15px); }
}
@keyframes moveLabel7 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-10px, 20px); }
}
@keyframes moveLabel8 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(10px, 10px); }
}
.label1 {
  top: 24%;
  left: 15%;
  animation: labelFade 0.6s ease-in-out forwards, moveLabel1 6s ease-in-out infinite alternate;
  animation-delay: 0.5s;
}
.label2 {
  top: 65%;
  left: 16%;
  animation: labelFade 0.6s ease-in-out forwards, moveLabel2 6s ease-in-out infinite alternate;
  animation-delay: 0.6s;
}
.label3 {
  top: 10%;
  left: 32%;
  animation: labelFade 0.6s ease-in-out forwards, moveLabel3 6s ease-in-out infinite alternate;
  animation-delay: 0.7s;
}
.label4 {
  top: 44%;
  left: 11%;
  animation: labelFade 0.6s ease-in-out forwards, moveLabel4 6s ease-in-out infinite alternate;
  animation-delay: 0.8s;
}
.label5 {
  top: 25%;
  left: 70%;
  animation: labelFade 0.6s ease-in-out forwards, moveLabel5 6s ease-in-out infinite alternate;
  animation-delay: 0.9s;
}
.label6 {
  top: 47%;
  left: 70%;
  animation: labelFade 0.6s ease-in-out forwards, moveLabel6 6s ease-in-out infinite alternate;
  animation-delay: 1s;
}
.label7 {
  top: 65%;
  left: 60%;
  animation: labelFade 0.6s ease-in-out forwards, moveLabel7 6s ease-in-out infinite alternate;
  animation-delay: 1.1s;
}
.label8 {
  top: 80%;
  left: 36%;
  animation: labelFade 0.6s ease-in-out forwards, moveLabel8 6s ease-in-out infinite alternate;
  animation-delay: 1.2s;
}
/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 1024px) {
  .circle-diagram {
    width: 450px;
    height: 450px;
  }
  .big-circle {
    width: 375px;
    height: 375px;
  }
  .medium-circle {
    width: 270px;
    height: 270px;
  }
  .small-circle {
    width: 160px;
    height: 160px;
  }
  .center-logo {
    width: 80px;
    height: 80px;
  }
  .label {
    font-size: 14px;
    padding: 6px 10px;
  }
}
@media (max-width: 768px) {
  .circle-diagram {
        width: 400px;
        height: 400px;
        margin: auto;
	  margin-left: -60px;
  }
  .big-circle {
    width: 270px;
    height: 270px;
  }
  .medium-circle {
    width: 200px;
    height: 200px;
  }
  .small-circle {
    width: 120px;
    height: 120px;
  }
  .center-logo {
    width: 60px;
    height: 60px;
  }
  .label {
    font-size: 12px;
    padding: 5px 8px;
  }
}
@media (max-width: 480px) {
  .circle-diagram {
    width: 260px;
    height: 260px;
  }
  .big-circle {
    width: 220px;
    height: 220px;
  }
  .medium-circle {
    width: 160px;
    height: 160px;
  }
  .small-circle {
    width: 100px;
    height: 100px;
  }
  .center-logo {
    width: 50px;
    height: 50px;
  }
  .label {
    font-size: 11px;
    padding: 4px 6px;
  }
}
 /* services section */
.tab-headings {
display: flex;
 padding-left: 0px;
}
.custom-tabs ul {
list-style: none;
}
.custom-tabs .tab-headings li {
padding-left: 25px;
padding-right: 25px;
font-size: 16px;
cursor: pointer;
line-height: 22px;
}
.tatsu-module .custom-tabs .tab-headings li:last-child {
 margin-bottom: 10px !important;
}
.custom-tabs .tab-headings li.active {
border-bottom: 3px solid #1795c8;
  color: #1795c8;;
}
.tab-carousel {
margin-top: 20px;
}
.tab-carousel .item {
display: none;
padding: 20px;
border-radius: 0 5px 5px 5px;
background: #fafafa;
}
.tab-carousel .item h3 {
margin-top: 0;
margin-bottom: 15px;
color: #000;
text-align: left;
}
.sticky-contents {
font-size: 18px;
line-height: 1.5;
}
p.sticky-contents.paragraph{
	margin-bottom: 40px;
}
.tab-icon {
width: 30px;
height: 30px;
margin-right: 8px;
vertical-align: middle;
}
.tab-headings li {
display: flex;
  align-items: center;
}
.icons{
	font-size: 22px;
    margin-right: 10px;
}
/* Two-column layout for each item */
.tab-inner {
display: flex;
flex-wrap: wrap;
gap: 30px;
align-items: center;
}

.tab-text {
   flex: 1 1 50%;
}
/* .tab-image {
   flex: 1 1 45%;
} */
.service-page .tab-image{
	flex: 1 1 45% !important;
}
.home-page .tab-image{
	flex: unset;
}
.tab-image img {
   height: auto;
   border-radius: 5px;
   width: 100%;
   max-width: 100%;
}
.tab-image.services img,
.tab-image.industry img{
	max-width: 416px;
}
/* industry section css*/
 .div-flex {
            display: flex;
            flex-wrap: wrap;
            margin-left: -20px;
            margin-right: -20px;
        }
        .flex-3 {
            width: 33.33%;
            padding: 40px 20px 0 20px;
            box-sizing: border-box;
        }
        .box {
            padding-bottom: 10px;
            height: 100%;
            transition: all 0.3s ease-in-out;
            position: relative;
            border-bottom: 1px solid #d1d1e1;
            width: 100%;
            display: block;
            right: 0;
            bottom: 0;
        }
        .flex-3 .box h3 {
            margin: 0 0 10px;
            padding-top: 15px;
            padding-left: 20px;
            border-image-slice: 1;
            border-image-source: linear-gradient(to right, #09375e, #09375e);
            border-top: 3px solid;
			font-size: 20px;
        }
        .industry-list,
        .box ul {
            padding-left: 50px;
            margin: 0;
        }

        .box ul li {
            margin-bottom: 6px;
			font-size: 16px;
			color: #000;
        }
/* services page */
.page.page-id-7552 .service-page-first-section .tatsu-section-background{
	min-height: 600px !important;
	object-fit: contain;
}
.page.page-id-7295 .tatsu-section.tatsu-bg-overlay{
	overflow: visible !important;
}
.service-page-first-section .tatsu-text-inner.tatsu-align-center{
	margin-bottom: 20px;
}
.service-page-first-section .tatsu-row{
	max-width: 1240px;
    margin: auto;
}
.offerings-section{
	padding-top: 90px;
}
.service-page-first-section .service-page-h1{
	        font-size: 40px;
        line-height: 40px;
	margin-bottom: 0px !important;
}
.service-page-first-section .service-page-h2{
	font-size: 26px;
    line-height: 28px;
		margin-bottom: 10px !important;
	margin-top: -10px !important;
}
.service-page-first-section .service-page-h5{
	font-size: 20px;
    line-height: 22px;
	margin-bottom: 0px !important;
	color: #1795c8 !important;
	margin-top: -15px !important;
}
.service-page-first-section .first-section-row .tatsu-single-image-inner {
    max-width: 100% !important;
	width: 100% !important;
}
.service-page-first-section .tatsu-single-image img{
	max-width: 100% !important;
	width: 100% !important;
}
.service-page-first-section .tatsu-wrap{
	max-width: 100% !important
}
.service-page-first-section .tatsu-section-pad{
padding: 90px 0px 40px 0px !important; 
}
.offerings-section .tatsu-section-pad.clearfix{
	padding-top: 0px !important;
}
.page.page-id-7295 .tatsu-section-pad{
	padding: 0px 0px 90px 0px !important;
}
.page.page-id-7295 .tatsu-row.contact-form-row {
    padding-top: 90px;
}
.class_h1{
	color: #fff !important;
}
.service-page-first-section .tatsu-wrap{
	padding: 0px !important;
	margin: 0px;
}
.service-page-first-section .tatsu-column-bg-image-wrap,
.testimonial-setion .tatsu-column-bg-image-wrap{
	left: 0 !important;
}
.testimonial-heading{
font-size: 48px;
}
ul.services-section li{
	list-style: disc;
    color: #000;
}
ul.tab-headings.service-page {
    justify-content: space-between;
}
.first-contet {
    padding: 40px 10px !important;
}
/* end of first section */ 

/* service page why choose section */
.services-page-third-section .why-choose-section {
  padding: 30px 20px 60px 20px !important;
  background: #f1f1f1;
}
.custom-page-industry-section .section-title {
    text-align: center;
}
.services-page-third-section .why-choose-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.services-page-third-section .tatsu-section-pad.clearfix,
.industry-section .tatsu-section-pad.clearfix{
	padding: 50px 0px !important;
}
section.why-choose-section h2 {
    text-align: center;
}
.services-page-third-section .why-choose-card {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 30px 20px;
  flex: 1 1 calc(20% - 30px); /* 5 per row on desktop */
  max-width: calc(20% - 30px);
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.3s ease;
}
.services-page-third-section .why-choose-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: rgb(3 13 148 / 17%) 0px 1px;
}
.services-page-third-section{
	background: #f1f1f1;
}
.services-page-third-section .icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: radial-gradient(circle, #f5faff, #e0ecf5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page.page-id-7570 .services-page-third-section .why-choose-card h3{
	min-height: 66px;
}
.page.page-id-7570 .custom-page-industry-card h3{
	min-height: 0px;
}
.services-page-third-section .why-choose-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
	line-height: 22px;
    min-height: 44px;
}

.services-page-third-section .why-choose-card p {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
/* engagement model */
.engagement-models-section {
  padding-top: 0px;
}
.engagement-model-section {
    background: #f1f1f1;
}
.page.page-id-7800 .engagement-models-section,
.page.page-id-7905 .engagement-models-section,
.page.page-id-7874 .engagement-models-section,
.page.page-id-7917 .engagement-models-section,
.industries-engagement-model-section{
	padding-top: 0px;
}
.page.page-id-7800 .engagement-model-section,
.page.page-id-7905 .engagement-model-section,
.page.page-id-7874 .engagement-model-section,
.page.page-id-7917 .engagement-model-section,
.industries-engagement-models-section{
	background: none !important;
}
.engagement-container{
	display: flex;
}
.engagement-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.engagement-left {
  flex: 1 1 100%;
}
.page.page-id-7779.engagement-left h2{
	line-height: 32px !important;
}
.engagement-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
	line-height: 32px;
}
.engagement-left p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
}
.cta-button {
  display: inline-block;
  background-color: #09375e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.engagement-right {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.engagement-card {
  display: flex;
  gap: 15px;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
  align-items: flex-start;
  transition: transform 0.3s;
	margin-bottom: 10px;
}
.engagement-card.alt {
    margin: 0 0 10px 40px;
}
.engagement-card:hover {
  transform: translateY(-5px);
}
.engagement-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}
.engagement-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0px;
}
.engagement-card p {
  font-size: 14px;
  color: #000;
  margin: 0;
}
/* tools section */
.tech-section {
  padding: 30px 20px 60px 20px;
}
.tech-container {
  display: flex;
}
.tech-tabs {
  display: flex;
  flex-direction: column;
  gap: 0px;
	width: 15%;
}
.tab-button {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 20px 10px 15px;
  border-left: 4px solid transparent;
  color: #888;
  transition: 0.3s;
	text-align: left;
}
.tab-button.active {
  color: #000;
/*   border-left: 4px solid #007bff; */
/* 	border-left: 4px solid #09375e; */
	border-left: 4px solid #1795c8;
}
.tab-content {
  background: #eef1f8;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
	width: 85%;
}
.tab-panel {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.tab-panel.active {
  display: flex;
}
.tab-panel img {
  max-width: 120px;
  height: 120px;
	width: 100%;
}
/* service page industry section */
.custom-page-industry-section {
  padding: 20px 20px;
}
.section-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
}
.custom-page-industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.custom-page-industry-card {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  max-width: 260px;
	border: 1px solid #eaeaea;
    box-shadow: 0 0 20px #eaeaea;
}
.custom-page-industry-card:hover img {
	transform: rotateY(360deg);
    transition: all 0.5s linear;
}
.custom-page-industry-card img {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}
.custom-page-industry-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 25px;
  min-height: 50px;
}
.custom-page-industry-card p {
  font-size: 14px;
  color: #000;
}
/* testimonial setion */
.testimonial-section .tatsu-testimonial-style1 .tatsu-testimonial-author-image{
	display: none;
}
        /* Responsive for css */
        @media (max-width: 991px) {
            .flex-3 {
                width: 50%;
            }
        }
        @media (max-width: 600px) {
            .flex-3 {
                width: 100%;
            }
        }
        /* faq css */

	.faq-container {
	  max-width: 700px;
	  margin: auto;
	}
	p.inline-para {
	  display: inline;
	}
	.faq-questions{
	  font-size: 17px;
	  display: inline;
	}
	p.inline-para.toggle-icon {
	  margin-bottom: 0px !important;
	  margin-top: 5px;
	}
    .faq-item {
      border: 1px solid #ddd;
      border-radius: 3px;
      margin-bottom: 10px;
      padding: 15px;
      cursor: pointer;
      position: relative;
    }
    .faq-question {
      font-weight: bold;
		color: #000;
    }
    .faq-answer {
      display: none;
      padding-top: 10px;
		color: #000;
    }
    .toggle-icon {
      position: absolute;
      right: 20px;
      font-size: 20px;
    }
    .see-all-btn {
      padding: 10px 10px !important;
    background: #09375e !important;
    color: #ffff;
    font-size: 16px;
    line-height: 12px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
    }
/* second section */
.front-image img {
    position: relative !important;
    top: -200px !important;
}
.tatsu-TCfTz_6l6Wf.tatsu-section.tatsu-bg-overlay.tatsu-clearfix {
    overflow: visible;
}
.stats-section {
    display: flex !important;
    padding: 10px 0px !important;
}
.column {
    width: 50% !important;
    flex: 0 0 auto !important;
}
.column {
 padding-left: 10px !important;
 padding-right: 10px !important;
}
.statis-blue.lazyloaded {
background-image: url(https://www.infomazeone.com/wp-content/uploads/2025/05/statistics-bg1-1.png) !important;
background-size: cover;
background-repeat: no-repeat;
padding: 27px 15px 27px 15px;
margin-bottom: 10px;
border-radius: 10px;
color: #000;
}
.statis-violet.lazyloaded {
background-image: url(https://www.infomazeone.com/wp-content/uploads/2025/05/statistics-bg2-1.png) !important;
background-size: cover;
background-repeat: no-repeat;
padding: 27px 15px 27px 15px;
margin-bottom: 10px;
color: #000;
}
.front-image {
max-width: 450px !important;
}
/* how we work */
section.right-side {
  padding-left: 30px;
  padding-right: 20px;
}
.process-section {
  color: #000;
}
section.process-section {
    overflow: visible;
}
.headingH2{
   font-size: 36px;
}
.home-page-industry .tatsu-section-pad.clearfix {
    padding: 90px 0px;
}
.process-section h2 {
	font-size: 36px;
  margin-bottom: 10px;
  color: #000;
  text-align: left;
}
.process-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.step-card {
  background: #cbe4f7;
  color: #000;
  padding: 15px;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  flex: 1 1 calc(16.666% - 20px); /* 6 cards per row */
}
/* Staggered background colors */
.step-card.card2 { top: 30px; background: #d3e9f8; }
.step-card.card3 { top: 60px; background: #daedfa; }
.step-card.card4 { top: 90px; background: #e2f2fb; }
.step-card.card5 { top: 120px; background: #eaf6fc; }
.step-card.card6 { top: 150px; background: #f1fafd; }
.step-label {
  background: #dff1ff;
  color: #000;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}
span.step-label.step1 { background: #c0dff7; }
span.step-label.step2 { background: #e5f4ff; }
span.step-label.step3 { background: #ebf7ff; }
span.step-label.step4 { background: #f0f9ff; }
span.step-label.step5 { background: #f0f9ff; }
span.step-label.step6 { background: #e9f1f7; }
.step-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 25px;
}
.step-card p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 0px;
}
 /* why choose section */
.para-text {
 display: inline;
}
.content-div .class_h4 {
  display: inline;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.showcase-container {
display: flex;
flex-wrap: wrap;
max-width: 1280px;
margin: 0px auto;
padding: 0px;
}
 /* Left Section: Company Profile */
.achievements-list {
list-style: none;
padding: 0;
 margin: 40px 0 40px 0;
}
.why-choose-heading {
margin-bottom: 0px;
	padding-top: 40px;
}
.why-choose-section {
    background: #dff1ff;
}
.achievements-list li {
display: flex;
align-items: center;
 margin-bottom: 18px;
font-size: 1rem;
color: #4a5568;
}
.checkmark-icon {
 display: inline-flex;
justify-content: center;
 align-items: center;
 width: 22px;
 height: 22px;
background-color: #dff1ff;
  color: #09375e;
 border-radius: 50%;
font-weight: bold;
margin-right: 12px;
font-size: 0.85rem;
flex-shrink: 0;
}
.tatsu-Syrqv3yF1r .tatsu-button{
	background-color: #09375e !important;
}
.certifications {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: center;
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #e2e8f0;
}
.certifications img {
height: 35px;
max-width: 70px;
object-fit: contain;
opacity: 0.65;
transition: opacity 0.3s ease;
}
.certifications img:hover {
opacity: 1;
}
/* cta-section */
.cta-text-column{
	margin-bottom: 20px;	
}
.cta-section .button-text{
	padding-top: 0px;
}
.cta-section.tatsu-clearfix {
    background: #f1f1f1;
	margin-bottom: 90px;
}
.cta-section .tatsu-section-pad.clearfix {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.cta-column .tatsu-button {
    background-color: #09375e !important;
	font-weight: 500;
}
.listWithDots ul li {
    list-style: disc;
}
.tatsu-testimonial-content p{
	color: #000;
}
.tatsu-module.tatsu-text-block-wrap {
    margin-bottom: 20px !important;
}
/* blog main page and single page css */ 
.exp-posts-loop-style7 .exp-post-details-inner{
	    padding: 20px;
}
.exp-post-single .exp-post-single-content ul li,
.exp-post-single .exp-post-single-content .listWithDots li{
list-style: disc;
}
.exp-post-single .exp-post-single-content ol li {
list-style: decimal;
	margin-bottom: 30px;
}
.exp-post-single .exp-post-single-content ol li::marker{
	font-size: 22px !important;
    font-weight: 600;
    color: #000;
}
.tatsu-icon_card-title-caption a{
	white-space: unset !important;
}
#be-themes-back-to-top svg{
	display: none !important;
}
#be-themes-back-to-top{
/* 	background: #fff !important; */
	background: none !important;
}
#to_top_scrollup{
	background: none !important;
}
a#be-themes-back-to-top{
	display: none !important;
}
.exp-posts-loop-style7 .exp-post-inner{
	border: 1px solid #e7e7e7;
    border-radius: 6px;
    transition: all 300ms linear;
    height: 100%;
}
.recent-posts-sidebar a{
	white-space: unset !important;
}
.exp-post-single-content p{
	max-width: 100%;
}
.exp-posts-loop-style7 .exp-post-inner:hover{
	box-shadow: 0 .46875rem 2.1875rem rgb(4 9 20 / 3%), 0 .9375rem 1.40625rem rgb(4 9 20 / 3%), 0 .25rem .53125rem rgb(4 9 20 / 5%), 0 .125rem .1875rem rgb(4 9 20 / 3%);
    transition: all 300ms linear;
}
.exp-posts-loop-style7 .exp-post-inner:hover .exp-post-thumb-inner{
	transform: none;
}
.exp-posts-loop-style7.exp-posts-loop .exp-post-title{
	text-align: left;
	color: #000;
	line-height: 26px;
}
.exp-posts-loop-style7.exp-posts-loop .exp-post-date-with-icon,
.exp-posts-loop-style7.exp-posts-loop .exp-post-date{
	color: #000;
}
.exp-posts-loop-align-center .exp-post-secondary-meta{
	justify-content: flex-start !important;
}
.exp-posts-loop-style7 .exp-post-details-inner{
	    background: #fff;
	    min-height: 160px !important;
}
.exp-posts-loop-style7 .exp-post-details{
	padding: 0px !important;
}
.be-grid-placeholder{
	padding-bottom: 93% !important;
}
img.exp-posts-loop-thumb.exp-img-object-fit.be-lazy-load.be-lazy-loaded{
	    width: 100%;
    height: auto;
}
/* blogs */
/* body.blog{
	background: #f2f2f2;
} */
body.blog.blog-main-page {
    background: #f2f2f2;
}
.blog .be-col,
.be-blog-archive .be-col{
	background: #fff;
	padding: 30px;
}
.be-blog-archive .exp-img-object-fit{
	max-width: 100%;
    height: auto;
}

.be-blog-archive .exp-posts-loop-style7 .exp-post-thumb:after{
	background: none;
}
.blog #tatsu-header-container,
.single.single-post #tatsu-header-container,
.be-blog-archive #tatsu-header-container,
.exp-post-single #tatsu-header-container{
	height: auto !important;
}
.single.single-post .exp-post-single,
.exp-post-single{
	margin-top: 127px;
}
.blog #tatsu-footer-container .tatsu-section,
.single.single-post #tatsu-footer-container .tatsu-section,
.be-blog-archive #tatsu-footer-container .tatsu-section,
.exp-post-single #tatsu-footer-container .tatsu-section{
	padding: 60px 0px !important;
}
.blog .be-col:last-child,
.be-blog-archive .be-col:last-child{
	background: none;
	padding-top: 0px;
}
.blog .be-row > div:first-child,
.be-blog-archive .be-row > div:first-child{
	margin-top: -52px;
	margin-bottom: 0px;
}
.be-blog-archive .be-row > div:first-child{
	margin-top: -90px !important;
}
.single.single-post .be-row > div:first-child,
.exp-post-single .be-row > div:first-child{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.blog .be-row > div:last-child,
.be-blog-archive .be-row > div:last-child{
    margin-top: -20px;
}
.blog .be-row-wrap>.be-sidebar-layout,
.be-blog-archive .be-row-wrap>.be-sidebar-layout{
	margin: 0px 0px 80px 0px !important;
}
.single.single-post .be-row-wrap>.be-sidebar-layout,
.exp-post-single .be-row-wrap>.be-sidebar-layout{
	margin: 0px 0px 130px 0px !important;
}
.single.single-post .exp-post-single-header-wide .exp-post-title-meta,
.single.single-post .exp-wrap,
.exp-post-single .exp-post-single-header-wide .exp-post-title-meta,
.exp-post-single .exp-wrap{
	max-width: 1240px !important;
	margin: auto;
}
.single.single-post .be-row .be-col,
.exp-post-single .be-row .be-col{
	padding-top: 30px;
	margin-top: 30px;
}
.blog .widget,
.blog .rpwe_widget.recent-posts-extended.widget,
.single.single-post .widget,
.single.single-post .rpwe_widget.recent-posts-extended.widget,
.be-blog-archive .widget,
.be-blog-archive .rpwe_widget.recent-posts-extended.widget,
.exp-post-single .widget,
.exp-post-single .rpwe_widget.recent-posts-extended.widget{
	padding-bottom: 20px !important;
	margin-bottom: 0px;
}
.blog .widget:last-child,
.single.single-post .widget:last-child,
.be-blog-archive .widget:last-child,
.exp-post-single .widget:last-child{
	padding-bottom: 30px !important;
}
.blog .widget:last-child h6,
.single.single-post .widget:last-child h6,
.be-blog-archive .widget:last-child h6,
.exp-post-single .widget:last-child h6{
    margin-bottom: 10px;
}
.blog .exp-pagination .current,
.be-blog-archive .exp-pagination .current{
	border-color: #09375e !important;
	background: #09375e !important;
	box-shadow: 0 7px 14px -6px #09375e;
}
.exp-post-single .tatsu-button{
	background: #09375e !important;
	transition: none !important;
/*     color: #fff; */
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    background: #09375e !important;
}
.blog .tb-btn,
.single.single-post .tb-btn,
.be-blog-archive .tb-btn,
.exp-post-single .tb-btn{
	color: #fff;
    background: #09375e !important;
    padding: 10px 20px;
    border-radius: 3px;
}
.blog .be-themes-content-padding,
.single.single-post .be-themes-content-padding,
.be-blog-archive .be-themes-content-padding,
.exp-post-single .be-themes-content-padding{
	padding: 0px 0;
}
.blog .query-btn.text-center,
.single.single-post .query-btn.text-center,
.be-blog-archive .query-btn.text-center,
.exp-post-single .query-btn.text-center{
	padding-top: 20px !important;
}
.blog .widget h6,
.single.single-post .widget h6,
.be-blog-archive .widget h6,
.exp-post-single .widget h6{
	text-align: left;
	margin-bottom: 15px !important;
}
.blog .rpwe-block li,
.single.single-post .rpwe-block li,
.be-blog-archive .rpwe-block li,
.exp-post-single .rpwe-block li{
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.blog .be-sidebar-sticky.exp-sidebar-inner,
.single.single-post .be-sidebar-sticky.exp-sidebar-inner,
.be-blog-archive .be-sidebar-sticky.exp-sidebar-inner,
.exp-post-single .be-sidebar-sticky.exp-sidebar-inner{
	border-radius: 3px !important;
    border: 1px solid #e7e7e7 !important;
    background: #fff;
}
.blog .rpwe-block ul,
.single.single-post .rpwe-block ul,
.be-blog-archive .rpwe-block ul,
.exp-post-single .rpwe-block ul{
  max-height: 200px;
  overflow-y: auto;
  padding-right: 5px;
}
.exp-post-single .widget_categories.widget,
.be-blog-archive .widget_categories.widget{
  max-height: 150px !important;
  overflow-y: auto !important;
  padding-right: 5px !important;
}
.blog .rpwe-block ul::-webkit-scrollbar,
.single.single-post .rpwe-block ul::-webkit-scrollbar,
.be-blog-archive .rpwe-block ul::-webkit-scrollbar,
.exp-post-single .rpwe-block ul::-webkit-scrollbar{
  width: 6px;
}
.be-blog-archive .widget_categories.widget::-webkit-scrollbar,
.exp-post-single .widget_categories.widget::-webkit-scrollbar{
	 width: 6px;
}
.blog .rpwe-block ul::-webkit-scrollbar-thumb,
.single.single-post .rpwe-block ul::-webkit-scrollbar-thumb,
.be-blog-archive .rpwe-block ul::-webkit-scrollbar-thumb,
.exp-post-single .rpwe-block ul::-webkit-scrollbar-thumb{
  background-color: rgba(0,0,0,0.2);
  border-radius: 4px;
}
.exp-post-single .widget_categories.widget::-webkit-scrollbar-thumb,
.be-blog-archive .widget_categories.widget::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,0.2);
  border-radius: 4px;
}

/* .exp-post-single.post-6840 .exp-post-single-header-align-left .exp-wrap img,
.exp-post-single.post-6612 .exp-post-single-header-align-left .exp-wrap img{
	max-width: 1240px;
	width: 100%;
} */
.blog .widget_categories li,
.single.single-post .widget_categories li,
.be-blog-archive .widget_categories li,
.exp-post-single .widget_categories li{
	margin-bottom: 5px !important;
	font-size: 16px !important;
}
.blog .rpwe-block a,
.single.single-post .rpwe-block a,
.be-blog-archive .rpwe-block a,
.exp-post-single .rpwe-block a{
	color: #000 !important;
    font-size: 14px !important;
}
.custom-blog-title {
  font-size: 48px;
  color: #222;
	margin-bottom: 30px;
}
.exp-post-single-content p { 
	margin-bottom: 10px;
}
.exp-post-single-header.exp-post-single-header-wrap{
	padding-top: 0px !important;
}
/*case study design */
.post-8832 .be-sidebar-layout>:first-child{
	width: 100%;
	margin-top: 0;
    padding-top: 0;
}
.post-8832 .exp-sidebar{
	display: none;
}
div#tatsu-footer-container .single-post-footer .tatsu-row {
    padding-top: 40px;
}
.class_h2{
	font-size: 32px;
	line-height: 36px !important;
	font-family: "Hind" !important;
	margin-bottom: 10px !important;
}
.class_h3{
	    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
}
.post-8832 .class_h2{
	text-align: center !important;
}
.post-8832 .class_h2.left-align{
	text-align: left !important;
}
/* faq section */
.accordion-hidden {
    display: none;
}
.tatsu-aB7ilG5Dxu .tatsu-button{
	background: #09375e !important;
}
.tatsu-accordion.tatsu-accordion-style1 p {
    color: #000;
}
.tatsu-accordion-style1 .ui-corner-top.ui-state-default{
	border-bottom: 1px solid;
}
.tatsu-accordion-style1 .ui-corner-top.ui-state-default.ui-state-active{
	border-bottom: 0;
}
/* contact form */
.contact-form-column {
    padding-bottom: 20px !important;
	padding-left: 20px !important;
    padding-right: 20px !important;
}
#to_top_scrollup{
	color: #09375e !important;
}
.contact-form-column.column2 {
    background: #dff1ff;
    border-radius: 8px;
}
.contact-form-column.column2 input[ type = "submit" ]{
	background: #09375e;
}
.contact-form-row .contact-form-column.column2 .wpcf7 input::placeholder,
.contact-form-row .contact-form-column.column2 .wpcf7 textarea::placeholder{
    color: #000;
}
.contact-form-row .contact-form-column.column2 .wpcf7 input[type="text"], .wpcf7 input[type="phone"], .wpcf7 input[type="email"], .wpcf7 textarea {
    border: 1px solid !important;
    box-shadow: none !important;
    background: none !important;
}
.contact-form-heading{
	font-size: 32px;
	line-height: 34px;
}
.d-block{
	display: block;
}
.post-8832 .exp-post-title{
	text-align: center;
}
/* Responsive Adjustments */
@media (max-width: 1300px){
	.tatsu-header-row {
    padding: 30px 5px !important;
}
	.tatsu-header-row ul li {
    margin: 0px !important;
}
}
@media (max-width: 1280px){
	.tatsu-wrap {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
	br.firstH1 {
    display: none;
}
	.services-page-third-section .why-choose-card {
    flex: 1 1 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }
	.navbar{
		padding: 15px !important;
	}
}
@media (min-width: 1163px){
	.tatsu-HyQqwhyFJH.tatsu-menu {
    margin: 0px 250px 0px 0px !important;
}
}
@media (min-width: 1108px){
	.tatsu-HyQqwhyFJH.tatsu-menu {
    margin: 0px 200px 0px 0px !important;
}
}
@media (max-width: 1280px) and (min-width: 1024px){
	.circle-diagram {
        width: 450px;
        height: 490px;
    }
	.label:nth-child(3) {
    top: 19%;
    left: 0%;
    animation-delay: 1.0s;
}
	.label:nth-child(4) {
    top: 40%;
    left: 1%;
    animation-delay: 1.2s;
}
	.label:nth-child(5) {
    top: 2%;
    left: 34%;
    animation-delay: 1.0s;
}
	.label:nth-child(6) {
    top: 21%;
    left: 64%;
    animation-delay: 1.2s;
}
	label:nth-child(7) {
    top: 41%;
    left: 64%;
    animation-delay: 1.4s;
}
	.label:nth-child(8) {
    top: 60%;
    left: 65%;
    animation-delay: 1.6s;
}
	.label:nth-child(9) {
    top: 75%;
    left: 50%;
    animation-delay: 1.8s;
}
	.label:nth-child(10) {
    top: 89%;
    left: 24%;
    animation-delay: 2.0s;
}
	.label:nth-child(11) {
    top: 74%;
    left: 6%;
    animation-delay: 2.2s;
}
	.label:nth-child(12) {
    top: 57%;
    left: -5%;
    animation-delay: 2.4s;
}
}
@media (min-width: 1052px){
	    .custom-tabs .tab-headings li {
        padding-left: 16px;
        padding-right: 16px;
/*         font-size: 16px; */
        max-width: 170px;
    }
	ul.tab-headings.service-page.industry-service li {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (max-width: 1120px){
	p.quote-section{
		max-width: 850px;
        margin: auto;
	}
}
@media (max-width:1052px){
	ul.tab-headings {
		display: block;
		max-width: 300px;
		margin: auto;
   }
	.custom-tabs .tab-headings li{
		margin-bottom: 20px;
	}
	
}
@media (max-width: 1024px) {
   .showcase-container {
    flex-direction: column;
    margin: 30px 20px;
    padding: 25px;
    gap: 30px;
  }
	.tatsu-row>.tatsu-vKZ8d4tIwY.tatsu-column{
		width: 100% !important
	}
	.first-section .tatsu-section-pad.clearfix{
		padding-top: 130px !important;
	}
  .company-profile {
     margin-bottom: 20px;
  }
  .app-mockups {
     padding-left: 0;
     justify-content: space-around;
     margin-top: 20px;
  }
  .app-mockups::before {
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
  }
  .phone-mockup {
    max-width: 180px;
  }
	.checkmark-icon{
	 margin-bottom: 20px !important;
	}
}
@media (min-width: 960px) and (max-width: 1108px){
	.tatsu-Syfqvh1tJS.tatsu-header-col{
	flex-basis: 62% !important;
	}
	 .tatsu-rklqD2yFyB.tatsu-header-col {
        flex-basis: 38% !important;
    }
	.tatsu-HyQqwhyFJH.tatsu-menu {
    margin: 0px 55px 0px 0px !important;
}
}
@media(max-width: 992px) {
   .tatsu-wrap {
		max-width: 940px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
  .tatsu-row>.tatsu-vKZ8d4tIwY.tatsu-column {
  	 width: 49%;
    }
	 .step-card {
    flex: 1 1 calc(50% - 20px);
    top: 0 !important;
  }
   .tatsu-column.tatsu-bg-overlay.tatsu-one-half.tatsu-column-image-none.tatsu-column-effect-none.back-ground-image {
     margin: auto;
    }
    .tatsu-column.tatsu-bg-overlay.tatsu-one-half.tatsu-column-image-none.tatsu-column-effect-none {
     width: 100%;
     margin-bottom: 30px;
   }
   .tatsu-column.tatsu-bg-overlay.tatsu-one-third.tatsu-column-image-none.tatsu-column-effect-none.animation-section {
     width: 60% !important;
     margin: auto;
   }
	 .services-page-third-section .why-choose-card {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
	.testimonial-section .tatsu-column.tatsu-bg-overlay.tatsu-one-half.tatsu-column-image-none.tatsu-column-effect-none,
	.testimonial-section .testimonial-heading{
		text-align: center;
	}
	.page.page-id-7552 .service-page-first-section .tatsu-section-pad{
		padding: 0px !important;
	}
	.page.page-id-7552 .service-page-first-section.tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column{
		margin-bottom: 30px !important;
	}
}
@media (min-width: 1024px){
	.content-div {
	  line-height: 5px;
	}
	.company-profile {
	 flex: 0 0 auto;
	 width: 50%;
	}
	section.right-side {
     width: 50%;
    }
}
@media (min-width: 1024px) and (max-width: 1195px){
	.para-text {
    line-height: 17px !important;
	}
}
@media (max-width: 2560px){
	.resources{
		left: 40% !important;
	}
}
@media (max-width: 2000px){
	.resources{
		left: 50% !important;
	}
}
@media (max-width: 1636px){
	.resources{
		left: 65% !important;
	}
}
@media (max-width: 1400px){
	.resources{
		left: 70% !important;
	}
}
@media (min-width: 992px){
	.contact-form-row .contact-form-column.column2{
	width: 45% !important;
	margin-left: 3%;
}
	 .card {
    flex-direction: row;
  }
	.testimonial-section .tatsu-column.tatsu-bg-overlay.tatsu-one-half.tatsu-column-align-middle.tatsu-column-image-none.tatsu-column-effect-none {
    width: 49%;
    margin: 0 auto;
    padding: 0 87px;
}
	.resources{
			display: block !important;
			max-width: 300px !important;
			margin: 0 auto 0 auto !important;
		}
}
@media (min-width: 768px) {
  .engagement-container {
    flex-direction: row;
    align-items: flex-start;
  }
  .engagement-left {
    position: sticky;
    top: 100px;
    align-self: flex-start;
	  padding-right: 50px;
  }
  .engagement-cards {
    flex: 2;
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 10px;
  }
}
@media( max-width: 991px){
	.industries-section .col-md-4 {
        width: 50%;
    }
	button.contact-us a{
			margin-left: 20px !important;
		}
	.navbar-block button.contact-us{
		margin-top: 20px !important;
	}
	.tab-inner{
		display: block;
	}
	.home-page .tab-inner{
		display: flex;
	}
	.tab-image img{
		margin-top: 40px;
	}
	.faq-section .tatsu-column-pad .tatsu-single-image{
		display: flex;
    	justify-content: center;
	}
	p.quote-section {
    max-width: 650px;
    margin: auto;
}
}
@media (min-width: 769px) and (max-width: 903px){
	h1.headingH1 {
    font-size: 66px !important;
    line-height: 70px !important;
}
}
@media (min-width: 666px) and (max-width: 768px){
	h1.headingH1 {
    font-size: 56px !important;
    line-height: 60px !important;
}
}
@media (max-width: 768px) {
   .tatsu-column.tatsu-bg-overlay.tatsu-one-third.tatsu-column-image-none.tatsu-column-effect-none.animation-section {
   		 margin: auto;
    }
	.tatsu-B1cvhyFJr .tatsu-header-row {
    	padding: 30px 5px 30px 5px !important;
	}
    .tatsu-header-row .tatsu-rklqD2yFyB.tatsu-header-col {
        flex-basis: 44% !important;
        margin-bottom: 0px !important;
    }
	.tatsu-header-row .tatsu-Syfqvh1tJS.tatsu-header-col {
        flex-basis: 56% !important;
        margin-left: 0px !important;
    }
	.tatsu-HyQqwhyFJH.tatsu-mobile-menu + .tatsu-mobile-menu-icon {
        margin: 0px 10px 0px 0px !important;
    }
	.achievements-list{
		margin: 0px;
	}
	.content-div{
		margin-top: 24px;
	}
	.tatsu-Syrqv3yF1r .tatsu-button{
		padding: 10px 12px;
	}
	.step-card {
    flex: 1 1 100%;
    top: 0 !important;
  }
	.tatsu-TCfTz_6l6Wf .tatsu-section-pad{
		padding: 40px 0px 30px 0px !important;
	}
	.first-content {
        margin-bottom: 0px !important;
    }
	 .services-page-third-section .why-choose-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
	.engagement-container{
		display: block !important;
	}
	.engagement-left{
		text-align: center !important;
    margin: auto !important;
    position: relative !important;
	}
	.engagement-right{
		margin-top: 20px;
	}
	.engagement-card.alt{
		margin: 0px;
	}
	.tech-container {
    flex-direction: column;
  }
  .tab-content {
    padding: 20px;
  }
  .tech-tabs {
    flex-direction: row;
    justify-content: center;
  }
  .tab-button {
    border-left: none;
    border-bottom: 2px solid transparent;
  }
  .tab-button.active {
    border-bottom: 2px solid #007bff;
  }
	.custom-page-industry-card{
		max-width: 100%;
	}
	div#tatsu-footer-container .first_col {
    width: 100% !important;
}
}
@media (max-width: 767px) {
   .showcase-container {
    margin: 20px 15px;
    padding: 20px;
  }         
   .achievements-list li    {
    font-size: 0.95rem;
    margin-bottom: 15px;
   }
   .checkmark-icon {
     width: 20px;
     height: 20px;
     font-size: 0.75rem;
     margin-right: 10px;
   }
   .certifications {
     justify-content: center;
     gap: 15px;
     padding-top: 20px;
     margin-top: 25px;
  }         
   .certifications img {
     height: 30px;
     max-width: 60px;
  }
   .app-mockups {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
   .phone-mockup {
    max-width: 70%;
    margin-bottom: 0;
  }
  .phone-mockup:last-child {
   margin-bottom: 0;
   }
  .phone-mockup-offset {     
	  transform: translateY(0);
   }
  .phone-mockup-offset img:hover {
     transform: translateY(-5px);
   }
  .app-mockups::before {
     display: none;
    }
	.industry-card {
    flex: 1 1 calc(50% - 20px);
  }
	p.quote-section {
    max-width: 450px;
    margin: auto;
    padding: 0px 10px;
}
		.why-choose-button-div {
    padding-top: 20px;
}
}
@media (max-width: 576px) {
	.industries-section .col-md-4 {
        width: 100%;
    }
	p.quote-section {
		max-width: 340px;
		margin: auto;
		padding: 0px 20px;
}
}
@media (max-width: 500px) {
	.tatsu-header-row .tatsu-Syfqvh1tJS.tatsu-header-col{
		flex-basis: 47% !important;
	}
	.tatsu-header-row .tatsu-rklqD2yFyB.tatsu-header-col{
		flex-basis: 52% !important;
	}
}
        /* Extra small screens */
@media (max-width: 480px) {
	.circle-diagram{
		width: 300px;
		height: 300px;
	}
	.first-section .tatsu-row{
		justify-content: center;
	}
   .showcase-container {
     margin: 15px 10px;
     padding: 15px;
   }
    .achievements-list li {
     font-size: 0.9rem;
   }
   .certifications img {
     height: 28px;
     max-width: 55px;
   }
   .phone-mockup {
     max-width: 75%;
   }
  .industry-card {
    flex: 1 1 100%;
  }
	.circle-diagram {
    margin-left: -50px;
}
}
@media (min-width: 534px) and (max-width: 665px){
	h1.headingH1 {
    font-size: 42px !important;
    line-height: 44px !important;
}
}
@media (min-width: 400px) and (max-width: 534px){
	h1.headingH1 {
    font-size: 32px !important;
    line-height: 34px !important;
}
}
@media (max-width: 460px){
	.results-section{
		padding: 0;
	}
	.results-table > div{
		padding: 10px;
	}
	.results-row{
		font-size: 16px;
	}
	.why-infomazeone .why-grid{
		display: block;
	}
	.why-infomazeone .section-title{
		font-size: 38px;
	}
	p.quote-section{
		max-width: 270px;
        margin: auto;
	}
}
@media (max-width: 400px){
	h1.headingH1 {
    font-size: 28px;
    line-height: 30px;
}
	img.logo-img{
   max-width: 280px;
}
	
	.home-page .btn-text{
	padding-left: 0px !important;
}
}
@media (max-width: 370px){
	button.cta-btn.button-text {
    line-height: 17px !important;
}	
}