.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}
.is-header-sticky .site-content {
  padding-top: 80px;
}
.services-pages-wrap .h1 {
  font-size: 56px !important;
}
.services-pages-wrap .h2 {
  font-size: 48px !important;
}
.services-pages-wrap .h3,
h2.heading.h3 {
  font-size: 40px !important;
}
.services-pages-wrap .h4 {
  font-size: 34px !important;
}
.services-pages-wrap .h5 {
  font-size: 20px !important;
}
.services-pages-wrap .h6 {
  font-size: 16px !important;
}
.section-title-wrap .bar {
  height: 3px;
  width: 145px;
  background: var(--primary-color);
  margin: 17px auto 0;
}
.section-title-wrap .bar:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: #fff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
}
@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
}
.services-pages-wrap li {
  margin: 0;
}

/* top banner section */
.topBanner .container,
.top-banner-text-content {
  z-index: 2;
}
.topBanner h1,
.top-banner-text-content h1 {
  font-size: calc(16px + 28 * (100vw - 320px) / 1600);
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.topBanner p,
.top-banner-text-content p {
  font-size: 18px;
  color: var(--white);
}
/* top banner section end*/

/* service-development-section start */
.service-development-section {
  background: #f9fafb;
}
.sticky-content-block {
  position: sticky;
  top: 120px;
}
.service-development-section .image-box-wrap {
  border-radius: 16px;
  height: 100%;
  transition: all 0.4s ease-in-out;
  padding: 24px;
  background: #fff;
  border: 1px solid #e4e7ee;
  box-shadow: 0px 4px 12px 0px #9b9a9a3d;
  min-height: 180px;
}
.service-box-content > .service-box-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-box-content .service-item {
  position: sticky;
  top: var(--start-top);
  transition: all 0.25s ease;
}
.service-box-content .service-item:not(:first-child) {
  top: calc(var(--start-top) + (var(--gap) * (var(--i, 1))));
}
.service-box-content .service-item:last-child {
  top: var(--start-top);
}
.service-box-content > .service-box-content-wrapper .image-box-wrap > div > div {
  width: calc(100% - 50px);
}
.service-development-section .image-box-wrap a {
  border: 1px solid #e4e7ee;
  height: 36px;
  flex: 0 0 36px;
  max-width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #a5aab5;
  font-size: 22px;
  transform: rotate(45deg);
  transition: all 0.25s ease;
}
.service-development-section .image-box-wrap a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
  transform: rotate(90deg);
}
.cta-content {
  box-shadow: 0px 4px 6px -2px #10182808, -2px 2px 15px -1px #7171711f;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  max-width: 360px;
}
.cta-content h3 {
  font-size: 24px;
  font-weight: 500;
}
.cta-content i.fas.fa-paper-plane {
  font-size: 24px;
  color: var(--primary-color);
  margin: 0 0 15px 0;
}
.service-box-content .service-item .heading {
  white-space: nowrap;
}
.service-development-section .box-image {
  background: url("../images/service-sprite.png") no-repeat scroll 0px 0px #00a4a7;
  max-width: 36px;
  flex: 0 0 36px;
  padding: 2px;
  border-radius: 8px;
  height: 36px;
}
.mobile-app-service .box-image.iosDev {
  background-position: -44px -3px;
}
.mobile-app-service .box-image.androidDev {
  background-position: -3px -2px;
}
.mobile-app-service .box-image.reactDev {
  background-position: -83px -3px;
}
.mobile-app-service .box-image.flutterDev {
  background-position: -250px -3px;
}
.mobile-app-service .box-image.hybridDev {
  background-position: -371px -4px;
}
.mobile-app-service .box-image.mobileDev {
  background-position: -537px -4px;
}
.mobile-app-service .box-image.uiUxDev {
  background-position: -576px -3px;
}

.service-development-section .box-image.javaDev {
  background-position: -3px -45px;
}
.service-development-section .box-image.phpDev {
  background-position: -43px -45px;
}
.service-development-section .box-image.nodeJsDev {
  background-position: -85px -44px;
}
.service-development-section .box-image.paythonDev {
  background-position: -126px -44px;
}
.service-development-section .box-image.cmsDev {
  background-position: -166px -44px;
}
.service-development-section .box-image.openSourceDev {
  background-position: -208px -45px;
}
.service-development-section .box-image.E-commerceDev {
  background-position: -248px -44px;
}
.service-development-section .box-image.frontendDev {
  background-position: -290px -44px;
}
.service-development-section .box-image.backendDev {
  background-position: -330px -45px;
}

.service-development-section .box-image.seoServices {
  background-position: -2px -86px;
}
.service-development-section .box-image.socialMediaService {
  background-position: -43px -86px;
}
.service-development-section .box-image.contentService {
  background-position: -86px -87px;
}
.service-development-section .box-image.leadService {
  background-position: -126px -87px;
}
.service-development-section .box-image.payPerService {
  background-position: -166px -87px;
}

.service-development-section .box-image.riskAssessment {
  background-position: -4px -212px;
}
.service-development-section .box-image.threatDetection {
  background-position: -44px -213px;
}
.service-development-section .box-image.securityMonitoring {
  background-position: -85px -213px;
}
.service-development-section .box-image.complianceManagement {
  background-position: -126px -213px;
}
.service-development-section .box-image.penetrationTesting {
  background-position: -165px -213px;
}
.service-development-section .box-image.accessManagement {
  background-position: -208px -213px;
}

.service-development-section .box-image.designServices {
  background-position: -3px -128px;
}
.service-development-section .box-image.uiDevelopment {
  background-position: -44px -129px;
}
.service-development-section .box-image.uxDevelopment {
  background-position: -85px -129px;
}
.service-development-section .box-image.uxIteration {
  background-position: -126px -128px;
}
.service-development-section .box-image.uiuxTesting {
  background-position: -167px -128px;
}

.service-development-section .box-image.cloudManagement {
  background-position: -3px -169px;
}
.service-development-section .box-image.cloudHosting {
  background-position: -44px -171px;
}
.service-development-section .box-image.devOpsStrategy {
  background-position: -85px -170px;
}
.service-development-section .box-image.devOpsConsulting {
  background-position: -126px -170px;
}
.service-development-section .box-image.cicdImplementation {
  background-position: -167px -171px;
}
.service-development-section .box-image.IaCServers {
  background-position: -208px -171px;
}

