.demandBox {
  padding-bottom: 80px;
}

.demand {
  width: 320px;
  height: 184px;
  background-color: #FFF;
  border-radius: 6px;
  padding: 50px 30px 30px 30px;
  /* box-shadow: 0 0 18px 0 #cbcbcb; */
  transition: all 1s ease;
  position: relative;
}
/* .demand::before {
  content: "";
    width: 0;
    height: 4px;
    background-color: #5A8CEB;
    position: absolute;
    top: 0;
    left: 1px;
    transition: width 1s ease;
}
.demand:hover::before {
    width: 100%;
} */

.demand:hover {
  /* box-shadow: 0 0 18px 0 #cbcbcb; */
  transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.demand img {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}

.demand p {
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 600;
}

.technical {
  height: 508px;
  background: url(../images/bg2.jpg) no-repeat;
}

.demandBox2 {
  padding: 0;
  margin-top: 20px;
}

.demandBox2 .demand {
  background: #404A64;
}

.demandBox2 .demand p {
  color: #FFF;
  font-weight: 400;
}

.process {
  height: 852px;
  background: url(../images/bg3.jpg) no-repeat;
}

.processImg {
  display: block;
  margin: 20px auto;
}

.delivery {
  height: 600px;
  background: url(../images/bg4.jpg) no-repeat;
}

.deliveryBox {
  width: 285px;
  height: 160px;
  background: #000000;
  border-radius: 6px;
  margin-bottom: 20px;
      transition: all 0.6s ease;
}

.deliveryBox:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.deliveryBox h3 {
  height: 57px;
  background: #0168FF;
  border-radius: 6px 6px 0 0;
  text-align: center;
  line-height: 57px;
  font-size: 20px;
  color: #FFFFFF;
}

.deliveryBox p {
  font-size: 14px;
  color: #FFFFFF;
  margin: 20px;
  line-height: 1.5
}

.servicesBox {
  margin-bottom: 90px;
}

.services {
  width: 271px;
  height: 222px;
  background: #FFFFFF;
  border-radius: 6px;
}

.services img {
  display: block;
  margin: 30px auto 0;
}

.services h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
}

.services p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin: 15px 20px;
}
