.ppc-lga-banner {
  padding: 60px 0 100px 0;
  background: #ffffff;
}

@media (max-width: 767px) {
  .ppc-lga-banner {
    padding: 30px 0 60px;
  }
}

.ppc-lga-banner .text-cont .hash-tag {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  display: inline-block;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .ppc-lga-banner .text-cont .hash-tag {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
  }
}

.ppc-lga-banner .text-cont h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  color: #323232;
}

@media (max-width: 767px) {
  .ppc-lga-banner .text-cont h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.ppc-lga-banner .text-cont p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #000000c9;
  margin: 10px 0 20px;
}

.ppc-lga-banner .faster-delivery h2 {
  font-size: 22px;
  font-weight: 900;
  line-height: 27px;
  color: #252525;
  margin-bottom: 15px;
}

.ppc-lga-banner .faster-delivery ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 767px) {
  .ppc-lga-banner .faster-delivery ul {
    flex-wrap: wrap;
  }
}

.ppc-lga-banner .faster-delivery ul li {
  position: relative;
  background-color: white;
  border-radius: 20px;
  padding: 23px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: calc(33.33% - 14px);
  box-shadow: 9px 13px 33px 0px rgba(0, 0, 0, 0.0392156863);
}

@media (max-width: 767px) {
  .ppc-lga-banner .faster-delivery ul li {
    max-width: 100% !important;
  }
}

.ppc-lga-banner .faster-delivery ul li img {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .ppc-lga-banner .faster-delivery ul li img {
    margin: 0 auto 10px;
  }
}

.ppc-lga-banner .faster-delivery ul li h3 {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  color: #252525;
}

@media (max-width: 767px) {
  .ppc-lga-banner .faster-delivery ul li h3 {
    text-align: center;
  }
}

.ppc-lga-banner .get-a-quote {
  margin: 25px 0 12px;
}

.ppc-lga-banner .bottom-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #7c7c7c;
}

.ppc-lga-banner .img-cont {
  text-align: center;
}

@media (max-width: 767px) {
  .ppc-lga-banner .img-cont {
    display: none;
  }
}

.get-a-quote {
  width: auto !important;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 100px;
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

@media (max-width: 767px) {
  .get-a-quote {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
  }
}

.get-a-quote::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  transform: scaleY(0);
  transform-origin: top;
  z-index: -1;
  transition: transform 0.4s;
}

.get-a-quote:hover::before {
  transform: scaleY(1);
}

.section-heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
  color: #000000;
}

.section-heading2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
  color: #000000;
  padding-top: 59px;
}

.section-heading1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.section-heading span {
  font-size: inherit;
  line-height: inherit;
  color: #77a602;
}

.section-para {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding-top: 10px;
  color: #000000e5;
  /* color: #7c7c7c; */
}

/* .banner-logos-sec {
  padding-bottom: 50px;
} */
/* @media (max-width: 767px) {
  .banner-logos-sec {
    padding-bottom: 30px;
  }
} */
.banner-logos-sec .cont-wraper {
  padding: 60px 70px 70px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 20px;
  margin: -50px 0;
  z-index: 999;
  position: relative;
  /* border-bottom: 8px solid #2a2a2a; */
}

@media (max-width: 767px) {
  .banner-logos-sec .cont-wraper {
    padding: 40px 20px 40px;
  }
}

.banner-logos-sec .banner-logos-slider {
  margin-top: 40px;
}

.banner-logos-sec .banner-logos-slider .owl-stage {
  display: flex;
  align-items: center;
}

.banner-logos-sec .banner-logos-slider .owl-stage .item img {
  width: auto;
  margin: 0 auto;
}

.mobile_dev_service_we_offer .responsive-tabs {
  margin-top: 3rem;
}

.mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item .nav-link {
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item .nav-link span {
  font-size: 13px;
  font-weight: bold;
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-body {
  padding: 80px;
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-body .img_content {
  text-align: center;
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-body .img_content img {
  position: static;
}

@media (max-width: 767px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-body .img_content img {
    margin-top: 30px;
  }

  .mobile_dev_service_we_offer .responsive-tabs .card .card-body {
    padding: 20px;
  }
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  color: #fff;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content h3 {
    font-size: 34px;
    line-height: 42px;
  }
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content p {
  padding: 0;
  margin: 1rem 0 3rem;
}

@media (max-width: 767px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.story-sec {
  padding: 35px 0 50px;
  background-color: #083e6b;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .story-sec {
    padding: 50px 0 40px;
  }
}

.story-sec .story-lists-box {
  padding: 50px;
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .story-sec .story-lists-box {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .story-sec .story-lists-box {
    padding: 30px;
    border-radius: 20px;
  }
}

.story-sec .story-lists-box.light {
  /* box-shadow: 9px 15px 32px 0px rgba(225, 225, 225, 0.3019607843); */
  background: #062f51;
}

@media (max-width: 991px) {
  .story-sec .story-lists-box.light {
    margin-bottom: 40px;
  }

  .first-section {
    justify-content: space-between;
    padding: 0 30px;
  }
}

.story-sec .story-lists-box.light li {
  /* background: linear-gradient(180deg, #f9fff0 0%, #77a602 48%, #f9fff0 100%); */
  box-shadow: 9px 13px 33px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 1px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .story-sec .story-lists-box.light li {
    border-radius: 15px;
  }
}

.story-sec .story-lists-box.light li .cont {
  padding: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: inherit;
}

@media (max-width: 1399px) {
  .story-sec .story-lists-box.light li .cont {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .story-sec .story-lists-box.light li .cont {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .story-sec .story-lists-box.light li .cont {
    gap: 20px;
    padding: 15px;
  }
}

.story-sec .story-lists-box.light li .cont span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #252525;
}

@media (max-width: 1199px) {
  .story-sec .story-lists-box.light li .cont span {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .story-sec .story-lists-box.light li .cont span {
    font-size: 14px;
    line-height: 20px;
  }
}

.story-sec .story-lists-box.light li:not(:last-child) {
  margin-bottom: 15px;
}

.story-sec .story-lists-box.dark {
  background: #ffffff21;
}

.story-sec .story-lists-box.dark li {
  border: 1px solid #c3c3c3;
  box-shadow: 9px 13px 33px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .story-sec .story-lists-box.dark li {
    border-radius: 15px;
  }
}

.story-sec .story-lists-box.dark li .cont {
  padding: 20px;
  /* background: linear-gradient(
    90deg,
    rgba(43, 43, 43, 0.09) 0%,
    rgba(145, 145, 145, 0.09) 100%
  ); */

  background-color: #000000bf;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: inherit;
}

@media (max-width: 1399px) {
  .story-sec .story-lists-box.dark li .cont {
    padding: 20px 30px;
  }
}

@media (max-width: 767px) {
  .story-sec .story-lists-box.dark li .cont {
    gap: 20px;
    padding: 15px 20px;
  }
}

.story-sec .story-lists-box.dark li .cont span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

@media (max-width: 1199px) {
  .story-sec .story-lists-box.dark li .cont span {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .story-sec .story-lists-box.dark li .cont span {
    font-size: 14px;
    line-height: 20px;
  }
}

.story-sec .story-lists-box.dark li:not(:last-child) {
  margin-bottom: 15px;
}

.portfolio-sec {
  padding: 40px 0 60px 30px;
}

@media (max-width: 991px) {
  .portfolio-sec {
    padding: 0 0 30px 0;
  }
}

.portfolio-sec .text-content {
  margin-bottom: 40px;
}

.portfolio-sec .slider-wraper {
  position: relative;
}

.portfolio-sec .protfolio-slider .owl-stage-outer {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .portfolio-sec .protfolio-slider .owl-stage-outer {
    margin-bottom: 15px;
  }
}

.portfolio-sec .protfolio-slider .item {
  padding: 50px;
}

@media (max-width: 1199px) {
  .portfolio-sec .protfolio-slider .item {
    padding: 70px 20px 0 50px;
  }
}

@media (max-width: 991px) {
  .portfolio-sec .protfolio-slider .item {
    padding: 70px 50px 0 50px;
  }
}

@media (max-width: 767px) {
  .portfolio-sec .protfolio-slider .item {
    padding: 50px 10px 0 10px;
  }
}

.portfolio-sec .protfolio-slider .item .tags {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 20px 0 40px;
}

.portfolio-sec .protfolio-slider .item .tags li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding: 9px 30px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
}

.portfolio-sec .protfolio-slider .item .text-cont {
  margin-bottom: 50px;
}

.portfolio-sec .protfolio-slider .item .text-cont h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 67px;
  letter-spacing: -0.9408974051px;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .portfolio-sec .protfolio-slider .item .text-cont h2 {
    font-size: 38px;
    line-height: 55px;
  }
}

.portfolio-sec .protfolio-slider .item .text-cont p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  margin-bottom: 55px;
}

.portfolio-sec .protfolio-slider .item .text-cont .get-a-quote {
  font-size: 16px;
  line-height: 20px;
  background: #fff;
  color: #000 !important;
}

.portfolio-sec .protfolio-slider .item .text-cont .get-a-quote::before {
  display: none;
}

.portfolio-sec .protfolio-slider .item img {
  margin: 0 auto;
  width: auto;
  max-height: 400px;
}

.portfolio-sec .protfolio-slider .item .ecom {
  padding-bottom: 20px;
}

.portfolio-sec .protfolio-slider .item .ecom .ecom-img {
  border-radius: 5px;
}

@media (max-width: 767px) {
  .portfolio-sec .protfolio-slider .item img {
    min-height: auto;
    max-height: 200px;
    padding-bottom: 20px;
  }
}

.portfolio-sec .protfolio-slider .helpp {
  background: #00a7f4;
}

.portfolio-sec .protfolio-slider .maids {
  background: linear-gradient(256.46deg, #030baa 0.48%, #0c104d 100.01%);
}

.portfolio-sec .protfolio-slider .kitty-app {
  background: linear-gradient(257.8deg, #262626 5.24%, #0f0f0f 100%);
}

.portfolio-sec .protfolio-slider .owl-nav {
  position: absolute;
  right: 37.5%;
  bottom: -15px;
}

@media (max-width: 1599px) {
  .portfolio-sec .protfolio-slider .owl-nav {
    right: 34.5%;
  }
}

@media (max-width: 1399px) {
  .portfolio-sec .protfolio-slider .owl-nav {
    right: 30.5%;
  }
}

@media (max-width: 1199px) {
  .portfolio-sec .protfolio-slider .owl-nav {
    right: 25.5%;
  }
}

@media (max-width: 767px) {
  .portfolio-sec .protfolio-slider .owl-nav {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
}

.portfolio-sec .protfolio-slider .owl-nav button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-left: 10px;
  transition: 0.4s;
}

.portfolio-sec .protfolio-slider .owl-nav button:hover {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
}

.portfolio-sec .protfolio-slider .owl-nav button:hover svg path {
  fill: #fff;
}

@media (max-width: 767px) {
  .portfolio-sec .protfolio-slider .owl-nav button {
    width: 40px;
    height: 40px;
  }
}

.portfolio-sec .protfolio-slider .owl-dots {
  text-align: center;
}

.portfolio-sec .protfolio-slider .owl-dots .owl-dot {
  width: 50px;
  height: 3px;
  background: #ccc !important;
  display: inline-block;
  vertical-align: middle;
}

.portfolio-sec .protfolio-slider .owl-dots .owl-dot.active {
  width: 30px;
  height: 8px;
  background: #a8c401 !important;
  display: inline-block;
  border-radius: 10px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.portfolio-sec .owl-counter {
  position: absolute;
  z-index: 999;
  bottom: -3px;
  right: 45.2%;
  display: flex;
  justify-content: space-between;
  width: 170px;
  background: 0 0;
  align-items: center;
  pointer-events: none;
}

@media (max-width: 1599px) {
  .portfolio-sec .owl-counter {
    right: 44%;
  }
}

@media (max-width: 1399px) {
  .portfolio-sec .owl-counter {
    right: 42.5%;
  }
}

@media (max-width: 1199px) {
  .portfolio-sec .owl-counter {
    right: 40.5%;
  }
}

@media (max-width: 767px) {
  .portfolio-sec .owl-counter {
    width: 190px;
    right: 0;
    left: 6em;
    display: none;
  }
}

.portfolio-sec .owl-counter span {
  font-weight: 500;
  font-size: 20px;
  color: #000;
}

.portfolio-sec .owl-counter span:first-child {
  transform: translateX(-10px);
}

.top-talent-sec {
  padding: 80px 0;
  background: #083e6be5;
}

@media (max-width: 767px) {
  .top-talent-sec {
    padding: 60px 0;
  }
}

.top-talent-sec .text-cont {
  /* padding-bottom: 50px; */
}

.top-talent-sec .text-cont .section-heading {
  color: #fff;
}

.top-talent-sec .text-cont .section-para {
  color: #fff;
}

.top-talent-sec .text-box {
  /* padding: 40px 30px; */
  text-align: center;
}

/* .top-talent-sec .text-box h3 {
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  margin-bottom: 12px;
} */
/* .top-talent-sec .text-box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
} */
.top-talent-sec .text-box p:last-child {
  margin-bottom: 0;
}

.top-talent-sec .text-box p strong {
  font-weight: 500;
}

.top-talent-sec .mid-level {
  /* border: 1px solid rgba(233, 233, 233, 0.5);
  max-width: 450px;
  height: 150px;
  border-radius: 26px ;
  background: rgba(61, 61, 61, 0.5); */
}

@media (max-width: 991px) {
  .top-talent-sec .mid-level {
    border-right: 1px solid rgba(233, 233, 233, 0.5);
    border-radius: 20px;
  }
}

.top-talent-sec .architech-level {
  padding: 30px 30px;
  background: linear-gradient(180deg, #ffffff 0%, white 100%);
  box-shadow: 9.56px 13.81px 66.93px 0px rgba(0, 0, 0, 0.1098039216);
  position: relative;
  border-radius: 20px 0px 20px 0px;
}

@media (max-width: 991px) {
  .top-talent-sec .architech-level {
    margin: 30px 0;
  }
}

.top-talent-sec .architech-level img {
  display: block;
  margin: 0 auto 10px;
}

.top-talent-sec .architech-level h3,
.top-talent-sec .architech-level p {
  color: #020000;
}

.top-talent-sec .hourly-rate {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  border-radius: 0 24px 24px 0;
}

@media (max-width: 991px) {
  .top-talent-sec .hourly-rate {
    border-radius: 20px;
  }
}

.top-talent-sec .hourly-rate span {
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  color: #fff;
  margin-bottom: 6px;
}

.top-talent-sec .hourly-rate h4 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  filter: drop-shadow(5px 6px 4px rgba(0, 0, 0, 0.1215686275));
}

.top-talent-sec .btn-box {
  margin-top: 70px;
}

@media (min-width: 992px) {
  .top-talent-sec .btn-box a.get-a-quote {
    width: 18rem !important;
  }
}

@media (max-width: 767px) {
  .top-talent-sec .btn-box {
    margin-top: 50px;
  }
}

.tech-stack {
  padding: 100px 0;
}

@media (max-width: 1199px) {
  .tech-stack {
    padding: 70px 0 20px;
  }
}

@media (max-width: 767px) {
  .tech-stack {
    padding: 50px 0;
  }
}

.clients-testimonial {
  position: relative;
  padding: 70px 0 60px;
  margin-top: 60px;
  background: linear-gradient(270deg, #323232 96%, #292929 90%);
}

@media (max-width: 767px) {
  .clients-testimonial {
    margin-top: 0;
    padding: 50px 0 50px;
  }
}

.clients-testimonial::after {
  content: "";
  width: 12px;
  height: 100%;
  /* background: linear-gradient(359.88deg, #d1dd00 -6.39%, #0a67b5 98.12%); */
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .clients-testimonial .text-cont {
    margin-bottom: 40px;
  }
}

.clients-testimonial .text-cont h2.section-title {
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0;
}

@media (max-width: 1199px) {
  .clients-testimonial .text-cont h2.section-title {
    text-align: center;
  }
}

.clients-testimonial .text-cont .section-para {
  color: #fff;
  text-align: left;
}

@media (max-width: 1199px) {
  .clients-testimonial .text-cont .section-para {
    text-align: center;
  }
}

.clients-testimonial .slid-wrap {
  padding-left: 50px;
}

@media (max-width: 1399px) {
  .clients-testimonial .slid-wrap {
    padding-left: 0;
  }
}

.clients-testimonial .testimonials-carousel .item {
  padding: 15px 35px 28px 25px;
  background: #fff;
  border-radius: 32px;
  margin-left: 60px;
  min-height: 208px;
}

@media (max-width: 1366px) {
  .clients-testimonial .testimonials-carousel .item {
    min-height: 220px;
  }
}

@media (max-width: 991px) {
  .clients-testimonial .testimonials-carousel .item {
    min-height: 225px;
  }
}

@media (max-width: 767px) {
  .clients-testimonial .testimonials-carousel .item {
    margin: 0 15px;
    padding: 15px 20px 25px 25px;
    border-radius: 20px;
  }
}

.clients-testimonial .testimonials-carousel .item.slick-current+.slick-active {
  /* background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%); */
  margin-right: 60px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .clients-testimonial .testimonials-carousel .item.slick-current+.slick-active {
    margin-right: 0;
  }
}

.clients-testimonial .testimonials-carousel .item.slick-current+.slick-active .text h3,
.clients-testimonial .testimonials-carousel .item.slick-current+.slick-active .text span {
  color: #fff;
}

.clients-testimonial .testimonials-carousel .item.slick-current+.slick-active .comment-text {
  color: #fff;
}

.clients-testimonial .testimonials-carousel .item.slick-current+.slick-active+.slick-active {
  margin-bottom: 20px;
}

.clients-testimonial .testimonials-carousel .item .user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.clients-testimonial .testimonials-carousel .item .user-info .image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.clients-testimonial .testimonials-carousel .item .user-info .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clients-testimonial .testimonials-carousel .item .user-info .text h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #0c1300;
}

.clients-testimonial .testimonials-carousel .item .user-info .text span {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  color: #0c1300;
}

.clients-testimonial .testimonials-carousel .item .comment-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
}

.clients-testimonial .btns-box {
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 1599px) {
  .clients-testimonial .btns-box {
    right: 3rem;
  }
}

@media (max-width: 1199px) {
  .clients-testimonial .btns-box {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-top: 60px;
  }
}

.clients-testimonial .btns-box button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 22.97px 0px rgba(0, 0, 0, 0.1019607843);
  background: linear-gradient(270deg, #b1b1b1 -18.33%, #898989 131.11%);
  transition: 0.4s;
}

.clients-testimonial .btns-box button:hover {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
}

@media (max-width: 767px) {
  .clients-testimonial .btns-box button {
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);
  }
}

.here-why-sec {
  background: #fff;
  padding: 80px 0 70px;
  border-bottom: 30px solid #f5f5f5;
}

@media (max-width: 767px) {
  .here-why-sec {
    padding: 50px 0 50px;
  }
}

.here-why-sec .text-cont {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .here-why-sec .inner {
    margin: 0 10px;
  }
}

.here-why-sec .review-carousel .item {
  background: #f7f7f7;
}

@media (max-width: 767px) {
  .here-why-sec .review-carousel .item {
    padding: 15px 15px 15px;
  }
}

.here-why-sec .review-carousel .item h5 {
  font-size: 30px;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: -1.9708334208px;
  color: #000;
  margin-bottom: 6px;
}

@media (max-width: 1199px) {
  .here-why-sec .review-carousel .item h5 {
    font-size: 26px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .here-why-sec .review-carousel .item h5 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
  }
}

.here-why-sec .review-carousel .item h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #323433;
  position: relative;
}

@media (max-width: 767px) {
  .here-why-sec .review-carousel .item h6 {
    font-size: 14px;
    line-height: 20px;
  }
}

.here-why-sec .review-carousel .item h6::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  background: #242071;
  margin-top: 12px;
  position: absolute;
}

@media (max-width: 767px) {
  .here-why-sec .review-carousel .item h6::after {
    position: static;
  }
}

.here-why-sec .review-carousel .item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #323433;
}

@media (max-width: 1199px) {
  .here-why-sec .review-carousel .item p {
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.here-why-sec .review-carousel .item date {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #323433;
  right: 20px;
}

@media (max-width: 767px) {
  .here-why-sec .review-carousel .item date {
    position: static;
    text-align: right;
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
}

.here-why-sec .here-why-img img {
  width: auto;
}

.here-why-sec .features-lists {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 15px;
  /* flex-wrap: wrap; */
  padding-left: 20px;
}

@media (max-width: 767px) {
  .here-why-sec .features-lists {
    padding: 0;
    margin-top: 30px;
  }
}

.here-why-sec .features-lists li {
  padding: 12px 25px;
  border-radius: 11px;
  background: rgba(217, 217, 217, 0.1);
  display: flex;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #252525;
  width: calc(50% - 10px);
  transition: all 0.4s;
}

@media (max-width: 1399px) {
  .here-why-sec .features-lists li {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
  .here-why-sec .features-lists li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .here-why-sec .features-lists li {
    min-height: 60px;
    align-items: center;
  }
}

.here-why-sec .features-lists li:hover {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  box-shadow: 9px 12px 33px 0px rgba(118, 166, 1, 0.4);
  color: #fff;
}

.here-why-sec .features-lists li:hover svg {
  filter: invert(1) brightness(100);
}

@media (max-width: 1199px) {
  .here-why-sec .features-lists li br {
    display: none;
  }
}

.here-why-sec .counter-wraper {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .here-why-sec .counter-wraper {
    margin-top: 10px;
  }
}

.here-why-sec .counter-wraper .counter-box {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  text-align: center;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .here-why-sec .counter-wraper .counter-box {
    margin-top: 20px;
  }
}

.here-why-sec .counter-wraper .counter-box h4 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 1399px) {
  .here-why-sec .counter-wraper .counter-box h4 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .here-why-sec .counter-wraper .counter-box h4 {
    font-size: 40px;
    line-height: 50px;
  }
}

.here-why-sec .counter-wraper .counter-box p {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}

.here-why-sec .counter-wraper .counter-box:hover {
  transition: 0.4s;
  border-color: #e1f973;
  box-shadow: 9px 15px 32px 0px #e1e1e1;
  background: #f9fff0;
}

.startup-sec {
  padding: 100px 0 80px;
  background: linear-gradient(89.68deg, #222222 0.34%, #323232 99.79%);
}

@media (max-width: 1399px) {
  .startup-sec {
    padding: 80px 0 80px;
  }
}

@media (max-width: 767px) {
  .startup-sec {
    padding: 50px 0 50px;
  }
}

.startup-sec .text-cont {
  margin-bottom: 45px;
}

.startup-sec .text-cont .section-heading {
  color: #fff;
}

.startup-sec .text-cont .section-para {
  color: #fff;
}

.startup-sec .list-wraper {
  padding: 0 60px;
}

@media (max-width: 1199px) {
  .startup-sec .list-wraper {
    padding: 0;
  }
}

.startup-sec .list-wraper .list-box {
  padding: 18px 25px;
  border-radius: 10px;
  background: #313131;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .startup-sec .list-wraper .list-box {
    margin-bottom: 15px;
  }
}

/* .startup-sec .list-wraper .list-box:hover { */
/* background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%); */
/* box-shadow: 9px 12px 33px 0px rgba(118, 166, 1, 0.4); */
/* } */
.startup-sec .list-wraper .list-box svg {
  width: 40px;
  height: 40px;
}

.every-step-cards-section {
  padding-block: 80px;
}

@media (max-width: 767px) {
  .every-step-cards-section {
    padding-block: 45px;
  }
}

.every-step-cards-section .text-cont h2.section-heading {
  font-size: 32px;
  line-height: 39.62px;
}

@media (max-width: 767px) {
  .every-step-cards-section .text-cont h2.section-heading {
    font-size: 31px;
    line-height: normal;
  }
}

@media (max-width: 425px) {
  .every-step-cards-section .text-cont h2.section-heading {
    font-size: 30px;
  }
}

@media (max-width: 320px) {
  .every-step-cards-section .text-cont h2.section-heading {
    font-size: 26px;
    line-height: normal;
  }
}

.every-step-cards-section .text-cont p.section-para {
  color: ;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.every-step-cards-section .step-card-wrapper {
  padding: 30px;
  background-color: #F5F5F5;
  border-radius: 28px;
  min-height: 310px;
  box-shadow: 0 4px 4px 0 #00000040;
}

@media (max-width: 1400px) {
  .every-step-cards-section .step-card-wrapper {
    padding: 30px 24px;
  }
}

/* .every-step-cards-section .step-card-wrapper:hover { */
/* box-shadow: 9.75px 13px 35.76px 0px rgba(118, 166, 1, 0.4); */
/* background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%); */
/* } */
/* .every-step-cards-section .step-card-wrapper:hover h3 {
  color: #fff;
}
.every-step-cards-section .step-card-wrapper:hover p {
  color: #fff;
}
.every-step-cards-section .step-card-wrapper:hover svg {
  filter: invert(1) brightness(100);
} */
.every-step-cards-section .step-card-wrapper h3 {
  font-size: 18.77px;
  font-weight: 600;
  line-height: 22.99px;
  color: #083e6b;
}

.every-step-cards-section .step-card-wrapper p {
  font-size: 14.08px;
  font-weight: 400;
  line-height: 16.89px;
  color: #000000;
}

.form-section {
  padding: 90px 0 140px;
}

@media (max-width: 991px) {
  .form-section {
    padding: 70px 0 110px;
  }
}

@media (max-width: 767px) {
  .form-section {
    padding-block: 45px;
  }
}

.form-section h2.section-heading {
  font-weight: 400;
  line-height: 54.18px;
  text-align: start;
  color: #fff;
  font-size: 45px;
}

.form-section h2.section-heading span {
  font-weight: 800;
  line-height: 46.65px;
  color: #fff;
}

@media (max-width: 1399px) {
  .form-section h2.section-heading {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 1199px) {
  .form-section h2.section-heading {
    line-height: 40px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .form-section h2.section-heading {
    font-size: 31px;
    line-height: normal;
  }
}

@media (max-width: 425px) {
  .form-section h2.section-heading {
    font-size: 30px;
  }
}

@media (max-width: 320px) {
  .form-section h2.section-heading {
    font-size: 26px;
    line-height: normal;
  }
}

.form-section p.section-content {
  color: #f9f9fb;
  text-align: start;
}

.form-section .form-wrapper {
  background: #2f2f2f;
  border-top-left-radius: 73px;
  border-bottom-right-radius: 99px;
  padding: 52px 75px 0 75px;
}

@media (max-width: 1199px) {
  .form-section .form-wrapper {
    padding: 52px 55px 0 55px;
  }
}

@media (max-width: 600px) {
  .form-section .form-wrapper {
    padding: 42px 35px 0 35px;
  }
}

@media (max-width: 375px) {
  .form-section .form-wrapper {
    padding: 42px 25px 0 25px;
  }
}

.form-section .form-wrapper form input,
.form-section .form-wrapper form textarea {
  box-shadow: 12.75px 39.76px 73.92px 0px rgba(0, 0, 0, 0.231372549);
  background-color: #434343;
  outline: none;
  border: none;
  font-size: 16.57px;
  font-weight: 400;
  line-height: 27.21px;
  color: #fff;
  padding: 15px 35px;
  border-radius: 22px;
  resize: none;
}

.form-section .form-wrapper form input::placeholder,
.form-section .form-wrapper form textarea::placeholder {
  color: #fff;
}

.form-section .form-wrapper form button.get-a-quote {
  transform: translateY(70px);
}

@media (max-width: 1400px) {
  .form-section .form-wrapper form button.get-a-quote {
    transform: translateY(30px);
  }
}

.form-section .image-wrapper {
  position: relative;
}

.form-section .image-wrapper img {
  width: 100%;
}

.form-section .image-wrapper .pro-stats-mobile {
  position: absolute;
  top: 0px;
  left: 0px;
  /* max-height: 600px; */
  /* max-width: 600px; */
  /* object-fit: contain; */
}

@media (max-width: 600px) {
  .form-section .image-wrapper .pro-stats-mobile {
    left: 0px;
  }
}

@media (max-width: 375px) {
  .form-section .image-wrapper .pro-stats-mobile {
    top: -30px;
  }
}

@media (max-width: 1400px) {
  .form-section .image-wrapper {
    height: 100%;
  }
}

.bottom-logos-slider {
  background: none;
  padding-bottom: 70px;
}

.bottom-logos-slider h2.section-heading {
  font-size: 36px;
  font-weight: 300;
  line-height: 51.23px;
}

.bottom-logos-slider h2.section-heading span {
  font-weight: 800;
  color: #000 !important;
}

@media (max-width: 767px) {
  .bottom-logos-slider h2.section-heading {
    font-size: 31px;
    line-height: normal;
  }

  .modal-font-size {
    font-size: 24px !important;
  }
}

@media (max-width: 425px) {
  .bottom-logos-slider h2.section-heading {
    font-size: 30px;
  }
}

@media (max-width: 320px) {
  .bottom-logos-slider h2.section-heading {
    font-size: 26px;
    line-height: normal;
  }
}

.bottom-logos-slider .cont-wraper {
  border-bottom: none;
  box-shadow: 12.75px 39.76px 73.92px 0px rgba(0, 0, 0, 0.231372549);
  padding-block: 40px;
  border-radius: 64px;
}

@media (max-width: 767px) {
  .bottom-logos-slider .cont-wraper {
    border-radius: 24px;
    margin-top: 40px;
  }
}

/*# sourceMappingURL=ppc-lga.css.map */

/* button */
.follow-up-button {
  background-color: #4a4a4a;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.follow-up-button:hover {
  background-color: #5a5a5a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.follow-up-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.arrow-container {
  background-color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.arrow {
  color: #ff5757;
  font-size: 18px;
  font-weight: bold;
  transform: rotate(-45deg);
}

/* Alternative using CSS borders for arrow */
.arrow-chevron {
  width: 0;
  height: 0;
  border-left: 6px solid #ff5757;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 3px;
}

.arrow-chevron::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid #ff5757;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 4px;
  margin-top: -4px;
}

/* Using SVG for more precise arrow */
.arrow-svg {
  width: 16px;
  height: 16px;
  fill: #ff5757;
}

.gridcard .first img,
.gridcard .second img,
.gridcard1 .third img,
.gridcard1 .fourth img {
  width: 50px;
}

@media (max-width: 768px) {
  .know-app-btn {
    font-size: 14px;
  }

  .cta-form .inp2 {
    width: 100% !important;
    margin-top: 16px
  }

  .section-heading,
  .our-react-native h1 {
    font-size: 28px;
    line-height: 28px
  }

  .fiveheadings h5 {
    font-size: 16px;
  }

  .gridcard,
  .gridcard1 {
    flex-direction: column;
    gap: 10px;
  }

  .gridcard1 {
    margin-top: 10px;
  }

  .gridcard .first,
  .gridcard .second,
  .gridcard1 .third,
  .gridcard1 .fourth {
    width: 100%;
  }

  .gridcard .first img,
  .gridcard .second img,
  .gridcard1 .third img,
  .gridcard1 .fourth img {
    width: 30px;
  }

  .gridcard .first span,
  .gridcard .second span,
  .gridcard1 .third span,
  .gridcard1 .fourth span {
    font-size: 16px;
  }

  .boxes {
    flex-direction: column;
    gap: 40px;
  }

  .secondbox,
  .firstbox,
  .architectdeveloper {
    width: 100%;
    padding: 20px;
  }

  .btn2 a {
    padding: 10px 50px 10px 50px;
  }

  .wygu-layout {
    flex-direction: column;
  }

  .wygu-image {
    width: 50%;
  }

  .ind-grid {
    width: 100%;
  }

  .cta-band {
    height: 100% !important;
    transform: translateY(0) !important;
    top: 0;

  }

  .cta-card {
    margin-top: 0;
  }

  .phone {
    width: 100%;
    left: 0;
    height: 100%;
  }

  .inp {
    background-color: white;
  }
}


.cta-form .inp2 {
  width: 48%;
  margin-top: 16px
}


@media(min-width: 768px) {

  .fiveheadings h5 {
    font-size: 1.25rem;
    margin-top: 10px;
  }
}

.cstm_head_left {
  text-align: left !important;
}

.rsp_logo{
  height: 5.5rem !important;
 
}
@media (max-width: 768px){
  .rsp_logo{
  height: 4rem !important;
}
  
}
.modal{
      z-index: 9999 !important;

}