

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Readex Pro", sans-serif;

  font-size: 1rem;
  line-height: 1.56;
  direction: rtl !important;
  text-align: right !important;
}
.blog-content-wrapper table {
    width: 100%;
    border-collapse: collapse;
}
.blog-content-wrapper th,
.blog-content-wrapper td p, .blog-content-wrapper td {
    padding: 8px;
    margin-bottom: 10px;
}
.blog-content-wrapper thead th {
    background: #f9f9f9;
}
span,
a {
  display: inline-block;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-right: initial;
}

img {
  display: block;
}



p {
  font-size: 16px;
  line-height: 1.67;
  margin-bottom: initial;
  color: rgba(10, 16, 47, 0.8);
}
@media (min-width: 576px) {
  p {
    font-size: 18px;
  }
}

.position-relative {
  position: relative;
}

.list-style-bullet li {
  display: flex;
  column-gap: 8px;
}
.list-style-bullet li::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-width: 8px;
  min-height: 8px;
  max-height: 8px;
  border-radius: 500px;
  background-color: #0A102F;
  top: 10px;
  position: relative;
}

.inner-block-title {
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.0208333333em;
  font-size: 20px;
  font-family: var(--font-family-base);
}
@media (min-width: 768px) {
  .inner-block-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .inner-block-title {
    font-size: 24px;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-right: 8.33333333%;
}

.offset-2 {
  margin-right: 16.66666667%;
}

.offset-3 {
  margin-right: 25%;
}

.offset-4 {
  margin-right: 33.33333333%;
}

.offset-5 {
  margin-right: 41.66666667%;
}

.offset-6 {
  margin-right: 50%;
}

.offset-7 {
  margin-right: 58.33333333%;
}

.offset-8 {
  margin-right: 66.66666667%;
}

.offset-9 {
  margin-right: 75%;
}

.offset-10 {
  margin-right: 83.33333333%;
}

.offset-11 {
  margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 480px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-right: 0;
  }
  .offset-xs-1 {
    margin-right: 8.33333333%;
  }
  .offset-xs-2 {
    margin-right: 16.66666667%;
  }
  .offset-xs-3 {
    margin-right: 25%;
  }
  .offset-xs-4 {
    margin-right: 33.33333333%;
  }
  .offset-xs-5 {
    margin-right: 41.66666667%;
  }
  .offset-xs-6 {
    margin-right: 50%;
  }
  .offset-xs-7 {
    margin-right: 58.33333333%;
  }
  .offset-xs-8 {
    margin-right: 66.66666667%;
  }
  .offset-xs-9 {
    margin-right: 75%;
  }
  .offset-xs-10 {
    margin-right: 83.33333333%;
  }
  .offset-xs-11 {
    margin-right: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-right: 0;
  }
  .offset-sm-1 {
    margin-right: 8.33333333%;
  }
  .offset-sm-2 {
    margin-right: 16.66666667%;
  }
  .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-right: 33.33333333%;
  }
  .offset-sm-5 {
    margin-right: 41.66666667%;
  }
  .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-right: 58.33333333%;
  }
  .offset-sm-8 {
    margin-right: 66.66666667%;
  }
  .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-right: 83.33333333%;
  }
  .offset-sm-11 {
    margin-right: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-right: 0;
  }
  .offset-md-1 {
    margin-right: 8.33333333%;
  }
  .offset-md-2 {
    margin-right: 16.66666667%;
  }
  .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-right: 33.33333333%;
  }
  .offset-md-5 {
    margin-right: 41.66666667%;
  }
  .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-right: 58.33333333%;
  }
  .offset-md-8 {
    margin-right: 66.66666667%;
  }
  .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-right: 83.33333333%;
  }
  .offset-md-11 {
    margin-right: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-right: 0;
  }
  .offset-lg-1 {
    margin-right: 8.33333333%;
  }
  .offset-lg-2 {
    margin-right: 16.66666667%;
  }
  .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-right: 33.33333333%;
  }
  .offset-lg-5 {
    margin-right: 41.66666667%;
  }
  .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-right: 58.33333333%;
  }
  .offset-lg-8 {
    margin-right: 66.66666667%;
  }
  .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-right: 83.33333333%;
  }
  .offset-lg-11 {
    margin-right: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-right: 0;
  }
  .offset-xl-1 {
    margin-right: 8.33333333%;
  }
  .offset-xl-2 {
    margin-right: 16.66666667%;
  }
  .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-right: 33.33333333%;
  }
  .offset-xl-5 {
    margin-right: 41.66666667%;
  }
  .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-right: 58.33333333%;
  }
  .offset-xl-8 {
    margin-right: 66.66666667%;
  }
  .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-right: 83.33333333%;
  }
  .offset-xl-11 {
    margin-right: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-right: 0;
  }
  .offset-xxl-1 {
    margin-right: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-right: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-right: 25%;
  }
  .offset-xxl-4 {
    margin-right: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-right: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-right: 50%;
  }
  .offset-xxl-7 {
    margin-right: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-right: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-right: 75%;
  }
  .offset-xxl-10 {
    margin-right: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-right: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

.feature-card {
  background: #FFFFFF;
  border: 2px solid #0A102F;
  border-radius: 10px;
  padding: 30px;
  cursor: pointer;
  transition: 300ms;
}
.feature-card__icon {
  padding-bottom: 30px;
}
.feature-card__title {
  padding-bottom: 15px;
  font-family: var(--font-family-base);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: var(--body-color);
}
.feature-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(var(--body-color-rgb), 0.8);
  margin-bottom: 0;
}
.feature-card p span {
  font-weight: 600;
}
.feature-card:hover {
  box-shadow: -10px 10px rgba(var(--body-color-rgb));
  border-radius: 10px;
}



/* ========== Component : Badge Style  ============= */
.badge {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
  padding: 5.5px 15.5px;
  border: 1px solid #191919;
  border-radius: 500px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .badge {
    margin-bottom: 20px;
  }
}

.badge--white {
  padding: 5.5px 18.5px;
  background: #FFFFFF;
}

.badge--purple {
  background: #B5A8F8;
}

.badge--yellow {
  background: #FFED88;
}

.badge--blue {
  background: #A2DFF5;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
.site-menu-main {
  margin-bottom: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-right: 0;
  }
}
.site-menu-main li {
  list-style: none;
}
.site-menu-main ul {
  list-style: none;
  margin-right: 0;
}
.site-menu-main a {
  text-decoration: none;
}

