body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #242424;
}
/* 
====Theme Color====

*{
  backgroud-color:#6c2ad1;
  background-color: #e52c82;
}

*/
:root {
  --space-sm: 5em;
  --stack-cards-gap: 4em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    /* -webkit-box-shadow: 0 0 0 30px white inset !important; */
    background-color: #fff !important;
    background: #fff !important;
    transition: background-color 5000s;
}

a {
  text-decoration: none;
}
p { font-size: 16px; line-height: 1.5;}
section {
  padding: 80px 0;
}
header {
  z-index: 99;
  transition: all 300ms ease-in-out;position: relative;
  background-color: transparent; /*box-shadow: 0 0 10px rgb(0 0 0 / 20%); */z-index: 99;  
  position: fixed; width: 100%; 
  top: 0;
  /* backdrop-filter: blur(5px); */
  transition: all 300ms ease-in-out;
}
/*--- Header CSS Starts ---*/
.btn-custom-default{
  font-family: "Poppins", sans-serif; font-size: 16px; color: #6c2ad1; font-weight: 400; padding: 10px 20px; transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;
  border: 1px solid #6c2ad1;
  border-radius: 5px;
  display: inline-block;
}
.btn-custom-default:hover {
  /* background-color: #f5effe; */
  background-color: #fff;
  border-color: #b393de;
  color: #6c2ad1;
  box-shadow: 2px 2px 15px 5px #6c2ad121;
}
.btn-custom-primary {
  font-family: "Poppins", sans-serif; font-size: 16px; color: #fff; background-color: #6c2ad1; font-weight: 400; padding: 10px 20px; transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;
  border: 1px solid #6c2ad1;
  border-radius: 5px;
  display: inline-block;
}
.btn-custom-primary:hover {
  background-color: #4a1697;
  border-color: #4a1697;
  color: #fff;
}
.btn-custom-white {
  font-family: "Poppins", sans-serif; font-size: 16px; color: #fff; font-weight: 400; padding: 10px 20px; transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  width: max-content;
}
.btn-custom-white:hover {
  background-color: #fff;
  color: #6c2ad1;
}
header .navbar { padding: 0; padding: 0 55px; }
header.sticky { position: fixed;top: 0; left: 0; width: 100%; background-color: rgb(255 255 255 / 75%); backdrop-filter: blur(15px); box-shadow: 0 0 10px 0px rgba(0,0,0,0.09);}
.navbar-brand img { width: 180px; transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; }
header.sticky .navbar-brand img { width: 150px; filter: unset; }
.navbar-brand .brand-text:hover {
  text-decoration: underline;
}
.navbar-brand {
  font-size: 10px;
  font-weight: 500;
}
.navbar-nav .nav-item .nav-link {position: relative; overflow: hidden; font-family: "Poppins", sans-serif; font-size: 15px; color: #242424; font-weight: 400; padding: 7px 15px; transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;}
header.sticky .navbar-nav .nav-item .nav-link {color: #242424; padding: 20px 15px!important; }
header.sticky .navbar-nav .nav-item.dropdown .nav-link {padding: 20px 25px 20px 15px!important; }
.navbar-nav .nav-item .btn-custom-primary, .navbar-nav .nav-item .btn-custom-default {
  font-size: 14px;
  padding: 7px 15px;
}
.navbar-nav .nav-item .dropdown-item {
  font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 400;
  color: #242424;
  padding: 8px 10px;
  margin-bottom: 0px;
  border-radius: 0;
}
/* .navbar-nav .nav-item .dropdown-item:last-child {border-bottom: 0;} */
.nav-item .dropdown-item:active, .nav-item .dropdown-item:focus, .nav-item .dropdown-item:hover {
  color: #6c2ad1;
}
header .navbar-nav.desk-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 4px;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  bottom: 0px;
  top: unset;
  margin: auto;
  background-color: #6c2ad1;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
header .navbar-nav.desk-nav .nav-item:hover .nav-link::before,
header .navbar-nav.desk-nav .nav-item .nav-link.active::before {
  opacity: 1;
}
.navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link[aria-expanded="true"] { color: #6c2ad1; }
header .navbar-nav.desk-nav .nav-item .dropdown-item:hover { background: #efefef; color: #000;}
.navbar-nav.desk-nav .nav-item .dropdown-item.active, .navbar-nav.desk-nav .nav-item .dropdown-item.active:hover {
  color: #fff;
  background-color: #6c2ad1;
}
.nav-center li.nav-item {margin: 0 10px;}
header.sticky .navbar-nav .nav-item.register-link .nav-link { padding: 15px 30px!important; }
header .navbar-nav .nav-item .nav-link.search-btn { position: relative;background-color: #6c2ad1; height: 40px; width: 40px !important; border-radius: 50%; display: grid; align-items: center; padding: 0 !important; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: center; background-size: 15px; transition: none;}
header .navbar-nav .nav-item .nav-link.search-btn.search-close {background-image: url(../images/close.png); background-color: #6c2ad1; background-size: 15px;}
/* header .navbar-nav .nav-item .nav-link.search-btn > img { width: 15px; display: block; margin: 0 auto;} */
.dropdown > .nav-link { padding-right: 25px !important;}
.dropdown > .nav-link::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: grayscale(1) brightness(1);
  transition: all 300ms ease-in-out;
}
.dropdown:hover > .nav-link::after {
  transform: rotate(180deg);
  filter: unset;
}
header.sticky .dropdown > .nav-link::after{
  /* filter: invert(1); */
}
.dropdown-menu {
  display: block;
  opacity: 0;
  background-color: #fff;
  transform: translateY(20px);
  pointer-events: none;
  border: 0;
  border-radius: 0;
  padding: 10px 5px;
  -o-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
  border-radius: 10px 10px;
}
.dropdown:hover .dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
header .dropdown-item:hover { background-color: transparent; }
.navbar-toggler  { border: 0;display: grid;height: 24px;align-items: center;position: relative;padding: 0; }
.navbar-toggler:focus {box-shadow: none !important;}
.navbar-toggler .navbar-toggler-icon {
  background-image: none; 
  height: 2px;
  border-radius: 3px;
  display: inline-block;
  background: #6c2ad1;
  position: relative;
}
.navbar-toggler::before, .navbar-toggler::after {
  position: absolute;
  content: ""; 
  right: 0;
  top: -10px;
  background: #6c2ad1;
  transform: rotate(0deg);
  position: absolute;
  content: "";
  height: 2px;
  width: 20px; 
  border-radius: 3px;
  margin: auto;
  transform-origin: right top;
  transform-style: preserve-3D;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.navbar-toggler::before {
  top: 0;
  bottom: unset;
  transform-origin: right top;
  transform-style: preserve-3D;
}
.navbar-toggler::after {
  top: unset;
  transform-origin: right bottom;
  transform-style: preserve-3D;
  bottom: 0;
}
.navbar-toggler[aria-expanded="true"]::before {
  transform: rotate(-45deg);
  top: 0;
  width: 32px;
}
.navbar-toggler[aria-expanded="true"]::after {
  transform: rotate(45deg);
  bottom: 0;
  width: 32px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}
.dropdown-toggle::after {
  border: 0;
  content: url(../images/arrow-down.svg);
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 0 0 7px;
  position: relative;
  /* align-items: center; */
  /* display: flex; */
  filter: grayscale(1);
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.dropdown:hover .dropdown-toggle::after { filter: grayscale(0);}

.custom-btn {z-index: 0; display: inline-block; overflow: hidden; text-decoration: none; position: relative; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; color: #fff; font-weight: 500; padding: 12px 35px; border: 2px solid #fff;  transition: all 300ms ease-in-out; background: transparent;}
.custom-btn i { margin-left: 5px; }
.custom-btn:hover { color: #131220; }
.custom-btn::after { position: absolute; content: ""; height: 100%; width: 100%;transition: all 300ms ease-in-out; background-color: #fff; z-index: -1; left: -100%; top:0; }
.custom-btn:hover::after { left: 0; }
.section-heading > h2 {
  color: #242424;
  font-weight: 600;
  font-size: 40px;
}
.section-heading > h2 > span {
  color: #6c2ad1;
}
.section-heading h6 {
  font-weight: 400;
  line-height: 1.5;
}
.semi-heading {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #242424;
  font-weight: 400;
}
.custom-btn.btn-dark {color: #fff; background-color: #6c2ad1; border: 1px solid #6c2ad1}
.custom-btn.btn-dark:hover {color: #fff; border-color: #242424;}
.custom-btn.btn-dark::after {background-color: #242424; }

.bg-custom-light {
  background-color: #F9F9FA;
}
.bg-custom-dark {
  background-color: #242424;
}
.col-service { position: relative; overflow: hidden; margin: 15px 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%; max-width: 33.333333%;padding-right: 15px;padding-left: 15px }
.service-item {position: relative; transition: all 300ms ease-in-out; background-color: #fff;}
.service-item:hover {
  box-shadow: 10px 10px 15px 5px rgba(52,55,61,0.05);
  background-color: #6c2ad1;
}
.service-item h3 { 
  color: #242424;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}
.service-item p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.service-item:hover p, .service-item:hover h3 {
  color: #fff;
}
.service-icon > img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.service-item:hover .service-icon > img {
  filter: invert(1) brightness(0);
}
.cta-link {
  color: #242424;
  display: inline-block;
  /* padding-right: 25px; */
  /* background-image: url(../images/next.png); */
  background-repeat: no-repeat;
  background-position: center right;
  transition: all 300ms ease-in-out;
  background-size: 16px;
  font-weight: 500;
}
.cta-link:hover {
  /* padding-right: 35px; */
  color: #6c2ad1;
}
.service-item:hover .cta-link {
  filter: invert(1) brightness(9);
}
.desc {
  color: #6a6a71;
}
.desc ul li, .desc p {
  font-size: 16px;
  line-height: 1.6;
  color: #6a6a71;
}
.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Footer CSS Starts */

footer {
  background-color: #f7f7f7;
  padding: 50px 0 20px;
}
.f-title {
  position: relative;
  color: #242424;
}
.f-title button {
  display: none;
}
.f-listing { list-style-type: none;}
.main-footer p { color: #b2b2b2;}
.f-listing > li > a{
  color: #242424;
}
.f-listing > li > a:hover {
  color: #242424;
}
.developedby-wrap a > img {
  width: 18px;
  filter: grayscale(1) brightness(9);
  transition: all 300ms ease-in-out;
  margin-left: auto; display: block;
}
.footer-logo > img {width: 250px; }
.f-title {font-family: "Poppins", sans-serif;color: #242424; font-weight: 700;letter-spacing: 0px;font-size: 16px;margin-bottom: 20px;position: relative;}
.f-title button { display: none; }
.footer-links, .contact-info { list-style-type: none; padding-left: 0;}
.footer-collapse {border-top: 1px solid #ffffff70;padding-top: 25px;margin-top: 25px;}
.footer-links > li, .contact-info > li { margin-bottom: 10px; font-size: 14px; color: #242424;  font-family: "Poppins", sans-serif; transition: all 300ms ease-in-out; width: max-content; }
.footer-links > li > a, .footer-links > li > span, .contact-info > li > span, .contact-info > li > a {color: #535353;font-family: "Poppins", sans-serif;display: inline-block;font-size: 15px;font-weight: 400;}
.footer-links > li > a:hover, .contact-info > li > a:hover {color: #242424;}
.social-links > li { display: inline-block; margin-right: 10px; }
.social-links > li:last-child { margin-right: 0;}
.footer-links > li > h6 { font-size: 14px; margin-bottom: 8px; font-family: "Poppins", sans-serif; margin-top: 15px; letter-spacing: 0px;}
.social-links > li > a { border-radius: 50%; height: 30px; width: 30px; display: grid; align-items: center; text-align: center; }
.social-links > li > a > img { display: block; margin: 0 auto; transition: all 300ms ease-in-out; }
/* .social-links > li > a:hover > img { filter: invert(1);} */
.footer-bottom { border-top: 1px solid hsl(0deg 0% 0% / 20%); padding: 0 60px 0;}
.footer-bottom  p { font-family: "Poppins", sans-serif; font-size: 14px; color: #242424; margin: 0;line-height: 1.7; }
.footer-bottom a { font-family: "Poppins", sans-serif; font-size: 11px; color: #242424; }
.footer-main {
  /* background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: 90% 15%;
  background-size: contain; */
  padding: 100px 60px 50px;
  /* margin-bottom: 50px; */
  position: relative;
}
/* .footer-main { margin-bottom: 100px; } */
.footer-main .desc p { color: #242424; font-size: 16px; line-height: 1.8;}
.mega-dropdown ul { padding-left: 0;}
.f-title .accordion-button::after {
  display: block;
  filter: invert(1);
  background-image: url(../images/plus.png);
  background-size: 16px;
  background-position: center;
  width: 20px;
  height: 100%;
}
.f-title .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
  /* filter: invert(1); */
}
.developedby-wrap > img {
  filter: grayscale(1) brightness(0);
  width: 18px;
  transition: all 300ms ease-in-out;
}
.developedby-wrap:hover > img {
  filter: unset;
}
/* Footer CSS Ends */

.testimonial-item .profile-img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  object-fit: cover;
}
.testimonial-item {
  border-radius: 10px;
  padding: 60px 30px 30px;
  background-image: url(../images/quote-right.png);
  background-repeat: no-repeat;
  background-position: 50% 8%;
  background-size: 30px;
}
.testimonial-slider .owl-dots {margin-top: 20px; text-align: center;}
.testimonial-slider .owl-dots .owl-dot {
  margin: 0 3px;
}
.testimonial-slider .owl-dots .owl-dot > span {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #242424;
  border-radius: 50%;
}
.testimonial-slider .owl-dots .owl-dot.active > span {
  background-color: #6c2ad1;
}
.t-name {
  font-weight: 700;
  font-size: 18px;
  color: #242424;
}
.t-designation {
  font-size: 14px;
  color: #242424;
}
.hero-banner-wrap {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  /* margin-top: 90px; */
  /* margin-left: 5%; */
  /* margin-right: 5%; */
}
.hero-banner-wrap::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: -12%;
  /* background-image: url(../images/glow-vector.png); */
  background-image: url(../images/gradient.svg);
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  filter: blur(75px);
  background-position: center;
}
.banner-content-wrap {
  /* margin-top: 90px; */
  padding: 140px 50px 70px;
  border-radius: 40px;
  /* background-color: #f3f6ff; */
  backdrop-filter: blur(5px);
}
.hero-caption > h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  color: #242424;
}
.hero-caption > h1 >span {
  position: relative;
  display: inline-block;
  color: #6c2ad1;
  height: 1.275em;
  vertical-align: bottom;
  overflow: hidden;
}
.hero-caption > h1 >span > span {
  display: block;
  animation: animateWords 10s infinite ease;
  animation-delay: 2s;
}
@keyframes animateWords {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(-200%);
  }
  75% {
    transform: translateY(-300%);
  }
  100% {
    transform: translateY(-400%);
  }
}
.hero-caption p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.feature-thumb-wrap > img {
  aspect-ratio: 1/0.7;
  object-fit: contain;
  width: 100%;
  object-position: bottom;
}
.feature-item{
  border-radius: 30px;
  margin: 5px 15px 20px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-color: #3366ff;
  background-color: #6c2ad1;
}
h3.feature-title{
  color: #fff;
  font-size: 24px;
}
.custom-cta {
  display: inline-block;
  padding: 10px 0;
  text-decoration: underline;
}
.bg-custom-dark-gradient {
  background-image: linear-gradient(146.67deg, rgb(52 19 103) 19.84%, rgb(104 70 156) 81.41%);
}
.gradient-box-wrap {
  justify-content: flex-end;
  text-align: right;
  align-items: center;
  border-radius: 30px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  transition: background-color .3s ease;
  background-position: 50%;
  background-size: cover;
}
.content-vr-box {
  flex: 3 1; flex-direction: column;
  text-align: left;
  display: flex;
  flex-shrink: 0;
  position: relative;
  transition: background-color .3s ease;
  box-sizing: border-box;
  background-position: 50%;
  background-size: cover;
  line-height: 1.5;
}
.dash-thumb {
  flex: 5 1;
  flex-direction: column;
      display: flex;
    flex-shrink: 0;
    position: relative;
    transition: background-color .3s ease;
    box-sizing: border-box;
    background-position: 50%;
    background-size: cover;
    line-height: 1.5;
}
.dash-thumb img {height: auto;width: 120%;}
.sub-heading  {
  font-weight: 600;
  line-height: 1.5;
}
.gradient-box-wrap p {
  font-weight: 300;
}
.workshop-wrp-box {
    background-color: #f5f5f6;
    /* box-shadow: 0px 0px 120px 0px #0000000D; */
    border-radius: 30px;
    padding: 20px;
    height: 100%;
}
.workshop-wrp-box1 .workforce-img-wrp {
    height: auto !important;
    text-align: right;
}
.workforce-img-wrp {
    height: 100%;
}
.workforce-img-wrp img {
    height: 300px;
    width: 100%;
    object-fit: contain;
    object-position: top;
}
.workforce-text-wrp {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.workforce-text-wrp h2 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.workforce-text-wrp p {
    font-size: 15px;
}
/* ============= Stack Card ============= */

*, *:before, *:after {
  box-sizing: border-box;
}
.stack-cards {
  list-style: none;
  width: 75%;
  margin: 0;
  margin-bottom: 200px;
  padding: 0;
}
.stack-cards__item  {
  position: sticky;
  top: var(--space-sm);
  transform-origin: center top;  
  background: #fff;
  width: 100%;
  min-height: 400px;
  border: 1px solid #f3f6ff;
  border-radius: 1.5rem;
  padding: 1.5rem 2rem 1.5rem 4rem;
  margin: 0 0 2em 0;
}
.stack-section {
  display: flex; 
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 2em;
}
.stack-cards__item h2 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
}
.stack-cards__item p {
  
}
.progress-dots {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2rem;
}
.progress-dot {
  background-color: #d8e9ff;
  border-radius: 50%;
  flex: none;
  width: .525rem;
  height: .525rem;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.progress-dot.is-current {
  background-color: #6c2ad1;
}
.solution-item {
  background-color: #f4f3f3;
  /* box-shadow: 0px 0px 120px 0px #0000000D; */
  box-shadow: 0 47.5085px 166.28px rgba(0,0,0,.15);
  border-radius: 20px;
  transition: all 300ms ease-in-out;
  display: flex;
  flex-direction: column;
}
.solution-content {
  padding: 40px 40px 40px;
}
.solution-item h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.solution-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #6a6a71;
}
.solution-item:hover {
  /* box-shadow: 0px 0px 120px 0px #6d2ad10e; */
  /* transform: scale(1.04); */
}
.col-solution:nth-child(3n - 1) .solution-item {
  flex-direction: column-reverse;
  justify-content: space-evenly;
}
.col-solution:nth-child(4n) .solution-item .row {
  flex-flow: row-reverse;
}
.col-solution:nth-child(3n - 2) .solution-thumb > img {
  width: 90%;
}
.key-item > img {
  transform: scale(0.8);
  transition: all 300ms ease-in-out;
}
.key-item:hover > img {
  transform: scale(1);
}
.key-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.key-item p {
  color: #6a6a71;
}
.custom-form .form-control, .custom-form .form-select, .custom-form label {
  color: #242424;
  font-size: 15px;
}
.custom-form .input-group .form-control {
  padding: 15px 10px;
}
.custom-form input#mobile_code {
  height: 58px;
}
.custom-form .iti {
  width: 100%;
}
.custom-form .input-group .input-group-text > img {
  width: 16px;
}
.custom-form .input-group .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
.pswd-visible-btn {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
  height: 34px;
  width: 34px;
}
.pswd-visible-btn > img {
  width: 18px;
}
.pswd-visible-btn:hover {
  background-color: #eee;
}
.custom-form .form-control.error {
  border-color: #d00c0c;
}
.custom-form .input-group label.error {
  position: absolute;
  bottom: -13px;
  margin: 0;
  font-size: 12px;
  left: 10px;
}
.signin-wrapper {
  min-height: 100vh;
  position: relative;
}
.signin-wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0%;
  /* background-image: url(../images/glow-vector.png); */
  background-image: url(../images/gradient.svg);
  opacity: 0.4;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  /* filter: blur(45px); */
  background-position: center;
}
.bg-blur-wrap {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
}
.inner-banner {
  position: relative;
  overflow: hidden;
  padding: 130px 0 80px;
}
.inner-banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0%;
  /* background-image: url(../images/glow-vector.png); */
  background-image: url(../images/gradient.svg);
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  /* filter: blur(45px); */
  background-position: center;
}

.accordion-wrap {
  /* padding: 30px 50px;
  border: 1px solid #ddd;
  border-radius: 30px; */
}
.custom-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.custom-accordion .accordion-item:last-child {
  border-bottom: 0;
}
.custom-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #6c2ad1;
}
.custom-accordion .accordion-item .accordion-button {
  box-shadow: none !important;
  font-size: 24px;
  font-weight: 600;
}
.custom-accordion .accordion-button::after {
  background-image: url(../images/plus-sign.png);
  height: 32px;
  width: 32px;
  background-size: 24px;
  background-position: center;

}
.custom-accordion .accordion-button:not(.collapsed)::after {
  /* background-image: url(../images/minus.png); */
  transform: rotate(135deg);
}