.service-development-section .box-image.ManualTesting {
  background-position: -3px -295px;
}
.service-development-section .box-image.AutomationTesting {
  background-position: -44px -296px;
}
.service-development-section .box-image.PerformanceTesting {
  background-position: -85px -296px;
}
.service-development-section .box-image.TrackingManagement {
  background-position: -126px -297px;
}
.service-development-section .box-image.VAPTservices {
  background-position: -167px -297px;
}
.service-development-section .box-image.ComplianceTesting {
  background-position: -208px -297px;
}

.service-development-section .box-image.aiWeb {
  background-position: -3px -256px;
}
.service-development-section .box-image.aiMobile {
  background-position: -42px -255px;
}
.service-development-section .box-image.aiDesign {
  background-position: -85px -254px;
}
.service-development-section .box-image.aiObject {
  background-position: -126px -255px;
}
.service-development-section .box-image.aiSearch {
  background-position: -167px -254px;
}
.service-development-section .box-image.aiBusiness {
  background-position: -208px -255px;
}
.service-development-section .box-image.aiNLP {
  background-position: -249px -255px;
}
.service-development-section .box-image.aiMachine {
  background-position: -290px -255px;
}
.service-development-section .box-image.aiDataAnalysis {
  background-position: -330px -254px;
}
.service-development-section .box-image.aiConversational {
  background-position: -372px -255px;
}

.hire-development-service .box-image.fullStackDev {
  background-position: -3px -339px;
}
.hire-development-service .box-image.frontEndDev {
  background-position: -44px -338px;
}
.hire-development-service .box-image.backEndDev {
  background-position: -85px -338px;
}
.hire-development-service .box-image.uiuxDev {
  background-position: -126px -338px;
}
.hire-development-service .box-image.mobileAppDev {
  background-position: -165px -339px;
}
.hire-development-service .box-image.qaDev {
  background-position: -208px -339px;
}
.hire-development-service .box-image.cloudDev {
  background-position: -249px -339px;
}
.hire-development-service .box-image.devopsDev {
  background-position: -291px -339px;
}

