* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}

.container {
  max-width: 1080px;
  width: 80%;
  margin: auto;
}

/* Global css*/
.number-count {
  color: #FF8000;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}

/* span.number-count:after{
    content: "\2191";
    margin-left: 10px;
    font-size: 35px;
    vertical-align: bottom;
  } */
.heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.heading-wrap h2 {
  font-size: 38px;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 600;
}

.heading-wrap p {
  font-size: 20px;
  color: #111;
  line-height: 1.2;
  font-weight: 300;
}

.slick-dots {
  display: flex;
  gap: 10px;
  list-style: none;
}

.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E3E3E3 !important;
  border: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #FF8000 !important;
}

.slick-arrow {
  font-size: 0;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.slick-arrow::before {
  content: "\f341";
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 65px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in;
  background-color: transparent;

}

.slick-arrow.slick-next::before {
  content: "\f345";
}

.slick-slider .slick-arrow {
  color: #E6E6E6;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50%));
  right: auto;
  left: 0px;
}

.slick-slider .slick-arrow.slick-next {
  left: auto !important;
  right: 0px;
}

/* header Section */
#main-header {
  background: none;
}

.et_fixed_nav #main-header {
  padding: 15px 0;
  position: fixed;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1) !important;
  transition: all 0.3s ease-in-out;
}

.et-fixed-header#main-header {
  padding: 10px 0 !important;
}

.et-fixed-header .logo_container a {
  width: 150px !important;
  height: auto !important;
}

#page-container {
  padding-top: 0 !important;
  margin: 0 !important;
}

#main-header {}

#top-menu a {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px !important;
}

.et_header_style_left div#et-top-navigation {
  padding-top: 0px !important;
}

#top-menu>li:last-child>a {
  border: 1.5px solid #F7941D;
  background: none !important;
  padding: 10px 18px !important;
  border-radius: 30px;
}

#logo {
  display: block !important;
}

header#main-header .logo_container a {
  background: none !important;
  width: 170px;
  height: auto;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
  padding: 0;
}

#top-menu li {
  padding-right: 20px;
}

#top-menu li a {
  padding-bottom: 20px !important;
}

@media (min-width:981px) and (max-width:1140px) {
  header .logo_container a {
    width: 180px;
  }

  #top-menu li {
    padding-right: 12px;
  }
}

@media (max-width:1279px) {
  .container.et_menu_container {
    max-width: none;
    width: 95%;
  }
}

@media (max-width:980px) {
  .et_fixed_nav #main-header {
    position: static;
  }

  body.home #main-header {
    position: relative;
  }

  .et_header_style_left #logo {
    max-width: 100% !important;
  }
}

@media (max-width:767px) {
  .container.et_menu_container {
    width: 80%;
  }

  #main-header {
    padding: 30px 0;
  }

  header .logo_container a {
    width: 220px;
  }
}

.et_header_style_left .logo_container {
  display: flex;
  align-items: center;
}

.et-fixed-header #et-top-navigation {
  padding-top: 10px !important;
}

@media screen and (min-width: 980px) and (max-width: 1177px) {
  #logo {
    max-height: auto !important;
    height: auto !important;
  }
}

@media(max-width:992px) {
  #main-header {
    padding: 15px 0 !important;
  }

  .et_header_style_left #et-top-navigation {
    padding-top: 0 !important;
  }
}

/* banner section */
.btn-action {
  padding: 16px;
  gap: 10px;
  border-radius: 100px;
  transition: background-color, opacity 0.4s ease;
  justify-content: center;
}

.btn-action,
.btn-action-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.btn-action span,
.btn-action-link span:last-child {
  margin-top: 4px;
  text-decoration: none;
}


.btn-action-link {
  color: #FF8000;
  gap: 5px;
}

.btn-action-link span:first-child {
  text-decoration: underline;
}

/* home-page-banner section */
.homepage_banner.container {
  width: 100%;
  max-width: none;
}

a.homepage_header_paragraph {
  padding: 10px 80px 10px 40px !important;
  border: 1px solid #ff5e00;
  background: #f7f7f9;
  color: #FF5E00;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  padding: 16px;
  gap: 10px;
  border-radius: 100px;
  transition: background-color, opacity 0.4s ease;
  justify-content: center;
  margin: 15px 0;
  position: relative;
}

