/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");
:root {
  scroll-behavior: smooth;
}
body{
  font-family: "Archivo", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1F1F1F;
  overflow-x: hidden;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Creative UI Effects */
:root {
  --primary: #A11FF1;
  --secondary: #6e0dd0;
  --glass-bg: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
}
main{
  padding: 81px 0 0;
}
body.headitemshow {
    overflow: hidden;
}
section, .white_bx{scroll-margin-top: 100px;}
/*---------------KeyFrames [ START ]----------*/
@keyframes gradientMove {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes float {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(100px, -100px); }
  50% { transform: translate(-50px, 150px); }
  75% { transform: translate(-100px, -50px); }
}
@keyframes waveGradient {
  0% { background-position: 0% 0%; transform: scale(1); filter: blur(10px); }
  25% { background-position: 100% 50%; transform: scale(1.05); filter: blur(15px); }
  50% { background-position: 50% 100%; transform: scale(1); filter: blur(10px); }
  75% { background-position: 0% 50%; transform: scale(1.1); filter: blur(20px); }
  100% { background-position: 100% 0%; transform: scale(1); filter: blur(10px); }
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes heroS1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px) translateX(50px) rotate(50deg);
  }
}
@keyframes heroS2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px) translateX(50px) rotate(0deg);
  }
}
@keyframes heroS3 {
  0% {
    transform: translateZ(0px);
  }
  100% {
    transform: translateZ(0) translateZ(0) rotate(100deg);
  }
}
@keyframes glowScaleLoop {
  0% {
      transform: scale(1);
      box-shadow: 0 0 5px rgba(255, 255, 0, 0.3);
  }
  50% {
      transform: scale(1.05);
      box-shadow: 0 0 10px rgba(255, 255, 0, 0.5);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 0 5px rgba(255, 255, 0, 0.3);
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes smoothBounce {
    0% { transform: translateY(0); }
    30% { transform: translateY(-5px); }
    60% { transform: translateY(3px); }
    100% { transform: translateY(0); }
}
.bounce-hover {
    display: inline-block;
    transition: transform 0.3s ease-out;
}

.bounce-hover:hover {
    animation: smoothBounce 0.5s ease-out;
}

/*---------------KeyFrames [ END ]------------*/
.banr_txt h1{
  color: #1F1F1F;
  font-size: 48px;
  font-weight: 700;
  line-height: 50.58px;
  text-align: left;
  margin-bottom: 16px;
}
.banr_txt h1 span{
  color: #A11FF1;
}
.banr_txt h1 b{
  font-weight: 700;
}
.banr_txt p{
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justified;
  margin-bottom: 30px;
}
.owl-banner .owl-dots.disabled{
  display: block !important;
}
.owl-banner button.owl-dot{
  background: rgb(255 46 152 / 50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.owl-banner .owl-dots{
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
  margin: 15px auto 0;
}
.owl-banner button.owl-dot.active{
  background: rgb(255 46 152 / 100%);
}
.banner_img{
  position: relative;
  padding: 50px 0 0;
}
.floating-blobs {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background: linear-gradient(148.79deg, #FF2E98 29.15%, #CEFA05 58.23%, #FF2E98 87.21%);
  border-radius: 50%;
  filter: blur(164px);
  background-size: 400% 400%;
  animation: waveGradient 12s ease-in-out infinite alternate;
  opacity: 0.4;
  z-index: -1;
  margin: 0 auto;
}

.gradient-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--primary), var(--secondary));
  filter: blur(50px);
  opacity: 0.3;
  animation: gradientShift 10s ease infinite;
  z-index: -1;
}
.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, transparent, rgba(0,0,0,0.8));
}
.glass-effect {
  background: var(--glass-bg);
  backdrop-filter: blur(50px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
}
.liquid-button {
  position: relative;
  overflow: hidden;
  padding: 14px 57px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 0;
  background: #A11FF1;
  border: 1px solid #A11FF1;
}
.liquid-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--primary), var(--secondary));
  opacity: 0.8;
  transition: transform 0.3s ease;
  z-index: -1;
  display: none;
}
.liquid-button:hover{
  color: #A11FF1;
  border: 1px solid #A11FF1;
}
.magnetic-button {
  transition: transform 0.2s ease;
}
.cursor {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
}
.cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  position: fixed;
  transition: transform 0.1s ease;
}
.cursor-outline {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(161, 31, 241, 0.5);
  border-radius: 50%;
  position: fixed;
  transition: transform 0.2s ease;
}
.depth-scroll {
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: transform 0.5s ease;
}
.client_blog{
  padding: 40px 0;
}
.owl-loop {
    pointer-events: auto !important;
}
.client_logo {
  padding: 10px;
  display: block;
  width: 100%;
}
.client_logo img{
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.4;
}