.web-development-service .frontEndDev {
  background-position: 1px -53px;
}
.web-development-service .box-image.backEndDev {
  background-position: -52px -52px;
}
.web-development-service .box-image.e-CommerceDev {
  background-position: -105px -52px;
}
.web-development-service .box-image.softwareDev {
  background-position: -157px -54px;
}
.web-development-service .box-image.CmsDev {
  background-position: -211px -53px;
}
.web-development-service .box-image.mobileAppDev {
  background-position: -263px -53px;
}
.web-development-service .box-image.uiUxDev {
  background-position: -317px -54px;
}
/* service-development-section end */
/*  technology-tabs section start  */
.technology-tabs ul#technologyTabs {
  border: none;
  flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
  padding: 0px 0 6px;
}
.technology-tabs ul#technologyTabs li.nav-item {
  margin: 0;
}
#technologyTabs .nav-link {
  padding: 0px 0 5px;
  font-size: 18px;
  color: var(--gray);
  background-color: #fff;
  border-radius: 0;
  border-width: 0 0 2px;
  margin: 0 25px;
  font-weight: 500;
  white-space: nowrap;
}
#technologyTabs .nav-link.active,
#technologyTabs .nav-item.show .nav-link,
#technologyTabs .nav-link:hover {
  color: var(--black) !important;
  border-color: var(--primary-color);
}
.tool-and-technology .tab-content > .tab-pane.active {
  display: block;
  transform: translateY(20px);
  opacity: 1;
}
.tool-and-technology .tab-content > .tab-pane {
  display: none;
  transform: translateY(50px);
  transition: all 0.5s ease;
  opacity: 0;
}
#technologyTabContent .tab-pane ul li {
  margin: 0 5px;
  padding: 0;
  flex: 0 0 100px;
  max-width: 100px;
}
#technologyTabContent .tab-pane ul li img {
  height: 60px;
}
.tool-and-technology .tab-content > .tab-pane li b {
  font-size: 13px;
  font-weight: 500;
}
.tool-and-technology .tab-pane > ul {
  row-gap: 1.5rem;
  align-items: flex-start;
}
/*  technology-tabs section end  */
/* industries-service-section start */
.service-box-content .industries-service-wrap {
  height: 480px;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0px 4px 6px -2px #10182808, -2px 2px 15px -1px #7171711f;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  z-index: 5;
}
.industries-service-wrap:after {
  content: "";
  background: linear-gradient(180deg, rgba(3, 77, 79, 0) 0%, #034d4f 100%);
  position: absolute;
  bottom: -100%;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.industries-service-wrap:hover:after {
  bottom: 0px;
}
.industries-service-wrap:before {
  content: "";
  background: linear-gradient(180deg, rgba(55, 163, 165, 0) 46%, #37a3a5 100%);
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.industries-service-wrap .industries-service-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.industries-service-wrap h4.industries-service-title {
  position: relative;
  padding: 0 20px 5px;
  z-index: 2;
  transition: all 0.5s ease;
  font-size: 30px;
}
.industries-service-wrap .industries-service-text {
  line-height: 24px;
  height: 0;
  transition: all 0.5s ease;
  z-index: 2;
  padding: 0px 20px;
}
.industries-service-wrap:hover .industries-service-text {
  height: auto;
  padding-bottom: 20px !important;
}
/* industries-service-section end */
/* service page portfolio section start */
.service-project-gallery .project-card {
  display: block;
  flex: 0 0 calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
  margin: 0 15px;
  border: none;
  border-radius: 16px;
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px -2px #10182808, -2px 2px 15px -1px #7171711f;
  overflow: hidden;
}
.service-project-gallery .project-card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
.service-project-gallery .project-card .projects-image-box {
  padding: 0px;
  width: 100%;
}
.service-project-gallery .project-card .project-details-wrap {
  padding: 15px;
  width: 100%;
}
.service-project-gallery .project-description {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-project-gallery .section-under-heading {
  margin-top: 40px;
}
.services-pages-wrap .btn {
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 54px;
  background: var(--primary-color);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.services-pages-wrap .btn:hover,
.services-pages-wrap .btn:active,
.services-pages-wrap .btn:focus {
  background: var(--primary-color);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
/* service page portfolio section end */
/* parent page why-choose-us section start*/
.lets-start-section,
.why-choose-us .top-title-section {
  background: url("../images/getstarted.jpg") no-repeat scroll center center transparent;
  min-height: 455px;
  background-size: cover;
}
body:not(.home) .why-choose-us .top-title-section p {
  margin: 0 auto;
  max-width: 680px;
}
body:not(.home) .why-choose-us .items-wrapper {
  border: 1px solid #e4e7ee;
  border-radius: 24px;
  padding: 16px 24px;
  margin-top: -180px;
  position: relative;
  background: #fdfdff;
  width: calc(100% - 30px);
}
body:not(.home) .why-choose-us .choose-text {
  padding: 24px 24px 20px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0px 4px 6px -2px #10182808, -2px 2px 15px -1px #7171711f;
  margin: 10px 0;
  height: calc(100% - 16px);
}
body:not(.home) .why-choose-us .choose-text .icon-wrap {
  height: 48px;
  width: 48px;
  background: #057b7e;
  text-align: center;
  line-height: 54px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 16px;
}
body:not(.home) .why-choose-us .choose-text i {
  font-size: 22px;
}
i.fa.fa-phone {
  transform: rotate(90deg);
}
body:not(.home) .why-choose-us .choose-text h6 {
  font-size: 18px;
}
body:not(.home) .why-choose-us .choose-text p {
  line-height: 22px;
  margin-top: 5px;
}
/* parent page why-choose-us section end*/
/* service parent page blog section start*/
.service-blog-section {
  background: radial-gradient(circle at 15% 85%, #d2f3f4 0%, transparent 30%),
    radial-gradient(circle at 90% 10%, #f5faff 0%, transparent 30%),
    linear-gradient(120deg, #d2f3f4 0%, #ffffff 50%, #f5faff 100%);
}
ul.wp-block-latest-posts__list.service-latest-blogs {
  display: flex;
  flex-wrap: wrap;
}
ul.wp-block-latest-posts__list.service-latest-blogs li {
  flex: 0 0 calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
  padding: 10px;
  position: relative;
  border-radius: 15px;
  margin: 0 15px;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.08);
}
ul.wp-block-latest-posts__list.service-latest-blogs li a.wp-block-latest-posts__post-title {
  margin: 10px 0 ;
  display: block;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  color: rgb(51, 51, 51);
}
ul.wp-block-latest-posts__list.service-latest-blogs li a.wp-block-latest-posts__post-title:hover{
  color: var(--primary-color);
}
ul.wp-block-latest-posts__list.service-latest-blogs li .wp-block-latest-posts__post-excerpt {
  margin: 0 0 10px;
}
ul.service-latest-blogs li:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.4s ease-in-out;
}
ul.service-latest-blogs li .wp-block-latest-posts__featured-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.08);
  /* min-height: 190px; */
  background: #ddd;
}
ul.service-latest-blogs li:hover .wp-block-latest-posts__featured-image:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
ul.service-latest-blogs li .wp-block-latest-posts__featured-image:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
ul.service-latest-blogs li .wp-block-latest-posts__featured-image img {
  width: 100%;
  /* max-height: 230px; */
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
ul.service-latest-blogs li:hover .wp-block-latest-posts__featured-image img {
  transform: scale(1.1);
}
.service-latest-blogs .home-post-category{
    margin-right: 20px;
}
.service-latest-blogs time.wp-block-latest-posts__post-date {
    font-size: 16px;
    position: relative;
}
.service-latest-blogs time.wp-block-latest-posts__post-date:before{
  content: "\f133";
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
}
.service-latest-blogs .home-post-meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.service-latest-blogs a.home-read-more {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}
/* service parent page blog section end*/
/* FAQ section css start */
div#accordionFAQ .card {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 10px;
  background: #fff;
  border: none;
}
div#accordionFAQ .faq-header {
  cursor: pointer;
  padding: 10px;
}
div#accordionFAQ .card .faq-header > span {
  text-decoration: none;
  font-size: 20px;
  text-align: left;
}
div#accordionFAQ .card .toggle-faq {
  height: 35px;
  width: 35px;
  top: 9px;
  right: 0px;
  position: absolute;
  text-align: center;
  line-height: 37px;
  font-size: 26.35px;
  background: none;
  border: none;
  transition: none;
  color: #333333;
}
div#accordionFAQ .faq-header.active button.toggle-faq {
  line-height: 29px;
  font-size: 30px;
}
div#accordionFAQ .faq-body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
}
div#accordionFAQ .card-body:before {
  content: "";
  background: #ddd;
  height: 80%;
  width: 2px;
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
div#accordionFAQ .faq-body.toggle-open {
  opacity: 1;
}
/* FAQ section css end */
/* product-prototype-advantages start*/
.product-prototype-advantages .image-box-wrap {
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.product-prototype-advantages .image-box-wrap:hover {
  background: linear-gradient(90deg, #00a3a5 50%, transparent 0) repeat-x,
    linear-gradient(90deg, #00a3a5 50%, transparent 0) repeat-x,
    linear-gradient(0deg, #00a3a5 50%, transparent 0) repeat-y,
    linear-gradient(0deg, #00a3a5 50%, transparent 0) repeat-y;
  background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  animation: linearGradientMove 0.3s infinite linear;
}
@keyframes linearGradientMove {
  100% {
    background-position: 10px 0, -10px 100%, 0 -10px, 100% 10px;
  }
}
/* product-prototype-advantages end*/

/* digital marketing benefits section start */
.benefits-marketing-service .image-box-wrap:after,
.benefits-marketing-service .image-box-wrap:before,
.seo-service-section .image-box-wrap:after,
.seo-service-section .image-box-wrap:before,
.consulting-box-content .image-box-wrap:after,
.consulting-box-content .image-box-wrap:before {
  content: "";
  border-radius: 25px;
  border: 6px solid var(--primary-color);
  clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.seo-service-section .content {
  z-index: 5;
}
.benefits-marketing-service .image-box-wrap:after,
.seo-service-section .image-box-wrap:after,
.consulting-box-content .image-box-wrap:after {
  border-width: 2px;
  clip-path: polygon(
    0 0,
    60% 0,
    55% 5%,
    96% 44%,
    100% 40%,
    100% 100%,
    40% 100%,
    43% 95%,
    5% 55%,
    0 60%
  );
  top: 3px;
  bottom: 3px;
  right: 3px;
  left: 3px;
}
.benefits-marketing-service .item .digital-benefits-image-box {
  background: url("/wp-content/uploads/2023/09/sprite.png") no-repeat scroll -488px -555px
    transparent;
  height: 46px;
  width: 48px;
}
.benefits-marketing-service .item:nth-child(2) .digital-benefits-image-box {
  background-position: -59px -556px;
}
.benefits-marketing-service .item:nth-child(3) .digital-benefits-image-box {
  background-position: -382px -555px;
}
.benefits-marketing-service .item:nth-child(4) .digital-benefits-image-box {
  background-position: -437px -556px;
}
.benefits-marketing-service .item:nth-child(5) .digital-benefits-image-box {
  background-position: -112px -555px;
}
.benefits-marketing-service .item:nth-child(6) .digital-benefits-image-box {
  background-position: -166px -555px;
}
.benefits-marketing-service .item:nth-child(7) .digital-benefits-image-box {
  background-position: -274px -556px;
}
.benefits-marketing-service .item:nth-child(8) .digital-benefits-image-box {
  background-position: -220px -555px;
}
.benefits-marketing-service .item:nth-child(9) .digital-benefits-image-box {
  background-position: -0px -555px;
}
.benefits-marketing-service .item:last-child .digital-benefits-image-box {
  background-position: -328px -556px;
}
/* digital marketing benefits section end */

/* inner page service section start */
.inner-service-box-content .service-item .image-box-wrap {
  background-color: var(--white);
  border: 1px solid #e3e3ec;
  border-radius: 20px;
  padding: 25px;
  transition: all 0.3s ease;
}
.inner-service-box-content .service-item:hover .image-box-wrap {
  box-shadow: 0px 4px 6px -2px #10182821, -2px 2px 15px -1px #71717138;
  border-color: var(--white);
}
/* inner page service section end */
/* inner page fun fact section start */
.inner-fun-fact-wrapper {
  background: url("../images/client-bg.png") no-repeat scroll center center #f9fafb;
  background-size: contain;
}
.fun-fact-box-inner {
  padding: 0 25px;
}
.fun-fact-box-in-left .fun-fact-box:nth-child(1) {
  margin-top: 50px;
}
.fun-fact-box-inner .fun-fact-box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 15px 0px;
}
.fun-fact-text-inner {
  padding: 25px 4px;
}
.fun-fact-icons img {
  width: 110px;
}
.fun-fact-box h3 {
  font-size: 25px;
  letter-spacing: 0.25px;
  line-height: 35px;
  margin-top: 5px;
}
/* inner page fun fact section end */
/* inner pages service process section css start*/
.inner-process-section .inner-process-content {
  gap: 38px;
  padding-left: 18px;
  margin-left: -18px;
}
.inner-process-section .inner-process-content .process-line-wrap {
  position: relative;
}
.inner-process-section .inner-process-content .process-line-wrap .default-process-line {
  border: 1px dashed hsla(0, 0%, 40%, 0.5);
  height: 100% !important;
  display: inline-block;
}
.inner-process-section .inner-process-content .process-line-wrap .active-process-line {
  height: 0;
  position: absolute;
  left: 0px;
  border: 1px solid #004445;
  display: inline-block;
}
.inner-process-section .process-content ul {
  flex-direction: column;
  gap: 20px;
  counter-reset: my-sec-counter;
  margin: 0px;
}
.inner-process-section .process-content ul li {
  list-style-type: none;
  padding: 24px;
  border: 1px solid #e4e7ee;
  border-radius: 16px;
  margin: 0;
}
.inner-process-section .process-content ul li::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  left: -57px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #666;
  transition: all 0.4s ease-in-out;
  border: 1px dashed #000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
}
.inner-process-section .process-content ul li.active::before {
  background-color: #004445;
  border-color: #004445;
  transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out,
    border 0.1s ease-out;
  color: #fff;
}
.inner-process-section .process-content ul li:first-child::after {
  top: -1px;
}
.inner-process-section .process-content ul li:last-child::after {
  bottom: -1px;
}
.inner-process-section .process-content ul li:first-child::after,
.inner-process-section .process-content ul li:last-child::after {
  position: absolute;
  content: " ";
  left: -43px;
  width: 6px;
  height: calc(50% - 16px);
  background-color: #fff;
}
.inner-process-section .process-content ul li .number::after {
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 150px;
  line-height: 105px;
  color: rgba(0, 0, 0, 0.03);
}
/* inner pages service process section css end*/
/* inner pages why choose us section css start */
#why-choose-service-tab,
#seo-service-tab {
  border: 0;
  border-right: 1px solid #eeeeee;
  margin: 0px;
  box-shadow: 0px 4px 6px -2px #10182821, -2px 2px 15px -1px #71717138;
  border-radius: 8px;
  background: var(--white);
  height: 100%;
}
#why-choose-service-tab li.nav-item {
  margin: 0;
  padding: 0;
}
#why-choose-service-tab .nav-link,
#seo-service-tab .nav-link {
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  border-radius: 8px;
  line-height: 24px;
}
#why-choose-service-tab .nav-link.active,
#seo-service-tab .nav-link.active {
  background: linear-gradient(90deg, #004041 0%, #00a4a7 100%);
  color: var(--white);
}
.inner-page-why-choose-tab div#why-choose-service-tabContent {
  box-shadow: 0px 4px 6px -2px #10182821, -2px 2px 15px -1px #71717138;
  height: 100%;
  padding: 24px;
  border-radius: 8px;
  background: var(--white);
  margin-left: 18px;
  position: relative;
}
.inner-page-why-choose-tab div#why-choose-service-tabContent:before {
  content: "";
  position: absolute;
  top: 22px;
  left: -28px;
  height: 44px;
  width: 30px;
  background: url("../images/arrowIcon.png") no-repeat scroll -6px -8px transparent;
}
/* inner pages why choose us section css end */