a.homepage_header_paragraph:before {
  content: "\f344";
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(calc(-50% - 0px));
  color: #FF5E00;
}

.home-banner.banner-section {
  padding: 100px 0 20px;
  background: linear-gradient(286deg, #0A244B 0%, #2F4A78 100%);
}

.home-banner.banner-section .banner-content-wrap {
  display: flex;
  align-items: center;
  gap: 100px;
}

.home-banner.banner-section .banner-content {
  width: 65%;
}

.home-banner.banner-section .banner-img {
  width: 35%;
}

.home-banner.banner-section .banner-img img {
  width: 100%;
  transform: scale(1.4);
}

.home-banner.banner-section .banner-content h1 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.home-banner.banner-section .banner-content h1 br {
  display: none;
}

.home-banner.banner-section .banner-content p {
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 0;
}

.home-banner.banner-section .btn-explore {
  padding: 15px 80px 15px 60px;
  background-color: #F7F7F9;
  color: #FF5E00;
  font-size: 20px;
}

.home-banner.banner-section .btn-explore:hover {
  opacity: 0.8;
}



.banner-acchivement-slider-wrap {
  margin-top: 20px;
}

.banner-acchivement-slider .img-wrap img {
  max-width: 100%;
  width: 100%;
}

.banner-acchivement-slider .slick-arrow {
  transform: translateY(calc(-50% - 12px));
  left: -45px;
}

.banner-acchivement-slider .slick-arrow.slick-next {
  right: -45px;
}

.banner-acchivement-slider .slick-arrow::before {
  font-size: 22px;
  opacity: 0.7;
}

.banner-acchivement-slider .slick-dots {
  justify-content: center;
}

#lightSlider .slick-slide img {
  border-radius: 10px;
}

div#lightSlider {
  width: 100%;
}



/* .digital-data-strategists section */

