.all-service-banner {
  padding: 50px;
  line-height: 8px;
  height: 100vh;
  overflow: hidden;    
  position: relative;
  display: flex;
  align-items: center;
}
.bannerOverlay{
  background: rgb(0 0 0 / 57%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.all-service-banner video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-position: center;
  object-fit: cover;
}
.all-service-banner .container{
  position: relative;
}
.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: 96px 0px 96px 0px;
}
.we-innovate .container::after {
  content: "";
  position: absolute;
  right: -100px;
  top: auto;
  bottom: -202px;
  background-image: url(../images/services/service-bg.svg);
  width: 190px;
  height: 190px;
  background-size: 100%;
  background-repeat: no-repeat;
}


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

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


/* all services start here */

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

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

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

.service-box {
  border-left: 1px solid #E7EAF1;
  border-bottom: none;
  position: relative;
  padding: 0px;
  margin-bottom: 70px;
  box-sizing: border-box;
}

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

.service-content {
  padding: 30px 25px 0px;
}

.img-left {
  margin-bottom: 0px;
  position: relative;
}
.all-services .img-left .overlay{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}

.service-box h3 {
  font-size: 28px;
  line-height: 32px;
  color: #212121;
  margin-bottom: 20px;
  font-family: 'graphikbold';
}

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

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

.play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: none;
}
.paush{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: none;
}

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

/* 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;
  }

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

  .all-service-banner {
    /* height: 580px; */
    height: 100vh;
  }
  .innerBannerNotification{
    height: 100vh;
  }

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

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


  .we-innovate .container-sml::after {
    right: 15px;
    top: auto;
    bottom: -50px;
    width: 75px;
    height: 75px;
    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;

  }

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

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

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

  .service-heading h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .service-box p {
    font-size: 16px;
    line-height: 24px;
}
.all-service-banner{
  padding: 0;
}
.play, .paush{
  width: 40px;
  height: 40px;
}

}