/* Hero Header */
.hero-header {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.hero-header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}

.hero-header .intro-text .intro-lead-in {
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}

.hero-header .intro-text .intro-heading {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}

.hero-header .video-holder {
  margin: 25px 0;
}

.hero-header video {
  max-width: 700px;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }

  .hero-header .intro-text .intro-lead-in {
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .hero-header .intro-text .intro-heading {
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

.heading {
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 10px;
}

.sub-heading {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 5px;
}

.paragraph {
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
}

.Services {
    font-size: 18px;

    font-weight: 600;
    padding-top: 15px;
}

.left-text {
  padding-bottom: 10px;
}

.img-IoT {
    padding-top: 45px;
    height: auto;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section--adv {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    min-height: 360px;
    margin-top: 50px;
}

.m-i {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.section--adv .b-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 360px;
  text-align: center;
}

.section--adv .b-items__item:first-child .img-box {
  max-width: calc(155% / 2);
}

.section--adv .b-items__item .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section--adv .b-items__item:first-child .img-box {
  max-width: calc(155% / 2);
}

.section--adv .text-box {
  max-width: 170px;
  min-height: 48px;
  margin: 0 auto;
}

.section--adv .text-box span {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.section--adv .b-items__item .img-box {
  position: relative;
  max-width: calc(100% / 2);
  max-height: calc(100% / 2);
  min-height: 115px;
  margin: 0 auto 25px auto;
}

.section--adv .b-items__item .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section--adv .text-box {
  max-width: 170px;
  min-height: 48px;
  margin: 0 auto;
}

.section--adv .text-box span {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.section--adv .b-items__item .img-box {
  position: relative;
  max-width: calc(100% / 2);
  max-height: calc(100% / 2);
  min-height: 75px;
  margin: 0 auto 25px auto;
}

.section--adv .text-box {
  max-width: 170px;
  min-height: 48px;
  margin: 0 auto;
}

.section--adv .text-box span {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

h3{
color: #fff;
font-size: 24px;
font-weight: bold;
}

.img-fluid {
    height: auto;
    width: auto;
    padding-top: 90px;
}