.digital-data-strategists-banner {
  padding: 80px 0;
  background-image: url('/wp-content/themes/Divi-child/images/homepage_lp/IQ-life.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.digital-data-strategists-content {
  width: 50%;
}

.digital-data-strategists-banner h2 {
  font-size: 38px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 25px;
}

.digital-data-strategists-banner p {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.digital-data-strategists-banner .action-link-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* partners-awards-section */
.partners-awards-section {
  padding-bottom: 80px;
}

.partners-awards-slider .slick-track {
  display: flex;
  gap: 15px;
}

.partners-awards-slider .slick-slide img {
  width: 100%;
  object-fit: contain;
  margin: auto;
  height: 140px;
}

.partners-awards-slider .slick-arrow::before {
  color: #666666;
  font-size: 28px;
}

.partners-awards-slider .slick-list.draggable {
  width: 92%;
  margin: auto;
}

/* our-success-stories-section */
.our-success-stories-section {
  padding: 80px 0;
  background-color: #F7F7F9;
}

/* blog-listing-section */
.blog-listing-section {
  padding: 80px 0;
  background-color: #F7F7F9;
}

.blog-listing {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.blog-listing-item-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 0 -10px;
}

.blog-listing-item-wrap .blog-listion-item-col {
  width: 33.33%;
  padding: 0 15px;
}

.blog-listing-item-wrap .blog-listing-item {
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-listing-item-wrap .blog-listing-item .blog-item-media {
  border-radius: 12px 12px 0 0;
  height: 203px;
  overflow: hidden;
}

.blog-listing-item-wrap .blog-listing-item .blog-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.blog-listing-item-wrap .blog-listing-item .blog-item-content {
  padding: 20px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-listing-item-wrap .blog-listing-item .blog-item-content h6 {
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 67px;
  padding-bottom: 0;
}

.blog-listing-item-wrap .blog-listing-item .blog-item-content p {
  font-size: 16px;
  line-height: 1.4;
  color: #666666;
  font-weight: 400;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}

.blog-listing-item-wrap .blog-listing-item .blog-item-content a {
  font-size: 18px;
  line-height: 1.2;
  color: #FF8000;
  font-weight: 700;
  text-decoration: none;
  flex: 1;
  display: flex;
  align-items: end;
}

.blog-listing .btn-action {
  font-size: 16px;
  color: #fff;
  width: 330px;
  max-width: 100%;
  margin: auto;
  background: linear-gradient(162deg, #FF8000 0%, #CA3726 100%) 0% 0% no-repeat;
}

/* our-approach-section */
.our-approach-wrap {
  display: flex;
  justify-content: center;
  gap: 3%;
}

.our-approach-wrap>div {
  flex: 1;
  display: flex;
}

.our-approach {
  text-align: center;
  border: 3px solid #E2E2E3;
  box-shadow: 3px 2px 7px #00000015;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 24px;
}

.our-approach-col {
  position: relative;
}

.our-approach-col::after {
  z-index: 1;
}

.our-approach-col::before {
  z-index: 0;
}

.our-approach-section {
  padding: 60px 0;
}

.our-approach-section .heading-wrap {
  width: 795px;
  max-width: 100%;
  margin-inline: auto;
}

.our-approach-section .our-approach-wrap {
  width: 80%;
  margin: auto;
  padding-top: 10px;
}

.our-approach-section .our-approach-wrap .our-approach {
  padding: 25px 30px;
}


.our-approach-col:not(:first-child)::before,
.our-approach-col:not(:last-child):after {
  content: '';
  display: block;
  width: 30px;
  height: 50px;
  border-top-right-radius: 110px;
  border-bottom-right-radius: 110px;
  border: 3px solid #E2E2E3;
  border-left-color: transparent;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
}

.our-approach-col:not(:first-child)::before {
  left: 0;
}

.our-approach-col:not(:first-child)::before,
.our-approach-col:not(:last-child):after {
  width: 12%;
  height: 20%;
  right: -12.5%;
}

.our-approach h4 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
}

.our-approach img {
  width: 50%;
}

/* how-we-think-section */
.how-we-think-section {
  padding: 80px 0;
}

.how-we-think-section .heading-wrap p {
  width: 735px;
  max-width: 100%;
  margin: auto;
}

/* .identity-section*/
.identity-section {
  padding: 80px 0;
  background-color: #ECECEE;
}

.identity-wrap {
  display: flex;
  align-items: center;
  gap: 30px 50px;
}

.identity-wrap>div {
  width: 50%;
}

.identity-content h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
}

.identity-content p {
  font-size: 24px;
  line-height: 1.4;
  color: #111;
  font-weight: 300;
}

.identity {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
}

.identity li {
  display: flex;
}

.identity li .count-box {
  width: 100%;
  padding: 10% 18%;
}

.identity li .count-box .number-count {
  font-size: 60px;
  margin-top: 12px;
}

.identity li .count-box h4 {
  line-height: 1.4;
  color: #193661;
  font-weight: 600;
  font-size: 22px;
  width: 180px;
  max-width: 100%;
}

.identity li:first-child .count-box {
  border-right: 1px solid #193661;
  border-bottom: 1px solid #193661;
}

.identity li:nth-child(2) .count-box {
  border-bottom: 1px solid #193661;
}

.identity li:nth-child(3) .count-box {
  border-right: 1px solid #193661;
}

/* Our-Client section */
/* goals section */
.our-clients-section {
  padding: 80px 0;
  background-color: #ECECEE;
}

.goals-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 30px;
}

.goals-wrap .icon-box {
  text-align: center;
  width: 70%;
}

.goals-wrap .goals-content {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.goals-wrap .goals .goals-content .number-count {
  font-size: 42px;
  margin-bottom: 0;

}

.goals-wrap .goals .goals-content p {
  font-size: 16px;
  line-height: 1.4;
  color: #666666;
  font-weight: 300;
  padding-left: 6px;
}

/* services section */

.our-service-section {
  padding: 80px 0;
}

.our-service-section .heading-wrap p {
  width: 815px;
  max-width: 100%;
  margin: auto;
}

.iquanti-slider-section {
  padding: 80px 0;
}

.iquanti-slider-wrap {
  padding: 115px 135px 65px 125px;
  border: 2px solid #E6E6E6;
  border-radius: 20px;
  position: relative;
}

.iquanti-slider-wrap::before {
  content: '';
  background-image: url('/wp-content/themes/Divi-child/images/homepage_lp/quote-left.svg');
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 85px;
  top: 75px;
}

.iquanti-slider .quote-text {
  font-size: 26px;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 400;
}

.iquanti-slider .team-leaders-info {
  display: flex;
  align-items: start;
  gap: 20px;
}

.iquanti-slider .team-leaders-info h6 {
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
  font-weight: 700;
  padding-bottom: 30px;

}

.iquanti-slider .quote-text {
  position: relative;
}

.iquanti-slider .team-leaders-info h6 span {
  font-size: 22px;
  line-height: 1.2;
  color: #333333;
  font-weight: 400;
  display: block;
}

.iquanti-slider .slick-slide {
  margin: 0 20px;

}

.iquanti-slider .slick-dots {
  position: absolute;
  display: inline-flex;
  gap: 10px;
  left: 130px;
  bottom: 10px;

}

/* our result section */
.our-result-section {
  padding: 80px 0;
  background: url('/wp-content/themes/Divi-child/images/homepage_lp/counter-banner.png'), #31363B;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}

.our-result-section span.number-count:after {
  content: "\2191";
  margin-left: 10px;
  font-size: 35px;
  vertical-align: bottom;
}

.our-result-section .heading-wrap h2,
.our-result-section .heading-wrap p {
  color: #fff;
}

.counter-wrap {
  display: flex;
  gap: 40px 20px;
}

.counter-wrap .counter-content {
  text-align: center;
}

.counter-wrap .counter-content .number-count {
  font-size: 60px;
}

.counter-wrap .counter-col {
  flex: 1;
}

.counter-wrap .counter-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
}

/* from-section css */
input#submit {
  margin-top: 10px !important;
  border-radius: 30px !important;
}

.lead-form input:not(input[type="submit"]),
.lead-form select {
  background-color: #fff !important;
  border: 1px solid #bbb;
}

.lead-form input::placeholder {
  background-color: #fff !important;
}

section.ourwork-form {
  padding-top: 50px;
}

.form-heading {
  font-size: 26px;
  color: #333333;
}

section.ourwork-form .form-section-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border: 4px solid #E2E2E2;
  border-radius: 32px;
  padding: 20px 50px;
  margin-bottom: 5%;
}

section.ourwork-form .form-section-row>div {
  width: 50%
}

/* media-query start */

@media(max-width:1200px) {

  /* banner section */
  .home-banner.banner-section .banner-img img {
    width: 100%;
    transform: scale(1.6);
  }

  /* goals section */
  .goals-wrap {
    grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  }

  .goals-wrap .goals .goals-content {
    padding-left: 20px;
  }

  /* iquanti slider section */
  .iquanti-slider-wrap {
    padding: 90px 40px 40px 80px;
  }

  .iquanti-slider-wrap::before {
    left: 40px;
    top: 40px;
  }

  .counter-wrap .counter-content p {
    font-size: 17px;
  }

  /* our-approach-section */
  .our-approach-section .our-approach-wrap .our-approach h4 {
    font-size: 20px;
  }

}

@media(max-width:992px) {
  .identity-wrap {
    flex-wrap: wrap;
  }

  .identity-wrap>div {
    width: 100%;
  }

  /* goals section */

  .goals-wrap .goals .goals-content {
    justify-content: center;
    max-width: 225px;
    width: 100%;
    margin-inline: auto;
  }

  .home-banner.banner-section .banner-content h1 {
    font-size: 36px;
  }

  .home-banner.banner-section .banner-content p {
    font-size: 20px;
  }

  .home-banner.banner-section .banner-content-wrap {
    gap: 50px;
  }

  /*  */
  .counter-wrap .counter-content p br {
    display: none;
  }

  .blog-listing-item-wrap .blog-listion-item-col {
    width: 50%;
  }

  /* our-approach-section */
  .our-approach-section .our-approach-wrap .our-approach h4 {
    font-size: 16px;
    margin-top: 10px;
  }

  .our-approach-section .our-approach-wrap .our-approach {
    padding: 25px 20px;
  }

  .partners-awards-slider .slick-list.draggable {
    width: 90%;
  }

  .partners-awards-slider .slick-slide img {
    height: 90px;
  }
}

@media(max-width:767px) {
  section.ourwork-form .form-section-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px;
  }

  section.ourwork-form .form-section-row>div {
    width: 100%
  }

  .iquanti-slider-wrap {
    padding: 50px 20px 20px;
    text-align: center;
  }

  .iquanti-slider-wrap::before {
    top: 20px;
    left: 10px;
    width: 30px;
    height: 30px;
  }

  .iquanti-slider .team-leaders-info {
    justify-content: center;
  }

  .iquanti-slider .team-leaders-info img {
    display: none;
  }

  .iquanti-slider .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .home-banner.banner-section .banner-content-wrap {
    flex-wrap: wrap;
    gap: 0;
  }

  .home-banner.banner-section .banner-content {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .home-banner.banner-section .banner-img {
    width: 100%;
    margin-top: -70px;
  }

  .home-banner.banner-section .banner-img img {
    transform: scale(1);
  }

  .our-result-section {
    width: 80%;
    margin: auto;
    border-radius: 20px;
    margin-top: 80px;
    background-size: 350%;
    background-position: right 33% center;
  }

  .counter-wrap {
    flex-direction: column;
    width: 60%;
    margin: auto;
  }

  .digital-data-strategists-content {
    width: 100%;
  }

  .our-success-stories-section .blog-listing,
  .how-we-think-section .blog-listing {
    gap: 30px;
  }

  .our-approach-section .our-approach-wrap {
    width: 100%;
  }

  .partners-awards-slider .slick-slide img {
    height: 100px;
  }

}


@media(max-width:576px) {
  .goals-wrap .icon-box {
    text-align: center;
    width: 100%;
  }

  /*button on banner*/
  a.homepage_header_paragraph {
    padding: 10px 70px 10px 20px !important;
    font-size: 16px;
  }

  a.homepage_header_paragraph:before {
    width: 15px;
    height: 15px;
    font-size: 17px;
  }

  /* .identity-section*/
  .identity-section {
    padding: 40px 0;
  }


  .identity-content {
    text-align: center;
  }

  .identity-content h2 {
    font-size: 28px;
  }

  .identity-content p {
    font-size: 18px;
  }

  .identity li .count-box .number-count {
    font-size: 44px;
  }

  .identity li .count-box h4 {
    font-size: 16px;
    width: 100%;
  }

  .identity li .count-box {
    padding: 10%;
  }

  /* goals section */
  .goals-wrap {
    grid-template-columns: auto;
  }

  .goals-wrap .goals .goals-content {
    justify-content: center;
  }

  .goals-wrap .icon-box img {
    width: 100px;
    height: 100px;
  }

  .goals-wrap .goals {
    padding: 0 40px;
  }

  .goals-wrap .goals .goals-content .number-count {
    margin-right: 10px;
  }

  /* 
  .service-wrap {
    padding-top: 0;
    row-gap: 40px;
  }

  .service-wrap .service-box h4 {
    font-size: 24px;
  }

  .service-wrap .service-box h4 br {
    display: none;
  }

  .service-wrap .service-box p {
    font-size: 16px;
    width: 305px;
  } */

  /* iquanti slider section */
  .iquanti-slider-section {
    padding: 40px 0;
  }

  .iquanti-slider .quote-text {
    font-size: 16px;
  }

  .iquanti-slider-wrap::before {
    width: 20px;
    height: 20px;
  }

  .iquanti-slider-wrap {
    padding: 40px 0 20px;
  }

  .iquanti-slider .team-leaders-info h6,
  .iquanti-slider .team-leaders-info h6 span {
    font-size: 14px;
  }

  .iquanti-slider .quote-text br {
    display: none;
  }

  .home-banner.banner-section .btn-explore {
    display: none;

  }

  .home-banner.banner-section .banner-content {
    text-align: center;
  }

  .home-banner.banner-section .banner-content h1 {
    font-size: 24px;
    text-align: center;
  }

  .home-banner.banner-section .banner-content p {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }

  .home-banner.banner-section .banner-content h1 br {
    display: block;
  }

  .our-result-section {
    padding: 30px 0;
    margin-top: 0;
  }

  .our-result-section .heading-wrap {
    padding: 0 40px;
  }

  .our-result-section .heading-wrap h2 {
    font-size: 28px;
  }

  .counter-wrap .counter-content .number-count {
    font-size: 48px;
  }

  .counter-wrap {
    width: 75%;
  }

  .counter-wrap .counter-content p {
    font-size: 16px;
  }

  .digital-data-strategists-wrap {
    padding-top: 60%;
  }

  .digital-data-strategists-banner {
    background-image: url('/wp-content/themes/Divi-child/images/homepage_lp/ppl-bg.png');
    background-position: center top;
  }

  .digital-data-strategists-banner h2 {
    font-size: 28px;
  }

  .digital-data-strategists-banner p {
    font-size: 14px;
  }

  .blog-listing-item-wrap .blog-listion-item-col {
    width: 100%;
  }

  .heading-wrap h2 {
    font-size: 28px;
  }

  .partners-awards-section {
    padding-bottom: 40px;
  }

  .how-we-think-section,
  .our-success-stories-section,
  .our-approach-section {
    padding: 40px 0;
  }

  .our-approach-wrap {
    gap: 2.5%;
  }

  .our-approach-section .our-approach-wrap .our-approach {
    padding: 12px 6px;
  }

  .our-approach {
    border-radius: 12px;
  }

  .our-approach-section .our-approach-wrap .our-approach h4 {
    font-size: 10px;
    margin-top: 5px;
  }

  .partners-awards-slider .slick-slide img {
    height: 90px;
  }

  .partners-awards-slider .slick-list.draggable {
    width: 112%;
    padding-left: 10px;
  }
}

/* ================================================================================= */
/*                         NEW SERVICES BLOCK                                        */
/* ================================================================================= */
.service-grid-container .service-grid-item:hover .btn-know-more {
  background-color: #ff8000;
  box-shadow: 0px 3px 4px #00000029;
  color: #fff;
}

.service-grid-container .service-grid-item:hover .btn-know-more span {
  color: #fff;
}


.service-grid-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 20px;
}