.site-menu-main .nav-item {
  display: inherit;
}
.site-menu-main .nav-link-item {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  transition: 0.3s;
}
.site-menu-main .nav-link-item:hover {
  color: #5e70ff;
}
@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 25px !important;
    padding-bottom: 23px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
    color: #0a102f;
  }
  .site-menu-main .nav-link-item:hover {
    color: #0a102f;
  }
}
@media (min-width: 1200px) {
  .site-menu-main .nav-link-item {
    padding-top: 15px !important;
    padding-bottom: 13px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}

.site-menu-main .sub-menu {
  z-index: 500;
  box-shadow: 2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, top 0.3s ease, margin-top 0.3s ease, background-color 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  display: flex;
  column-gap: 92px;
  min-width: 227px;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
  }
}
.site-menu-main .sub-menu_list {
  width: 100%;
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu_list {
    padding: 12px 0;
  }
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu:not(.child-sub)::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 22px;
    height: 15px;
    width: 15px;
    background-color: white;
    transform: rotate(-45deg) translateY(-11px);
    z-index: 999;
  }
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    right: 100%;
  }
}
.site-menu-main .sub-menu--row {
  display: flex;
}
.site-menu-main .sub-menu--item {
  color: #0A102F !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .site-menu-main .sub-menu--item:not(.site-menu-main .sub-menu--item:last-child) {
    margin-bottom: 7px;
  }
}
.site-menu-main .sub-menu--item > a {
  transition: 0.4s;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu--item > a {
    transition: 0.4s;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 25px;
    padding-left: 25px;
    color: inherit;
  }
}
.site-menu-main .sub-menu--item > a > i {
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-menu-main .sub-menu--item:hover > a {
  color: red;
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu--item:first-child a {
    padding-top: 0;
    padding-bottom: 2px;
  }
}
.site-menu-main .sub-menu--item:last-child {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.site-menu-main .sub-menu--item:last-child a {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .site-menu-main .sub-menu_item .child-sub ~ .sub-menu {
    margin-top: 30px;
    padding-top: 5px;
  }
}
.site-menu-main .sub-menu_item.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  li.nav-item-has-children {
    position: relative;
  }
}
li.nav-item-has-children .fa-angle-down,
li.nav-item-has-children .fa-angle-right {
  transition: 0.4s;
}
@media (min-width: 992px) {
  li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 8px;
  }
  li.nav-item-has-children:hover .fa-angle-down {
    transform: rotate(-180deg);
  }
}
@media (min-width: 992px) {
  li.nav-item-has-children:hover .drop-trigger:not(.child-sub)::before {
    top: 88%;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
li.nav-item-has-children.child-item:hover .fa-angle-right {
  transform: rotate(-90deg);
}

.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 14px 21px;
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-menu-main > li .sub-menu > ul > li > a {
    padding: 9px 21px;
    font-size: 16px;
    color: #0a102f;
  }
}
.site-menu-main > li .sub-menu > ul > li > a .menu-item-text {
  position: relative;
  transition: all 0.3s ease;
}
.site-menu-main > li .sub-menu > ul > li > a .menu-item-text::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: auto;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #202030;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .site-menu-main > li .sub-menu > ul > li > a .menu-item-text::after {
    bottom: 2px;
  }
}
.site-menu-main > li .sub-menu > ul > li > a:hover .menu-item-text {
  transform: translateX(-5px);
}
.site-menu-main > li .sub-menu > ul > li > a:hover .menu-item-text::after {
  right: 0;
  left: auto;
  width: 100%;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-right: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #0A102F;
    width: 24px;
    position: relative;
  }
  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0A102F;
  }
  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #FFFFFF;
  }
  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #FFFFFF;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 470px;
    max-width: 100%;
    background-color: #0a102f;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    padding: 0 16px 60px;
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-menu-main > li > a {
    line-height: 50px;
    padding: 18px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .site-menu-main > li > a {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-menu-main > li > a i {
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(90deg);
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .menu-block .mobile-menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    top: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #0a102f;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 40px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    color: #000000;
  }
}
@media (max-width: 991px) {
  .site-header .menu-block .site-menu-main {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    margin: 0;
    padding: 0 10px 10px 10px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .site-menu-main > li .sub-menu_list {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .site-menu-main > li .sub-menu.child-sub {
    padding-right: 36px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .site-menu-main > li .sub-menu.child-sub .sub-menu_list {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .site-menu-main > li .sub-menu.active {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    z-index: 99;
    padding-top: 20px;
  }
  .site-menu-main .sub-menu_list .sub-menu_item:first-child a {
    padding-top: 0;
  }
  .site-menu-main > li .sub-menu > ul > li > a,
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
  }
  .menu-overlay.transition {
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
/*Custom Css for menu*/
@media (min-width: 992px) {
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-right: 15px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .site-header--menu-center .menu-block-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .reveal-header .site-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .reveal-header .nav-link-item {
    color: #0A102F !important;
  }
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
  }
  .reveal-header li.nav-item-has-children:hover > .sub-menu.megamenu {
    top: 100%;
  }
}

.menu-block.active {
  overflow-y: auto;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding-top: 0px;
  }
}
.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}
@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
    justify-content: center;
  }
}

.site-header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.site-header--absolute {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
    background-color: #fff;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header .brand-logo .logo-dark {
    display: block;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header .brand-logo .logo-light {
    display: none;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header.bg--primary {
    background-color:#313131;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header.bg--primary .nav-link-item {
    color: #fff !important;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header.bg--primary .btn-news--header-secondary {
    color: #fff !important;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header.bg--primary .btn-fill--up {
    --btn-border-color: #fff;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header .btn-link {
    color: var(--color-headings-2);
  }
}
.site-header--sticky.mobile-sticky-enable {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: 0.4s;
}
.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: 0.4s;
}
.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
  height: 100%;
  background-color: transparent !important;
}
.site-header--sticky.mobile-sticky-enable.reveal-header .site-navbar {
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 5px;
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
}
@media (min-width: 768px) {
  .site-header--sticky.mobile-sticky-enable.reveal-header {
    height: auto;
  }
}
.site-header--menu-center .container {
  position: relative;
}
.site-header--menu-center .menu-block-wrapper {
  position: static;
}
@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    right: 50%;
    transform: translateX(50%) translateY(10px);
  }
}
@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(50%) translateY(-2px);
    right: 50%;
  }
}
.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}
.site-header--menu-right .menu-block {
  margin-right: auto;
}
@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .sub-menu.megamenu {
    right: 100%;
    transform: translateX(100%) translateY(10px);
  }
}
@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(100%) translateY(-10px);
    right: 100%;
  }
}
.site-header--dark .nav-link-item {
  color: #fff;
}
.site-header--dark .btn {
  color: #fff;
}
.site-header--dark .btn--outline {
  border-color: #fff;
}
.site-header--dark .btn--outline:hover {
  background-color: #fff;
  color: var(--bs-primary);
}
.site-header--dark .btn:hover {
  color: var(--bs-primary);
}
.site-header--dark .logo-light {
  display: none;
}
.site-header--dark .logo-dark {
  display: block;
}
.site-header .header-cta-btn-wrapper {
  display: none;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .site-header .header-cta-btn-wrapper {
    display: flex;
    align-items: center;
    column-gap: 30px;
  }
}
.site-header .header-cta-btn-wrapper a {
  --bs-btn-padding-y: 12px;
}
.site-header .header-cta-btn-wrapper a .icon {
  margin-left: 10px;
}
.site-header .header-cta-btn-mobile {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .site-header .header-cta-btn-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .transition {
    transition: all 0.5s ease;
  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .header-btns {
    margin-left: 0;
  }
}

.brand-logo {
  display: flex;
}
.brand-logo img {
  max-height: 40px;
}
.brand-logo .logo-dark {
  display: none;
}

.dynamic-sticky-bg.reveal-header {
  background: var(--bg);
}
.dynamic-sticky-bg.dark-mode-texts .menu-block.active .nav-link-item {
  color: red !important;
}
.dynamic-sticky-bg.dark-mode-texts .menu-social-share li a {
  color: var(--color-headings-2);
}

.sticky-bg-white.reveal-header {
  background: #fff;
}
.sticky-bg-white.reveal-header .dark-version-logo {
  display: none !important;
}
.sticky-bg-white.reveal-header .light-version-logo {
  display: block !important;
}
.sticky-bg-white.reveal-header .menu-sep-left {
  position: relative;
}
.sticky-bg-white.reveal-header .menu-sep-left::before {
  content: "";
  border-right: rgba(255, 0, 0, 0.5) !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 26px;
  z-index: 9;
}

/* Header */
.btn-news {
  --btn-spacing-y: 18px;
  --btn-spacing-x: 42px;
  --btn-radius: 3px;
  --btn-bg: #B1BD52;
  --btn-color: #fff;
  --btn-border-width: 1px;
  --btn-border-color: #B1BD52;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  z-index: 0;
  position: relative;
  border-width: var(--btn-border-width);
  border-style: solid;
  border-color: var(--btn-border-color);
  border-radius: var(--btn-radius);
  padding-right: var(--btn-spacing-x);
  padding-left: var(--btn-spacing-x);
  padding-top: var(--btn-spacing-y);
  padding-bottom: var(--btn-spacing-y);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  transition: all 0.3s;
}
.btn-tag {
  --btn-spacing-y: 10px;
  --btn-spacing-x: 20px;
  --btn-radius: 3px;
  --btn-bg: #B1BD52;
  --btn-color: #fff;
  --btn-border-width: 1px;
  --btn-border-color: #B1BD52;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  z-index: 0;
  position: relative;
  border-width: var(--btn-border-width);
  border-style: solid;
  border-color: var(--btn-border-color);
  border-radius: var(--btn-radius);
  padding-right: var(--btn-spacing-x);
  padding-left: var(--btn-spacing-x);
  padding-top: var(--btn-spacing-y);
  padding-bottom: var(--btn-spacing-y);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  transition: all 0.3s;
}
.btn-news:not(.btn-fill--up):not(.btn-fill--down):not(.btn-fill--slide):not(.btn-fill--slide-reverse):not(.btn-fill--slide-left):not(.btn-shadow):not(.btn-shadow--reverse) {
  transition: all 0.3s ease-in-out;
}
.btn-news:not(.btn-fill--up):not(.btn-fill--down):not(.btn-fill--slide):not(.btn-fill--slide-reverse):not(.btn-fill--slide-left):not(.btn-shadow):not(.btn-shadow--reverse):hover {
  background-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
  border-color: var(--btn-hover-border-color);
}
.btn-news--header {
  --btn-spacing-y: 13px;
  --btn-spacing-x: 33px;
}
.btn-news--header-secondary {
  background: none;
  border: none;
  padding: 0;
  color: #0A102F;
}
.btn-news .play-icon {
  position: relative;
  height: 16px;
  width: 16px;
  background-color: #000;
  border-radius: 500px;
}
.btn-news .play-icon::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 7px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-6px, 4px);
}