/* cloud page service benefits section start */
.service-benefits-section .item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.service-benefits-section .item-wrap .h5 {
  font-size: 20px !important;
}
.service-benefits-section .image-name-wrap {
  box-shadow: 0px 1px 9px 0px #00000014;
  min-height: 220px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.service-benefits-section .item-wrap:hover .image-name-wrap {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-benefits-section .image-name-wrap img {
  height: 80px;
  width: 80px;
}
.service-benefits-section .hidden-content {
  min-height: 220px;
  box-shadow: 0px 1px 9px 0px #00000014;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  left: 0;
  right: 0;
  top: 0;
}
.service-benefits-section .item-wrap:hover .hidden-content {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.service-benefits-section .hidden-content p {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 50px) scale(0.9);
  transform: translate3d(0, -50%, 50px) scale(0.9);
  font-size: 18px;
}
.service-benefits-section .item-wrap .box {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8),
    -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}
.service-benefits-section .item-wrap:hover .box {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1),
    -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
}
.service-benefits-section .image-name-wrap {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cloud-benefit-img {
  background: url("/wp-content/uploads/2023/09/sprite.png") no-repeat scroll -162px -440px
    transparent;
  height: 50px;
  width: 50px;
}
.service-benefits-section .item:nth-child(2) .cloud-benefit-img {
  background-position: -271px -439px;
}
.service-benefits-section .item:nth-child(3) .cloud-benefit-img {
  background-position: 0px -438px;
}
.service-benefits-section .item:nth-child(4) .cloud-benefit-img {
  background-position: -109px -438px;
}
.service-benefits-section .item:nth-child(5) .cloud-benefit-img {
  background-position: -55px -438px;
}
.service-benefits-section .item:last-child .cloud-benefit-img {
  background-position: -216px -438px;
}
/* cloud page service benefits section end */

/* inner pages service section css */
.inner-service-industries {
  background: url("https://www.weetechsolution.com/wp-content/uploads/2026/01/cta_bg.png") no-repeat scroll center transparent;
  background-size: cover;
}
.inner-service-industries ul.industries-items {
  display: flex;
  gap: 24px;
  align-items: center;
  color: white;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
}
.inner-service-industries li.industries-item {
  background: #014243cc;
  padding: 0;
  border-radius: 8px;
  font-size: 16px;
  margin: 0;
  position: relative;
  border: 1px solid #ffffff4d;
}
.inner-service-industries span.industries-icons {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: url("../images/service-sprite.png") no-repeat scroll -248px -84px #004041;
  text-align: center;
  line-height: 36px;
  margin-right: 5px;
}
.inner-service-industries span.industries-icons.icon1 {
  background-position: -453px -87px;
}
.inner-service-industries span.industries-icons.icon2 {
  background-position: -536px -86px;
}
.inner-service-industries span.industries-icons.icon3 {
  background-position: -412px -85px;
}
.inner-service-industries span.industries-icons.icon4 {
  background-position: -292px -86px;
}
.inner-service-industries span.industries-icons.icon5 {
  background-position: -575px -87px;
}
.inner-service-industries span.industries-icons.icon7 {
  background-position: -493px -86px;
}
.inner-service-industries span.industries-icons.icon8 {
  background-position: -699px -86px;
}
.inner-service-industries span.industries-icons.icon9 {
  background-position: -413px -86px;
}
.inner-service-industries span.industries-icons.icon10 {
  background-position: -657px -86px;
}
.inner-service-industries span.industries-icons.icon11 {
  background-position: -740px -87px;
}
.inner-service-industries span.industries-icons.icon12 {
  background-position: -330px -83px;
}
.inner-service-industries .item-wrap {
  width: 100%;
  padding: 5px 15px 5px 5px;
}
.service-inner-pages ul.item-list {
    margin: 20px 0 0;
    padding: 0
}

.service-inner-pages ul.item-list li.item {
    margin: 8px 0;
    padding: 0 0 0 28px;
    background: url('../images/service-sprite.png') no-repeat scroll -339px -7px transparent
}
/* inner pages service section css end */
/* inner pages benefit section css start */
.benefit-item > div {
  border: 1px solid #0000001a;
  border-radius: 16px;
  padding: 24px;
  background: var(--white);
  transition: all 0.3s;
}
.benefit-item > div:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 50px;
}
/* inner pages benefit section css end */