.service-grid-item {
  padding: 30px 24px;
  box-shadow: 0 1px 8px #1936611f;
  border: 1px solid #c3c3ce;
  border-radius: 16px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  align-items: start;
  gap: 15px;
  height: 100%;
  /* cursor: pointer; */
  transition: all 0.3s linear;
}

.service-grid-item:hover {
  box-shadow: 0 1px 10px rgba(30, 28, 49, 0.45);
}

.service-grid-item .icon-wrap {
  border: 1px dashed #ff5e00;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

.service-grid-item .icon-wrap .sub-circle {
  width: 100px;
  height: 100px;
  background-color: #ececee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .service-grid-item .icon-wrap .sub-circle img {
  width: 55%;
} */

.service-grid-item h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 1.25;
}

.service-grid-item h3 span {
  /* color: #ff8000; */
  width: 100%;
  display: block;
}

.service-grid-item .service-grid-description {
  text-align: center;
}

.service-grid-item .service-grid-description p {
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 1.4;
}

.service-grid-item .btn-know-more {
  padding: 10px 20px;
  line-height: normal;
  min-height: 38px;
  margin-top: 10px;
  justify-self: center;
}

.service-grid-item .btn-know-more span {
  font-size: 14px;
}

.service-grid-item h3 a {
  transition: all 0.4s ease;
}

