.stripe,
h2:after {
  position: absolute;
}
h1 {
  font-size: 42px !important;
  line-height: 54px !important;
}
h2 {
  font-weight: 600 !important;
  color: var(--primary-color);
  position: relative;
  display: inline-block;
}
.stripe span {
  font-size: 24px !important;
}
h5 {
  font-size: 20px !important;
  line-height: 28px !important;
}
.btn-default {
  display: inline-block !important;
}
h1:after,h2:after{
  display: none;
}
#home-banner {
  background-color:var(--light-color);
  background-position: center;
  height:100vh;
  position: relative;
  width: 100%;
  display:flex;
  justify-content:center;
  margin-top:-80px;
  z-index:1;
}
#home-banner:after{
  content:"";
  height:180px;
  background: linear-gradient(180deg , transparent,#ffffff);
  position: absolute;
  width: 100%;
  left:0;
  bottom:0;
}
#home-banner .home-banner-bg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--light-color);;
  box-shadow: 0 0 90px 140px var(--light-color);;
  border-radius: 50%;
}
#home-banner .home-banner-bg .home-banner-content{
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home-banner .home-banner-bg .home-banner-content h1{
  font-size:54px !important;
  line-height:64px !important;
  font-weight:700 !important;
  color: var(--primary-color) !important;
}
#home-banner .home-banner-bg .home-banner-content h1 span{
  color: var(--secondary-color) !important;
}
#home-banner .home-banner-bg .home-banner-content p.banner-desc{
  font-size: 20px !important;
  line-height:26px !important;
  font-weight:400 !important;
  color: var(--dark-color);
  margin:20px 0;
}
.home-grid-container {
  display: grid;
  grid-template-columns: repeat(10, 200px);
  grid-template-rows: repeat(7, 200px);
  width: fit-content;
  border-collapse: collapse;
  justify-content:center;
  overflow: hidden;
}
.home-grid-container  .grid-item {
  width: 200px;
  height: 200px;
  transition: background-color 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  border-left: 1px solid var(--primary-color);
  border-top:1px solid var(--primary-color);
}
.grid-item.stack-count{
  background-color: #e6ecf2 !important;
}
.grid-item.stack-count p{
  font-size:18px;
  line-height:24px;
  margin-top: 4px;
  text-align: center;
  color:#cfd5df;
  font-weight: 600;
  text-transform:uppercase;
}
.grid-item.stack-count span{
  font-size:60px;
  line-height:60px;
  font-weight: 700;
  display:block;
  color:#cfd5df;
}
#home-banner .home-banner-bg  button.banner-btn{
  background-color: transparent !important;
  border: none !important;
  position: absolute;
  bottom:0;
  left:calc(50% - 40px);
}
#home-banner .home-banner-bg button.banner-btn span.arrow-down svg {
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transform: translateY(10px);
  animation: downArrow 1.5s infinite ease;
  -webkit-animation: downArrow 1.5s infinite ease;
  -moz-animation: downArrow 1.5s infinite ease;
  -o-animation: downArrow 1.5s infinite ease;
}
@keyframes downArrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*******Home Sec2*********/

#home-sec2 {
  padding: 80px 0;
}
#home-sec2 .col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#home-sec2 .col-right > div {
  padding: 0 8rem 0 3rem;
  border-left: 2px solid var(--secondary-color);
}
#home-sec2 p {
  padding-top: 20px;
}
#home-sec2 h2{
  color: var(--primary-color);
  text-align:left;
  margin-bottom:24px;
}
#home-sec2 h2:after{
  margin-left:0;
}
#home-sec2 span {
  font-size: 20px !important;
  line-height: 28px !important;
  color: var(--dark-color);
  font-weight: 700 !important;
  display:  block !important;
}
/*********Sec 6 Css*****/

