* {
  font-family: "Poppins", sans-serif;
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

.text-prim {
  color: #1839a0 !important;
}

.text-pri {
  color: #b66dff !important;
}

.text-gre {
  color: #33898a !important;
}

.text-fc {
  color: #6c7572 !important;
}

.title-font {
  font-size: 41px;
}

.wb {
  width: 350px;
}

/* .nav-size{
font-size: 14px!important;
font-weight: 500!important;
} */

.p {
  color: #6c7572 !important;
  font-size: 14px;
  line-height: 26.6px !important;
  margin-bottom: 1rem !important;
}

.btn-prim {
  background-color: #05274c !important;
  box-shadow: 0 5px 10px 0 rgb(20 0 20 / 20%);
}

.fweight {
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-word;
}

.btn {
  font-weight: 600 !important;
  font-size: 14px !important;
  border: none !important;
  padding: 9px 22px !important;
  position: relative !important;
  border-radius: 4px !important;
  z-index: 1 !important;
  text-transform: uppercase !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
  border-radius: 5px !important;
  color: #1839a0 !important;
}

.btnn {
  font-weight: 600 !important;
  font-size: 13px !important;
  border: none !important;
  padding: 6px 30px !important;
  position: relative !important;
  border-radius: 4px !important;
  z-index: 1 !important;
  text-transform: uppercase !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
  border-radius: 8px !important;
}

.btnn:hover {
  color: #fff !important;
  background: #1839a0 !important;
  border-color: #1839a0;
  /* border: none; */
}

.btn-primary {
  color: #ffffff !important;
  background-color: #05274c !important;
}

.btn-secondary {
  color: #05274c !important;
  background-color: #fff !important;
}

/* 

.nav-wrapper.fixed {
		position: fixed;
		width: 100%;
} */

.border-box {
  display: flex;
  flex-direction: column;
  margin: 10px 20px;
}

.box {
  background-color: rgb(186, 85, 211, 0.1);
  width: 200px;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.single-box {
  border-bottom: 7px solid #fcc858;
  padding: 30px 17px;
  /* border-radius: 12px!important; */
  border-radius: 0px 30px 0px 30px;
  background: #ffffff;
  box-shadow: 0 0 10px rgb(72 69 224 / 10%);
}

.single-box-blog {
  padding: 20px 17px;
  border-radius: 0px 30px 0px 30px;
  background: #ffffff;
  box-shadow: 0 0 10px rgb(72 69 224 / 10%);
}

.single-box-blog:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.single-boxx {
  padding: 25px 17px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 10px rgb(72 69 224 / 10%);
  transition: box-shadow 0.3s;
}

.single-boxx:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.footer-section {
  background: #f9f5ff;
  position: relative;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo img {
  max-width: 350px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {

  .md-ms-32 {
    margin-left: 32px !important;
  }

  .flex-md-start {
    justify-content: start !important;
  }

  .card_margin {
    margin-left: 14px !important;
  }
}

@media only screen and (min-width: 992px) {
  .flex-md-start {
    justify-content: space-between !important;
  }
}

.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a {
  color: #878787;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-25 {
  font-size: 20px;
}

.fs-17 {
  font-size: 17px;
}

.fw-c {
  font-weight: 600;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-400 {
  font-weight: 400;
}

.fontw {
  font-weight: 500 !important;
  font-size: 15px;
}


a:hover li {
  background-color: red;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #a95dfa !important;
}


.mr-25 {
  margin-right: 25px;
}

.card {
  margin-bottom: 20px;
  /* transition: border 0.1s, transform 0.3s; */
  border-radius: 17px !important;
}

/* .nav-links li {
  list-style: none;
} */

::placeholder {
  color: #6c7572 !important;
  opacity: 1;
}

.mb-11 {
  margin-bottom: 9px;
}

.footer-bg {
  background: url(./footer-bg.png) no-repeat !important;
  background-position: center !important;
}

/* h2{
  text-align:center;
  padding: 20px;
} */
/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.customer-logoss .slick-slide {
  margin: 0px 0px !important;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.card {
  position: absolute;
  width: 95%;
  height: 95%;
  background: #000814;
  border-radius: 20px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding: 25px;
  cursor: pointer;
}

.card img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 800;
  pointer-events: none;
}

.spa {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  font-weight: 600;
  pointer-events: none;
}

.card .content h3 {
  font-size: 1.5rem;
  padding-bottom: 10px;
}

.card .content p {
  font-size: 1rem;
  line-height: 25px;
}

.card .content {
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.card:hover .content {
  transform: translateY(0);
  opacity: 1;
}

/* .card:hover img,
.card:hover span {
  opacity: 0;
} */

.max-w-100 {
  max-width: 100%;
}

.h-100 {
  height: 100%;
}

.text-yellow {
  color: #fcc858 !important;
}

.fw-medium {
  font-weight: 500;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 206, 206, 0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #f35525;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #f35525;
  border-radius: 50%;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.section-heading h5 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}

.section {
  margin-top: 120px;
}

.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
  display: inline-block;
  min-width: 360px;
}

.contact-page #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.single-box-blog img {
  transition: 0.4s;
}

.single-box-blog img:hover {
  transform: scale(1.1);
}

.skill-banner {
  background-image: url("../img/skill_banner.jpg");
  height: 400px;
  background-size: cover;
  opacity: 0.9;
}

.women-banner {
  background-image: url("../img/w-img.jpg");
  height: 400px;
  background-size: cover;
  background-position: center;
}

.financial-banner {
  background-image: url("../img/financial.jpg");
  height: 400px;
  background-size: cover;
  background-position: center;
}

.aof-banner {
  background-image: url("../img/livelihood.png");
  opacity: 0.9;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.esg-banner {
  background-image: url("../img/esg.png");
  height: 400px;
  background-size: cover;
  background-position: center;
}

.aof-banner1 {
  background-image: url("../img/bank_banner.jpg");
  height: 400px;
  background-size: cover;
  background-position: center;
}

.aof-banner2 {
  background-image: url("../img/finance.jpg");
  height: 400px;
  background-size: cover;
  background-position: center;
}

.banner-h {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.card-over {
  top: -50px;
}

/* .owl-nav {
  position: absolute;
  top: -40px;
  right: 20px;
} */

.w-90 {
  width: 90% !important;
}

.bottom-line::after {
  content: "";
  border-bottom: 7px solid #08bd80 !important;
  width: 75px;
  display: block;
  margin: 8px 0px 30px;
}

.bar {
  height: 5px;
  width: 90px;
  background: #b8f1f2;
  margin: 25px 0;
  position: relative;
  border-radius: 30px;
  left: 0;
  z-index: -1;
}

.bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #59bfc1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

.rounded-circle {
  border-radius: 50% !important;
}

.symbol.symbol-50px>img {
  width: 50px;
  height: 50px;
}

.symbol.symbol-40px>img {
  width: 40px;
  height: 40px;
}

.f-13 {
  font-size: 13px !important;
}

.fs-10 {
  font-size: 10px;
}

.fs-15 {
  font-size: 16px;
}

.customerr-logos .slick-track {
  display: flex;
  align-items: center;
}

.customerr-logos.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

.fs-14 {
  font-size: 14px !important;
}

@media screen and (max-width: 991px) {
  .contact-page #contact-form {
    margin-left: 0;
  }

  .aof-banner,
  .women-banner,
  .aof-banner1,
  .aof-banner2 {
    height: 250px;
  }
}

.logo img {
  width: 205px;
}

@media screen and (max-width: 575px) {
  .contact-page .item {
    min-width: 100%;
  }

  .title-font {
    font-size: 25px;
  }

  .single-box {
    width: 100% !important;
  }

  .logo img {
    width: 145px;
  }
}

.dropdown-item {
  display: block !important;
  width: 100% !important;
  padding: 8px 15px !important;
}

ul {
  display: inline;
  margin: 0;
  padding: 0;
}

ul li:hover ul {
  display: block;
  background-color: #fff;
}

ul li ul {
  position: absolute;
  display: none;
}

ul li:hover li {
  display: block;
  background: #ffffff;
}

.btn-outline {
  font-size: 14px;
  font-weight: 700;
  min-width: 130px;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 14px 18px;
  border-style: solid;
  border-width: 2px !important;
  /* border-color: #1839a0!important; */
  border-radius: 4px !important;
  background-color: #fff !important;
  color: #1839a0 !important;
}

.bg-blue {
  background-color: #1839a0;
}

.text-gray {
  color: #949494;
}

.gap-50 {
  gap: 50px !important;
}

.infobox2 .pp-info-box-title-wrap:before {
  position: absolute;
  right: 0;
  top: 8px;
  width: 17px;
  height: 15px;
  content: "";
  background: url(assets/img/arrow.svg) left top no-repeat;
  z-index: 1;
  background-size: 17px;
}

.pp-info-box-title-wrap:after {
  left: 50%;
  right: 0;
  width: 70%;
}

.pp-info-box-title {
  color: var(--e-global-color-980e210);
  font-family: Poppins, Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 20px;
}

.pp-info-box-title {
  border-radius: 9px;
  background: #00cdbd;
  margin: 0;
  padding: 6px 14px;
  display: block;
  z-index: 1;
  position: relative;
}

.pp-info-box-icon {
  box-shadow: 18.221px 25.08px 33px 0 rgba(0, 0, 0, 0.07);
  min-height: 255px;
}


.glosary_active {
  background: #b66dff !important;
  padding: 5px 8px !important;
  color: #fff !important;
  cursor: pointer !important;
  border-radius: 5px !important;
}

.custom-margin {
  margin-left: 2.5rem;

}

.user_guide {
  background-image: url("../img/user guide.jpg");
  /* height: 400px; */
  background-size: cover;
  opacity: 0.9;
}

.new-background {
  background-image: url('../img/user_guide.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 280px;
  position: relative;
  border-radius: 5px;
}

.blog_desc {
  color: #6084a4;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #86b7fe !important;

}


.fs-24 {
  font-size: 24px !important;
}

.forgot_padding {
  padding: 3rem !important;
}

.line-h {
  line-height: 1.1 !important;
}

.fs-hero-1 {
  font-size: 42px !important;
}

.fs-hero-2 {
  font-size: 50px !important;
}

.card-ms-4 {
  margin-left: 0.5rem !important
}

@media only screen and (max-width: 1440px) {

  .sidebar {
    min-height: 962px !important;
  }
}

@media only screen and (min-width: 1600px) and (max-width:1920px) {

  .footer-position-res-condition {
    left: 0px !important;
    right: 315px !important;
  }
}




@media only screen and (max-width: 425px) {
  .sm-gap {
    gap: .5rem !important;
  }

  .card-ms-4 {
    margin-left: 0px !important
  }

  .fs-hero-1 {
    font-size: 30px !important;
  }

  .fs-hero-2 {
    font-size: 35px !important;
  }

  .line-h {
    line-height: 1.4 !important;
  }


  .custom-margin {
    margin-left: 0;

  }

  .forgot_padding {
    padding: 0rem;
  }

  .p-sm-0 {
    padding: 0px !important;
  }

  .img-hei-wid {
    height: 360px !important;
    width: 320px !important;
    background-image: url("../img/user guide.jpg");
  }

  .new-background {
    background-image: url(../img/user_guide.jpg) !important;
    height: 430px !important;
    /* width: 295px !important; */
    position: relative;
    margin-left: 17px;
  }

  .sm-w-100 {
    width: 100% !important;
  }

  .sm-ms-80 {
    margin-left: 80px !important;
  }

}

@media only screen and (max-width: 768px) {
  .custom-margin {
    margin-left: 0;

  }

  .md-ms-30 {
    margin-left: 30px !important;
  }
}

@media only screen and (max-width: 768px) and (min-width:426px) {
  .custom-margin {
    margin-left: 0;

  }

  .img-hei-wid {
    height: 400px !important;
    width: 380px !important;
  }

  .new-background {
    background-image: url(../img/user_guide_1.jpg) !important;
    height: 430px !important;
    width: 375px !important;
    position: relative;
    margin-left: 17px;
  }

}

.fs-13 {
  font-size: 13px !important;
}


.fs-40 {
  font-size: 40px !important;
}

div,
main,
ol,
pre,
span,
ul {
  scrollbar-width: thin;
  scrollbar-color: #eff2f5 transparent;
}

/* .nav-item:hover .hover-image {
  content: url(/public/assets/img/favicon.svg) !important;
} */
.btn-prim {
  background-color: #05274c !important;
  box-shadow: 0 5px 10px 0 rgb(20 0 20 / 20%);
}

.fs-48 {
  font-size: 48px !important;
}


input::placeholder {
  font-size: 24px;
  /* Adjust the font size as needed */
}

input::-webkit-input-placeholder {
  font-size: 24px;
  /* For Chrome, Safari, and Opera */
}

input::-moz-placeholder {
  font-size: 24px;
  /* For Firefox 19+ */
}

input:-ms-input-placeholder {
  font-size: 24px;
  /* For Internet Explorer 10+ */
}

input:-moz-placeholder {
  font-size: 24px;
  /* For Firefox 4-18 */
}