.hero-section, .main-banner {height: 100vh;background: url('../img/home/bg.webp') no-repeat 0 -150px/cover;}
.service-title {font-size: 18px;}
.service-item {min-height: 210px;}
.portfolio-img {height: 250px;}
.portfolio-img img {position: absolute; width: 100%; height: 100%; object-fit: cover;}
.pa-bg {height: 100%;}
.portfolio-area {padding-bottom: 200px;}
.theme-btn.btn-sm {font-size: 14px; padding: 8px 15px;}
.feature-area {margin-top: -70px;}
body{overflow-x: hidden;}

 .main-banner .slide1 .ship-man-port-bar {
    position: absolute;
    right: 248px;
    z-index: 13;
    width: 323px;
    height: 275px;
    bottom: 117px;
  }
  
   .main-banner .slide1 .ship-man-port-bar .port-bar {
    width: 176px;
    position: absolute;
    left: -150px;
    bottom:-40px;
  }
  
   .main-banner .slide1 .ship-man-port-bar img.ship-man {
    display: none;
    position: absolute;
    width: 295px;
    bottom: -50px;
    left: -140px;
  }
  
   .main-banner .slide1 img.ship {
    display: none;
    position: absolute;
    right: -100%;
    width: 800px;
    bottom:95px;
    -webkit-animation: move 3s infinite;
            animation: move 3s infinite;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    z-index: 2;
  }
  
  @-webkit-keyframes move {
    from {
      right: -100%;
    }
    to {
      right: -10%;
    }
  }
  
 
 .main-banner .slide1 img.truck-yellow 
   {
    display: none;
    position: absolute;
    left: -142px;
    width: 500px;
    bottom: 100px;
    z-index: 14;
    -webkit-animation: mymove 4s infinite;
            animation: mymove 4s infinite;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  
  @-webkit-keyframes mymove {
    from {
      left: -300px;
    }
    to {
      left: -10px;
    }
  }
  
  
   .main-banner .slide1 img.truck-deliver {
    display: none;
    position: absolute;
    bottom: 25px;
    z-index: 15;
    width: 264px;
    left: 274px;
  }
  
   .main-banner .slide1 img.deliver-man {
    display: none;
    position: absolute;
    width:135px;
    bottom: 20px;
    left: 550px;
    z-index: 16;
   
  }
  
   .main-banner .slide1 .deliver-man-bubble {
    display: none;
    background: url(../img/home/white-cloud.png);
    position: absolute;
    width: 297px;
    height: 234px;
    top: 145px;
    left: 527px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
  
   .main-banner .slide1 .deliver-man-bubble .bubble-text {
    position: absolute;
    color: #0768DB;
    top: 21px;
    left: 32px;
    width: 224px;
  }
  
   .main-banner .slide1 .deliver-man-bubble .bubble-text p {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
  }
  
   .main-banner .slide1 .deliver-man-bubble .bubble-text span {
    text-align: center;
    display: block;
    font-size: 15px;
  }
  
   .main-banner .slide1 .truck-man-bubble {
    display: none;
    background: url(../img/home/white-cloud.png);
    position: absolute;
    width: 274px;
    height: 234px;
    top: 188px;
    left: 228px;
    z-index: 16;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
   .main-banner .slide1 .truck-man-bubble .bubble-text-1 {
    position: absolute;
    color: #0768DB;
    width: 249px;
    left: 14px;
    top: 27px;
  }
  
   .main-banner .slide1 .truck-man-bubble .bubble-text-1 p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  
   .main-banner .slide1 .truck-man-bubble .bubble-text-1 span {
    text-align: center;
    display: block;
    font-size: 15px;
  }
  
   .main-banner .slide1 .full-round {
    position: absolute;
    left: -1px;
  }
  
   .main-banner .slide1 .full-round img.round-base {
    position: absolute;
    top: 295px;
    left: 492px;
    width: 373px;
  }
  
   .main-banner .slide1 .full-round img.round {
    position: absolute;
    top: 117px;
    left: 491px;
    width: 374px;
    margin: auto;
    color: white;
    -webkit-animation: roundmove 70s infinite linear;
            animation: roundmove 70s infinite linear;
  }
  
  @-webkit-keyframes roundmove {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes roundmove {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
   .main-banner .slide2 .floor {
    background: url(../img/floor.png);
    width: 100%;
    min-height: 159px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 512px;
    z-index: 0;
  }
  
   .main-banner .slide2 .full-round {
    position: absolute;
    left: -1px;
    top: 0px;
  }
  
   .main-banner .slide2 .full-round img.round-base {
    position: absolute;
    top: 295px;
    left: 492px;
    width: 373px;
  }
  
   .main-banner .slide2 .full-round img.round {
    position: absolute;
    top: 117px;
    left: 491px;
    width: 374px;
    margin: auto;
    color: white;
    -webkit-animation: roundmove 70s infinite linear;
            animation: roundmove 70s infinite linear;
  }
  
  @keyframes roundmove {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
   .main-banner .slide2 .main-img {
    display: none;
  }
  
   .main-banner .slide2 .main-img img {
    width: 87%;
    position: absolute;
    z-index: 14;
    top: 160px;
    left: 63px;
  }
  
   .main-banner .slide2 .store-man-bubble {
    display: none;
    background: url(../img/home/white-cloud.png);
    position: absolute;
    width: 297px;
    height: 234px;
    top: 319px;
    right: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 31;
  }
  
   .main-banner .slide2 .store-man-bubble .bubble-text {
    position: absolute;
    color: #0768DB;
    top: 36px;
    left: 32px;
    width: 224px;
  }
  
   .main-banner .slide2 .store-man-bubble .bubble-text p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
  }
  
   .main-banner .slide2 .store-man-bubble .bubble-text span {
    text-align: center;
    display: block;
    font-size: 15px;
  }


  @media(max-width:460px){
     .main-banner {
        min-height: 267px;
      }
      
       .main-banner .slide1 img.ship {
        display: none;
        width: 566px;
        bottom: 140px;
        -webkit-animation: move 5s infinite;
        animation: move 5s infinite;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        left: 235px;
      }
      @-webkit-keyframes move {
        from {
          left: 320px;
        }
        to {
          left: 235px;
        }
      }
      @keyframes move {
        from {
          left: 320px;
        }
        to {
          left: 235px;
        }
      }
       .main-banner .slide1 img.truck-yellow {
        width: 156px;
        bottom: 138px;
        -webkit-animation: mymove 3s infinite;
        animation: mymove 3s infinite;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
      }
      @-webkit-keyframes mymove {
        from {
          left: -100px;
        }
        to {
          left: 00px;
        }
      }
      @keyframes mymove {
        from {
          left: -100px;
        }
        to {
          left: 00px;
        }
      }
       .main-banner .slide1 img.truck-deliver {
        bottom: 122px;
        width: 69px;
        left: 70px;
      }
       .main-banner .slide1 img.deliver-man {
        bottom: 115px;
        left:130px;
        width: 34px;
      }
       .main-banner .slide1 .ship-man-port-bar {
        right: 62px;
        width: 188px;
        height: 275px;
        bottom: 50px;
      }
       .main-banner .slide1 .ship-man-port-bar .port-bar {
        width: 98px;
        left: 21px;
        top: 191px;
      }
       .main-banner .slide1 .ship-man-port-bar img.ship-man {
        width: 144px;
        left: 77px;
        top: 127px;
      }
       .main-banner .slide1 .deliver-man-bubble {
        width: 145px;
        top: 50%;
        left: 200px;
      }
       .main-banner .slide1 .deliver-man-bubble .bubble-text {
        top: 9px;
        width: 119px;
        left: 12px;
      }
       .main-banner .slide1 .deliver-man-bubble .bubble-text p {
        font-size: 10px;
        line-height: 15px;
      }
       .main-banner .slide1 .deliver-man-bubble .bubble-text span {
        font-size: 12px;
      }
       .main-banner .slide1 .truck-man-bubble {
        width: 113px;
        height: 234px;
        top: 55%;
        left:40px;
      }
       .main-banner .slide1 .truck-man-bubble .bubble-text-1 {
        width: 98px;
        left: 7px;
        bottom: 1px;
        top: 0;
      }
       .main-banner .slide1 .truck-man-bubble .bubble-text-1 p {
        font-size: 10px;
        line-height: 12px;
      }
       .main-banner .slide1 .truck-man-bubble .bubble-text-1 span {
        font-size: 12px;
      }
       .main-banner .slide1 .icon-box {
        display: none;
      }
       .main-banner .slide1 .full-round {
        position: absolute;
        left: -407px;
        top: -294px;
      }
       .main-banner .slide1 .full-round img.round-base {
        position: absolute;
        top: 377px;
        left: 538px;
        width: 237px;
      }
       .main-banner .slide1 .full-round img.round {
        position: absolute;
        top: 293px;
        left: 567px;
        width: 180px;
        margin: auto;
        color: white;
        -webkit-animation: roundmove 70s infinite linear;
        animation: roundmove 70s infinite linear;
      }
       .main-banner .slide2 .floor {
        top: 208px;
        z-index: 1;
      }
       .main-banner .slide2 .full-round {
        left: -407px;
        top: -294px;
        z-index: 0;
      }
       .main-banner .slide2 .full-round img.round-base {
        top: 377px;
        left: 538px;
        width: 237px;
      }
       .main-banner .slide2 .full-round img.round {
        top: 293px;
        left: 567px;
        width: 180px;
      }
       .main-banner .slide2 .main-img img {
        z-index: 14;
        top: 60%;
        left: 29px;
      }
       .main-banner .slide2 .icon-box {
        display: none;
      }
      .site-title,.cta-content h1{font-size: 26px;}
      .about-text, .cta-content p {font-size: 14px;}
       .main-banner .slide2 .store-man-bubble {
        background: url(../img/home/white-cloud.png);
        position: absolute;
        width: 118px;
        height: 227px;
        top: 50%;
        right: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 31;
      }
       .main-banner .slide2 .store-man-bubble .bubble-text {
        position: absolute;
        color: #0768DB;
        top: 12px;
        left: -35px;
        width: 193px;
      }
       .main-banner .slide2 .store-man-bubble .bubble-text p {
        text-align: center;
        font-size: 10px;
        margin-bottom: 0;
      }
  }