@media(min-width:1200px){
    .parallax-image {
      transition: transform 0.5s ease-out;
      padding-top: 65px !important;
    }
  
    .image05 {
        transition: transform 0.5s ease-out;
        padding-top: 0px !important;
      }
      
    .parallax02 {
      transform-origin: bottom;
    }
    .parallax01 {
      transform-origin: top;
    }
    .abs-img01{    position: absolute;
      max-width: calc(100% - 0px);
      top: 0px;
      /* left: 20px; */
      z-index: 1;
    }
    .p-image00{
        margin-top: 55px !important;
        margin-bottom:0px !important
    }
  .p-image01{
    margin-top: 69px !important;
    margin-bottom:0px !important
  }
  .p-image02{
    margin-top: 130px !important;
    margin-bottom:0px !important
  }
  .p-image03{
    margin-top: 89px !important;
    margin-bottom:0px !important
  }
  .p-image04{
    margin-top: 205px !important;
    margin-bottom:0px !important
  }
  .abs-img-top-left {
    position: absolute;
    top: -15px;
  }
  .abs-img-bottom-right01 {
    position: absolute;
    bottom: 8rem !important;
}
.abs-img-bottom-right02 {
    position: absolute;
    bottom: 40px !important;
}
.abs-img-bottom-left02 {
    position: absolute;
    bottom: 190px !important;
}
.abs-img-bottom-left03{
    position: absolute;
    bottom: 115px !important;
}
.abs-img-bottom-left04 {
    position: absolute;
    bottom: 240px !important;
}
.sec-gyma-api01 {
    padding: 150px 0 0px !important;
}
.sec-gyma-api03{
    padding: 150px 0 0px !important;
}
.sec-about-left01 {
    padding: 130px 0 0px 0;
}
.sec-about-left02{
    padding: 130px 0 0px 0;
}
.abs-img-top-left05{
        position: absolute;
        top: 45px !important;
}
.gyma-img01{
    height: 500px !important;
}
.image-section{
    overflow:hidden;
}

}
  @media(max-width:1200px){
    .parallax-image{
          transform: translateY(0px) !important;
    }
    .abs-img{
      display: none;
    }
    .abs-img01{
      display: none;
    }
    .parallax02{
        display:none;
    }
     .parallax03{
        display:none;
    }
    
  }
  
  .li-style{
          list-style: circle;
  }