section[data-cattype="83001"] {
  overflow: hidden;
}

section[data-cattype="83001"] .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

section[data-cattype="83001"] .img1 {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0 none;
  padding: 40px;
}

section[data-cattype="83001"] .icon1 {
  width: 20px;
}

section[data-cattype="83001"] h2 {
  font-family: 'Roboto', Arial, sans-serif;
  margin: 12px 0 5px 0;
  font-size: 50px;
  text-transform: capitalize;
  color: #071A3D;
  padding: 5px 0;
}

section[data-cattype="83001"] h4 {
  margin-left: -65px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #09836C;
  margin-top: 4px;
}

section[data-cattype="83001"] p {
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding: 5px 0;
  margin-top: -10px;
  color: #5F6B7A;
  text-align: justify;
  line-height: 1.6;
}

section[data-cattype="83001"] ul.listImage li,
section[data-cattype="83001"] ul.listImage li .wrapper_image {
  width: 150px;
  height: 112px;
  border: none;
}

section[data-cattype="83001"] ul.listImage li {
  margin: 10px;
}


/* ================================
   Animation - Hidden First
================================ */

section[data-cattype="83001"].osp83001-init .osp83001-image-wrap-anim,
section[data-cattype="83001"].osp83001-init .osp83001-title-anim,
section[data-cattype="83001"].osp83001-init .osp83001-description-anim {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: opacity, transform;
}

section[data-cattype="83001"].osp83001-init .osp83001-image-wrap-anim {
  transform: translateX(-70px);
}

section[data-cattype="83001"].osp83001-init .osp83001-image-anim {
  transform: scale(1.04);
}

section[data-cattype="83001"].osp83001-init .osp83001-title-anim,
section[data-cattype="83001"].osp83001-init .osp83001-description-anim {
  transform: translateX(70px);
}


/* ================================
   Animation - Active
================================ */

section[data-cattype="83001"].osp83001-active .osp83001-image-wrap-anim {
  visibility: visible;
  pointer-events: auto;
  animation: osp83001ImageWrapIn 0.9s ease forwards;
  animation-delay: 0.1s;
}

section[data-cattype="83001"].osp83001-active .osp83001-image-anim {
  animation: osp83001ImageScaleIn 1s ease forwards;
}

section[data-cattype="83001"].osp83001-active .osp83001-title-anim {
  visibility: visible;
  pointer-events: auto;
  animation: osp83001TextIn 0.85s ease forwards;
  animation-delay: 0.2s;
}

section[data-cattype="83001"].osp83001-active .osp83001-description-anim {
  visibility: visible;
  pointer-events: auto;
  animation: osp83001TextIn 0.85s ease forwards;
  animation-delay: 0.35s;
}


/* ================================
   Keyframes
================================ */

@keyframes osp83001ImageWrapIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-70px);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

@keyframes osp83001TextIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(70px);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

@keyframes osp83001ImageScaleIn {
  0% {
    transform: scale(1.04);
  }

  100% {
    transform: scale(1);
  }
}


/* ================================
   Laptop Responsive
================================ */

@media (max-width: 1400px) {

  section[data-cattype="83001"] h2 {
    font-size: 38px;
  }

  section[data-cattype="83001"] p {
    font-size: 14px;
  }
}


/* ================================
   Mobile Responsive
================================ */

@media screen and (max-width: 480px) {

  section[data-cattype="83001"] {
    overflow: hidden;
  }

  section[data-cattype="83001"] .content-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  section[data-cattype="83001"] .row {
    margin-left: 0;
    margin-right: 0;
  }

  section[data-cattype="83001"] .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }

  section[data-cattype="83001"] .img1 {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
  }

  section[data-cattype="83001"] h2 {
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 12px;
  }

  section[data-cattype="83001"] h4 {
    margin-left: 50px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #09836C;
    margin-top: -20px;
  }

  section[data-cattype="83001"] p {
    font-size: 14px;
    text-align: justify;
    padding: 0 20px;
    margin-top: 0;
    line-height: 1.6;
  }

  section[data-cattype="83001"] .icon1 {
    width: 20px;
    margin-left: 20px;
  }

  section[data-cattype="83001"].osp83001-init .osp83001-image-wrap-anim,
  section[data-cattype="83001"].osp83001-init .osp83001-title-anim,
  section[data-cattype="83001"].osp83001-init .osp83001-description-anim {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(35px);
  }

  section[data-cattype="83001"].osp83001-active .osp83001-image-wrap-anim,
  section[data-cattype="83001"].osp83001-active .osp83001-title-anim,
  section[data-cattype="83001"].osp83001-active .osp83001-description-anim {
    visibility: visible;
    pointer-events: auto;
    animation: osp83001MobileIn 0.9s ease forwards;
  }

  section[data-cattype="83001"].osp83001-active .osp83001-image-wrap-anim {
    animation-delay: 0.1s;
  }

  section[data-cattype="83001"].osp83001-active .osp83001-title-anim {
    animation-delay: 0.2s;
  }

  section[data-cattype="83001"].osp83001-active .osp83001-description-anim {
    animation-delay: 0.35s;
  }
}

@keyframes osp83001MobileIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(35px);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}