/*---------------Home-service--------*/
#home-service {
  transform: translateY(20px);padding-bottom: 40px; }
  #home-service .inner {
    /*background: #ffffff;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3); */
  }
  #home-service .service-item {
    color: #fff;
    text-align: center;
    padding: 0px 30px;
    margin: 20px 0px;
    /*border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;*/ }
    #home-service .service-item:last-child, #home-service .service-item:first-child {
      border: 0px; }
    #home-service .service-item .service-icon {
      font-size: 36px;
      color: #fff;
      margin-bottom: 10px; }
    #home-service .service-item .service-title {
      font-size: 20px;
      position: relative;
      margin-bottom: 20px; }
      #home-service .service-item .service-title:after {
        position: absolute;
        content: '';
        width: 50px;
        bottom: -10px;
        left: calc(50% - 25px);
        height: 1px;
        background: #fff; }
    #home-service .service-item:hover .service-icon {
      transform: rotateY(360deg); }

      #home-service {
    padding: 32px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)) border-box;
}