/*****Home section10******/
#home-sec10 {
  padding:0px 80px 80px 80px;
}
#home-sec10 h2{
  font-size: 48px !important;
  line-height:60px !important;
} 
#home-sec10 .customBtn{
   min-width:250px; 
}
#home-sec10 .home-blog-content {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap:24px;
}
#home-sec10 .home-blog-content .home-blog-first {
  grid-row: span 2;
}
#home-sec10  .home-blog-content .home-blog-second {
  grid-column: span 1;
}
#home-sec10 .home-blog-content  .home-blog-third {
  grid-column: span 1;
  grid-row: span 1;
}
.home-industry-sec .main-solution {
  padding-bottom: 160px !important;
}
#home-sec10 .home-blog-content .home-blog-first img{
  width: 100%;
  border-radius: 15px;
}
#home-sec10 .home-blog-content .home-blog-first h3{
  font-size:28px !important;
  line-height:40px !important;
  font-weight:500 !important;
  color: var(--dark-color) !important;
  margin:24px 0 16px 0;
  max-width: 700px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home-sec10 .home-blog-content .home-blog-first p{
  font-size: 18px;
  line-height:28px;
  max-width:700px;
}
#home-sec10 .home-blog-content .home-blog-right a .home-blog-img{
  width:calc(40% - 8px);
   height: 100%;
}
#home-sec10 .home-blog-content .home-blog-right a .home-blog-img img{
  width:100%;
  height: 100%;
  object-fit:cover;
  border-radius:15px;
}
#home-sec10 .home-blog-content .home-blog-right a .home-blog-inner-content{
   width:calc(60% - 8px);
}
#home-sec10 .home-blog-content  span.home-blog-btn{
  font-size: 16px;
  line-height: 24px;
  border: 1px solid var(--dark-color);
  background-color: var(--transparent-color);
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-top: 16px;
  color: var(--dark-color);
  position: relative;
}
#home-sec10 .home-blog-content span.home-blog-btn strong{
  width:40px;
  height: 40px;
  background-color:var(--light-color);
  border-radius:50%;
  display:inline-block;
  padding:6px;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right:6px;
}
#home-sec10 .home-blog-content span.home-blog-btn strong img{
  width:100%;
}
#home-sec10 .home-blog-content .home-blog-right a{
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  height: 100%;
  flex-wrap: wrap;
} 
#home-sec10 .home-blog-content .home-blog-right a h3{
  font-size: 24px !important;
  line-height:32px !important;
  font-weight: 500 !important;
  color: var(--dark-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*****Home Software Services*****/

/***Tech Stack****/
.services-sec3 {
  padding: 80px 0;
}
.services-sec3 .container {
  max-width: 1500px !important;
}
.services-sec3 #techStackTab {
  position: relative;
  scroll-snap-type: x mandatory;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: unset;
  height: 100%;
}
.services-sec3 #techStackTab div a {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.services-sec3 #techStackTab div {
  width: auto;
  padding: 0.5rem 0;
  text-align: center;
  position: relative;
}
.services-sec3 * {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.services-sec3 #techStackTab div a.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: var(--secondary-color);
  transition: all 0.5s;
  z-index: 1;
}
.services-sec3 .scroll-off {
  width: 100%;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
}
.services-sec3 .scroll-off:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: var(--thin-primary-color);
  height: 2px;
  width: 100%;
}
.swiper-slide {
  overflow: hidden;
}
/****Home portfolio slider*****/