.service-process-block .container {
  max-width: 1200px;
}
.service-process-block p,
.service-process-block .section-sub-heding {
  color: #ebe8e8;
}
.service-process-block h2.heading.h3 {
  color: var(--white);
}
.service-process-block .timeline-circel::before {
  box-shadow: none;
}

.services-pages-wrap .industries-service .container {
  max-width: 100%;
}

@media only screen and (max-width: 1400px) and (min-width: 1025px) {
  .aiml-tech-service .tech-image-wrap {
    height: 110px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .service-prosess-section {
    padding: 80px 35px 80px;
  }
  .timeline-row {
    height: 380px;
  }
  .timeline-col.upper .timeline-circel-line {
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .timeline-col.bottom .timeline-circel-line {
    top: 62px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .timeline-circel-line {
    width: 1px;
    height: 40px;
    position: absolute;
    background-color: #e4e4e4;
  }
  .upper .timeline-circel-line-inr {
    width: 1px;
    height: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    left: 0;
    background-color: var(--primary-color);
    visibility: hidden;
  }
  .upper .timeline-circel-line-inr:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: solid 1px var(--primary-color);
    position: absolute;
    top: 0;
    bottom: auto;
    left: -3px;
    border-radius: 100%;
  }
  .timeline-circel {
    width: 48px;
    height: 48px;
    box-shadow: 0 5px 9px 0 rgba(95, 146, 203, 0.88);
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
    font-size: 16px;
    line-height: 48px;
  }
  .timeline-circel.borderAn::after,
  .timeline-circel.borderAn::before,
  .timeline-circel::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: inherit;
    position: absolute;
    transition: all 0.5s ease-out;
    border: solid 1px var(--primary-color);
    left: 0;
    right: 0;
    opacity: 0.1;
  }
  .timeline-content.timeline-upper-content {
    bottom: 100px;
  }
  .timeline-circel-inr {
    background-color: var(--primary-color);
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-radius: 100%;
    color: #fff;
    visibility: hidden;
  }
  .middleline {
    width: 80px;
    height: 1px;
    position: absolute;
    left: 122px;
    background-color: #e4e4e4;
    top: 26px;
    opacity: 1;
  }
  .middleline-inr {
    background-color: var(--primary-color);
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
  }
  .middleline-inr:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
    position: absolute;
    top: -4px;
    left: auto;
    right: -44px;
    border-radius: 100%;
    box-shadow: 0 0 25px 2px var(--primary-color);
  }
  .timeline-content.timeline-bottom-content {
    top: 115px;
  }
  .bottom .timeline-circel-line-inr {
    width: 1px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    left: 0;
    background-color: var(--primary-color);
  }
  .bottom .timeline-circel-line-inr:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: solid 1px var(--primary-color);
    position: absolute;
    top: auto;
    bottom: 0;
    left: -3px;
    border-radius: 100%;
  }
  .timeline-content {
    text-align: center;
    position: absolute;
    width: 220px;
    left: -30px;
    right: 0;
    visibility: hidden;
  }
  .row.timeline-row .col-md-2 {
    flex: 0 0 14.286%;
    max-width: 14.286%;
  }
  @keyframes middlelineAn {
    0% {
      opacity: 0;
      width: 0;
      background-color: var(--primary-color);
    }
    100% {
      width: 100%;
      opacity: 1;
      background-color: var(--primary-color);
    }
  }
  .conAn {
    -webkit-animation-name: conAn;
    animation-name: conAn;
  }
  @keyframes conAn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fillAn {
    -webkit-animation-name: fillAn;
    animation-name: fillAn;
  }
  @keyframes fillAn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes lineAn {
    0% {
      opacity: 0;
      height: 0;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
  .lineAn {
    -webkit-animation-name: lineAn;
    animation-name: lineAn;
  }
  .mobile-app-process-section .container-fluid {
    max-width: 100%;
    padding: 0 60px;
  }
  .mobile-app-process-section ol.ps-timeline {
    margin: 280px 0 60px;
    border-top: 5px solid var(--primary-color);
  }
  .mobile-app-process-section ol.ps-timeline li {
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
  .mobile-app-process-section ol.ps-timeline li span {
    font-size: 6em;
    top: -105px;
    color: #d6def1;
  }
  .mobile-app-process-section ol.ps-timeline li span::after {
    content: "";
    width: 25px;
    height: 24px;
    background-color: var(--primary-color);
    border: 5px solid var(--white);
    border-radius: 50%;
    box-shadow: 0px 0px 6px 2px #c9c9c9;
    text-align: center;
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .mobile-app-process-section ol.ps-timeline li span:after {
    content: "";
    width: 25px;
    height: 24px;
    background-color: var(--primary-color);
    border: 5px solid var(--white);
    border-radius: 50%;
    box-shadow: 0px 0px 6px 2px #c9c9c9;
    text-align: center;
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .mobile-app-process-section ol.ps-timeline li .ps-bot {
    width: 120%;
    top: 30%;
  }
  .mobile-app-process-section ol.ps-timeline li .ps-top {
    bottom: 0;
    margin-bottom: 260px;
    width: 120%;
  }
  .cloud-whyChooseUs-section .whyChooseUs-wrap {
    height: 430px;
    width: 1060px;
  }
  .circle-title {
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 9;
    font-size: 30px;
  }
  .whyChooseUs-inner-wrap {
    z-index: 1;
  }
  .whyChooseUs-inner-wrap:before {
    content: "";
    height: 410px;
    width: 380px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 20px solid var(--primary-color);
    border-radius: 50%;
    margin: 0 auto;
    bottom: -50%;
  }
  .whyChooseUs-inner-wrap .item {
    top: auto;
    left: 0;
    bottom: 0;
    width: 250px;
  }
  .whyChooseUs-inner-wrap .item:nth-child(2) {
    bottom: 33%;
    left: 40px;
  }
  .whyChooseUs-inner-wrap .item:nth-child(3) {
    bottom: 70%;
    left: 170px;
  }
  .whyChooseUs-inner-wrap .item:nth-child(4) {
    left: auto;
    right: 170px;
    bottom: 70%;
  }
  .whyChooseUs-inner-wrap .item:nth-child(5) {
    left: auto;
    right: 40px;
    bottom: 38%;
  }
  .whyChooseUs-inner-wrap .item:last-child {
    left: auto;
    right: 0;
  }
  .whyChooseUs-inner-wrap .item .arrow-img {
    left: auto;
    right: -80px;
    transform: rotate(-75deg);
    z-index: -1;
  }
  .whyChooseUs-inner-wrap .item:nth-child(2) .arrow-img {
    transform: rotate(-53deg);
    right: -87px;
    bottom: -25px;
  }
  .whyChooseUs-inner-wrap .item:nth-child(3) .arrow-img {
    bottom: -119px;
    transform: rotate(-21deg);
    right: -50px;
  }
  .whyChooseUs-inner-wrap .item:nth-child(4) .arrow-img {
    left: -60px;
    right: auto;
    bottom: -118px;
    transform: rotate(21deg);
  }
  .whyChooseUs-inner-wrap .item:nth-child(5) .arrow-img {
    left: -88px;
    right: auto;
    bottom: -48px;
    transform: rotate(53deg);
  }
  .whyChooseUs-inner-wrap .item:last-child .arrow-img {
    right: auto;
    left: -80px;
    top: 18px;
    transform: rotate(75deg);
  }
  .whyChooseUs-inner-wrap .item .arrow-img:before {
    content: "";
    height: 60px;
    width: 20px;
    background: var(--primary-color);
    display: block;
  }
  .whyChooseUs-inner-wrap .item .arrow-img::after {
    content: "";
    position: absolute;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-bottom: 18px solid var(--primary-color);
    top: -18px;
    left: -8px;
  }
  .whyChooseUs-inner-wrap .item p {
    font-size: 16px;
    line-height: 20px;
  }
  .why-choose-us .check-list .list-item::before {
    top: 9px;
  }
}
@media (min-width: 768px) {
  .process-wrap {
    width: 800px;
    height: 400px;
  }
  .process-wrap:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 200%;
    width: 100%;
    border-radius: 9999px;
    border: 4px dotted #cfd6e7;
  }
  .process-wrap::after {
    content: "";
    animation-name: rotate;
    animation-duration: 5.85s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    height: 200%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 100%;
    bottom: 0;
    top: auto;
    border-top: 4px solid var(--primary-color);
  }
  @keyframes rotate {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
  div#process-tabContent {
    top: 40%;
    left: 0;
    right: 0;
    max-width: 320px;
    transform: translateY(-50%);
  }
  ul#process-tab li {
    left: 0;
    top: 0;
    z-index: 5;
  }
  ul#process-tab li:first-child {
    left: -204px;
  }
  ul#process-tab li:nth-child(2) {
    top: 42%;
    left: -154px;
  }
  ul#process-tab li:nth-child(3) {
    top: auto;
    bottom: 26px;
    left: 0px;
  }
  ul#process-tab li:nth-child(4) {
    top: auto;
    bottom: 28px;
    left: auto;
    right: 20px;
  }
  ul#process-tab li:nth-child(5) {
    left: auto;
    right: -158px;
    top: 42%;
  }
  ul#process-tab li:last-child {
    left: auto;
    right: -206px;
  }
  ul#process-tab li a {
    font-size: 22px;
    max-width: 234px;
    line-height: 22px;
  }
  ul#process-tab li span {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border: 1px solid var(--themeColor);
    line-height: 48px;
    font-size: 35px;
  }
  ul#process-tab li a.active span {
    background-color: var(--primary-color) !important;
    color: var(--white);
    border-color: var(--primary-color);
  }
  ul#process-tab li:nth-child(-n + 3) span {
    order: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .middleline {
    width: 60px;
    left: 98px;
  }
  .timeline-content {
    width: 200px;
    left: -35px;
  }
  ul#process-tab li a {
    font-size: 18px;
    max-width: 204px;
  }
  .process-wrap {
    width: 560px;
    height: 300px;
  }
  .process-wrap::after {
    height: 186%;
  }
  ul#process-tab li:first-child {
    left: -177px;
  }
  ul#process-tab li:nth-child(2) {
    left: -144px;
  }
  ul#process-tab li:nth-child(3) {
    left: -55px;
  }
  ul#process-tab li:nth-child(4) {
    right: -44px;
  }
  ul#process-tab li:nth-child(5) {
    right: -142px;
  }
  ul#process-tab li:last-child {
    right: -177px;
  }
  .mobile-app-process-section ol.ps-timeline li h5 {
    font-size: 20px;
  }
  .tile-flip-box {
    padding: 25px 35px;
  }
  .whyChooseUs-wrap {
    width: 960px;
  }
  .whyChooseUs-inner-wrap:before {
    height: 380px;
    width: 340px;
  }
  .whyChooseUs-inner-wrap .item:nth-child(2) .arrow-img {
    right: -74px;
    bottom: -48px;
  }
  .whyChooseUs-inner-wrap .item:nth-child(3) .arrow-img {
    bottom: -159px;
    right: -18px;
  }
  .whyChooseUs-inner-wrap .item:nth-child(4) .arrow-img {
    left: -25px;
    bottom: -156px;
  }
  .whyChooseUs-inner-wrap .item:nth-child(5) .arrow-img {
    left: -78px;
    bottom: -65px;
  }
  .service-development-section .image-box-wrap {
    min-height: 233px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul#process-tab li a {
    font-size: 0;
  }
  .process-wrap {
    width: 540px;
    height: 280px;
  }
  .process-wrap::after {
    height: 194%;
  }
  ul#process-tab li:first-child {
    left: -40px;
  }
  ul#process-tab li:nth-child(2) {
    left: -5px;
  }
  ul#process-tab li:nth-child(3) {
    bottom: 15px;
    left: 90px;
  }
  ul#process-tab li:nth-child(4) {
    bottom: 15px;
    right: 94px;
  }
  ul#process-tab li:nth-child(5) {
    right: -5px;
  }
  ul#process-tab li:last-child {
    right: -38px;
  }
  .tile-flip-box {
    padding: 25px 8px;
  }
  .lets-start-section,
  .why-choose-us .top-title-section {
    min-height: 410px;
  }
}
@media (max-width: 991px) {
  .row.timeline-row .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
  .timeline-circel {
    width: 45px;
    height: 45px;
    border: solid 1px var(--primary-color);
    color: #fff;
    line-height: 45px;
    background-color: var(--primary-color) !important;
    z-index: 8;
    font-size: 16px;
    margin-bottom: 10px !important;
  }
  .timeline-content h5 {
    font-size: 18px;
  }
  .service-prosess-section h4.h5 {
    margin-bottom: 0;
  }
  .row.timeline-row .col-md-2:first-child:after,
  .row.timeline-row .col-md-2:first-child:before {
    display: none !important;
  }
  .service-prosess-section .timeline-row {
    flex-wrap: wrap;
    overflow-x: auto;
    align-items: flex-start !important;
    -webkit-box-align: flex-start !important;
  }
  .mobile-app-process-section ol.ps-timeline li .ps-top,
  .mobile-app-process-section ol.ps-timeline li .ps-bot {
    position: relative !important;
  }
  .mobile-app-process-section ol.ps-timeline li span {
    font-size: 45px;
  }
  .graphic-website-service-section .col-lg-6:first-child {
    order: 1;
  }
  .industries-service-slider .row {
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  .industries-service-slider .row .swiper-slide {
    flex: none;
    max-width: none;
    -webkit-box-flex: unset;
  }
  .industries-service-wrap .industries-service-text-content {
    position: relative !important;
    top: auto;
    display: flex !important;
    opacity: 1;
    transform: none;
  }
  .industries-service-wrap:before {
    display: none !important;
  }
  .whyChooseUs-inner-wrap .item {
    position: relative !important;
    padding: 0 0 15px 20px;
  }
  .whyChooseUs-inner-wrap .item:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid var(--primary-color);
    position: absolute;
    left: 0;
    top: 5px;
  }
  .lets-start-section {
    min-height: 420px;
  }
  .service-box-content .industries-service-wrap {
    margin: 0 5px;
  }
  .industries-service-wrap h4.industries-service-title {
    padding: 0 15px 5px;
    font-size: 26px;
  }
  .industries-service-wrap .industries-service-text {
    padding: 0 15px;
  }
  .service-project-gallery .project-card,
  ul.wp-block-latest-posts__list.service-latest-blogs li {
    flex: 0 0 calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
    margin: 0 8px;
  }
  ul.wp-block-latest-posts__list.service-latest-blogs li a.wp-block-latest-posts__post-title {
    font-size: 18px;
  }
  .inner-service-box-content .service-item .image-box-wrap {
    padding: 15px;
  }
  .fun-fact-box h3 {
    font-size: 17px;
    line-height: 22px;
  }
  .fun-fact-box-in-left .fun-fact-box:nth-child(1) {
    margin-top: 30px;
  }
  .fun-fact-box-inner .fun-fact-box {
    margin: 10px 0;
  }
  .fun-fact-box-inner {
    padding: 0 22px;
  }
  .inner-service-industries ul.industries-items {
    gap: 12px;
  }
  #technologyTabs .nav-link {
    margin: 0 20px;
  }
  .inner-process-section .inner-process-content {
    padding-left: 50px;
  }
  #why-choose-service-tab .nav-link,
  #seo-service-tab .nav-link {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px !important;
  }
}
@media (max-width: 767px) {
  .process-wrap:before {
    display: none;
  }
  div#process-tabContent > .tab-pane {
    display: block;
    opacity: 1;
    position: relative;
    margin-bottom: 20px;
    padding-left: 55px;
  }
  div#process-tabContent {
    position: relative !important;
    counter-reset: section;
  }
  div#process-tabContent > .tab-pane::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--primary-color);
  }
  .tile-flip-box {
    padding: 25px 15px;
  }
  #cloud-service-tab,
  #seo-service-tab {
    border-right: none;
  }
  #cloud-service-tab .nav-link.active,
  #seo-service-tab .nav-link.active {
    border-right: none;
    border-bottom: 3px solid #ff2c2b;
  }
  #cloud-service-tab .nav-link,
  #seo-service-tab .nav-link {
    border-bottom: 1px solid #eeeeee;
  }
  #technologyTabs .nav-link {
    padding: 10px 5px;
    font-size: 16px;
    margin: 0 4px;
  }
  .dev-service-box:after {
    border-top-color: #3f3f50 !important;
    left: 66px !important;
    top: 100% !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
  }
  .dev-service-box:last-child:after {
    display: none;
  }
  .services-pages-wrap .btn {
    font-size: 14px;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
  }
  div#accordionFAQ .card-body:before {
    left: 5px;
  }
  .service-benefits-section .hidden-content,
  .service-benefits-section .image-name-wrap {
    min-height: 150px;
  }
  .service-benefits-section .hidden-content p {
    font-size: 16px;
  }
  /* body,*/
  .section-sub-heding,
  div#accordionFAQ .card-body {
    font-size: 14px;
  }
  .aiml-development-process-section .process-steps-block {
    counter-reset: section;
  }
  .process-steps-block .process-step {
    position: relative;
    padding: 0 15px 0 54px;
  }
  .process-steps-block .process-step:before {
    counter-increment: section;
    content: counter(section);
    background: var(--primary-color);
    height: 25px;
    width: 25px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 0;
  }
  .process-steps-block .process-step:after {
    content: "";
    position: absolute;
    top: 25px;
    left: 26px;
    height: 100%;
    width: 3px;
    background: var(--primary-color);
  }
  .process-steps-block .process-step:last-child::after {
    display: none;
  }
  /* .service-project-gallery .project-card {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px 20px;
  } */
  .service-box-content .service-item .heading {
    white-space: pre-wrap;
  }
  .why-choose-us .choose-text-wrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body:not(.home) .why-choose-us .choose-text {
    padding: 15px 15px 10px;
  }
  .service-project-gallery .project-card,
  ul.wp-block-latest-posts__list.service-latest-blogs li {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin: 10px 8px;
  }
  .service-development-section .image-box-wrap {
    padding: 15px;
  }
  .fun-fact-wrapper .row .col-md-3 {
    padding: 0 8px 0 8px;
  }
  .lets-start-section,
  .why-choose-us .top-title-section {
    min-height: 395px;
  }
  body:not(.home) .why-choose-us .items-wrapper {
    padding: 10px 10px;
  }
  .topBanner h1,
  .top-banner-text-content h1 {
    font-size: 28px;
  }
  body:not(.home) .why-choose-us .choose-text h6 {
    font-size: 16px;
  }
  ul.service-latest-blogs li .wp-block-latest-posts__featured-image {
    min-height: 145px;
  }
  .topBanner p,
  .top-banner-text-content p {
    font-size: 16px;
  }
  div#accordionFAQ .card .faq-header > span {
    font-size: 16px;
    line-height: 22px;
  }
  div#accordionFAQ .card {
    padding: 8px !important;
  }
  .inner-process-section .process-content ul li {
    padding: 15px;
  }
  .inner-page-why-choose-tab div#why-choose-service-tabContent {
    padding: 15px;
    margin-left: 0;
    margin-top: 25px;
  }
  .inner-page-why-choose-tab div#why-choose-service-tabContent:before {
    top: -36px;
    left: 22px;
    transform: rotate(90deg);
  }
}
@media (max-width: 575px) {
  .service-benefits-section .item-wrap .box {
    margin: 0 7px;
  }
  .cta-content h3 {
    font-size: 20px;
  }
  .why-choose-us .choose-text-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .service-project-gallery .project-card,
  ul.wp-block-latest-posts__list.service-latest-blogs li {
    flex: 0 0 calc(100% - 16px);
    max-width: calc(100% - 16px);
    margin: 10px 8px;
  }
  #technologyTabContent .tab-pane ul li {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .fun-fact-text-inner {
    padding: 10px 4px;
  }
  .fun-fact-box-inner .fun-fact-box {
    margin: 5px 0;
  }
  .fun-fact-box-in-left .fun-fact-box:nth-child(1) {
    margin-top: 0;
  }
  .inner-service-industries li.industries-item {
    font-size: 14px;
  }
  .inner-service-industries ul.industries-items {
    gap: 5px;
  }
  .inner-service-industries .item-wrap {
    padding: 5px 10px 5px 5px;
  }
  .infotechno-contact-us-bg {
    padding: 15px 20px 20px;
  }
}
@media (max-width: 479px) {
  .lets-start-section {
    min-height: 520px;
  }
  .row.timeline-row .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-pages-wrap .h1 {
    font-size: 46px !important;
  }
  .services-pages-wrap .h2 {
    font-size: 36px !important;
  }
  .services-pages-wrap .h3,
  h2.heading.h3 {
    font-size: 32px !important;
  }
  .services-pages-wrap .h4 {
    font-size: 30px !important;
  }
  #technologyTabContent .tab-pane ul li {
    flex: 0 0 95px;
    max-width: 95px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-pages-wrap .h1 {
    font-size: 40px !important;
  }
  .services-pages-wrap .h2 {
    font-size: 36px !important;
  }
  .services-pages-wrap .h3,
  h2.heading.h3 {
    font-size: 28px !important;
  }
  .services-pages-wrap .h4 {
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .services-pages-wrap .h1 {
    font-size: 34px !important;
  }
  .services-pages-wrap .h2 {
    font-size: 30px !important;
  }
  .services-pages-wrap .h3,
  h2.heading.h3 {
    font-size: 25px !important;
  }
  .services-pages-wrap .h4 {
    font-size: 24px !important;
  }
  .services-pages-wrap .h5 {
    font-size: 18px !important;
  }
}
