#hero {
  height: calc(60vh);
  min-height: 485px;
}

#heroCarousel .container {
  margin: 0;
  padding: 0;
  
  
}

#heroCarousel .container p {
  text-align: left;
}

#heroCarousel .container :last-child {
  font-size: 15px;
}

#heroCarousel .container .title {
  margin-bottom: 10px;
}

#heroCarousel .container .title p,
#heroCarousel .container .title b {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
#heroCarousel .container .title b {
  margin: 0;
}

#solution {
  margin-bottom: 100px;
}

#solution .container .row {
  margin-bottom: 100px;
}

#solution .container .row :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1000px) {
  #applications .app-content .box {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-right: 20px;
  }
  #solution .content .box {
    margin-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  #solution .content .img1 {
    width: calc(20vw);
    height: calc(16vw);
  }
  #solution .content .img2 {
    width: calc(20vw);
    height: calc(16.1vw);
  }

  #solution .content .img3 {
    width: calc(20vw);
    height: calc(17.7vw);
  }

  #solution .content .img4 {
    width: calc(20vw);
    height: calc(15.3vw);
  }

  #solution .content .img5 {
    width: calc(20vw);
    height: calc(14vw);
  }
  

  

  

  #solution .content .bg {
    position: absolute;
    z-index: -1;
    width: 50%;
  }

  #solution .content .bgLeft {
    left: 0;
  }

  #solution .content .bgRight {
    right: 0;
  }

  #solution .content .box .textBox {
    width: 500px;
  }

  #solution .content .box .textBox h3 {
    padding-top: 60px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #solution .text {
    line-height: 2;
    font-size: 15px;
    font-weight: 400;
    color: #868d99;
    margin-left: 50px;
  }

  #solution .textBox {
    position: relative;
    top: 7%;
  }

  #solution .textBox h2 {
    margin-bottom: 20px;
  }

  #solution .textBox img {
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0;
  }
}
.advantage {
  background-color: #f9fbff;
  
  padding: 65px 0;
}

h2.section-heading {
  font-size: 32px;
}

.advantage .row-line2 {
  display: block;
}

.advantage .row-line2 .box {
  height: 320px;
  padding: 40px 20px 20px 20px;
  margin-right: 20px;
  max-width: none;
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.055) 0px 2px 8px 0px;
}

.advantage .row-line2 .box img {
  width: 35px;
  height: 35px;
  margin-bottom: 40px;
}

.advantage .row-line2 .box .box-text {
  padding: 0;
}

.advantage .row-line2 :nth-child(3) {
  margin-right: 0;
}

.single-cool-fact-area.mb-100 {
  text-align: center;
}

.advantage .row-line2 .title {
  font-size: 18px;
  color: black;
}

#applications {
  background-color: #f9fbff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
}

#applications .row {
  margin: 0;
}

#applications .section-title-area {
  margin-top: 100px;
}

#applications .app-content {
  display: flex;
  justify-content: center;
}

#applications .app-content .bottom {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  width: 80%;
  position: relative;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  line-height: 2;
}

#applications .app-content .bottom .title {
  font-size: 19px;
}

#applications .app-content .font-bold {
  margin-bottom: 0;
  font-size: 14px;
  color: #868d99;
}

.color-fff {
  color: rgb(236, 229, 229) !important;
  text-align: center !important;
}

.color-A8C7DE {
  color: #a8c7de !important;
}

@media only screen and (min-width: 370px) and (max-width: 980px) {
  #solution {
    padding-bottom: 0;
  }
  #applications .section-title-area {
    margin-top: 0;
  }
  #solution .content .box {
    margin-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  #solution .content .box1 {
    width: 90%;
    
    margin: auto;
    height: 250px;
  }
  #solution .content .img1 {
    width: 100px;
    height: 100px;
  }

  #solution .content .img2 {
    width: 100px;
    height: 100px;
  }

  #solution .content .img3 {
    width: 100px;
    height: 100px;
  }

  #solution .content .img4 {
    width: 100px;
    height: 100px;
  }

  #solution .content .img5 {
    width: 100px;
    height: 100px;
  }
  #solution .content .bgRight {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
  }
  #solution .content .bg {
    position: absolute;
    z-index: -1;
    width: 50%;
  }
  #applications .app-content .box {
    display: flex;
    flex-direction: column;
    
    
    width: 100%;
    margin-right: 0px !important;
  }
  #solution .content .box .textBox .mark {
    display: none;
  }
  .advantage {
    padding: 65px 0 0;
  }
  #solution .container .content{
    margin-bottom: 0;
  }
  #solution {
    margin-bottom: 0;
  }
  #heroCarousel .container .title p, #heroCarousel .container .title b {
    font-size: 28px;
  }
  #applications .app-content {
    padding: 0 20px;
  }
  h2.section-heading {
    font-size: 24px;
  }
  .section-subheading {
    display: none;
  }
  .container .subtitle {
    font-size: 14px;
  }
  .container .subtitleContent {
    font-size: 12px;
  }
  .textBox h4 {
    font-weight: 700;
  }
}