.all-service-banner {
  padding: 50px;
  line-height: 8px;
  height: 650px;
  /* height: 100vh; */
  overflow: hidden;
  position: relative;
  background: #333333 url(../images/all-industries/all-industry-banner.png) center 0 no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.service-banner {
  max-width: 60%;
  margin: 0 auto;
}

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

}

.all-service-banner p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 14px;
  font-family: 'graphikmedium';
}

/* we innovate start here */

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

.we-innovate .container::after {
  content: "";
  position: absolute;
  right: -100px;
  top: auto;
  bottom: -180px;
  background-image: url(../images/services/service-bg.svg);
  width: 190px;
  height: 190px;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

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

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


/* all services start here */

.all-services {
  padding: 70px 0px 50px;
  position: relative;
}

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

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

.service-box {
  border: 1px solid #E7EAF1;
  border-style: solid;
  border-image: linear-gradient(to top, #FFFFFF, #E7EAF1) 1;
  position: relative;
  padding: 25px;
  margin-bottom: 40px;
  box-sizing: border-box;
  height: calc(100% - 35px);
}

.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: 30px;
}

.service-box h3 {
  font-size: 24px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 20px;
  font-family: 'graphiksemibold';
}

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

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

@media (max-width: 1099px) {
  .we-innovate .container::after{
    right: 0;
  }
}



/* start media tablet css*/

@media (max-width: 991px) {

  .service-banner {
    max-width: 100%;
  }
  .we-innovate .container::after{
    right: 0;
  }

}

/* start media mobile css*/

@media (max-width: 767px) {

  .we-innovate {
    padding: 60px 0px;
    margin-top: -1px;
  }

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

  .all-service-banner {
    padding: 50px 15px;
    background: url(../images/all-industries/all-industry-banner-mobile.png) center 0 no-repeat;
    background-size: cover;
    height: 100vh;
  }


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

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



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

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

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

  }

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

  .all-services {
    padding: 60px 0px 30px;
  }

  .all-services .service-box{
    height: auto;
  }

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

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


}