.all-service-banner {
  padding: 50px;
  line-height: 8px;
  height: 360px;
  overflow: hidden;    
  position: relative;
  background: linear-gradient(90deg, #000002 0%, #000002 29.33%, #0A003F 56.86%, #03316C 85%, #0E587C 100%);
  background-size: cover;
  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: 60%;
  margin: 0 auto;
  position: relative;
}

.service-banner .breadcrumb {
  background-color: transparent;
  padding: 0px 0px;
  margin-bottom: 12px;
}

.service-banner .breadcrumb-item.active {
  color: #ffff;
  opacity: 0.6;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

li.breadcrumb-item {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: 'graphikmedium';
}

li.breadcrumb-item a {
  color: #FFFFFF;
}

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

.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;
}

/* ceo-section start here */

.ceo-section {
  padding: 80px 0px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F9FF 100%)
}

.ceo-section .seo-content h2{
  color: #212121;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  font-family: 'graphiksemibold';
}
.ceo-section .seo-content {
  padding-left: 30px;
}

.ceo-section .seo-content span {
  color: #212121;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  font-family: 'graphikmedium';
  padding-top: 5px;
}

.ceo-section .seo-content p {
  color: #212121;
  font-family: 'graphikregular';
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  padding-top: 30px;
}

.ceo-section .seo-content a {
  background-color: #49CC79;
  width: 240px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 48px;
  color: #FFFFFF;
  font-family: 'graphikmedium';
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  margin-top: 30px;
  text-transform: uppercase;
  padding: 5px 10px;
}

.ceo-section .seo-content a img{padding-right: 10px;}


/* culture-gallery start here */

.culture-gallery img {
  width: 100%;
  min-height: 295px;
  padding: 4px;
}
/* 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-team {
  padding: 60px 0px 30px;
  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%;
}

.relatedTeam{
  justify-content: space-evenly;
    padding-top: 160px;
}

.team-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}

.team-box  a {
  display: block;
  background: #fff;
  height: 100%;
}

.team a:hover{border: none;}

.team-box .img-left img {
  position: relative;
  width: 100%;
}

.img-left {
  width: 84px;
  height: 84px;
  min-width: 84px;
}
.team-box h3 {
  font-size: 20px;
  line-height: 22px;
  color: #212121;
  font-family: 'graphiksemibold';
  margin-bottom: 4px;
}

.team-box p {
  color: #212121;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  font-family: 'graphikmedium';
  padding-top: 5px;
}

.team-content-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.team-content {
  padding: 4px 10px 10px 28px;
  width: 100%;
}

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

.learn-more a {
  color: #49CC79;
  font-size: 12px;
  font-family: 'graphikmedium';
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  background-color: transparent;
}
/* .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;
}


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

/* start media tablet css*/

@media (max-width: 991px) {

  .service-banner {
    max-width: 100%;
  }

}

/* start media mobile css*/

@media (max-width: 767px) {
  .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/industry-banner-mobile.jpg) center 0 no-repeat;
    background-size: cover;
    height: 100vh;
    align-items: center;
  }

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

  .service-banner {
    max-width: 100%;
  }


  .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;
  }

  .relatedTeam {
    padding-top: 60px;
}

  .team-content {
    padding: 4px 10px 10px 15px;
}

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

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

  .service-heading h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .ceo-section .seo-content {
    padding-left: 0px;
    padding-top: 20px;
}

  /* 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;
  }
  .ceo-section{
    padding: 50px 0;
  }

}