/*****Services Section*****/
.home-software-services-sec .services-tabs{
  display:flex;
  flex-wrap:wrap;
}
.home-software-services-sec .services-tabs .col-left,.home-software-services-sec .services-tabs .col-right{
  width:50%;
}
.home-software-services-sec .services-tabs h2{
  font-size:48px !important;
  line-height:60px !important;
  padding:16px 40px;
}
.home-software-services-sec .services-tabs h2:after{
  display: none;
}
.home-software-services-sec .services-tabs .nav.nav-tabs{
  flex-direction:column;
  border: none;
}
.home-software-services-sec .services-tabs .nav.nav-tabs button{
   font-size: 32px;
   line-height:40px;
   border: none;
   text-align:left;
    background: transparent;
   border-bottom:1px solid var(--lightGrey-color);
   padding:16px 40px;
   width:100%;
   display:block;
}
.home-software-services-sec .services-tabs .col-right{
  background-color: var(--thin-grey-color);
  padding:40px 40px 80px 40px;
}
.home-services-top-content h3{
  font-size: 32px !important;
  line-height:40px !important;
  font-weight:600 !important;
  margin-bottom:24px;
}
.home-services-top-content p{
  font-size:20px;
  line-height:30px;
}
.home-services-bottom-content{
  margin-top:24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.home-services-bottom-content .list-item{
  width:calc(50% - 8px);
  border: 1px solid var(--lightGrey-color);
  padding:16px;
  position: relative;
  padding-right:48px;
}
.home-services-bottom-content .list-item h4{
   color: var(--dark-color);
   font-weight:600;
}
.home-services-bottom-content .list-item p{
  font-size:18px;
  line-height:28px;
}
#servicesTab div button{
  color: var(--lightGrey-color);
  font-weight:600;
  transition: all 0.3s;
  cursor:pointer;
}
#servicesTab div button.tab-active{
  color:var(--secondary-color);
  transition: all 0.3s;
}
.home-services-bottom-content .list-item.list-item-active{
  width:100%;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:0px;
}
.home-services-bottom-content .list-item.list-item-active img{
  width:calc(50% - 0px);
  height:auto;
  object-fit:cover;
  object-position:top;
}
.home-services-bottom-content .list-item.list-item-active div{
  padding:16px;
  width:calc(50% - 0px);
  padding-right:48px;
  position: relative;
}
.home-services-bottom-content .list-item a{
  position: absolute;
  right:0;
  bottom:0;
  width:40px;
  height:40px;
  padding:6px;
  border-top:1px solid var(--lightGrey-color);
  border-left:1px solid var(--lightGrey-color);
}
.home-services-bottom-content .list-item a img{
  width:100% !important;
  height: 100%;
  transition: all 0.3s;
}
.tech-offer-tab .list-item-active:last-child{
  flex-direction: row-reverse;
}
#services-tabs-content .tab-panel{
  display: none;
}
#services-tabs-content .tab-panel.tab-active{
  display:block;
}
.home-services-bottom-content .list-item a:hover img{
  transform: rotate(45deg);
  transition: all 0.3s;
}
.home-services-bottom-content .list-item:hover{
  box-shadow: 0 4px 12px rgba(8, 46, 181, .12);
  transition: all 0.3s;
}
/****Why zealous****/
.home-why-section{
  padding:80px;
}
.home-why-section .home-why-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.home-why-section .home-why-heading h2{
  font-size:48px !important;
  line-height:60px !important;
  color: var(--primary-color);
  text-align:left;
}
.home-why-section .home-why-heading p{
  max-width:600px;
  color: var(--dark-color);
  font-size: 20px;
  line-height:30px;
}
.home-why-listing{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:24px;
  margin-top:64px;
}
.home-why-listing .box{
  background-color: var(--lightBlue-color);
  padding:32px;
  min-height:350px;
  width:calc(100%/4 - 18px);
}
.home-why-listing .box h3{
  font-size: 28px !important;
  line-height: 36px !important;
  font-weight: 500 !important;
  color: var(--dark-color);
}
.home-why-listing .box h3 span{
  color: var(--secondary-color);
}
.home-why-listing ul{
  margin-top:24px;
}
.home-why-listing ul li{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  margin: 8px 0;
  padding-left: 20px;
}
.home-why-listing ul li:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color:var(--secondary-color);
  left: 0;
  top:8px;
}
/***Solution****/
.home-solution-sec{
  padding:80px;
}
.home-solution-sec .home-solution-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:40px;
}
.home-solution-sec .home-solution-heading h2 {
  font-size: 48px !important;
  line-height: 60px !important;
  color: var(--primary-color);
  text-align: left;
  max-width:550px;
}
.home-solution-sec .home-solution-heading p{
  max-width: 600px;
  font-size:20px;
  line-height:30px;
  color:var(--dark-color);
}
.home-solution-sec .home-solution-swiper .box{
  position:relative;
  display:block
}
.home-solution-sec .home-solution-swiper .box img{
  width:100%;
  height:480px;
  object-fit:cover;
}
.home-solution-sec .home-solution-swiper .box .solution-content  h3{
  font-size: 28px !important;
  line-height: 36px !important;
  font-weight: 500 !important;
  color: var(--light-color);
}
.home-solution-sec .home-solution-swiper .box:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 60.08%);
}
.home-solution-sec .home-solution-swiper .box .solution-content{
  position: absolute;
  bottom:0;
  width:100%;
  left:0;
  padding:24px;
  z-index:10;
}
.home-solution-sec .home-solution-swiper .box .solution-content p{
  font-size: 18px;
  line-height:26px;
  color:var(--light-color);
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(100px);
}
.home-solution-sec .home-solution-swiper .box .solution-content{
  transform: translateY(calc(100% - 120px));
  transition: all 0.3s;
}
.home-solution-sec .home-solution-swiper .box:hover .solution-content {
  transition: all 0.3s;
  transform: translateY(0px);
}
.home-solution-sec .home-solution-swiper .box:hover .solution-content p{
  opacity:1;
  transform: translateY(0);
  transition: all 0.3s;
}
.home-solution-sec .home-solution-swiper .swiper-scrollbar{
  position:static;
  width: calc(100% - 180px) !important;
  background-color: var(--primary-color) !important;
  height:5px;
  opacity:1 !important;
  margin-top:22px;
}
.home-solution-sec .home-solutions-arrows{
  display:flex;
  align-items:center;
  gap:24px;
}
.home-solution-sec .home-solution-swiper .swiper-scrollbar-drag{
  background-color: var(--secondary-color) !important;
}
.home-solutions-arrows .swiper-button-prev,.home-solutions-arrows .swiper-button-next{
  position: static;
  width: 30px  !important;
  height:auto !important;
  margin-top:20px;
}
.home-solutions-arrows .swiper-button-prev svg,.home-solutions-arrows .swiper-button-next svg{
  width:100%;
}
.home-solution-navigation{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
/********Responsive********/
@media (max-width: 1500px) {
  h1,
  h2 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  .stripe span,
  h4 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  h4 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  h5 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .home-blog-sec,
  #home-sec2,
  #home-sec8 .sec8,
  #home-sec9 {
    padding: 60px 0;
  }
  #home-sec2 .col-left img {
    width: 100%;
    height: 100%;
  }
  #home-sec2 .col-right > div {
    padding: 0 5rem 0 2rem;
  }
  #home-sec2 p {
    padding-top: 10px;
  }
  #home-sec8 .sec8 .desktop-solution .box {
    padding: 0 5px;
  }
  .home-industry-sec .main-solution {
    padding-bottom: 140px !important;
  }
  .services-sec3 #techStackTab div a {
    font-size: 15px;
    line-height: 22px;
  }
  .home-software-services-sec .services-tabs .col-left{
    width:40%;
  }