.service-grid-item h3 a:hover {
  color: #ff8000;
}

/* ========================================== */

.btn-action-outline {
  border: 1px solid #ff8000;
  color: #4e5256;
  border-radius: 25px;
  transition: all 0.4s ease !important;
}

.btn-action-outline:hover {
  background-color: #ff8000;
  box-shadow: 0px 3px 4px #00000029;
  color: #fff;
}

.btn-action-outline span.dashicons {
  color: #ff8000;
}

.btn-action-outline:hover span.dashicons {
  color: #fff;
}

/* .btn-know-more */

/* ------------------------------------------ */
@media (max-width: 1199px) {
  .service-grid-container {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }


  .service-grid-item .icon-wrap {
    width: 112px;
    height: 112px;
  }

  .service-grid-item .icon-wrap .sub-circle {
    width: 96px;
    height: 96px;
  }

  /* .service-grid-item .icon-wrap .sub-circle img {
    max-width: 50%;
  } */

}

@media (max-width: 576px) {
  .service-grid-container {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }

  .service-grid-item .service-grid-description {
    width: 90%;
    margin-inline: auto;
  }
}

/* =========================== */
.our-AI-capabilities {
    padding: 80px 0;
    background: linear-gradient(66deg, #0A244B 0%, #2F4A78 100%);
    position: relative;
    isolation: isolate;
  }
  
  .our-AI-capabilities .heading-wrap h2,
  .our-AI-capabilities .heading-wrap p {
    color: #fff;
  }

    .our-AI-capabilities .info-fusion-wrap {
    padding-top: 20px;
  }

  
  .info-fusion-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
  
  .info-fusion-wrap .info-fusion-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 2.5px solid #ff8000;
    min-height: 100%;
    padding: 50px 15px 25px;
    border-radius: 20px;
    background-color: #FFFFFF1A;
    position: relative;
    transition: transform 0.4s ease-in;
    cursor: pointer;
  }
  
  .info-fusion-wrap .info-fusion-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 12px;
    background-color: #FF8000;
    border-radius: 0 0 5px 5px;
  }
  
  .info-fusion-wrap .info-fusion-card:hover {
    transform: translateY(-20px);
  }
  
  .info-fusion-wrap .info-fusion-card .info-fusion-content {
    margin-top: auto;
  }
  
   .info-fusion-wrap .info-fusion-card .info-fusion-media{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }

  .info-fusion-wrap .info-fusion-card .info-fusion-media h3 {
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    font-size: 22px;
    margin-top: 24px;
    padding: 0 5px;
  }
  
  .info-fusion-wrap .info-fusion-card .info-fusion-media>img {
    margin-top: 20px;
    max-width: 60%;
    height: auto;
  }
  
  .info-fusion-wrap .info-fusion-card .info-fusion-content p {
    color: #fff;
    font-weight: 600;
    min-height: 105px;
    line-height: 1.4;
    font-size: 15px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .info-fusion-media .icon-wrap img {
    width: 100%;
    height: 100%;
  }
  
  .info-fusion-wrap .info-fusion-card .icon-wrap {
   height: 100px;
    background: white;
    width: 100px;
    border-radius: 50%;
    padding: 8px;
    outline: 4px double #FF8000;
    border:10px solid;
    margin-bottom: 1rem;
  }
  
  .AI-bg{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: -1;
    overflow: hidden;
    opacity: 0.5;
  }

   @media(max-width:1200px) {
    .info-fusion-wrap {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .info-fusion-wrap .info-fusion-card .leap-media h3,
    .info-fusion-wrap .info-fusion-card .alps-content p {
      display: block;
    }
  
    .info-fusion-wrap .info-fusion-card .info-fusion-content p {
      font-size: 18px;
    }
  
    .info-fusion-wrap .info-fusion-card:hover {
      transform: translateY(0);
    }
  }

  @media(max-width:992px) {
  
    .info-fusion-wrap .info-fusion-card .info-fusion-content p {
      font-size: 16px;
    }
  }

  
  @media(max-width:767px) {
  
    .info-fusion-wrap .info-fusion-card .info-fusion-content p {
      font-size: 15px;
    }
  }

  @media(max-width:576px) {  
    .our-AI-capabilities {
      padding: 40px 0;
    }

     .our-AI-capabilities .heading-wrap p {
      width: 270px;
      margin: auto;
      max-width: 100%;
    }

     .our-AI-capabilities .info-fusion-wrap {
      padding-top: 0;
    }

     .info-fusion-wrap {
      grid-template-columns: repeat(1, 1fr);
    }
  
    .info-fusion-wrap .info-fusion-card {
      padding-inline: 12px;
    }
  
    .info-fusion-wrap .info-fusion-card .info-fusion-content p {
      min-height: 75px;
      margin-top: 15px;
    }
  
    .info-fusion-wrap .info-fusion-card .info-fusion-media h3 {
      margin-top: 10px;
      width: 220px;
      margin: auto;
      max-width: 100%;
    }
     .info-fusion-wrap .info-fusion-card .info-fusion-media>img {
      margin-top: 10px;
      max-width: 50%;
    }
  }