@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #666;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  body {
    font-size: 0.8rem; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #010225;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: normal; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #545b62; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }

/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.gray-color {
  color: #8e989f; }

.purple-color {
  color: #673189; }

.yellow-color {
  color: #ffbb38; }

.bg-purple-color {
  background-color: #673189; }

.black-color {
  color: #1c1c1c; }

.gl-form-asterisk
{
  color: #ec0707;
}

a {
  color: #1c1c1c;
  text-decoration: none; }
  a:hover, a:focus {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffbb38; }

.section {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.section-sm {
  padding: 100px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 60px 0; } }

.section-xs {
  padding: 60px 0; }

.section-slightly-gray {
  background-color: #f6f6f6; }

.section-slightly-lightblue {
  background-color: #d7e6ff; }

.section-title {
  margin-bottom: 20px; }
  .section-title h4 {
    position: relative;
    font-size: clamp(0.825rem, 2vw, 1rem);
    line-height: 24px;
    color: #545b62;
    font-weight: 400;
    margin-bottom: 10px; }
  .section-title h2 {
    position: relative;
    font-size: clamp(1.7rem, 2vw, 2.3rem);
    color: #673189;
    font-weight: 600;
    text-transform: capitalize; }

.hdtitle {
position: relative;
font-size: clamp(1.0rem, 1vw, 1.3rem);
color: #ffbb38;
font-weight: 600;
text-transform: capitalize; }


.subsection-title {
  margin-bottom: 20px; }
  .subsection-title h2 {
    position: relative;
    font-size: clamp(1.7rem, 2vw, 2.3rem);
    color: #fff;
    font-weight: 600;
    text-transform: capitalize; }

/* ----------------------------------------------------------
:: Buttons
---------------------------------------------------------- */
.btn-effect-1 {
  background: #673189;
  border: 1px solid #673189;
  color: #fff;
  font-size: clamp(0.75rem, 2vw, 0.9rem);
  font-weight: 600;
  padding: 0.5rem 0.7rem;
  border-radius: 4px; }
  .btn-effect-1:hover, .btn-effect-1:active:focus-visible, .btn-effect-1:focus {
    color: #673189 !important;
    border: 1px solid #ffbb38;
    background: #ffbb38; }

.swiper-container {
  padding: 0 0 40px 0; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: #ffbb38;
  border-radius: 25px;
  height: 40px;
  width: 40px; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: 700; }

.swiper-button-prev,
.swiper-button-next {
  color: #fff; }

.swiper-pagination .swiper-button-next,
.swiper-pagination .swiper-button-prev {
  color: #46a0a0 !important; }
.swiper-pagination .swiper-pagination-bullet {
  background: #c9c9c9;
  height: 5px;
  width: 15px;
  border-radius: 10px;
  opacity: 0.6; }
.swiper-pagination .swiper-pagination-bullet-active {
  background: #ffbb38;
  opacity: 1; }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.page-bg-top {
  position: relative; }
  .page-bg-top header {
    /* ============ only desktop view ============ */
    /* ============ desktop view .end// ============ */ }
    .page-bg-top header .navbar {
      transition: 500ms ease;
      background: #fff;
      margin: 0;
      padding: 0; }
      .page-bg-top header .navbar .navbar-brand .logo {
        width: 70%; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar .navbar-brand .logo {
            width: 40%; } }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav.nav-right .nav-item:last-child {
        margin-right: 0px !important; }
      @media (max-width: 992px) {
        .page-bg-top header .navbar .navbar-collapse .navbar-nav {
          overflow-y: scroll;
          height: auto; } }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
        list-style: none;
        margin-right: 30px;
        position: relative;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 600px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
            margin-right: 0; } }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
          margin-right: 0px !important; }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #1c1c1c;
          font-size: 0.875rem;
          display: block;
          line-height: 32px;
          font-weight: 500;
          padding: 15px 0;
          opacity: 1;
          text-align: center;
          text-transform: uppercase;
          position: relative;
          overflow: hidden;
          z-index: 1; }
          @media (max-width: 992px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              line-height: 10px;
              padding: 1em 5% 13px;
              text-align: left;
              color: #677294; } }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            content: ".";
            color: transparent;
            background: #ffbb38;
            height: 3px;
            transition: all 0.5s; }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            color: #ffbb38; }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
              width: 100%; }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .active {
          color: #ffbb38; }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-toggle:after {
        display: none; }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
        padding: 0; }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
          border-bottom: 1px solid #19479221;
          width: 100%; }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item {
            padding: 0.5em 0.5em;
            color: #1c1c1c;
            transition: 0.3s;
            padding: 10px 20px;
            line-height: 24px;
            font-weight: 400;
            font-size: 0.95rem;
            text-transform: capitalize;
            transition: all 500ms ease; }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover, .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:active {
              color: #ffbb38; }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .active {
            color: #ffbb38; }
    .page-bg-top header .btn-effect-1 {
      font-size: 0.75em;
      padding: 0.3rem 0.7rem; }
    .page-bg-top header .navbar.scrolled {
      background: #fff;
      box-shadow: 0 2px 28px 0 #0000003d; }
      .page-bg-top header .navbar.scrolled .navbar-brand .logo {
        width: 60%; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar.scrolled .navbar-brand .logo {
            width: 50%; } }
    @media all and (min-width: 992px) {
      .page-bg-top header .navbar .dropdown-menu-end {
        right: 0;
        left: auto; }
      .page-bg-top header .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 0;
        transition: all 300ms ease;
        border-radius: 0;
        min-width: 250px;
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
        width: 220px;
        background: #fff;
        border: 0;
        box-shadow: 0 0 15px 0 #0000001a; }
      .page-bg-top header .navbar .nav-item:hover .nav-link {
        color: #fff; }
      .page-bg-top header .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: scaleY(0);
        transform-origin: 50% 0%; }
      .page-bg-top header .navbar .dropdown-menu.fade-up {
        top: 180%; }
      .page-bg-top header .navbar .nav-item:hover .dropdown-menu {
        border-radius: 0;
        box-shadow: 0 20px 14px #08080814;
        min-width: 250px;
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
        display: block; } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar-collapse {
        position: fixed;
        top: 46px;
        right: 0;
        min-width: 230px;
        height: 100%;
        background: #fff;
        box-shadow: 0 11px 10px 0 #0006;
        z-index: 9;
        padding: 20px; }
      .page-bg-top header .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease; }
      .page-bg-top header .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out; }
      .page-bg-top header .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out; }
      .page-bg-top header .navbar-toggler {
        border: none;
        outline: none;
        background: transparent;
        color: #1c1c1c;
        box-shadow: none; } }

/* ----------------------------------------------------------
:: Swiper Slider :: Home
---------------------------------------------------------- */
.home-slider {
  height: 85vh; }
  @media only screen and (max-width: 600px) {
    .home-slider {
      height: 41vh; }
      .home-slider .swiper-button-prev,
      .home-slider .swiper-button-next {
        display: none; } }
  @media only screen and (min-width: 600px) {
    .home-slider {
      height: 55vh; } }
  @media only screen and (min-width: 992px) {
    .home-slider {
      height: 47vh; } }
  @media only screen and (min-width: 1200px) {
    .home-slider {
      height: 85vh; } }
  .home-slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.3; }
  .home-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1; }
  .home-slider .btn-effect-1 {
    background: transparent;
    border: 1px solid #fff;
    white-space: nowrap; }
    @media only screen and (max-width: 600px) {
      .home-slider .btn-effect-1 {
        padding: 0.2rem 0.3rem; } }
  .home-slider .swiper-container {
    padding: 0 !important; }
  .home-slider .swiper-home-slide {
    height: 100%;
    z-index: 2; }
    .home-slider .swiper-home-slide .swiper-slide {
      background: linear-gradient(to right, #50266f -28.39%, #7f3ca4 68.21%);
      background-image: url(../images/slidebg.png); }
      .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption {
        z-index: 2;
        height: 100%;
        width: 100%; }
        .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .slider-img img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
        .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm {
          padding: clamp(0px, 1vw, 20px); }
          .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm h2 {
            font-size: clamp(0.69rem, 2vw, 1.7rem);
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            line-height: 40px; }
            @media screen and (max-width: 767px) and (min-width: 320px) {
              .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm h2 {
                line-height: normal; } }
            .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm h2 span {
              color: #673189;
              background: -webkit-linear-gradient(#fc2402, #891d0b);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
          .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm h6 {
            margin: 10px 0;
            line-height: 1.5;
            position: relative;
            font-size: 1rem;
            color: #1c1c1c;
            font-weight: 400; }
            @media screen and (max-width: 767px) and (min-width: 320px) {
              .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm h6 {
                font-size: 0.6rem;
                margin: 0 0 10px; } }

/* ----------------------------------------------------------
:: Team
---------------------------------------------------------- */
.team-block {
  /* padding: 10px; */
  /* background: #f1f1f1; */
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .team-block .info-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000099;
    width: 100%;
    padding: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .team-block .inner-box {
    position: relative; }
    .team-block .inner-box:hover .image-box .image img {
      transform: scale(1.2); }
  .team-block .info-box h5 {
    font-size: clamp(0.785rem, 2vw, 1rem);
    text-align: center;
    color: #fff;
    margin: 0; }
  .team-block .image-box {
    position: relative;
    display: block;
    overflow: hidden; }
    .team-block .image-box .image {
      position: relative;
      margin-bottom: 0; }
      .team-block .image-box .image img {
        display: block;
        width: 100%;
        height: auto;
        transition: all 5000ms ease; }

.para-ellipsis {
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.safe-secure-box {
  background: #fff;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 0 12px 1px #0000001f;
  overflow: hidden; }
  .safe-secure-box .safe-card-icon figure {
    height: 236px;
    width: 100%;
    overflow: hidden;
    margin: 0; 
 text-align: center;
  }
    .safe-secure-box .safe-card-icon figure img {
      width: 266px;
      height: 236px;
      object-fit: cover;
      text-align: center;
      object-position: center; }
  .safe-secure-box .safe-card-desc {
    padding: 20px 10px; }
    .safe-secure-box .safe-card-desc h4 {
      font-weight: 600;
      font-size: 0.9rem; }
    .safe-secure-box .safe-card-desc p {
      font-size: 0.8rem;
      color: #454545; }

.steps {
  padding: 10px;
  border: 1px solid #ffbb38;
  position: relative;
  margin-bottom: 30px; }
  .steps h5 {
    padding: 0.2rem 0.7rem;
    font-weight: 700;
    font-size: 1rem;
    color: #ffffff;
    position: absolute;
    top: -15px;
    background: linear-gradient(to left, #ffbb38, #673189);
    border-radius: 25px;
    display: inline-block; }
  .steps h6 {
    color: #1c1c1c;
    font-weight: 600;
    font-size: 1rem;
    margin: 10px 0 0; }
  .steps p {
    margin: 0;
    font-size: 0.9rem; }

.filter-div {
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
  display: flex;
  flex-wrap: nowrap; }
  .filter-div:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #00000017;
    bottom: 0;
    left: 0; }

.filter-div::-webkit-scrollbar {
  height: 0.4em; }

.filter-div::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.filter-div .cover-bar {
  position: absolute;
  background: transparent;
  height: 100%;
  top: 0;
  right: 0;
  width: 0.4em;
  transition: all 0.5s;
  opacity: 1; }

.filter-div:hover .cover-bar {
  opacity: 0;
  transition: all 0.5s; }

.btn-effect-2 {
  background: transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 600;
  min-width: 170px;
  padding: 0.5rem 0.7rem;
  border: 1px solid #ffbb38; }
  .btn-effect-2:hover {
    background: #ffbb38;
    color: #673189; }

.form-control,
.form-check-input {
  border: 1px solid #602a7d; }

/* Service */
.service-section .nav-pills .nav-link {
  background-color: transparent;
  color: #1c1c1c;
  border-bottom: 2px solid transparent;
  border-radius: 0; }
.service-section .nav-pills .active {
  color: #673189;
  border-bottom: 2px solid #ffbb38; }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
.scroll-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 1;
  background-color: #ffbb38;
  box-shadow: 0px 0px 20px 0px #00000070;
  right: 20px;
  bottom: 20px;
  border-radius: 25px;
  border: 1px solid #ffbb38;
  cursor: pointer;
  display: none;
  z-index: 1;
  color: #fff; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    outline: 0; }

footer {
  font-size: 14px;
  z-index: 1;
  color: #fff;
  padding: 0;
  position: relative;
  font-weight: 600;
  background: linear-gradient(to right, #50266f -28.39%, #7f3ca4 68.21%); }
  footer .link-list li a {
    text-decoration: none;
    color: #fff;
    font-weight: normal; }
    footer .link-list li a:hover {
      color: #ffbb38; }
  footer .footer-top {
    padding: 30px 0; }
    footer .footer-top h6 {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 10px;
      text-transform: capitalize;
      color: #fff; }
    footer .footer-top p {
      font-weight: normal; }
    footer .footer-top .icon {
      color: #fff; }
    footer .footer-top .unit .unit-left .icon,
    footer .footer-top .unit .unit-right .icon {
      padding: 0; }
  footer .footer-bottom {
    padding: 25px 0; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      footer .footer-bottom {
        font-size: 12px; } }
    footer .footer-bottom p {
      text-align: center;
      margin: 0; }
      footer .footer-bottom p a {
        color: #1c1c1c;
        font-weight: 600;
        text-decoration: none; }
        footer .footer-bottom p a:hover {
          color: #673189; }

/* Calculate Loan */
.calculate-loan {
  background-image: url(../images/bg-1.png);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffbb38; }

/* Client */
.associate-bank {
  border: 1px solid #d7cddd;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; }

/* How it work */
.how-it-works {
  background-color: #f4f0f9; }
  .how-it-works .section-subtitle {
    color: #333;
    font-size: 1rem; }
  .how-it-works .bg-shape {
    background-image: url(../images/shape.png);
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .how-it-works .step-card {
    background: transparent;
    border-radius: 10px;
    position: relative;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    min-height: 280px; }
    .how-it-works .step-card .step-title {
      color: #fff;
      font-weight: bold;
      font-size: 1rem;
      background: #673189;
      padding: 10px;
      margin: 0 4px;
      border-radius: 10px 10px 0 0; }
    .how-it-works .step-card .step-icon {
      font-size: 5rem;
      font-weight: bold;
      color: rgba(90, 63, 163, 0.1);
      line-height: 1.5; }
    .how-it-works .step-card .step-description {
      color: #666;
      font-size: 0.9rem;
      padding: 0 20px; }

.about-section {
  position: relative; }
  .about-section .aside-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%; }
    .about-section .aside-img img {
      width: 100%;
      height: 100%; }
    @media (min-width: 320px) {
      .about-section .aside-img {
        position: static;
        width: 100%; } }
    @media (min-width: 767px) {
      .about-section .aside-img {
        position: absolute;
        width: 50%; } }

.accordion .accordion-item,
.accordion .accordion-item:last-of-type {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0; }
.accordion .accordion-item:first-of-type {
  border-top: 1px solid #000; }
.accordion .accordion-button,
.accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 0; }
.accordion .accordion-button:not(.collapsed) {
  background: #ffbb38; }
  .accordion .accordion-button:not(.collapsed) button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none; }

/* ----------------------------------------------------------
:: Responsive CSS
---------------------------------------------------------- */
@media (min-width: 1600px) {
  .container {
    max-width: 80%; } }
/* Mobile version (max-width: 767px) */
@media (max-width: 767px) {
  .navbar .nav-item.dropdown.show > .dropdown-menu {
    display: block !important; }

  .navbar .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block !important; } }

    .submenu-bar{
      position: relative;
      transition: all 0.3s ease-in-out;
      
    }
    .submenu-bar .submenu{
      display: none;
      position: absolute;
      top: 0;
      background-color: #fff;
      right: -164px;
    }
    .submenu-bar:hover > .submenu {
      display: block;
    }
/*# sourceMappingURL=custom.css.map */
