/* ------------------------------------------------------------ *\
font sizes
\* ------------------------------------------------------------ */
.h1_hero .h1, h1 {
  font-size: 6rem;
  line-height: 1.21;
  font-weight: 900;
  margin-bottom: 0.6em;
}
.h2_ .h2, h2 {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 900;
}
.h3, h3 {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.6em;
}
.h4, h4 {
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: 800;
}
.h5, h5 {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 600;
}
.h6, h6 {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "acumin-pro", Helvetica, Arial, sans-serif;
  margin-bottom: 2.8rem;
}

/* ------------------------------------------------------------ *\
Oportunity
\* ------------------------------------------------------------ */
.opportunity {
  position: relative;
  padding: 8rem 10%;
  background: -o-linear-gradient(289.94deg, #004596 11.36%, #002E88 73.26%);
  background: linear-gradient(160.06deg, #004596 11.36%, #002E88 73.26%);
  border-radius: 1rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
}


/* ------------------------------------------------------------ *\
grid for four 1/4 boxes per row
\* ------------------------------------------------------------ */
.grid .grid__col--1of2b {
  width: 25%;
}

/* ------------------------------------------------------------ *\
grid for four 1/4 boxes per row
\* ------------------------------------------------------------ */
.grid .grid__col--1of3b {
  width: 25%;
}

/* ------------------------------------------------------------ *\
hero button
\* ------------------------------------------------------------ */
.hero--alt .hero__content .btn {
  margin-top: 2.8rem;
}


/* ------------------------------------------------------------ *\
Service
\* ------------------------------------------------------------ */
.service2 {
  background: -o-linear-gradient(310.05deg, #004596 19.35%, #002E88 99.3%);
  background: linear-gradient(139.95deg, #004596 19.35%, #002E88 99.3%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: transform 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
}
.service2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.service2:before {
  content: "";
  width: 0;
  display: block;
  padding-top: 22rem;
}
@media (max-width: 1023px) {
  .service2:before {
    padding-top: 24rem;
  }
}
.service2 .services__inner {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem 3rem 3.6rem;
}
.service2 .services__inner h6 {
  font-weight: 700;
}
.service2 .service__media {
  min-height: 10rem;
  min-width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service2 .service__content h5:not(:last-child) {
  margin-bottom: 1rem;
}
.service2 .service__content p {
  line-height: 1.25;
}
.service2 .service__content ul {
  list-style-type: none;
}
.service2 .service__content ul li {
  padding-left: 2.4rem;
  position: relative;
}
.service2 .service__content ul li:before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 1.1rem;
}
.testimonial {
  background: #D5E6FC;
  border-radius: 1rem;
  padding: 3.1rem 4.3rem 3.1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.24));
}

/* ------------------------------------------------------------ *\
Section Fintech Hub Alt
\* ------------------------------------------------------------ */
.section--accordion-alt .section__head .section-fintech-hub-left-image {
  max-width: 56rem;
  margin: 0 auto;
}
.section-fintech-hub-left-image .section--accordion-alt .section__head h3:not(:last-child) {
  margin-bottom: 1.7rem;
}
.section-fintech-hub-left-image .section--accordion-alt .section__body:not(:first-child) {
  margin-top: 7.5rem;
}


.section-services-featured .section__head {
  max-width: 76rem;
  margin-bottom: 8.2rem;
}

/* ------------------------------------------------------------ *\
section-alt
\* ------------------------------------------------------------ */
.section-alt {
  padding: 12rem 0 11.6rem;
  background: -o-linear-gradient(289.94deg, #004596 11.36%, #002E88 60.26%);
  background: linear-gradient(160.06deg, #004596 11.36%, #002E88 60.26%);
  text-align: center;
  position: relative;
}

.section__headalt {
  text-align: center;
  color: #fff;
  max-width: 73rem;
  margin: 0 auto 10rem auto;
}

.testimonial_2 {
  background: #D5E6FC;
  border-radius: 1rem;
  padding: 3.1rem 4.3rem 3.1rem 3rem;
  margin-top:100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.24));
}

.section-banks .section__media:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: calc(var(--guter-y) * -0.5);
  top: 0;
  width: 50vw;
  height: 100%;
  background: -o-linear-gradient(303deg,#c5e0ff 14.44%,#d5fafc 82.94%);
  background: linear-gradient(147deg,#c5e0ff 14.44%,#d5fafc 82.94%);
  opacity: 0.45;
  border-radius: 2rem;
}

.article h5 {
  font-size: 2.5rem;
  color:#01348c;
  line-height: 1.4;
  font-weight: 400;
  font-family: "acumin-pro", Helvetica, Arial, sans-serif;
}

.article-overview .article-overview .article__content {
  font-family: "Inter", "Times New Roman", Times, serif;
  margin-top: 3rem;
  color: #01348C;
  position: relative;
}

.article-overview .article .article__content {
  margin-top: 2rem;
  color: #01348C;
  padding-right: 15%;
}
.article-overview .article .article__content ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #01348C;
  opacity: 0.5;
  font-size: 1.2rem;
}

.article-overview .article-overview .article__content figure figcaption {
  font-family: "Inter", "Times New Roman", Times, serif;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  color: #01348C;
  letter-spacing: -0.2px;
  margin-top: 1.7rem;
  padding-bottom: 0.4rem;
}

}
.article-overview .article-base .article__content h5 {
  color: #01348C;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.8px;
}


/*******************************Post Details New CSS Start*********************************/

.latest_post_details .section__content {
  max-width: 100% !important;
}
.top__block_outer {
  border-bottom: 1px solid #EBEBEB;
  padding: 30px 0;
}
.top__block_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.image_circle {
  background-color: #DEE2E6;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__block_inner .left_block>a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000000;
  font-size: 15px;
}
.top__block_inner .right_block {
  color: #002E88;
  font-size: 15px;
  font-weight: 400;
}
.latest_post_details  .list-tags li a, .latest_post_details  .list-tags li span {
  background: #003B90;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 7px 22px;
  text-decoration: none;
  line-height: 1;
}
.latest_post_details .article-overview p.meta.meta--uploaded {
  color: #000000;
  font-size: 15px;
}
.latest_post_details .article-overview p.meta.meta--uploaded img {
  margin-right: 5px;
}
.latest_post_details .article__title h1 {
  font-size: 38px;
  font-weight: bold;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.latest_post_details .article__title h1 span {
  color: #002E88;
  font-weight: bold;
}
.latest_post_details .article-overview .article__content p, .latest_post_details .article-overview .article__content li {
  font-size: 16px;
  letter-spacing: 0;
  line-height:1.7 !important;
}
.latest_post_details .article-overview .article__content p:not(:last-child) {
  margin-bottom: 25px;
}
.latest_post_details .article-overview .article__content {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.latest_post_details .article-overview .article__content blockquote, .latest_post_details .article-overview .article__content blockquote p, .latest_post_details .article-overview .article__content blockquote p span {
  color: #002E88 !important;
}
.latest_post_details .article-overview .article__content blockquote p span {
  font-size: 18px;
}
.latest_post_details .article-overview .article__content blockquote:not(:last-child) {
  margin-bottom: 2rem;
}
.latest_post_details a#cta_button_9127127_19f8510b-d2bc-4ca6-98c8-ff6ced54f739, .latest_post_details .cta_button, .latest_post_details  a#cta_button_9127127_3cac488f-6e77-440a-a1f7-3dd780fe5944,
.latest_post_details  a#cta_button_9127127_10c038fd-cbd9-48e9-b699-45e9fffb55a0{
  background-color: #002E88 !important;
  border-radius: 23px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 11px 30px !important;
}
.latest_post_details .article-overview .article__content p, .latest_post_details .article-overview .article__content p span,  .latest_post_details .article__content li span,
.latest_post_details .article__content li::marker {
  color: #000 !important;
}

.latest_post_details .article__content h2, .latest_post_details .article__content h3, .latest_post_details .article__content h4, .latest_post_details .article__content h5, .latest_post_details .article__content h6 {
  color: #002E88;
  font-weight: bold;
}
.section-articles-overview.latest_post_details {
  padding: 7.5rem 0 10px;
}


@media (max-width:767px){
  .latest_post_details .article__title h1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 30px;
  }
  .section-articles-overview.latest_post_details {
    padding: 60px 0 10px;
  }
 .latest_post_details .article-overview .article__content p:not(:last-child) {
    margin-bottom: 20px;
} 
}
/*******************************Post Details New CSS End*********************************/