.home-software-services-sec .services-tabs .col-right{
  width:60%;
}
.home-software-services-sec .services-tabs .nav.nav-tabs button{
  font-size:28px;
  line-height:36px;
  padding:16px 24px;
}
.home-software-services-sec .services-tabs h2 {
  font-size: 48px !important;
  line-height: 60px !important;
  padding: 16px 24px;
}


/******Banner Css****/
.home-grid-container {
  grid-template-columns: repeat(10, 150px);
  grid-template-rows: repeat(7, 150px);
}
.home-grid-container  .grid-item {
  width: 150px;
  height: 150px;
}
.grid-item.stack-count span {
  font-size: 42px;
  line-height: 42px;
}
.grid-item.stack-count p {
  font-size: 16px;
  line-height: 20px;
}
#home-banner .home-banner-bg .home-banner-content h1 {
  font-size: 48px !important;
  line-height: 56px !important;
}
#home-banner .home-banner-bg .home-banner-content p.banner-desc {
  font-size: 18px !important;
  line-height: 24px !important;
}
#home-banner .home-banner-bg{
  width:500px;
  height:500px;
  box-shadow: 0 0 80px 100px var(--light-color);
}
/***home why***/
.home-why-listing .box{
  padding:24px;   
  min-height:300px;
  width: calc(100% / 4 - 14px);
}
.home-why-listing .box li{
  font-size:16px;
  line-height:24px;
}
.home-why-listing .box h3 {
  font-size: 20px !important;
  line-height: 28px !important;
}
.home-why-listing {
  gap: 18px;
  margin-top: 40px;
}
.home-why-section .home-why-heading p {
    font-size: 16px;
    line-height: 24px;
}
.home-solution-sec,.home-why-section {
  padding:60px 40px;
}
#home-sec10{
  padding:0px 40px 60px 40px;
}
#home-sec10 .home-blog-content .home-blog-first h3 {
  font-size: 24px !important;
  line-height: 36px !important;
}
#home-sec10 .home-blog-content .home-blog-right a h3 {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
}
#home-sec10 .home-blog-content .home-blog-first p{
  font-size: 16px;
  line-height:26px;
}
#home-sec10 .customBtn {
  min-width: 200px;
}
#home-sec10 .home-blog-content p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.home-solution-sec .home-solution-heading h2,.home-why-section .home-why-heading h2{
  font-size: 42px !important;
  line-height:54px !important;
}
.home-solution-sec .home-solution-heading p {
  max-width: 480px;
  font-size: 16px;
  line-height: 24px;
}
.home-solution-sec .home-solution-swiper .box .solution-content h3 {
  font-size: 20px !important;
  line-height: 28px !important;
}
.home-solution-sec .home-solution-swiper .box .solution-content{
  padding:16px;
}
.services-sec3{
  padding:60px 0;
}

