section[data-cattype="83005"] {
  overflow: visible;
}

section[data-cattype="83005"] .background-container {
  background: #F7F9FC;
  padding: 0px;
  margin-top: -70px;
}

section[data-cattype="83005"] .img-fluid.rounded-image {
  border-radius: 0px;
  box-shadow: 0 12px 35px rgba(0, 22, 159, 0.18);
  width: 100%;
}

section[data-cattype="83005"] .sub-title {
  font-weight: 500;
  color: #09836C;
}

section[data-cattype="83005"] .container.py-5 {
  padding: 0px 0px 0px 0px !important;
  width: 100%;
  margin-top: 0px;
}

section[data-cattype="83005"] .title {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #071A3D;
  font-size: 50px;
  padding: 0px 100px 0px 100px;
}

section[data-cattype="83005"] p {
  font-size: 18px;
  font-family: 'arial';
  color: #5F6B7A;
  padding: 0px 100px 0px 100px;
text-align: justify;
}

section[data-cattype="83005"] .description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

section[data-cattype="83005"] .btn-primary {
  background-color: #09836C;
  border-color: #09836C;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
}

section[data-cattype="83005"] .btn-primary .fas {
  margin-left: 8px;
}

section[data-cattype="83005"] .btn-primary:hover {
  background-color: #006955;
  border-color: #006955;
}


/* ================================
   Scroll Animation - Initial State
================================ */

section[data-cattype="83005"] .animate-background,
section[data-cattype="83005"] .animate-slogan-row,
section[data-cattype="83005"] .animate-slogan-content,
section[data-cattype="83005"] .animate-slogan-title,
section[data-cattype="83005"] .animate-slogan-description,
section[data-cattype="83005"] .animate-slogan-image-wrap,
section[data-cattype="83005"] .animate-slogan-image {
  will-change: opacity, transform;
}

section[data-cattype="83005"] .animate-slogan-title {
  opacity: 0;
  transform: translateX(-55px);
  transition: opacity 0.85s ease, transform 0.85s ease;
  transition-delay: 0.1s;
}

section[data-cattype="83005"] .animate-slogan-description {
  opacity: 0;
  transform: translateX(-55px);
  transition: opacity 0.85s ease, transform 0.85s ease;
  transition-delay: 0.25s;
}

section[data-cattype="83005"] .animate-slogan-image-wrap {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition-delay: 0.25s;
}

section[data-cattype="83005"] .animate-slogan-image {
  transform: scale(1.04);
  transition: transform 1s ease;
}


/* ================================
   Scroll Animation - Active State
================================ */

section[data-cattype="83005"].is-animated .animate-slogan-title,
section[data-cattype="83005"].is-animated .animate-slogan-description,
section[data-cattype="83005"].is-animated .animate-slogan-image-wrap {
  opacity: 1;
  transform: translateX(0);
}

section[data-cattype="83005"].is-animated .animate-slogan-image {
  transform: scale(1);
}


/* ================================
   Laptop Responsive
================================ */

@media (max-width: 1400px) {

  section[data-cattype="83005"] .title {
    font-size: 38px;
    padding: 0px 60px 0px 60px;
  }

  section[data-cattype="83005"] p {
    font-size: 14px;
    padding: 0px 60px 0px 60px;
  }

  section[data-cattype="83005"] .description {
    font-size: 14px;
  }
}


/* ================================
   Mobile Responsive
================================ */

@media (max-width: 576px) {

  section[data-cattype="83005"] .background-container {
    overflow: hidden;
    margin-bottom: -36px;
    margin-top: -40px;
  }

  section[data-cattype="83005"] .container.py-5 {
    padding: 30px 0px 0px 0px !important;
  }

  section[data-cattype="83005"] .title {
    font-size: 26px;
    padding: 0px 20px 0px 20px;
    margin-top: 0px;
  }

  section[data-cattype="83005"] p {
    font-size: 15px;
    padding: 0px 20px 10px 20px;
  }

  section[data-cattype="83005"] .description {
    font-size: 15px;
  }

  section[data-cattype="83005"] .img-fluid.rounded-image {
    box-shadow: 0 8px 25px rgba(0, 22, 159, 0.15);
  }

  section[data-cattype="83005"] .animate-slogan-title,
  section[data-cattype="83005"] .animate-slogan-description,
  section[data-cattype="83005"] .animate-slogan-image-wrap {
    transform: translateY(35px);
  }

  section[data-cattype="83005"].is-animated .animate-slogan-title,
  section[data-cattype="83005"].is-animated .animate-slogan-description,
  section[data-cattype="83005"].is-animated .animate-slogan-image-wrap {
    opacity: 1;
    transform: translateY(0);
  }

  section[data-cattype="83005"].is-animated .animate-slogan-image {
    transform: scale(1);
  }
}