.inner-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inner-banner .main-wrap {
  position: relative;
}
.inner-banner .inner-img {
  width: 100%;
  height: 85vh;
  overflow: hidden;
}
.inner-banner .inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner .inner-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #00040a 0%, rgba(0, 4, 10, 0.6) 32.92%, rgba(0, 4, 10, 0) 100%);
  bottom: 0;
  left: 0;
  right: 0;
}
.inner-banner .inner-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #00040a -25.75%, rgba(0, 4, 10, 0.6) 15.66%, rgba(0, 4, 10, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
}
.inner-banner .caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: left;
  color: #fff;
  z-index: 2;
}
.inner-banner .caption .breadcrum {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.inner-banner .caption .breadcrum a,
.inner-banner .caption .breadcrum p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.inner-banner .caption .breadcrum a:hover,
.inner-banner .caption .breadcrum p:hover {
  color: #d5b27d;
}
.inner-banner .caption .breadcrum span {
  margin: 0 4px;
}
.inner-banner .caption .main-title {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: -0.9px;
}

.para-sec {
  padding: 80px 0;
}
.para-sec .main-wrap {
  padding: 0 20px;
}
.para-sec .main-wrap .para {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #1f1f1f;
  text-align: justify;
  font-weight: 400;
  line-height: 24px; /* 187.5% */
  margin-bottom: 40px;
}
.para-sec .main-wrap .para br {
  margin-bottom: 15px;
  display: block;
}
.para-sec .main-wrap button {
  background: #1f1f1f;
  color: #fff;
}
.para-sec .main-wrap button span {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.card-sec {
  padding: 0 0 80px;
}
.card-sec .main-wrap {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.card-sec .main-wrap .card-items {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-sec .main-wrap .card-items::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61%, #000 97.17%);
}
.card-sec .main-wrap .card-items:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.card-sec .main-wrap .card-items .card-img {
  width: 100%;
  height: 350px;
}
.card-sec .main-wrap .card-items .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-sec .main-wrap .card-items .wrap {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #fff;
  text-align: left;
  z-index: 1;
}
.card-sec .main-wrap .card-items .wrap .sub-topic {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.card-sec .main-wrap .card-items .wrap .topic {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .inner-banner .inner-img {
    height: 70vh;
  }
  .card-sec .main-wrap .card-items {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (min-width: 1023px) {
  .inner-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .inner-banner .main-wrap {
    position: relative;
  }
  .inner-banner .inner-img {
    width: 100%;
    height: 39.0625vw;
    overflow: hidden;
  }
  .inner-banner .inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inner-banner .inner-img::after {
    height: 18.8541666667vw;
  }
  .inner-banner .inner-img::before {
    height: 17.4479166667vw;
  }
  .inner-banner .caption {
    bottom: 2.0833333333vw;
    left: 6.25vw;
  }
  .inner-banner .caption .breadcrum {
    font-size: 0.8333333333vw;
    font-weight: 400;
    line-height: 1.3020833333vw;
  }
  .inner-banner .caption .breadcrum a,
  .inner-banner .caption .breadcrum p {
    font-size: 0.8333333333vw;
    font-weight: 400;
    line-height: 1.3020833333vw;
  }
  .inner-banner .caption .breadcrum span {
    margin: 0 0.4166666667vw;
  }
  .inner-banner .caption .main-title {
    font-size: 4.6875vw;
    line-height: 5.2083333333vw;
    letter-spacing: -0.046875vw;
  }
  .para-sec {
    padding: 7.2916666667vw 0;
  }
  .para-sec .main-wrap {
    padding: 0 12.5vw;
  }
  .para-sec .main-wrap .para {
    text-align: justify;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    margin-bottom: 2.6041666667vw;
  }
  .para-sec .main-wrap .para br {
    margin-bottom: 0.78125vw;
    display: block;
  }
  .para-sec .main-wrap button span {
    font-size: 0.7291666667vw;
  }
  .card-sec {
    padding: 0 0 7.8125vw;
  }
  .card-sec .main-wrap {
    padding: 0 7.2916666667vw;
    gap: 0.5208333333vw;
  }
  .card-sec .main-wrap .card-items {
    width: calc((100% - 1.0416666667vw) / 3);
    border-radius: 1.0416666667vw;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .card-sec .main-wrap .card-items::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.0416666667vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61%, #000 97.17%);
  }
  .card-sec .main-wrap .card-items:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
  .card-sec .main-wrap .card-items .card-img {
    height: 33.8541666667vw;
  }
  .card-sec .main-wrap .card-items .wrap {
    bottom: 2.0833333333vw;
    left: 2.0833333333vw;
    right: 2.0833333333vw;
  }
  .card-sec .main-wrap .card-items .wrap .sub-topic {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .card-sec .main-wrap .card-items .wrap .topic {
    font-size: 1.3541666667vw;
    line-height: 1.8229166667vw;
    padding-bottom: 1.0416666667vw;
  }
}/*# sourceMappingURL=compliance.css.map */