.home-services-top-content p ,.home-solution-sec .home-solution-swiper .box .solution-content p{
  font-size:16px;
  line-height:24px;
}
}
@media (max-width: 1366px) {
  #home-sec2 .col-right > div {
    padding: 0 2rem;
  }
  .home-software-services-sec .services-tabs .nav.nav-tabs button {
    font-size: 24px;
    line-height: 32px;
  }
  #home-banner{
    margin-top:-72px;
  }
  .home-why-listing .box{
    min-height:350px;
    height:100%;
  }
}
@media (max-width: 1200px) {
  .services-sec3 #techStackTab div a {
    font-size: 14px;
    line-height: 21px;
  }
  h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .home-blog-sec,
  #home-sec2 {
    padding: 50px 0;
  }
  .home-why-section {
    padding: 60px 20px;
  }
  .home-solution-sec,.home-why-section{
    padding:60px 20px;
  }
  #home-sec10{
    padding:0px 20px 60px 20px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
  }

  #home-sec2 .col-left {
    margin: 0rem auto 1.5rem;
  }
  #home-sec8,
  #home-sec8 .sec8 .container {
    padding: 0;
  }
  .stripe {
    background: #191b1d78;
  }
  #home-sec9 .heading {
    max-width: 100%;
    text-align: center;
  }
  #home-sec9 h2:after {
    left: calc(50% - 28px) !important;
  }
  #home-sec8 .solution-heading:after {
    height: 120px;
  }
  .footer-map-mobile ul li span {
    display: block;
    padding: 0.5rem 0;
    color: var(--light-color);
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
  }
  #home-sec2 span {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .services-sec3 {
    padding: 50px 0;
  }
  .services-sec3 #techStackTab {
    flex-wrap: inherit;
  }
  .services-sec3 #techStackTab div {
    width: auto;
    min-width: 180px;
  }
  .services-sec3 .scroll-off:after{
    width: 1580px;
  }
  .scroll-on a {
    min-width: 170px;
    scroll-snap-align: start;
    line-height: 1;
    width: 100%;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
  }
  .scroll-on::-webkit-scrollbar {
    height: 0px;
  }
  .home-software-services-sec .scroll-off {
      width: 100%; 
      overflow-x: hidden; 
      overflow-y: clip; 
      position: relative;
  }
  .home-software-services-sec .services-tabs .col-left, .home-software-services-sec .services-tabs .col-right{
    width:100%;
  }
  .home-software-services-sec #servicesTab {
    width: 1200px;
  }
  .home-software-services-sec .services-tabs .nav.nav-tabs button {
    font-size:18px;
    line-height: 26px;
  }
  .home-software-services-sec .services-tabs .nav.nav-tabs{
    flex-direction:row;
  }
  .home-software-services-sec .services-tabs h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    padding: 10px 16px;
  }
  .home-software-services-sec .services-tabs .col-right{
    padding:32px 16px;
  }
  .home-software-services-sec{
    padding:50px 0;
  }
  .home-services-bottom-content .list-item p{
    font-size:14px;
    line-height:21px;
  }
  .home-why-listing .box {
    width: calc(100% / 2 - 9px);
  } 
  #home-sec10 .home-blog-content {
    grid-auto-flow: dense;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
  .home-solution-sec,.home-why-section {
    padding:50px 20px;
  }
  #home-sec10{
    padding:0px 20px 50px 20px;
  }
  .home-solution-sec .home-solution-heading,.home-why-section .home-why-heading{
    flex-wrap:wrap;
  }
  .home-solution-sec .home-solution-heading h2,.home-why-section .home-why-heading h2,#home-sec10 h2{
    font-size: 36px !important;
    line-height: 48px !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  h4 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  h5 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .home-blog-sec,
  #home-sec2,
  .services-sec3 {
    padding: 40px 0;
  }
  #home-sec2 p {
    padding-top: 0;
  }
  #home-sec8 .solution-heading:after {
    left: calc(50% - 225px);
    width: 450px;
  }
  .client-designation {
    font-size: 12px !important;
    line-height: 18px !important;
    display: block;
  }
  #home-sec2 span {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 8px !important;
    display: inline-block;
  }
  .home-industry-sec .main-solution {
    padding-bottom: 120px !important;
  }
  .ticker-slider-sec {
    padding: 40px 0 20px;
  }
  .home-services-bottom-content .list-item p{
    font-size:14px !important;
    line-height:21px !important;
  }

  .home-services-top-content p{
    font-size: 14px !important;
    line-height:21px !important;
  }
  .home-software-services-sec{
    padding:40px 0;
  }
  
  /****Banner Css***/
  #home-banner .home-banner-bg {
    width: 330px;
    height: 260px;
    box-shadow: 0 0 60px 70px var(--light-color);
  }
  #home-banner .home-banner-bg .home-banner-content h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  #home-banner .home-banner-bg .home-banner-content p.banner-desc {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .home-grid-container .grid-item {
    width: 120px;
    height: 120px;
  }
  .home-grid-container {
    grid-template-columns: repeat(7, 120px);
    grid-template-rows: repeat(10, 120px);
  }
  /* Remove outer border */