.btn-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #0A102F;
  transition: 0.3s;
  text-decoration: none;
}

.btn-arrow {
  display: inline-flex;
  column-gap: 10px;
}
.btn-arrow:hover::after {
  right: 5px;
}
.btn-arrow::after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-size: inherit;
  position: relative;
  top: 1px;
  right: 0px;
  transition: 0.4s right;
  color: inherit;
}

/* ---------- Button Shadow ---------- */
.btn-shadow {
  z-index: 1;
  --btn-shadow-bg: #0A102F;
  --btn-shadow-border-color: #0A102F;
  --btn-shadow-border-width: 1px;
}
.btn-shadow::before {
  content: "";
  background-color: var(--btn-shadow-bg);
  position: absolute;
  right: 5px;
  top: 6px;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: inherit;
  border-width: var(--btn-shadow-border-width);
  border-style: solid;
  border-color: var(--btn-shadow-border-color);
  transition: 0.4s;
}
.btn-shadow:hover::before {
  right: 0px;
  top: 0px;
}
.btn-shadow--center::before {
  right: 0;
}
.btn-shadow:after {
  content: "";
  background-color: var(--btn-bg);
  position: absolute;
  border-width: var(--btn-border-width);
  border-style: solid;
  border-color: var(--btn-border-color);
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
}
.btn-shadow--reverse::before {
  right: 0;
  top: 0;
}
.btn-shadow--reverse:hover::before {
  right: 5px;
  top: 6px;
}
.btn-shadow--reverse-center:hover::before {
  right: 0;
}

