.allAboutSec {
  text-align: center;
}

.allAboutSec .container {
  position: relative;
}

.allAboutSec iframe,
.allAboutSec video,
.allAboutSec source {
  width: 100%;
  height: 700px;
  margin: 20px 0 0;
  z-index: 1;
  position: relative;
}

.futureDigitalCarousel {
  margin: 0 0 0 auto;
  position: relative;
}

.futureDigitalCarousel .item {
  padding: 20px;
  margin: 0 0 0 40px;
}

.futureDigitalCarousel .item figure {
  background: #57ce9b;
  height: 500px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  position: relative;
}

.futureDigitalCarousel .item figure img {
  max-width: 90%;
  max-height: 90%;
  z-index: 1;
}

.futureDigitalCarousel .item figure:before {
  content: "";
  position: absolute;
  background: #e0e9fd;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  top: -20px;
  left: -20px;
}

.owlCaption {
  font-size: 24px;
  color: #0B1394;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

.futureDigitalCarousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  display: flex;
  justify-content: space-between;
}

.futureDigitalCarousel .owl-prev, .futureDigitalCarousel .owl-next {
  background: #0B1394 !important;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  color: #fff !important;
  outline: 0;
  transition: all ease .2s;
}

.futureDigitalCarousel .owl-prev span, .futureDigitalCarousel .owl-next span {
  position: relative;
  top: -4px;
}

.futureDigitalCarousel .owl-prev:hover, .futureDigitalCarousel .owl-next:hover {
  background: #57ce9b !important;
}

.futureDigitalCarousel .owl-prev {
  margin: 0 0 0 20px;
}

.futureCanSec .row {
  align-items: center;
  justify-content: space-between;
}

.futureSeamlessSec,
.firstApproachSec {
  text-align: center;
}

.futureSeamlessSec h3,
.firstApproachSec h3 {
  display: table;
  margin: 0 auto 30px;
}

.futureSeamlessSec p {
  max-width: 700px;
  margin: 0 auto;
}

.seamlessThumbWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0;
}

.seamlessThumb {
  width: 18%;
  border-radius: 20px;
  background: #0b1494;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  padding: 0 0 20px;
  transition: all ease .2s;
}

.seamlessThumb figure {
  height: 200px;
  width: 100%;
  background: #e0e9fd;
  border-radius: 20px;
}

.seamlessThumb:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .allAboutSec iframe {
    height: 200px;
  }

  .futureDigitalCarousel .item figure {
    height: 300px;
    width: 97%;
  }

  .futureDigitalCarousel .owl-prev {
    margin: 0;
  }

  .seamlessThumb {
    width: 100%;
    margin: 0 0 30px;
  }

  .seamlessThumb:last-child {
    margin: 0;
  }

  .seamlessThumb figure img {
    height: 100%;
  }

  .firstApprroachImg {
    width: 100%;
  height: auto;}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .seamlessThumb {
    width: 48%;
    margin: 0 0 30px;
  }
}