.home-grid-container   .grid-item:nth-child(7n) { border-right: none; }  /* Remove right border of last column */
.home-grid-container   .grid-item:nth-last-child(-n+7) { border-bottom: none; } /* Remove bottom border of last row */
 .home-grid-container .grid-item:nth-child(n+1):nth-child(-n+7) { border-top: none; } /* Remove top border of first row */
.grid-item:nth-child(7n+1) { border-left: none; } /* Remove left border of first column */
.home-grid-container .grid-item.desktop-stack-count {
  background-color:transparent !important;
}
.desktop-stack-count span,.desktop-stack-count p{
  display: none !important;
}
.grid-item.stack-count span {
  font-size: 32px;
  line-height: 32px;
}
.grid-item.stack-count p {
  font-size: 14px !important;
  line-height: 18px !important;
}
.home-grid-container .grid-item {
  border-left: 1px solid rgb(13 47 93 / 50%);
  border-top: 1px solid rgb(13 47 93 / 50%);
}
#home-banner .home-banner-bg button.banner-btn{
  bottom:-120px;
}
.home-solution-sec,.home-why-section {
  padding:40px 20px;
}
.home-solutions-arrows .swiper-button-prev, .home-solutions-arrows .swiper-button-next {
  width: 24px !important;
}
.home-solution-sec .home-solution-swiper .swiper-scrollbar {
  width: calc(100% - 120px) !important;
}
.home-solution-sec .home-solution-heading h2,.home-why-section .home-why-heading h2,#home-sec10 h2{
  font-size: 32px !important;
  line-height: 40px !important;
}
#home-sec10 .home-blog-content .home-blog-right a .home-blog-img img,#home-sec10 .home-blog-content .home-blog-first img{
  border-radius:10px;
}
#home-sec10{
  padding:0px 20px 40px 20px;
}
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  h4 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  h5 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .btn-default,
  .stripe span {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  #home-sec8 .solution-heading:after {
    left: calc(50% - 175px);
    width: 350px;
  }
  #home-sec2 .col-right > div {
    padding: 0 1rem;
  }
  .stripe {
    width: 100%;
    text-align: center;
    z-index: 10;
  }
  #home-sec8 .sec8 .desktop-solution {
    padding-top: 10px;
  }
  .footer-map-mobile ul li span {
    display: block;
    padding: 0.5rem 0;
    color: var(--light-color);
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 22px !important;
  }
  #home-sec8 .sec8 .desktop-solution .box {
    min-height: 320px;
  }
  .home-services-bottom-content .list-item.list-item-active{
    flex-direction:column;
  }
  .home-services-bottom-content .list-item.list-item,.home-services-bottom-content .list-item.list-item-active img,.home-services-bottom-content .list-item.list-item-active div{
    width:100%;
  }
  .home-software-services-sec .services-tabs .nav.nav-tabs button{
    padding: 12px;
  }
  .home-software-services-sec #servicesTab {
    width: 1120px;
  }
  .home-software-services-sec .services-tabs h2 {
    font-size: 32px !important;
    line-height: 40px !important;
    padding: 8px 16px;
  }
  .home-services-top-content h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 12px;
  }
  .home-services-bottom-content .list-item p,.home-services-top-content p{
    font-size:14px !important;
    line-height:21px !important;
  }
  #home-banner{
    margin-top:-65px;
  }
  #home-banner .home-banner-bg {
    width: 100%;
    padding: 0 8px;
  }
  #home-sec10 .home-blog-content .home-blog-right a .home-blog-img,#home-sec10 .home-blog-content .home-blog-right a .home-blog-inner-content{
     width:100%;
  }
  #home-sec10 .home-blog-content .home-blog-right a .home-blog-img{
    height:auto;
  }
  #home-sec10 .home-blog-content .home-blog-first h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .home-why-listing .box{
    width:100%;
  }
  .home-why-listing {
    gap:16px;
    margin-top:24px;
  }
  .home-why-listing .box {
    min-height: 300px;
  }
  .home-solution-sec .home-solution-swiper .box img {
    height: 380px;
  }
}
@media (max-width: 400px) {
  h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  h4 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  h5 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .home-blog-sec .row p,
  .btn-default {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  #home-sec8 .solution-heading:after {
    left: calc(50% - 140px);
    width: 280px;
  }
  .stripe span {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  #home-banner{
    margin-top:-54px;
  }
}
@media (min-width: 990px) {
  .first-item {
    display: none !important;
  }
}
@media(min-width:768px){
  /* Remove outer border */
.home-grid-container   .grid-item:nth-child(10n) { border-right: none; }  /* Remove right border of last column */
.home-grid-container   .grid-item:nth-last-child(-n+10) { border-bottom: none; } /* Remove bottom border of last row */
 .home-grid-container .grid-item:nth-child(n+1):nth-child(-n+10) { border-top: none; } /* Remove top border of first row */
.grid-item:nth-child(10n+1) { border-left: none; } /* Remove left border of first column */
.home-grid-container .grid-item.mobile-stack-count {
  background-color:transparent !important;
}
.mobile-stack-count span,.mobile-stack-count p{
  display: none !important;
}
}