.client_logo:hover img{
  filter: unset;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.obj1{
  position: absolute;
  top: 3em;
  left: 2em;
  -webkit-animation: heroS1 8s linear 0s infinite alternate none;
    animation: heroS1 8s linear 0s infinite alternate none;
}
.obj2{
  position: absolute;
  top: 2em;
  right: 0;
  -webkit-animation: heroS2 8s linear 0s infinite alternate none;
  animation: heroS2 8s linear 0s infinite alternate none;
}
.obj3{
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: heroS3 8s linear 0s infinite alternate none;
  animation: heroS3 8s linear 0s infinite alternate none;
}
.objects img{
  width: fit-content !important;
}
.busi_blog{
  padding: 45px 0;
  background: rgb(206 250 5 / 50%);
  border-radius: 150px 150px 0 0;
}
.c_title h3{
  color: #1F1F1F;
  font-size: 38px;
  font-weight: 700;
  line-height: 41.34px;
  text-align: center;
  margin-bottom: 20px;
}
.c_title h3 b{
  color: #A11FF1;
  font-weight: 700;

}
.c_title p{
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.ticket_bx{
  box-shadow: 0px 0px 15px 0px #00000026;
  background: #fff;
  padding: 13px 35px;
  border-radius: 10px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  animation: glowScaleLoop 6s ease-in-out infinite alternate;
    transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.ticket_bx:hover{
  background: linear-gradient(91.07deg, #FF2E98 14.59%, #FF2E98 58.5%, #FF2E98 106.06%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
} 
.ticket_bx:hover h3{
  color: #fff;
}
.ticket_bx h3 {
  position: relative;
  overflow: hidden;
  color: #1F1F1F;
  font-size: 22px;
  font-weight: 600;
  line-height: 23.94px;
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.ticket_bx h3 span{
  background: #CEFA05;
  padding: 6px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket_bx p{
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 0;
}
.ticket_bx:hover p{
  color: #fff;
}
.busi_txt{
  margin: 30px auto 0;
  text-align: center;
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

/* Text Unraveling Animation */
.unravel-text {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.unravel-text b {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}

.unravel-text.reveal b {
  opacity: 1;
  transform: translateY(0);
}

/* Add different delays for each character */
.unravel-text b:nth-child(1) { transition-delay: 0.1s; }
.unravel-text b:nth-child(2) { transition-delay: 0.2s; }
.unravel-text b:nth-child(3) { transition-delay: 0.3s; }
.unravel-text b:nth-child(4) { transition-delay: 0.4s; }
.unravel-text b:nth-child(5) { transition-delay: 0.5s; }
.unravel-text b:nth-child(6) { transition-delay: 0.6s; }
.unravel-text b:nth-child(7) { transition-delay: 0.7s; }
.unravel-text b:nth-child(8) { transition-delay: 0.8s; }
.unravel-text b:nth-child(9) { transition-delay: 0.9s; }
.unravel-text b:nth-child(10) { transition-delay: 1.0s; }
.unravel-text b:nth-child(11) { transition-delay: 1.1s; }
.unravel-text b:nth-child(12) { transition-delay: 1.2s; }
.unravel-text b:nth-child(13) { transition-delay: 1.3s; }
.unravel-text b:nth-child(14) { transition-delay: 1.4s; }
.unravel-text b:nth-child(15) { transition-delay: 1.5s; }
.unravel-text b:nth-child(16) { transition-delay: 1.6s; }
.unravel-text b:nth-child(17) { transition-delay: 1.7s; }
.unravel-text b:nth-child(18) { transition-delay: 1.8s; }
.unravel-text b:nth-child(19) { transition-delay: 1.9s; }
.unravel-text b:nth-child(20) { transition-delay: 2.0s; }
.unravel-text b:nth-child(21) { transition-delay: 2.1s; }
.unravel-text b:nth-child(22) { transition-delay: 2.2s; }
.unravel-text b:nth-child(23) { transition-delay: 2.3s; }
.unravel-text b:nth-child(24) { transition-delay: 2.4s; }
.unravel-text b:nth-child(25) { transition-delay: 2.5s; }
.unravel-text.reveal::after {
  transform: scaleX(1);
}
.power_blog{
  padding: 80px 0;
  position: relative;
}
.power_blog::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20em;
  background: url(../images/home/line.png) no-repeat;
  width: 100%;
  height: 660px;
  background-size: cover;
  background-position: center;
}
.busi_tabs{
  margin: 40px auto 0;
}
.busi_tabs .owl-carousel .owl-stage-outer{
  width: 93%;
  margin: 0 auto;
  text-align: center;
}
.busi_tabs .nav-link{
  background: #FBF4FF;
  border: 0;
  padding: 12px 12px;
  border-radius: 16px;
  width: 100%;
/*  white-space: nowrap;*/
  margin: 0 auto;
  color: #1F1F1F;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0%;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}
.busi_tabs .nav-link.active{
  background: #A11FF1;
  color: #fff;
}
.busi_tabs .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.busi_tabs .owl-carousel .owl-nav button{
  background: #1F1F1F;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.busi_tabs .owl-carousel .owl-nav button span{
  color: #fff;
}
.busi_tabs .tab-content{
  margin: 40px 0 0;
}
.busi_box{
  position: relative;
}
.busi_img img{
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
.pay_form{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  max-width: 504px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pay_form h3{
  text-align: left;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 2%;
  color: #000000;
  margin-bottom: 12px;
}
.pay_form h3 b{
  color: #A11FF1;
  font-weight: 600;
}
.pay_form p{
  text-align: left;
  color: rgb(0 0 0 / 60%);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2%;
  margin-bottom: 15px;
}
.fin_imgs{
  display: flex;
  align-items: center;
  grid-gap: 25px;
  overflow: hidden;
  margin-bottom: 22px;
}
.fin_imgs img{
  height: 23px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.4;
}
.fin_imgs img:hover{
  filter: unset;
  opacity: 1;
}
.secure_btn{
  background: #A11FF1;
  border: 2px solid #A11FF1;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.secure_btn:hover{
  background: transparent;
  color: #A11FF1;
}
.chose_blog{
  padding: 80px 0;
}
.why_card{
  box-shadow: 0px 0px 15px 0px #00000040;
  background: #FFFFFF url(../images/home/glass-pattern.png)no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: gradient 20s ease infinite;
}
.why_card h3{
  color: #A11FF1;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 11px;
}
.why_card span{
  color: #1F1F1F;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  display: block;
  margin-bottom: 11px;
}
.why_card p{
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
  color: #1F1F1FCC;
  margin-bottom: 22px;
}
.chose_btn{
  display: block;
  border: 1.8px solid #AC44EE;
  padding: 15px 20px;
  border-radius: 50px;
  color: #1F1F1F;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: center;
  width: 90%;     
}
.chose_btn:hover{
  background: #AC44EE;
  color: #fff;
}
.h-100{
  height: 100%;
}
.mb-30{
  margin-bottom: 30px;
}
.abttesti_blog{
  background: linear-gradient(180deg, rgb(255 46 152 / 5%) 0%, rgb(255 255 255 / 50%) 100%);
  padding: 65px 0 0;
  position: relative;
}
.testi_blog{
  padding: 60px 0;
  background: rgb(206 250 5 / 50%);
  border-radius: 0 0 150px 150px;
}
.abttesti_blog::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -0.5em;
  background: url(../images/home/purple-line.png) no-repeat;
  width: 100%;
  height: 660px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.testi_blog .c_title{
  margin-bottom: 50px;
}
.testi_img img{
  width: 58px !important;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  padding: 4px;
  border: 2px solid #fff;
}
.testi_flx{
  display: flex;
  align-items: center;
  grid-gap: 12px;
  justify-content: center;
}
.testi_bx {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.testi_bx p{
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  color: #1F1F1F;
}
.testi_txt h3{
  color: #A11FF1;
  font-weight: 500;
  font-size: 16px;
  line-height: 17.41px;
  letter-spacing: 0%;
  margin-bottom: 4px;
}
.testi_txt span{
  color: #FF2E98;
  font-weight: 400;
  font-size: 14px;
  line-height: 15.23px;
  letter-spacing: 0%;
}
.srvce-txt{flex-basis: 75%;}
.srvce-txt h4{
  font-weight: 700;
  font-size: 49px;
  line-height: 56.58px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.srvce-txt p{
  color: #fff;
}
.service_bx{
  padding: 52px 80px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../images/home/service-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 0 -9em;
  position: relative;
  z-index: 1;
}
.white_btn{
  background: #FFFFFF;
  padding: 20px 70px;
  color: #A11FF1;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0%;
  display: inline-block;
}
.faq_blog{
  padding: 80px 0;
}
.faq_blog .nav-tabs{
  justify-content: flex-start;
  border:0;
  grid-gap: 16px;
  flex-wrap: nowrap;
  min-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;       
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}



.faq_blog .nav-tabs .nav-link{
  padding: 10px 20px;
  border-radius: 16px;
  color: #1F1F1F;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0%;
}
.faq_blog .nav-tabs .nav-item.show .nav-link, .faq_blog .nav-tabs .nav-link.active{
  background: #A11FF1;
  color: #fff;
}
.faq_blog .nav-tabs .nav-link:hover{
  background: #A11FF1;
  color: #fff;
}
.faq_blog .tab-content{
  max-width: 900px;
  width: 100%;
  margin: 21px auto 0;
}
.faq_blog .accordion{
  border: 0;
}
.faq_blog .accordion-item{
  border: 0;
  box-shadow: 0px 4px 15px 0px #00000040;
  border-radius: 16px;
  margin-bottom: 20px;
}
.faq_blog .accordion{
  --bs-accordion-border-color:important;
}
.faq_blog .accordion-item:first-of-type .accordion-button{
  border-radius: 16px 16px 0 0;
}
.faq_blog button.accordion-button.collapsed{
  background: #F2DDFF;
  box-shadow: none;
  color: #1F1F1F;
}
.faq_blog .accordion-header{
  border-radius: 16px;
}
.faq_blog .accordion-button{
  background: #a11ff1;
  border-radius: 16px 16px 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 21.76px;
  letter-spacing: 0%;
  color: #fff;
}
.faq_blog .accordion-body{
  background: #A11FF1;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: justify;
  border-radius: 0 0 16px 16px;
  padding: 1rem 1rem 1rem;
}
.faq_blog .accordion-button::after{
  display: none;
}
.faq_blog .accordion-button.collapsed i{
  background: #1F1F1F;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.faq_blog .accordion-button i{
  background: #fff;
  color: #a11ff1;
  font-size: 14px;
  font-weight: 600;
   width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-button:focus{
  border-color: transparent;
  box-shadow: none;
}
/*-----About Us [ START ]----*/
.iner_banner{
  background-color: #FCF8FF;
  padding: 55px 0 40px;
  text-align: center;
  position: relative;
}
.iner_banner::before{
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  background: url(../images/about/line-pattern.png)no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 78px;
  margin: 0 auto;
}
.breadcrumb-item::before{
  display: none;
}
.breadcrumb{
  padding: 0;
  background: transparent;
}
.iner_banner h1{
  font-weight: 700;
  font-size: 38px;
  color: #240253;
  margin-bottom: 14px;
}
.breadcrumb-item a{
  font-weight: 500;
  font-size: 12px;
  color: #A11FF1;
  margin: 0;
}
.sh-breadcrumb{
  padding: 10px 20px;
  border-radius: 90px;
  width:fit-content;
  margin: 0 auto;
  position: relative;
}
.breadcrumb-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #CC3FD3 0%, rgba(204, 63, 211, 0) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all ease 0.6s;
  top: 0;
  left: 0;
  right: 0;
}
.mission_blog{
  padding: 45px 0;
}
.inr_title h3{
  color: #1F1F1F;
  font-weight: 700;
  font-size: 38px;
  line-height: 41.34px;
  letter-spacing: 0%;
  margin-bottom: 19px;
}
.inr_title h3 span{
  color: #A11FF1;
}
.abt_txt p{
  color: #1F1F1F;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: justify;
  margin-bottom: 30px;
}
.more_btn{
  background: #A11FF1;
  padding: 14px 25px;
  font-family: Archivo;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.vision_img{
  margin: 0 auto;
  text-align: right;
}
.cont_modal .modal-content{
  background: transparent;
  border: 0;
  padding: 30px;
}
.cont_modal .modal-body{
  padding: 0;
}
.cont_modal .modal-header{
  border: 0;
  padding: 0 0 20px;
}
.cont_modal h4{
  font-weight: 600;
  font-size: 40px;
  line-height: 48.4px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.cont_modal p{
  font-weight: 400;
  font-size: 18px;
  line-height: 21.76px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.cont_modal form .form-group{
  position: relative;
  margin-bottom: 20px;
}
.cont_modal .form-icon{
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 0 0 25px;
  z-index: 1;
}
.cont_modal form .form-control{
  backdrop-filter: blur(55px);
  border: 1px solid #FFFFFF66;
  background: #FFFFFF33;
  padding: 15px 24px 15px 55px;
  border-radius: 14px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
}
.cont_modal form .form-control::placeholder{
  color: #fff;
}
.cont_modal form select{
  padding: 16px 24px 16px !important;
}
.modal{
  z-index: 1050;
}
.modal-backdrop{
  z-index: 0;
}
select.js-example-placeholder-single.js-states.form-control.select2-hidden-accessible{
  width: 100%;
}
span.select2.select2-container.select2-container--default{
  width: 100% !important;
}
.btn-close{
  background: none;
  width: unset;
  height: unset;
  opacity: 1;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0%;
  color: #fff;
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.submit_btn{
  padding: 12px 99px;
  display: block;
  background: #fff;
  color: #A11FF1;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: center;
  border: 0;
  margin: 25px auto 0;

}
/* -----------select 2 ------------- */

.select2.select2-container .select2-selection {
  background: #FFFFFF33;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 40px 16px 15px;
  border-radius: 14px !important;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: auto;
  border: 1px solid #FFFFFF66;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #FFF;
  line-height: unset;
  padding-right: 33px;
  font-size: 14px;
  font-weight: 400;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  background: transparent;
  border-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
  top: 6px;
  right: 10px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}
.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: 7px;
}
.select2-container .select2-dropdown .select2-search {
  padding: 0;
}
.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
  display: none;
} 
.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

/*  */
.select2-container .select2-dropdown .select2-results ul {
  background: #FFFFFF33;

  border: 1px solid #FFFFFF40;
  border-radius: 7px;
  padding: 5px;
  backdrop-filter: blur(74px);
  box-shadow: 10px 7px 16px 0px #00000073;
  z-index: 105999;
    position: relative;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #FFFFFF33;
  color: #FFF;
  border-top: 1px solid #FFFFFF66;
  border-bottom: 1px solid #FFFFFF66;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: unset;
  border-style: solid;
  border-width: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: -45deg;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  rotate: 135deg;
  border-color: unset;
  border-style: solid;
  border-width: 0;
  left: 50%;
  margin-left: -8px;
  margin-top: 3px;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.select2-container--default .select2-results__option[aria-selected=true]{
  background-color: transparent;
}
.select2-results__option {
  padding:6px 10px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid #FFFFFF1A;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select2-results__options li:last-child{
  border-bottom: 0;
}
.sort-list .select2.select2-container .select2-selection{
  padding: 12px 52px;
}


/*  */
/*  */


/*------------ select 2 ------------------*/
/*------Blog [ START ]------------*/
.blog{
  padding: 40px 0 40px;
}
.search_frm{
  margin-bottom: 40px;
}
.search_frm .form-group{
  position: relative;
}
.search_frm .form-control{
  padding: 18px 16px;
  background: #FBF4FF;
  border: 0;
  border-radius: 16px;
  color: rgb(31 31 31 / 60%);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0%;
}
.search_frm span{
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 16px 0 0;
}
.blog_img img{
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.blog_column span{
  color: #A11FF1;
  margin: 20px 0 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  display: block;
}
.blog_column h3{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1F1F1F;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog_column p{
  color: #667085;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog_flx{
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 20px;
}
/* .blog_txt{
  width: 50%;
} */
.blog_txt span{
  color: #A11FF1;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0%;
  display: block;
}
.blog_txt h3, .blog_txt a h3{
  color: #1A1A1A;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-bottom: 8px;
}
.blog_txt p{
  color: #667085;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  margin-bottom: 0;
}
.blog_flx .blog_img {
  width: 50%;
}
.blog_flx .blog_img img{
  height: 200px;
  width: 100%
}
.h_246{
  height: 246px !important;
}
.blog_txt h3{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mt-20{
  margin: 20px 0 0;
}
.tech_blog{
  padding: 30px 0;
}
.tech_blog h2{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #1F1F1F;
  margin-bottom: 30px;
}
.detail_blog{
  padding: 58px 0;
}
.detail_img img{
  width: 100%;
  height: auto;
}
.detail_bx span{
  color: #A11FF1;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0%;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
.detail_bx h4{
  font-weight: 700;
  font-size: 36px;
  line-height: 32px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.detail_img {
  margin-bottom: 20px;
}
.detail_img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.detail_bx p{
  /* color: rgb(31 31 31 / 40%); */
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 12px;
}
/*------Blog [ END ]--------------*/
/* ----28-03-2025 */
.blog_column {
  margin-bottom: 30px;
}



/*--------partner-program------*/
.py-67{
  padding-top: 67px;
  padding-bottom: 69px;
}
.py-90{
  padding-top: 90px;
  padding-bottom: 77px;
}
.py-78{
  padding-top: 78px;
  padding-bottom: 107px;
}
.mb-56{
  margin-bottom: 56px;
}
.py-68{
  padding-top: 68px;
  padding-bottom: 33px;
}
.kd-empowerbusswrp{
  padding: 0  0 94px 0;
}
.banr_txt h2{
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 16px;
}
.py-123{
  padding-top: 123px;
  padding-bottom: 106px;
}
.pt-64{
  padding-top: 64px;
}
.pb-145{
  padding-bottom: 145px;
}
.banr_txt h2 span{
  font-weight: 700;
  font-size: 28px;
  color: #A11FF1;
}



.kd-partner-us{
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(255, 255, 255, 0) 100%);
}
.kd-allpartmain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}
.kd-allpartwthus{
  padding: 30px 30px;
  box-shadow: 0px 7px 14px 0px #0000001A;
  border-radius: 20px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.kd-allpartwthus span{
  background-color: #CEFA05;
  padding: 9px 9px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  transition: transform 0.3s ease;
}
.kd-allpartwthus:hover span{
  transform: translateY(-5px);
}
.kd-allpartwthus h2{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding: 9px 0;
  margin-bottom: unset;
}

.kd-typesof-partner{
  background-color: #CEFA05;
  border-radius: 60px;
}
.kd-tabing-partsec ul{
  gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    white-space: nowrap;
    flex-wrap: nowrap;
 }
.kd-tabing-partsec .nav-pills .nav-link.active, .kd-tabing-partsec .nav-pills .show>.nav-link{
background-color: #A11FF1;
border-radius: 16px;
font-size: 20px;
font-weight: 600;
color: #FFFFFF;
}
.kd-tabing-partsec .nav-pills .nav-link{
    font-size: 18px;
    font-weight: 500;
    color: #1F1F1F;
    background-color: #FFFFFF;
    border-radius: 16px;
}

.kd-tabing-partsec .tab-content .tab-pane ul li span{
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}
.kd-tabing-partsec .tab-content .tab-pane ul li{
  display: flex;
      padding: 10px 0;
      margin-left: 188px;
      justify-content: flex-start;
      align-items: center;
}
.kd-tabing-partsec .tab-content .tab-pane ul li svg{
  min-width: 18px;

}


.kd-whyjoin-sec{
  position: relative;
}
.kd-whyjoin-sec:before{
  content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21em;
    background: url(../images/partner-program/line.png) no-repeat;
    width: 100%;
    height: 660px;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.kd-whyjoin-sec .c_title p span{
  color: #A11FF1;
  font-size: 16px;
  font-weight: 700;
} 
.kd-whyjoin-lftimg{
  position: relative;
  transition: all 0.3s ease-in-out;
}
.kd-whyjoin-lftimg:before{
  content: '';
  position: absolute;
  width: calc(100% - 100px);
  height: 100%;
  background: #CEFA05;
  bottom: -20px;
  right: 80px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.kd-whyjoin-lftimg:hover:before{
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.kd-whyjoin-lftimg:hover:after{opacity: 1;  transition: all 0.3s ease-in-out;}
.kd-whyjoin-lftimg:after{
  content: '';
  position: absolute;
  width: calc(100% - 100px);
  height: 100%;
  background: #CEFA05;
  top: -20px;
  left: -20px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.kd-whyjoin-lftimg img{
  object-fit: cover;
}
.kd-whyjoin-rgtinfo ul li{
  margin-bottom: 20px;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 13px;
}
.kd-whyjoin-rgtinfo ul li:last-of-type{
  margin-bottom: unset;
}
.kd-whyjoin-rgtinfo ul li svg{
  min-width: 18px;
}
.kd-whyjoin-rgtinfo ul li span{

font-weight: 400;
font-size: 16px;
color: #545454;

}

.kd-partbnft-sec{
  position: relative;
}
.kd-partbnft-sec:before{
  content: '';
  position: absolute;
  background-image: url(../images/partner-program/benefit-bg.png);
  background-repeat: no-repeat;
  width: 746px;
  height: 1074px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.kd-partbnft-sec:after{
  content: '';
  position: absolute;
  background-image: url(../images/partner-program/benefit-bg-aft.png);
  background-repeat: no-repeat;
  width: 890px;
  height: 1218px;
  bottom: -250px;
  right: 0;
  z-index: -1;
}

.kd-partbnft-left h2{
  font-size: 28px;
  font-weight: 700;
  color: #1F1F1F;
  margin-bottom: 15px;
}
.kd-partbnft-left p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 21px;
}
.kd-partbnft-left ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
margin-bottom: 20px;
line-height: normal;
}
.kd-partbnft-left ul li span{
  font-size: 16px;
  font-weight: 400;
  color: #545454;
}
.kd-partbnft-left ul li span b{
  font-size: 16px;
  font-weight: 700;
  color: #545454;
}
.kd-partbnft-left ul li svg{
  min-width: 18px;
}
.kd-partbnft-right{
  text-align: right;
  margin-right: 22px;
}
.kd-partbnftimg{
  position: relative;
}
.kd-partbnftimg:before{
  content: '';
  position: absolute;
  width: calc(100% - 140px);
  height: 100%;
  background: #CEFA05;
  bottom: -18px;
  right: -18px;
  z-index: -1;
 opacity: 1;
 transition: all 0.3s ease-in-out;
}
.kd-partbnftimg:hover:before{
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.kd-partbnftimg:hover:after{
opacity: 1;
transition: all 0.3s ease-in-out;
}
.kd-partbnftimg:after{
  content: '';
  position: absolute;
  width: calc(100% - 140px);
  height: 100%;
  background: #CEFA05;
  top: -18px;
  left: 95px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.kd-partbnftimg img{
  object-fit: cover;
}

.kd-earnwhy-img img{
  object-fit: cover;
}
.kd-earnwhy-img{
  position: relative;
}
 .kd-earnwhy-img::before{
  content: '';
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  background: #CEFA05;
  bottom: -13px;
  right: 48px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.kd-earnwhy-img:hover::before{
opacity: 0;
transition: all 0.3s ease-in-out;
}
.kd-earnwhy-img:hover::after{
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.kd-earnwhy-img::after{
  content: '';
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  background: #CEFA05;
  top: -13px;
  left: -13px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.kd-earnwhy-wrp h2{
  font-size: 28px;
  font-weight: 700;
  color: #1F1F1F;
  margin: 38px 0 21px 0;
}
.kd-earnwhy-wrp ul li{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 13px;
  padding: 10px 0;
  line-height: normal;
}
.kd-earnwhy-wrp ul li svg{
  min-width: 18px;
}
.kd-earnwhy-wrp ul li span{
  font-size: 16px;
  font-weight: 400;
  color: #545454;
}
.kd-earnwhy-wrp ul li span b{
  font-size: 16px;
  font-weight: 700;
  color: #545454;
}

.kd-getstarted{
  position: relative;
}
.kd-getstarted:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20em;
  background: url(../images/partner-program/purple-line.png) no-repeat;
  width: 100%;
  height: 660px;
  background-size: cover;
  background-position: center;
  z-index: -1;

}

.kd-getstarted .c_title {
  margin-bottom: 47px;
}
.kd-getstbg{
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
    padding: 50px 0 50px 22px;
    border-radius: 12px;
    transition: transform 0.3s ease;
}
.kd-getstbg-inner{
  transition: transform 0.3s ease;
}
.kd-getstbg:hover .kd-getstbg-inner{
  transform: translateY(-5px);
}
.kd-getstbg p{
  /* margin-bottom: unset;
  font-size: 14px;
  font-weight: 400;
  color: #515F7C; */
  margin-bottom: unset;
  font-size: 14px;
  font-weight: 400;
  color: #515F7C;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* Change from nowrap to normal */
}
.kd-getstbg h5{
  padding: 41px 0 13px 0;
  margin-bottom: unset;
  font-size: 18px;
  font-weight: 600;
  color: #1D1F44;
}
/*--------partner-program End------*/




/* -----------------New Pages Design 26-05-2025 [ START ]-------------- */
.fintin-bg{
  background: url(../images/fintin/body-bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.inr_blog{
  padding: 40px 0;
}
.white_bx{
  box-shadow: 0px 7px 17px 0px #00000024;
  padding: 16px;
  border-radius: 20px;
  margin-bottom: 60px;
}
.fintin_img img{
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.fintin_txt h6{
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.4px;
  color: #1F1F1F;
  margin-bottom: 12px;
}
.fintin_txt h3{
  color: #A11FF1;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 12px;
}
.fintin_txt span{
  color: #1F1F1F;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 12px;
  display: block;
}
.fintin_txt p{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.4px;
  color: rgb(31 31 31 / 70%);
  margin-bottom: 12px;
}
.fintin_txt .nav-tabs{
  grid-gap: 6px;
  border-bottom: 0;
  padding: 6px;
  border: 1px solid rgb(161 31 241 / 10%);
  border-radius: 10px;
  width: fit-content;
  margin: 0 0 12px;
}
.fintin_txt .nav-tabs .nav-link{
  padding: 10px 47px;
  border-radius: 10px;
  background: #1F1F1F08;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: rgb(31 31 31 / 50%);
}
.fintin_txt .nav-tabs .nav-item.show .nav-link, .fintin_txt .nav-tabs .nav-link.active{
  background: #A11FF1;
  color: #fff;
}
.fintin_txt .nav-tabs .nav-link:focus, .fintin_txt .nav-tabs .nav-link:hover{
  border-color: transparent;
}
.fintin_txt .tab-content ul{
  padding-left: 20px;
}
.fintin_txt .tab-content ul li{
  list-style-type: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.fintin_txt .tab-content ul li:last-child{
  margin-bottom: 0;
}
/* -----------------New Pages Design 26-05-2025 [ END ]-------------- */
/* ---------------Fintout -------------------- */
.fintout-bg{
  background: url(../images/fintout/body-bg.png)no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.pink_txt{
  color: #FF2E98 !important;
}
.fintout-bg .fintin_txt .nav-tabs .nav-link.active{
  background: #FF2E98 !important;
}
/*-------------FintBank [ START ] 29-05-2025----------------- */
.fintbank-bg{
  background: url(../images/fintbank/fintbank-bg.png)no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.lime_txt{
  color: #CEFA05 !important;
}
.fintbank-bg .fintin_txt .nav-tabs .nav-item.show .nav-link, .fintbank-bg .fintin_txt .nav-tabs .nav-link.active {
  background: #CEFA05;
  color: #1F1F1F;
}
/* -------------FintLend [ START ]---------------------- */
.fintlend-bg{
  background: url(../images/fintlend/fintlend-bg.png)no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.purp_txt{
  color: #693AB0 !important;
}
/* ------------FintSure [ START ] --------------*/
.fintsure-bg{
  background: url(../images/fintsure/fintsure-bg.png)no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.grn_txt{
  color: #6DC002 !important;
}
.fintsure-bg .fintin_txt .nav-tabs .nav-item.show .nav-link, .fintsure-bg .fintin_txt .nav-tabs .nav-link.active {
  background: #6DC002;
}
/* --------------Finttech [ START ] --------*/
.finttech-bg{
  background: url(../images/finttech/finttech-bg.png)no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.pnkish_txt{
  color: #C50265 !important;
}
.finttech-bg .fintin_txt .nav-tabs .nav-item.show .nav-link, .finttech-bg .fintin_txt .nav-tabs .nav-link.active {
  background: #C50265;
}
.note_txt{
  color: #1F1F1F !important;
  margin: 12px 0 0!important;
}