/* ---------- Button Fill Up ---------- */
.btn-fill--up {
  --btn-fill-bg: #fff;
  --btn-fill-color: $black;
  --btn-fill-border-color: #B1BD52;
  overflow: hidden;
}
@keyframes fill-up-initial {
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
  }
}
@keyframes fill-up-end {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.btn-fill--up:hover {
  color: var(--btn-fill-color);
  border-color: var(--btn-fill-border-color);
}
.btn-fill--up span {
  position: relative;
  z-index: 10;
  display: block;
}
.btn-fill--up::before {
  position: absolute;
  top: -110%;
  right: -10%;
  padding-bottom: 120%;
  width: 120%;
  height: 0;
  border-radius: 50%;
  background: var(--btn-fill-bg);
  content: "";
  -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.btn-fill--up::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--btn-fill-bg);
  content: "";
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-fill--up:hover span {
  animation: fill-up-initial 0.3s forwards, fill-up-end 0.3s forwards 0.3s;
}
.btn-fill--up:hover::before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-fill--up:hover::after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ---------- Button Slide & Slide Reverse ---------- */
.btn-fill--slide,
.btn-fill--slide-reverse {
  overflow: hidden;
}
.btn-fill--slide span,
.btn-fill--slide-reverse span {
  position: relative;
  z-index: 10;
}
.btn-fill--slide::before,
.btn-fill--slide-reverse::before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120%;
  background: var(--btn-fill-bg);
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.btn-fill--slide:hover,
.btn-fill--slide-reverse:hover {
  border-color: var(--btn-fill-border-color);
}
.btn-fill--slide:hover::before,
.btn-fill--slide-reverse:hover::before {
  transform: translate3d(-100%, 0, 0);
}

.btn-fill--slide {
  overflow: hidden;
}
.btn-fill--slide::before {
  right: -10%;
}
.btn-fill--slide-reverse::before {
  right: -130%;
}

/* ---------- Button Slide Down ---------- */
.btn-fill--down {
  z-index: 1;
  overflow: hidden;
}
.btn-fill--down::before, .btn-fill--down::after {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn-fill--down::before {
  background: var(--btn-fill-bg);
  opacity: 0.7;
}
.btn-fill--down::after {
  background: var(--btn-fill-bg);
}
.btn-fill--down:hover {
  color: var(--btn-fill-color);
}
.btn-fill--down:hover::before {
  transform: translate3d(0, 100%, 0);
}
.btn-fill--down:hover::after {
  transform: translate3d(0, 100%, 0);
  transition-delay: 0.175s;
}

/* ---------- Button Slide Left ---------- */
.btn-fill--slide-left {
  overflow: hidden;
}
@keyframes slide-left-initial {
  100% {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes slide-left-end {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.btn-fill--slide-left span {
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-fill--slide-left::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  background: var(--btn-fill-bg);
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-fill--slide-left:hover {
  color: var(--btn-fill-color);
  background-color: var(--btn-bg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-fill--slide-left:hover > span > span {
  -webkit-animation: slide-left-initial 0.2s forwards, slide-left-end 0.2s forwards 0.2s;
  animation: slide-left-initial 0.2s forwards, slide-left-end 0.2s forwards 0.2s;
}
.btn-fill--slide-left:hover::before {
  background-color: var(--btn-fill-bg);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}


.home_hero-section {
  background-color: #FAF9F5;
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .home_hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .home_hero-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .home_hero-section {
    padding-top: 185px;
    padding-bottom: 120px;
  }
}
.home_hero-section .row--hero-content {
  --bs-gutter-x: 35px;
  --bs-gutter-y: 35px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .home_hero-section .row--hero-content {
    flex-direction: row-reverse;
  }
}
.home_hero-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.home_hero-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home_hero-image-block {
  position: relative;
  max-width: 660px;
}
.home_hero-image img {
  width: 100%;
  border-radius: 10px;
}
.home_hero-content {
  max-width: 660px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .home_hero-content {
    text-align: initial;
    align-items: initial;
    row-gap: 50px;
  }
}
.home_hero-content p {
  max-width: 607px;
  color: rgba(10, 16, 47, 0.8);
}
.home_hero-newsletter {
  position: relative;
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.home_hero-newsletter__bottom-text {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  margin-top: 15px;
  color: rgba(10, 16, 47, 0.5);
  text-align: initial;
}
@media (min-width: 480px) {
  .home_hero-newsletter__bottom-text {
    justify-content: center;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .home_hero-newsletter__bottom-text {
    justify-content: initial;
  }
}
.home_hero-newsletter__bottom-text img {
  height: 16px;
  width: 16px;
}

/* ========== Home 1 : Service Section Style ============= */
.home_service-section {
  position: relative;
}
.home_service-section-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.home_service-section-wrapper {
  border-top: 1px solid rgba(10, 16, 47, 0.1);
  padding-top: 60px;
}
@media (min-width: 576px) {
  .home_service-section-wrapper {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .home_service-section-wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .home_service-section-wrapper {
    padding-top: 120px;
  }
}

/* ========== Home 1 : Content Section 1 Style ============= */
.home_content-section-1 {
  background: var(--offwhite);
}
.home_content-section-1 .row--custom {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 40px;
  justify-content: center;
}
@media (min-width: 992px) {
  .home_content-section-1 .row--custom {
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .home_content-section-1 .content-image--mobile-width {
    max-width: 360px;
  }
}
@media (max-width: 479px) {
  .home_content-section-1 .content-image--mobile-width {
    max-width: 260px;
  }
}
.home_content-image-1 {
  position: relative;
}
.home_content-image-1 img {
  width: 100%;
}
.home_content-image-1-shape {
  position: absolute;
  top: -16%;
  left: -16%;
  height: 14.7%;
  width: 38%;
}
.home_content-1-text-block {
  text-align: center;
}
@media (min-width: 992px) {
  .home_content-1-text-block {
    text-align: initial;
    padding-left: 52px;
  }
}
@media (min-width: 1200px) {
  .home_content-1-text-block {
    padding-left: 0;
  }
}
.home_content-1-text-block p {
  max-width: 598px;
  line-height: 1.67;
  color: rgba(10, 16, 47, 0.8);
}
.home_content-1-text-block p:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .home_content-1-text-block p:not(:last-child) {
    margin-bottom: 35px;
  }
}
.home_content-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.26;
  font-weight: 800;
}
@media (min-width: 576px) {
  .home_content-title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .home_content-title {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .home_content-title {
    font-size: 46px;
  }
}

.home_content-section-2 {
  background: var(--offwhite);
}
.home_content-section-2 .row--custom {
  --bs-gutter-y: 40px;
  justify-content: center;
}
@media (min-width: 992px) {
  .home_content-section-2 .row--custom {
    align-items: center;
    --bs-gutter-x: 60px;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .home_content-section-2 .content-image--mobile-width {
    max-width: 360px;
  }
}
@media (max-width: 479px) {
  .home_content-section-2 .content-image--mobile-width {
    max-width: 260px;
  }
}
@media (min-width: 992px) {
  .home_content-section-2 .content {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .home_content-section-2 .content {
    padding-right: 0;
  }
}
.home_content-section-2 .content .content-list-item {
  color: #0A102F;
}
.home_content-image-2 {
  position: relative;
}
.home_content-image-2 img {
  width: 100%;
}
.home_content-image-2-shape {
  position: absolute;
  bottom: 0%;
  right: -5%;
  height: 25.3%;
  width: 24.4%;
}

/* ========= Home 1  : Portfolio Section Style ============= */
.home_portfolio-section {
  position: relative;
  z-index: 1;
}
.home_portfolio-section .portfolio-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home_portfolio-section .row--portfolio-gutter {
  --bs-gutter-x:20px;
  --bs-gutter-y:30px;
  justify-content: center;
}
@media (min-width: 768px) {
  .home_portfolio-section .row--portfolio-gutter {
    --bs-gutter-x:30px;
  }
}
@media (min-width: 992px) {
  .home_portfolio-section .row--portfolio-gutter {
    --bs-gutter-x:45px;
  }
}
@media (min-width: 1200px) {
  .home_portfolio-section .row--portfolio-gutter {
    --bs-gutter-x:61px;
  }
}

/* ========== Home 1 : FAQ Section Style ============= */
.home_faq-section {
  position: relative;
  z-index: 1;
}
.home_faq-section .row--custom {
  justify-content: center;
}
.home_faq-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.home_faq-shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.coming-soon_newsletter .newsletter-form-1 .form-control {
  font-weight: 400;
  font-size: 18px;
  border-color: rgba(var(--body-color-rgb), 0.5);
}
.coming-soon_newsletter .newsletter-form-1 .form-control::placeholder {
  color: rgba(var(--body-color-rgb), 0.5);
  font-weight: 400;
}
.coming-soon_newsletter .newsletter-form-1 button {
  padding-right: 42px;
  padding-left: 42px;
}

.contact-3_main-comment-box-wrapper .form-control {
  border: 0px;
  border-bottom: 1px dashed rgba(10, 16, 47, 0.1);
  padding-bottom: 15px;
  width: 100%;
  color: rgba(10, 16, 47, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  box-shadow: none;
  background: #FAF9F5;
}
@media (min-width: 576px) {
  .contact-3_main-comment-box-wrapper .form-control {
    font-size: 18px;
  }
}
.contact-3_main-comment-box-wrapper .form-control.textarea {
  height: 135px;
}

@media (min-width: 1400px) {
  .heading-xxl {
      font-size: 42px;
      line-height: 1.4;
  }
}

@media (min-width: 992px) {
  .home-8_blog-section p {
    max-width: 595px;
    margin: 0 auto;
  }
}

.blog-card {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #dddddd;
  border-radius: 5px;
  height: 545px;
}
.blog-card__image {
  position: relative;
  margin-bottom: 24px;
}
.blog-card__image img {
  width: 100%;
}
.blog-card__badge {
  position: absolute;
  top: 3%;
  right: 2%;
  padding: 10.5px 20.5px;
  background: #FDFBF9;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  color: #121212;
}
.blog-card__meta {
  display: flex;
  column-gap: 15px;
  margin-bottom: 15px;
}
.blog-card__meta span {
  display: flex;
  column-gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
}
.blog-card__title {
  font-weight: 500;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog-card__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .blog-card__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .blog-card__title {
    margin-bottom: 30px;
  }
}
.blog-card__link {
  display: flex;
  column-gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #B1BD52;
}
.blog-card__link i {
  position: relative;
  top: 5px;
}

.cu-blog {
  display: flex;
  justify-content: center;
  text-align: center;

}

.bg-cream {
  background-color: #FDFBF9;
}

.custom-card {
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  height: 200px;
  background-color: #faf9f561;
}
.custom-card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.custom-card-title {
  font-size: 1.3rem;
}
.custom-card-text {
  font-size: 1rem;
}
.custom-btn {
  background-color: #B1BD52;
  color: white;
}
.custom-card-img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 300px;
  height: auto; 
}

.custom-btn:hover {
  border: 1px solid #ccc;
}

@media (min-width: 320px) and (max-width: 767px) {
  
  .custom-card-img {
    width: 200px !important; 
  }
  
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #13777c;
  font-size: 30px !important;
}

.swiper-pagination-bullet-active {
  background: #13777c !important;
}

.c1-cu {
    text-align: right;
    line-height: 1.6;
    color: #303030;
}

.border-none {
  border:none;
}

.blog-details_main-section .comment-widget {
  padding-left: 10px;
}
.blog-details_main-section .comment-widget__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-left: 30px;
  padding-right: 30px;
}
.blog-details_main-section .inner_banner-title {
  letter-spacing: -0.02em;
  font-size: 32px;
}
@media (min-width: 576px) {
  .blog-details_main-section .inner_banner-title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .blog-details_main-section .inner_banner-title {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .blog-details_main-section .inner_banner-title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .blog-details_main-section .inner_banner-title {
    max-width: 1076px;
  }
}

.blog-content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-content-wrapper p {
  color: rgba(10, 16, 47, 0.8);
  white-space: pre-wrap;
}
.blog-content-wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  font-family: "Inter", sans-serif;
}
@media (min-width: 576px) {
  .blog-content-wrapper h3 {
    font-size: 18px;
  }
}
.blog-content-wrapper span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  line-height: 0!important;
  color: #0A102F;
  font-family: "Inter", sans-serif;
  /* margin-bottom: 25px; */
}
@media (min-width: 576px) {
  .blog-content-wrapper span {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .blog-content-wrapper span {
    /* margin-bottom: 40px; */
  }
}
.blog-content-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.blog-content-meta {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 24px;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  margin-top: 16px;
}
.blog-content-meta a {
  color: #0A102F;
}
.blog-content-meta span {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.blog-content__user {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.blog-content__user img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.blog-content__time {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.blog-content__category {
  padding: 3px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background: rgba(10, 16, 47, 0.05);
  color: rgba(10, 16, 47, 0.6);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.blog-content__social-options {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(10, 16, 47, 0.1);
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .blog-content__social-options {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.blog-content__social-options span {
  display: flex;
  column-gap: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.blog-content__social-options .social-options-left {
  display: flex;
  column-gap: 24px;
}
.blog-content__social-options .social-options-right {
  display: flex;
  column-gap: 24px;
}
.blog-content__reply-form {
  position: relative;
  display: flex;
  row-gap: 15px;
  column-gap: 20px;
}
@media (max-width: 576px) {
  .blog-content__reply-form {
    flex-wrap: wrap;
  }
}
.blog-content__reply-form .form-control {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  color: rgba(10, 16, 47, 0.5);
  box-shadow: none;
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
}
@media (min-width: 576px) {
  .blog-content__reply-form .form-control {
    font-size: 18px;
  }
}
.blog-content__reply-form .form-control.textarea {
  height: 150px;
  border: 1px solid #0A102F;
  border-radius: 10px;
}
.blog-content__reply-form-image {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 500px;
}
.blog-content__reply-form-image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}
.blog-content__reply-form__button-group {
  position: absolute;
  column-gap: 24px;
  max-width: 200px;
  display: flex;
  align-items: center;
  right: 8%;
  bottom: 11%;
}
.blog-content__reply-form__button-group button {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(10, 16, 47, 0.8);
  padding: 5.5px 32.5px;
  background: rgba(10, 16, 47, 0.05);
  border-radius: 500px;
  border-width: 0px;
}
.blog-content__reply-button {
  padding: 5.5px 32.5px;
  border-radius: 500px;
  background: rgba(10, 16, 47, 0.05);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(10, 16, 47, 0.6);
}

.coming-soon-section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .coming-soon-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .coming-soon-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .coming-soon-section {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.coming-soon-section .row {
  justify-content: center;
}
.coming-soon_content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.coming-soon_content-wrapper .logo {
  max-width: 110px;
  margin-bottom: 100px;
}
.coming-soon_newsletter {
  position: relative;
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .coming-soon_newsletter {
    gap: 30px;
  }
}
.coming-soon_newsletter .newsletter-form-1 .form-control {
  font-weight: 400;
  font-size: 18px;
  border-color: rgba(var(--body-color-rgb), 0.5);
}
.coming-soon_newsletter .newsletter-form-1 .form-control::placeholder {
  color: rgba(var(--body-color-rgb), 0.5);
  font-weight: 400;
}
.coming-soon_newsletter .newsletter-form-1 button {
  padding-left: 42px;
  padding-right: 42px;
}
.coming-soon_newsletter-bottom-text {
  font-size: 16px;
  opacity: 0.8;
}

#clock {
  color: var(--bs-primary);
  font-size: 16px;
  line-height: 1.13;
  font-weight: 700;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #clock {
    font-size: 32px;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  #clock {
    font-size: 48px;
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #clock {
    font-size: 62px;
    gap: 40px;
    margin-bottom: 60px;
  }
}
#clock .counter-item {
  display: flex;
  flex-direction: column;
}
#clock .counter-postfixer {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #clock .counter-postfixer {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #clock .counter-postfixer {
    font-size: 20px;
  }
}

.error-section {
  padding-top: 200px;
  padding-bottom: 120px;
}

.error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 372px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.error-content__image {
  margin-bottom: 30px;
}
.error-content__image img {
  max-width: 100%;
}
.error-content__button {
  margin-top: 21px;
}

.sidebar-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media (min-width: 992px) {
  .sidebar-wrapper {
    row-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .sidebar-wrapper {
    max-width: 416px;
    margin-left: auto;
  }
}
.sidebar-single {
  background: #FAF9F5;
  border-radius: 10px;
  padding: 28px 22px 28px 22px;
}
.sidebar-title-block {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sidebar-title-block {
    margin-bottom: 30px;
  }
}
.sidebar-title-block .sidebar-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  font-family: var(--font-family-base);
}
@media (min-width: 576px) {
  .sidebar-title-block .sidebar-title {
    font-size: 18px;
  }
}
.sidebar-title-block::before {
  content: "";
  width: 105%;
  height: 2px;
  background-color: #13111A;
  position: absolute;
  bottom: -24%;
  left: 0;
  transform: translateX(1%);
}
.sidebar-search-input {
  background: #FAF9F5;
  padding: 20px;
  border-radius: 10px;
}
.sidebar-search-input .input-wrapper {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  border-radius: 500px;
}
.sidebar-search-input .input-wrapper .input-icon {
  height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
  font-size: 20px;
  color: #0A102F;
}
.sidebar-search-input input {
  border: 1px solid #E1E1E1;
  border-radius: 500px;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  font-family: var(--font-family-base);
  box-shadow: none;
}
@media (min-width: 576px) {
  .sidebar-search-input input {
    font-size: 18px;
  }
}
.sidebar-search-input input::placeholder {
  color: #0A102F;
  padding-left: 20px;
}
.sidebar-category {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  font-family: var(--font-family-base);
  width: 100%;
  color: #0A102F;
}
@media (min-width: 576px) {
  .sidebar-category {
    font-size: 18px;
  }
}
.sidebar-blog-widget-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.sidebar-newsletter {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.sidebar-newsletter p {
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
}
@media (min-width: 576px) {
  .sidebar-newsletter p {
    font-size: 16px;
    color: #727272;
  }
}
.sidebar-newsletter input {
  border: 1px solid #E1E1E1;
  border-radius: 500px;
  height: 55px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(10, 16, 47, 0.8);
  font-family: var(--font-family-base);
}
.sidebar-newsletter input::placeholder {
  color: rgba(10, 16, 47, 0.8);
  padding-left: 40px;
}

.inner_banner-section {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .inner_banner-section {
    padding-top: 84px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .inner_banner-section {
    padding-top: 160px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .inner_banner-section {
    padding-top: 180px;
  }
}
.inner_banner-background-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.inner_banner-content-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
}
@media (min-width: 576px) {
  .inner_banner-content-block {
    row-gap: 40px;
  }
}
.inner_banner-title {
  text-align: center;
  color: #0A102F;
  line-height: 1.2;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.0142857em;
}
@media (min-width: 480px) {
  .inner_banner-title {
    font-size: 42px;
  }
}
@media (min-width: 576px) {
  .inner_banner-title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .inner_banner-title {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .inner_banner-title {
    font-size: 42px;
    line-height: 1.6;
  }
}

.banner__page-navigator {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #0A102F;
}
@media (min-width: 576px) {
  .banner__page-navigator {
    font-size: 18px;
  }
}
.banner__page-navigator li {
  text-transform: capitalize;
}
.banner__page-navigator li:after {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  margin: 0 10px;
  display: inline-block;
}
.banner__page-navigator li:last-child:after {
  display: none;
}
.banner__page-navigator .active {
  color: var(--bs-primary);
}
.banner__page-navigator a {
  color: inherit;
}

.section-padding-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 676px) {
  .section-padding-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .section-padding-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .section-padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.sidebar-category-list > * {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(10, 16, 47, 0.1);
}

.sidebar-blog-widget {
  display: flex;
  column-gap: 16px;
}
.sidebar-blog-widget__image img {
  width: 150px;
  border-radius: 5px;
}
.sidebar-blog-widget__date {
  display: flex;
  column-gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.43;
  color: #13111A;
}
.sidebar-blog-widget__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #13111A;
  font-family: "Inter", sans-serif;
}
.sidebar-blog-widget a {
  color: inherit;
}

/* ========== widget : Blog Comment Widget============= */
.comment-widget__inner {
  display: flex;
  column-gap: 20px;
}
.comment-widget__image {
  min-width: 80px;
  max-width: 80px;
  min-height: 8px;
  max-height: 80px;
  border-radius: 500px;
}
.comment-widget__image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}
.comment-widget__body {
  width: 100%;
}
.comment-widget__body p {
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
  color: rgba(10, 16, 47, 0.8);
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(10, 16, 47, 0.1);
  margin-bottom: 24px;
  max-width: 590px;
}
@media (min-width: 576px) {
  .comment-widget__body p {
    font-size: 18px;
  }
}
.comment-widget__body p:last-child {
  padding-bottom: 40px;
}
.comment-widget__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-widget__user-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}
.comment-widget__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}
.comment-widget__button a {
  font-weight: 700;
  font-size: 16px;
  color: rgba(10, 16, 47, 0.8);
}
.comment-widget__button a:hover {
  color: var(--bs-primary);
}
@media (min-width: 576px) {
  .comment-widget > .comment-widget {
    padding-left: 100px;
  }
}
.comment-widget > .comment-widget .comment-widget__image {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 500px;
}
.comment-widget > .comment-widget .comment-widget__image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}
.comment-widget > .comment-widget p {
  max-width: 525px;
}

/* ========== Component : Content Widget   ============= */
.content-widget {
  display: flex;
  column-gap: 15px;
}
@media (min-width: 992px) {
  .content-widget {
    max-width: 630px;
  }
}
.content-widget__icon {
  position: relative;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 500px;
  background: #324438;
}
.content-widget__title {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0em;
  font-size: 20px;
  line-height: 1.25;
  color: #221F1A;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .content-widget__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .content-widget__title {
    font-size: 24px;
  }
}

.content-widget-2__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.content-widget-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .content-widget-2 {
    align-items: initial;
  }
}
.content-widget-2__title {
  display: flex;
  column-gap: 8px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0em;
  font-size: 20px;
  font-family: "General Sans", sans-serif;
  color: #0A102F;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .content-widget-2__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .content-widget-2__title {
    font-size: 24px;
  }
}
.content-widget-2 img {
  position: relative;
  top: 3px;
  max-width: 24px;
  max-height: 24px;
}
@media (max-width: 991px) {
  .content-widget-2 img {
    display: none;
  }
}
.content-widget-2 p {
  max-width: 505px;
}
.rounded-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rounded-circle img {
  width: 100%;
  height: auto;
  object-fit: cover; 
}
.card {
  border: none; 
}

.centra {
  align-items: center;
}

/* ============Component  : Process Widget ============== */
.process-widget-row {
  --bs-gutter-y: 30px;
  justify-content: center;
}
@media (min-width: 992px) {
  .process-widget-row {
    justify-content: space-between;
  }
}
.process-widget-row > * {
  position: relative;
  z-index: 1;
}
.process-widget-row > *::before {
  content: "";
  border: 2px dashed #1B1C1D;
  width: 80%;
  position: absolute;
  top: 16%;
  transform: translateX(71.5%);
  z-index: -1;
  display: none;
}
@media (min-width: 992px) {
  .process-widget-row > *:not(:last-child):before {
    display: block;
  }
}
.process-widget-row .process-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 30px;
}
@media (min-width: 1400px) {
  .process-widget-row .process-widget {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.process-widget-row .process-widget__count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 500px;
  background: #FDFBF9;
  border: 1px solid #1B1C1D;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
  color: #1B1C1D;
}
@media (min-width: 768px) {
  .process-widget-row .process-widget__count {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  .process-widget-row .process-widget__count {
    width: 80px;
    height: 80px;
  }
}
.process-widget-row .process-widget__count:hover {
  background: #FF9966;
}
.process-widget-row .process-widget__title {
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "General Sans", sans-serif;
  line-height: 1.4;
  font-size: 24px;
  color: #1B1C1D;
  font-family: "General Sans", sans-serif;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .process-widget-row .process-widget__title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .process-widget-row .process-widget__title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .process-widget-row .process-widget__title {
    font-size: 30px;
  }
}
.process-widget-row .process-widget p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(27, 28, 29, 0.8);
}
@media (min-width: 1400px) {
  .process-widget-row .process-widget p {
    max-width: 336px;
  }
}

/* ============ Process Widget 2 ============== */
.process-widget-2-row {
  --bs-gutter-y: 30px;
  justify-content: center;
}
.process-widget-2-row > * {
  position: relative;
  z-index: 1;
}
.process-widget-2-row > *::before {
  content: "";
  border: 2px dashed #221F1A;
  width: 90%;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
  z-index: -1;
  display: none;
}
@media (min-width: 992px) {
  .process-widget-2-row > *:not(:last-child):before {
    display: block;
  }
}

.process-widget-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 30px;
  max-width: 336px;
}
.process-widget-2__count {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF4D9;
  border: 1px solid rgba(34, 31, 26, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 500px;
  font-weight: 600;
  font-family: "General Sans", sans-serif;
  line-height: 1.2;
  font-size: 26px;
  color: #221F1A;
}
@media (min-width: 768px) {
  .process-widget-2__count {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .process-widget-2__count {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .process-widget-2__count {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  .process-widget-2__count {
    width: 80px;
    height: 80px;
  }
}
.process-widget-2__count:hover {
  background: #B1BD52;
  color: #FFF4D9;
}
.process-widget-2__title {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 1px;
  color: #221F1A;
  font-family: "Clash Display", sans-serif;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .process-widget-2__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .process-widget-2__title {
    font-size: 30px;
  }
}
.process-widget-2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(82, 82, 82, 0.8);
  letter-spacing: -0.5px;
}

/* Footer Title Common */
.footer-title {
  font-family: var(--font-family-base);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (min-width: 576px) {
  .footer-title {
    font-size: 20px;
  }
}

.copyright-border {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(var(--body-color-rgb), 0.1);
}

.copyright-inner {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 40px;
}
@media (min-width: 576px) {
  .copyright-inner {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .copyright-inner {
    margin-top: 80px;
  }
}
.copyright-inner p {
  font-size: 16px;
  margin-bottom: 0;
}

.footer-list {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  font-weight: 400;
}
@media (min-width: 576px) {
  .footer-list {
    font-size: 14px;
  }
}
.footer-list a {
  color: var(--body-color);
}

.footer-store-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}

/* Footer Dark and Light Global */
[class*=footer--dark] {
  color: rgba(255, 255, 255, 0.8);
}
[class*=footer--dark] p {
  color: inherit;
}
[class*=footer--dark] .footer-title {
  color: #fff;
}
[class*=footer--dark] a {
  color: rgba(255, 255, 255, 0.8);
}
[class*=footer--dark] .copyright-border {
  border-color: rgba(255, 255, 255, 0.1);
}

[class*=footer--light] {
  color: rgba(var(--body-color-rgb), 0.8);
}
[class*=footer--light] .footer-title {
  color: var(--body-color);
}
[class*=footer--light] a {
  color: rgba(var(--body-color-rgb), 0.8);
}
[class*=footer--light] a.footer-link {
  text-decoration: underline;
  margin-bottom: 24px;
}
[class*=footer--light] a:hover {
  color: var(--bs-primary);
}
[class*=footer--light] .copyright-border {
  border-color: rgba(var(--body-color-rgb), 0.1);
}

/* Footer Section Padding */
.footer-padding-default {
  padding-top: 60px;
}
@media (min-width: 576px) {
  .footer-padding-default {
    padding-top: 80px;
  }
}

.footer--dark-v1 {
  background: #004d51;
}

.footer--dark-v1 .copyright-inner {
  border: 0;
}
.footer--dark-v1 .copyright-block {
  background: rgba(255, 255, 255, 0.05);
}

.footer--dark-v2 {
  background: var(--black-2);
}
.footer--dark-v2 .list-social {
  --color: #fff;
  --backgroundColor: rgba(255, 255, 255, 0.1);
  --hovBackground: #3147FF;
  --hovColor: #fff;
}
.footer--dark-v2 .copyright-inner {
  border: 0;
}
.footer--dark-v2 .copyright-block {
  background: rgba(255, 255, 255, 0.05);
}

.footer-l01 a:hover {
  color: var(--bs-primary);
}

.footer-l02 {
  background-color: #F5F5F5;
}
.footer-l02 .footer-title {
  color: #0A102F;
}
.footer-l02 .footer-list a {
  color: rgba(10, 16, 47, 0.8);
}
.footer-l02 .list-social li a:hover {
  background-color: var(--black-2);
  color: #fff;
}
.footer-l02 a:hover {
  color: var(--l2-primary);
}

.footer-l03 .copyright-border {
  border-color: transparent;
}
.footer-l03 li {
  line-height: 1.67;
}
.footer-l03 .copyright-block {
  background-color: #FAF9F5;
}
.footer-l03 .list-social li a:hover {
  background-color: var(--l3-primary);
  color: #0A102F;
}
.footer-l03 a:hover {
  color: var(--l3-primary);
}

.footer-l04 {
  background-color: #F5EFEB;
  line-height: 1.67;
}
.footer-l04 .list-social li a:hover {
  background-color: var(--l4-primary);
  color: #fff;
}
.footer-l04 a:hover {
  color: var(--l4-primary);
}

.footer-l05 {
  color: rgba(var(--cream-rgb), 0.8);
}
.footer-l05 .footer-title {
  color: #FDFBF9;
}
.footer-l05 a {
  color: rgba(var(--cream-rgb), 0.8);
}
.footer-l05 a:hover {
  color: var(--l5-primary);
}

.footer-l08 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .footer-l08 {
    padding-top: 100px;
  }
}
.footer-l08 .list-social li a:hover {
  background-color: var(--l8-primary);
  color: var(--black-2);
}
.footer-l08 a:hover {
  color: var(--l8-primary);
}

.footer-l10 {
  background-color: var(--l10-primary);
}
.footer-l10 .list-social li a:hover {
  background-color: var(--l10-secondary);
  color: var(--l10-primary);
}
.footer-l10 a:hover {
  color: var(--l10-secondary);
}

/* ==========  Footer Style v1  ============= */
.footer {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 576px) {
  .footer {
    font-size: 16px;
  }
}
.footer__content-block {
  max-width: 416px;
}
.footer__content-block .footer-brand {
  margin-bottom: 33px;
}
.footer__content-text {
  margin-bottom: 24px;
}
.footer a.footer-link {
  text-decoration: underline;
  margin-bottom: 24px;
}
.footer .row--list-block {
  justify-content: space-between;
  --bs-gutter-y:40px ;
}
.footer .row--footer-main {
  --bs-gutter-y:40px ;
}

.pagination a, .pagination span {
  color: #B1BD52; 
}

.pagination .active .page-link {
  background-color: #B1BD52; 
  color: white;
  border-color: #B1BD52;
}

.pagination .disabled .page-link {
  color: #6c757d;
}


.highlight {
  color: #c0392b;
  font-weight: bold;
}

.section-content {
  height: 370px;
  background: url('../image/bg-a.png');
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}

.image-content {
  max-width: 300px;
  overflow: hidden;
  border-radius: 10px;
}

.swiper-slide img {
  width: 97%;
  height: auto;
  display: block;
}

@media (min-width: 320px) and (max-width: 480px) {
  
  .section-content {
    height: auto;
    background: url('../image/bg-a.png');
  }
  
  .mobile-center {
    justify-content: center;
  }

  .mobile-mid {
    text-align: center;
  }
}


.custom-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 15px;
  height: 220px;
}

.custom-card:hover {
  transform: translateY(-5px);
}

.custom-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.customs-card-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 15px;
}

.custom-card-title {
  color: #333;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.custom-card-body {
  color: #666;
}

.custom-card-footer {
  text-align: right;
  margin-top: 10px;
}

.text-muted {
  color: #999 !important;
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}

.bg-none {
  background: none;
}

a {
  color: #333333;
}