.all-service-banner {
  padding: 0;
  line-height: 8px;
  height: auto;
  overflow: hidden;    
  position: relative;
  display: flex;
  align-items: flex-end;
}
.all-service-banner img.industriesBannerBg{
  height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.bannerLeftBg{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bannerRightBg{
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
.service-banner {
  max-width: 780px;
  margin: 0;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -390px;
}


.all-service-banner h1 {
  color: #F4F6F9;
  font-family: 'graphikbold';
  color: #F4F6F9;
  font-size: 56px;
  line-height: 60px;
  padding-bottom: 18px;
}

.all-service-banner h1 img {
  position: relative;
  top: 10px;
  left: 20px;
}

.service-banner .line {
  background-color: #51d581;
  width: 60px;
  height: 8px;
  display: inline-block;
  margin-bottom: 24px;
}

.all-service-banner p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  font-family: 'graphikregular';
  position: relative;
}

/* .all-service-banner p::before {
  position: absolute;
  left: 0;
  height: 8px;
  background: #51D581;
  content: '';
  width: 60px;
  top: -24px;
} */

.conatct-btn {
  background-color: #49CC79;
  padding: 10px 10px;
  display: inline-block;
  margin-top: 30px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 14px;
  font-family: 'graphikmedium';
  padding: 18px 20px;
  min-width: 160px;
  text-align: center;
  text-transform: uppercase;
}
.conatct-btn.button_button__3HGS0 polyline {
  stroke: #fff;
}   

.conatct-btn:hover {
  color: #FFFFFF;
}


/* culture-gallery start here */

.culture-gallery img {
  width: 100%;
}
/* Do you think Section start */
.doYouThinkRow {
  position: relative;
  max-width: 100%;
  display: block;
  background-image: linear-gradient(180deg, #F4F6F9 0%, #FFFFFF 100%);
  padding: 100px 0;

}
.doYouThinkRow .doYouThinkBox {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.doYouThinkRow .doYouThinkBox h2 {
  font-size: 48px;
  line-height: 56px;
  color: #212121;
  margin-bottom:20px;
  font-family: 'graphikbold';
}
.doYouThinkRow .doYouThinkBox p {
  font-size: 20px;
  line-height: 30px;
  color: #989DA9;
  margin-bottom:45px;
  font-family: 'graphikmedium';
}
.doYouThinkRow .doYouThinkBox a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #49CC79;
  border: 1px solid #49CC79;
  padding: 14px 30px;
  font-family: 'graphikmedium';
  text-transform: uppercase;
  margin-right: 20px;
  letter-spacing: 1px;
}
.doYouThinkRow .doYouThinkBox a img {
  max-width: 100%;
  margin-left: 10px;
}
.doYouThinkRow .doYouThinkBox a.button_button__3HGS0 polyline {
  stroke: #fff;
}    
/* Do you think Section end */
/* we innovate start here */

.we-innovate {
  background-color: #0025A5;
  position: relative;
  padding: 150px 0px 135px 0px;
}

.we-innovate .container::after {
  content: url("");
  background-image: url(../images/industries/indu-bg.svg);
  width: 160px;
  height: 270px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -100px;
  top: auto;
  bottom: -195px;

}

.we-innovate .container {
  position: relative;
}

.we-innovate p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 15px;
  font-family: 'graphikmedium';
}

.innovate-content p:first-child {
  margin-bottom: 20px;
}

/* all services start here */

.all-services {
  padding: 100px 0px 80px;
  position: relative;
  /* background-image: url(../images/industries/top-banner.svg);
  background-repeat: no-repeat;
  background-position: center right 25px; */
}

.service-heading {
  margin-bottom: 50px;
}

.service-heading h2 {
  font-size: 48px;
  line-height: 56px;
  color: #212121;
  font-family: 'graphikbold';
}

.service-heading p {
  color: #757575;
  font-size: 20px;
  line-height: 30px;
  padding-top: 20px;
  font-family: 'graphikregular';
  width: 78%;
}


.service-box {
  background-image: linear-gradient(#E7EAF1, #fff);
  padding: 1px;
  position: relative;
  margin-bottom: 40px;
  box-sizing: border-box;
  height: calc(100% - 35px);
}

.service-box  a {
  display: block;
  background: #fff;
  padding: 25px;
  height: 100%;
}

.service-box  a:hover{border: none;}

.service-box .img-left img {
  position: relative;
  width: 48px;
  height: 48px;
}

.service-content {
  height: calc(100% - 135px);
}

.service-box:hover {
  /* border: 1px solid transparent; */
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
}

.img-left {
  margin-bottom: 32px;
}

.service-box h3 {
  font-size: 22px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 10px;
  font-family: 'graphiksemibold';
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 58px;
}

.service-box p {
  color: #424242;
  font-family: 'graphikregular';
  font-size: 16px;
  line-height: 24px;
}

.learn-more {
  position: relative;
  padding-top: 30px;
}

.learn-more a {
  color: #49CC79;
  font-size: 12px;
  font-family: 'graphikmedium';
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}
.learn-more a.button_button__3HGS0 polyline {
  stroke: #fff;
}   


/* testimonial */


.testimonial {
  padding: 100px 0px 100px;
  position: relative;
}

.testimonial-content .content-top p {
  color: #212121;
  font-size: 20px;
  line-height: 32px;
  font-family: 'graphiksemibold';
  position: relative;
  min-height: calc(392px - 0px);
}

.testimonial-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 20px;
}

.content-top {
  padding-left: 35px;
}

.media-left img {
  max-width: 100%;
}

.clientDetail h6 {
  color: #424242;
  font-family: 'graphiksemibold';
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.clientDetail {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 25px 0px 0px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clientDetail label {
  color: #424242;
  font-family: 'graphikregular';
  font-size: 16px;
  line-height: 19px;
}

.rating-star {
  padding-top: 13px;
}
.mobileGroup{
  display: none;
}


@media (min-width: 1200px) {
  .container-sml {
    max-width: 940px;
  }
}

/* start media tablet css*/

@media (max-width: 991px) {

  .service-banner {
    max-width: 100%;
    left: 0;
    margin: 0;
    padding: 0 20px;
    bottom: 30px;
  }
  .service-heading h2{
    font-size: 40px;
    line-height: 50px;
  }
  .service-box h3{
    font-size: 20px;
  }
  .doYouThinkRow .doYouThinkBox h2{
    font-size: 40px;
    line-height: 50px;
  }
  .all-service-banner h1{
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 5px;
  }
  .all-service-banner h1 img{
    width: 38px;
  }

}

/* start media mobile css*/

@media (max-width: 767px) {
  .mobileGroup{
    display: block;
  }
  .desktopGroup{
    display: none;
  }
  .bannerLeftBg{
    display: none;
  }
  .bannerRightBg{
    display: none;
  }
  .we-innovate {
    padding: 40px 0px 40px 0px;
  }

  .service-banner::after {
    display: none;
  }

  .all-service-banner {
    padding: 50px 15px;
    background: url(../images/industries/gallery-banner.webp) center 0 no-repeat;
    background-size: cover;
    height: 100vh;
  }
  .innerBannerNotification{
    height: 100vh;
  }
  .bannerImg{
    display: none;
  }

  .all-service-banner .bg-line {
    top: -8px;
  }

  .service-banner {
    width: 300px;
  }


  .doYouThinkRow {
    padding: 40px 0;
  }
  .doYouThinkRow .doYouThinkBox h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .doYouThinkRow .doYouThinkBox p {
    font-size: 16px;
    line-height: 22px;
  }

  .all-service-banner h1 img {
    top: 4px;
    left: 10px;
    width: 20px;
}

  .service-heading p {
    font-size: 16px;
    width: 100%;
}

  .we-innovate .container-sml::after {
    right: 15px;
    top: auto;
    bottom: -106px;
    width: 75px;
    height: 120px;
    background-size: 70px;
    background-repeat: no-repeat;
  }

  .we-innovate p {
    font-size: 16px;
    line-height: 24px;
  }

  .all-service-banner h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .thinkerSection {
    padding: 10px 0 30px 0;
}

  .img-left {
    margin-bottom: 25px;
}

  .innovate-content {
    padding-bottom: 0px;
  }

  .all-services {
    padding: 40px 0px 0px;
  }

  .service-heading {
    margin-bottom: 30px;
  }

  .service-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .service-box h3{
    height: auto;
  }
  
  /* testimonail */

  .testimonial {
    padding: 50px 0px;
  }

  .clientDetail {
    padding: 20px 0px 0px;
    margin-top: 20px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .testimonial-content {
    padding-left: 0px;
    padding-top: 20px;
  }

  .content-top {
    padding-left: 20px;
  }

  .thumb {
    padding-top: 15px;
  }

  .testimonial-content .content-top p {
    color: #212121;
    font-size: 14px;
    line-height: 22px;
    min-height: auto;
  }

}