:root {
  --primary:  #151821;
  --secondary:#000000;
  --primaryTextColor: #ffffff;
  --secondaryTextColor: #151821;
  --hightlight: #D99A34;
}

@font-face {
  font-family: 'InriaSans';
  src: url('/src/assets/fonts/InriaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body,
html {
   font-family: 'Onest';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: 'Onest';
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: var(--primary);
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Onest";
  text-transform: math-auto;
  color: var(--primaryTextColor);
  font-size: 18px;
  font-weight: 500;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  /* background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%); */
  background: var(--primaryTextColor);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #608dfd;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  min-height: 100px;
  padding: 0;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.intro-header{
  display: flex;
  flex-direction: row;
}
.intro h1 {
  /* font-family: 'InriaSans'; */
  color: var(--primaryTextColor);
  font-size: 40px;
  font-weight: 500;
  text-transform: math-auto;
  margin-top: 0;
}
.intro h2 {
  font-family: "Onest";
  margin-top: 15;
  margin-bottom: 0;
  font-size: 26px;
  text-transform: math-auto;
  font-weight: 400;
  color: var(--primaryTextColor);
}
.intro p {
  color: var(--primaryTextColor);
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}
header .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: left;
}
/* Features Section */
#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* About Section */
#about {
  padding: 100px 0;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Services Section */
#services {
  padding: 100px 0;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  color: #fff;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  color: #fff;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#services p {
  color: rgba(255, 255, 255, 0.75);
}
#services .service-desc {
  margin-bottom: 40px;
}
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(99, 114, 255, 0.8) 0%,
    rgba(92, 169, 251, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #608dfd;
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
  font-family: "Onest";
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}

/* custom button */
.custom-button{
  padding: 10px 30px;
  border-radius: 10px;
  background: var(--secondary);
  border: 1px solid var(--secondary);
  box-shadow: 0px 0px 15px -5px #fff5f5;
}
.custom-button span{
  color: var(--primaryTextColor);
  font-weight: 200;
}

.custom-transparent-button{
  padding: 10px 30px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--primaryTextColor);
}
.custom-transparent-button span{
  color: var(--secondaryTextColor);
  font-weight: 200 !important;
}

/* content */
.col{
  padding: 10;
}

.content{
  padding: 40px 0px;
}

.content img{
  width: 8%;
}

.content h3{
  font-family: 'Onest';
  color: var(--secondaryTextColor);
  font-weight: 700;
}

.content h5{
  font-family: 'Onest';
  color: var(--secondaryTextColor);
  font-size: 15px;
  text-transform: inherit;
  font-weight: 400;
}

/* services */
.service{
  background-color: var(--primary);
}

.service hr{
  background-color: var(--primaryTextColor);
  height: 1px;
  margin-top: 0;
  width: 100px;
  margin-bottom: 5;
}

.service .secondHr{
  width: 120px;
}
.mission hr{
  background-color: var(--secondary);
  height: 1px;
  margin-top: 0;
  width: 100px;
  margin-bottom: 3;
}

.mission .secondHr{
  width: 120px;
}
.mission h5{
  color: var(--secondary);
  text-align: center;
}
.approach h5, .approach .headline{
  color: var(--primaryTextColor);
}
.service img{
  height: 25px;
  width: 28px;
  }

.service .col{
  padding-top: 20px;
  padding-bottom: 20px;
}

.service h3{
  font-family: 'Onest';
  color: var(--primaryTextColor);
  font-weight: 700;
  margin-bottom: 0;
}

.service h6{
  font-family: 'Onest';
  color: var(--primaryTextColor);
  text-transform: inherit;
  font-weight: 400;
}

.service h5{
  font-family: 'Onest';
  color: var(--primaryTextColor);
  font-size: 15px;
  text-transform: inherit;
  font-weight: 400;
}

/* chooseUs */
.chooseUs h5{
  font-family: 'Onest';
  color: var(--secondaryTextColor);
  font-size: 15px;
  text-transform: inherit;
  font-weight: 600;
}
.chooseUs h6{
  font-family: 'Onest';
  color: var(--secondaryTextColor);
  text-transform: inherit;
  font-weight: 400;
}

.chooseUs img{
height: 30px;
width: 28px;
}
.chooseUs .col{
  padding-top: 20px;
  padding-bottom: 20px;
}

/* testimonial */
.testimonial .mainDiv{
  background-color: #d9d9d9;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  margin-top: 10px;
  height: 100px;
}

.testimonial .image-container img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: -70px;
}

.testimonial .apostropical{
  width: 20px;
}

.testimonialDataDiv{
  background-color: var(--primary);
  padding: 20px;
  margin-top: -30px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  min-height: fit-content;
  max-height: fit-content;
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid var(--secondary);
  width: 16px;
  height: 16px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.testimonial h3{
  font-family: 'Onest';
  color: var(--primaryTextColor);
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.testimonial h6{
  font-family: 'Onest';
  color: var(--primaryTextColor);
  margin-bottom: 0;
  text-align: center;
}
.testimonial h5{
  font-family: 'Onest';
  font-size: 13px;
  color: var(--primaryTextColor);
  margin-bottom: 0;
  text-align: center;
  font-weight: 300;
  max-height:  20vh;
  min-height: 20vh;
  margin-bottom: 30px;
}

/* footer */
.footer{
  background-color: var(--primary);
}

.footer .logoDiv{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer hr{
  background: grey;
  width: 80%;
  height: 1px;
  margin-left: 0;
}

.footer img{
  width: 80px;
  height: 70px;
}
.mobile-footer img{
  width: 65px;
  height: 40px;
}

.mobile-footer h2{
  font-size: 42px;
  color: var(--primaryTextColor);
  margin-top: 20px;
  margin-left: 10px;
}

.footer h1{
  color: var(--primaryTextColor);
  font-size: 60px;
  margin-left: 20px;
}

.footer h4{
  color: var(--primaryTextColor);
}

.footer h5{
  font-weight: 100;
  color: var(--primaryTextColor);
  font-size: 13px;
}

.footerContent{
  margin-top: 10vh;
}

/* MSME */

.MSME h5{
  color: var(--secondaryTextColor);
  font-size: 15px;
  font-family: 'Onest';
  font-weight: 600;
}
.MSME span{
  font-size: 13px;
  font-weight: 300;
}

.msme-loan h3, .msme-loan span, .msme-loan h5{
  color: var(--primaryTextColor);
  font-family: 'Onest';
  text-transform: inherit;
}
.msme-loan span, .realEstate span{
  font-weight: 600;
  font-size: 17px;
}
.msme-loan h5, .realEstate h5{
  font-weight: 200;
  font-size: 13px;
  padding-left: 25px;
}


.msme-loan .button{
  margin: 40px 0px ;
}

.msme-benefits .icon{
  width: 30px;
  height: 30px;
}

.msme-benefits h5{
  color: var(--primary);
  font-family: 'Onest';
  font-weight: 200;
  font-size: 13px;
}
.msme-benefits h6{
  color: #AAAAAA;
  font-weight: 400;
  font-family: 'Onest';
}
.dataContent{
  padding: 20px 0px ;
}
.msme-benefits .headline, .msme-schemes .headline{
  text-align: start;
}
.msme-schemes{
  background-color: var(--primary);
}
.msme-schemes h4{
  font-size: 15px;
}
.msme-schemes h5{
  font-size: 13px;
  font-weight: 100;
}
.msme-schemes h5, .msme-schemes h3, .msme-schemes h4{
  color: var(--primaryTextColor);
  font-family: 'Onest';
  text-transform: inherit;
}

.msme-schemes h6{
  color: #B7B7B7;
  font-family: 'Onest';
}
.msme-schemes h6{
  font-weight: 300;
}

/* realEstate */
.realEstate h3, .realEstate span, .realEstate h6{
  color: var(--secondary);
  font-family: 'Onest';
}

.realEstate h5{
  font-weight: 400;
}
.realEstate-mobile h3, .realEstate-mobile span, .realEstate-mobile h6{
  color: var(--primaryTextColor);
  font-family: 'Onest';
}

.realEstate-mobile h6{
  font-weight: 500;
}
.realEstate-mobile .numberList li{
  color: var(--primaryTextColor);
}

.keyConsiderations .headline{
  text-align: start;
}

.keyConsiderations h3, .keyConsiderations h5, .keyConsiderations h6{
  color: var(--primaryTextColor);
  font-family: 'Onest';
}
.keyConsiderations-mobile h3, .keyConsiderations-mobile h5, .keyConsiderations-mobile h6{
  color: var(--secondary);
  font-family: 'Onest';
}
.keyConsiderations img{
  width: 30px;
  height: 30px;
}
.keyConsiderations h5{
  font-size: 17px;
  font-weight: 700;
}
.keyConsiderations h6{
  font-size: 13px;
  font-weight: 200;
}

.strategies .headline, .arc .headline{
  text-align: start;
}

.strategies h3, .strategies h5, .strategies h6{
  color: var(--secondary);
  font-family: 'Onest';
}
.strategies img{
  width: 30px;
  height: 30px;
}
.strategies h5{
  font-size: 17px;
  font-weight: 700;
}
.strategies h6{
  font-size: 13px;
  font-weight: 500;
}

.strategies-mobile h6{
  color: var(--primaryTextColor);
}

/* arc */
.arc h5{
  text-transform: inherit;
}
.arcList .headline{
  color: var(--primaryTextColor);
  text-align: start;
}

/* bank-guarantee */
.bank-guarantee .headline{
  text-align: start;
}

.bank-guarantee h5, .bank-guarantee h3{
  font-family: "Onest";
}

.bank-guarantee h5{
  font-weight: 700;
}

.step {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.step-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 230px;
  height: 50px;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  position: relative;
  font-family: "Onest";
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}

.step-arrow .step-title {
  flex-grow: 1; 
  text-align: left;
}

.step-arrow .step-icon {
  width: 25px; 
  height: 25px;
}

.step-arrow .step-icon-div {
  width: 35px; 
  height: 35px;
  border-radius: 50%;
  background-color: var(--primaryTextColor);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}


.step-content {
  padding: 20px;
  flex: 1;
}

.step-content p {
  margin: 5px 0;
  font-size: 14px;
  font-family: "Onest";
  font-weight: 700;
}

.step-content strong {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.step-content li{
  list-style-type: disc;
  color: var(--secondary);
  font-size: 10px;
}

.step-content span{
  font-size: 13px;
  font-family: "Onest";
  font-weight: 500;
}

.pink {
  background-color: #DB2F57;
}

.green {
  background-color: #AABF46;
}

.tint {
  background-color: #0897B9;
}

.grey {
  background-color: #687A90;
}

.black {
  background-color: #151821;
}

.real-world .marginSideSpacing{
  padding-right: 100px;
}

.bank-guarantee-conclusion{
  background-color: var(--primary);
}
.bank-guarantee-conclusion .conclusion h5 , .bank-guarantee-conclusion .conclusion .headline{
  color: var(--primaryTextColor);
}

.bank-guarantee .card {
  flex: 1;
  background-color: var(--primary);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bank-benefits .card{
  min-height: 30vh;
  max-height: 30vh;
  margin-top: 10px;
}

.bank-guarantee .card h3 {
  margin: 20px 0 10px;
}

.bank-guarantee .card p {
  font-size: 14px;
}

.bank-benefits h3{
  color: var(--primaryTextColor);
}

.bank-guarantee .card-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.bank-benefits .secondCard {
  background-color: #f5f5f5;
  color: #000;
}
.bank-benefits .secondCard h3 {
  color: #000;
}

.custom-card {
  width: 300px; /* Adjust the width as needed */
  height: 200px; /* Adjust the height as needed */
  border-top: 2px solid black; /* Full top border */
  border-left: 2px solid black; /* Left half-height border */
  border-right: 2px solid black; /* Right half-height border */
  border-radius: 20px; /* Border radius on all corners */
  position: relative;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Use a pseudo-element for the half-height left and right borders */
.custom-card::before, .custom-card::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: black;
  height: 50%; /* Half-height */
}

.custom-card::before {
  left: 0;
  top: 50%;
  border-bottom-left-radius: 20px; /* Maintain the border radius */
}

.custom-card::after {
  right: 0;
  top: 50%;
  border-bottom-right-radius: 20px; /* Maintain the border radius */
}

.keyBenefits .card{
  background-color: var(--primaryTextColor);
  border-radius: 0px;
  margin-top: 20px;
}

.keyBenefits h3, .keyBenefits h5{
  font-family: "Onest";
  color: var(--secondary);
  text-align: start;
}

.keyBenefits h3{
font-weight: 700;
font-size: 18px;
}

.keyBenefits h5{
  font-weight: 500;
  font-size: 13px;
}

.keyBenefits .cardTitle{
  min-height: 5vh;
  max-height: 5vh;
}

.keyBenefits .card-body{
  padding: 20px;
}

.key-benefits{
color: var(--primaryTextColor);
font-size: 15px;
font-weight: 500;
padding-top: 60px;
}

.timeline-mainDiv{
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 14px;
  margin-top: -11px;
}
.timeline-circle {
  width: 12px; 
  height: 12px;
  border-radius: 50%;
  background-color: #f0c14b; 
  position: relative;
  z-index: 1;
  margin-top: 0; 
  margin-left: -5px;
}

.timeline-content{
  border-left: 1px solid var(--primaryTextColor);
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.timeline-content:last-child {
  border-left: none;
}

.timeline-content li{
  color: var(--primaryTextColor);
  list-style: disc;
}

.timeline-content p{
  font-size: 15px;
}
.timeline-mainDiv h5{
  color: var(--primaryTextColor);
  margin-left: 5px
}

.bank-guarantee-mobile h5, .bank-guarantee-mobile h3{
  color: var(--primaryTextColor);
}

.real-world-mobille .headline, .real-world-mobille h6, .real-world-mobille h5{
  color: var(--secondary);
}

.real-world-mobile .headline{
  text-align: start;
  font-weight: 700;
}

.dealer, .builder, .dealer1, .ChooseUsFlex, .ChooseUsFlex1{
  padding: 10px;
}

.flexContent  h6{
  padding-right: 20px;
}

.dealer, .dealer h5, .ChooseUsFlex, .ChooseUsFlex h5, .builder h5, .builder h6, .builder-mobile .headline, .flexContent h6, .flexContent h5{
  color: var(--primaryTextColor);
}

.dealer img, .ChooseUsFlex img, .dealer1 img, .builder img, .ChooseUsFlex1 img{
  width: 30px;
}

.dealer1 h6, .dealer1 h5, .ChooseUsFlex1 h6, .ChooseUsFlex1 h5{
  color: var(--secondary);
}

.dealer1 h5, .ChooseUsFlex1 h5{
  font-family: 600;
}


/* common */
.headline{
  text-align: center;
}
.headlineSpace{
  margin-top: 20;
}
.rowFlex{
  display: flex;
  flex-direction: row;
}
.listImage{
  width: 100% !important;
  height: 50vh;
}
.listImage1{
  width: 100% !important;
  height: 30vh;
}
.listImage2{
  width: 100% !important;
  height: 100vh;
}
.listSpacing{
  padding: 30px 0px
}
.listContentBlock li{
 color: var(--hightlight);
 font-size: 20px;
}
.listPadding{
  padding: 15px 20px
}

.listli h5{
  color: var(--secondaryTextColor);
  font-size: 15px;
  font-family: 'Onest';
  font-weight: 600;
}
.listli span{
  font-size: 13px;
  font-weight: 400;
}

.listli li {
  list-style-type: disc;
color: var(--secondary);
font-size: 10px;
margin-bottom: 40px;
}

.arc .listli li {
  margin-bottom: 0px;
  margin-top: 40px;
}

.listli{
  padding-top: 20px ;
  padding-bottom: 20px ;
}
.listliContent{
  padding-top: 40px ;
  padding-bottom: 40px ;
}

.listliContent span{
  font-size: 16px;
  font-weight: 200;
  color: var(--primaryTextColor);
}

.listliContent li {
  margin-bottom: 40px;
  list-style-position: outside !important;
  list-style-type: disc;
color: var(--primaryTextColor);
font-size: 13px;
}

.conclusion h5{
  font-size: 15px;
  text-transform: inherit;
  color: var(--secondary);
  font-weight: 500;
}

.conclusion .headline{
  text-align: start;
}

.BGPrimary{
  background-color: var(--primary);
}

.subLi{
  margin-left: 20px;
}
.headlineStart{
  text-align: start;
}

.mobile-light h3, .mobile-light h5, .mobile-light span, .mobile-light li{
color: var(--primaryTextColor);
}
.mobile-dark .headline, .mobile-dark h3, .mobile-dark h5, .mobile-dark span, .mobile-dark li{
color: var(--secondary);
}

.mobile-light-background{
  background-color: var(--primaryTextColor);
}
.mobile-light-background .headline{
  color: var(--secondary);
}

/* contact us */
.contactUs{
  padding-bottom: 40px;
}
.contactUs h3 , .contactUs h5, .contactUs h6{
  color: var(--primaryTextColor);
  text-transform: inherit;
  font-family: "Onest";
}

.contactUs h4{
  color: var(--secondary);
  font-size: 15px;
  font-weight: 600;
  font-family: "Onest";
  line-height: inherit;
}

.contactUs .social-media{
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}
.contactUs .social-media img{
  width: 37px;
  height: 18px;
  padding-right: 20px;
}

.eligibilty li{
  margin-bottom: 0px;
}

.sevice-mobile p{
font-size: 14px;
font-weight: 600;
}
.sevice-mobile span{
font-size: 13px;
font-weight: 400;
}

.sevice-mobile li{
  list-style: disc;
  color: var(--primaryTextColor);
}

.bank-benefits img{
  width: 30px;
  height: 30px;
}

/* project Loan */

.projectLoan .listImage{
    width: 100% !important;
    height: 45vh;
}

.projectLoan .listli {
    padding-top: 0px ;
    padding-bottom: 0px ;
}
.projectLoan .listli li {
   margin-top: 40px;
}

.projectLoan .listli li {
  margin-bottom: 0px;
}

.projectLoan h3, .projectLoan h5, .projectLoan h4{
  color: var(--secondary);
  text-transform: inherit;
}

.projectLoan h4{
  margin-bottom: 20px;
}
.projectLoan h3{
  margin-top: 40px;
  margin-left: -15px;
}
.projectLoanContent h5{
  font-family: 'Onest';
  color: var(--primaryTextColor);
  font-size: 15px;
  font-weight: 200;
}

/* career */
.career h1, .career h6, .career span{
  color: var(--secondary);
}

.career span{
  font-size: 16px;
  font-weight: 600;
}

.career h6{
  padding-left: 25px;
  font-weight: 200;
  font-size: 13px;
}

.career h4{
  color: var(--secondary);
  font-size: 15px;
  font-weight: 300;
  font-family: "Onest";
  line-height: inherit;
  padding: 50px 0px;
}

.home h4{
  color: var(--secondary);
  font-size: 15px;
  font-weight: 400;
  font-family: "Onest";
  line-height: inherit;
  padding-top: 20px; 
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Three columns */
  grid-template-rows: auto auto;     /* Two rows */
  gap: 10px;
  padding: 10px;
}

.grid-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.grid-image-middle {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* Position each image for the layout */
.image-grid img:nth-child(1) {
  grid-column: 1 / 2; /* Left column */
  grid-row: 1 / 3;    /* Span two rows vertically */
}

.image-grid img:nth-child(2) {
  grid-column: 2 / 3; /* Middle column */
  grid-row: 1;        /* Top of middle column */
}

.image-grid img:nth-child(3) {
  grid-column: 2 / 3; /* Middle column */
  grid-row: 2;        /* Bottom of middle column */
}

.image-grid img:nth-child(4) {
  grid-column: 3 / 4; /* Right column */
  grid-row: 1 / 3;    /* Span two rows vertically */
}



.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Adjusted column width for the main image */
  gap: 20px;
  margin: 20px;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.side-images {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.side-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.side-images img:first-child {
  grid-column: span 2; /* Make the first image span both columns */
}

.contactUs h1{
  font-weight: 700;
  color: var(--secondary);
  font-family: "Onest";
}
.contactUs h3 {
  font-weight: 600;
  color: var(--secondary);
 margin-bottom: 15px;
 font-family: "Onest";
  
}

.contactUs h4{
  font-weight: 300;
  font-family: 'Onest';
  text-align: start;
  margin-top: 20px;
  color: var(--secondary);
}
.iconText{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}
.iconText img{
  width:30px;
  height: 30px;
}

.contact-form {
  padding: 20px;
  border-radius: 15px;
  width: 100%;
  color: var(--primaryTextColor);
  background-color: var(--secondary);
}
.contact-form .form-label{
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Onest";
}
.contact-form h2 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 5px;
  color: var(--primaryTextColor);
  font-family: "Onest";
}

.contact-form .form-control,.contact-form .form-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  color: var(--primaryTextColor);
  border-radius: 0;
}

.contact-form .form-control:focus,.contact-form .form-select:focus {
  box-shadow: none;
  border-color: var(--primaryTextColor);
}

.contact-form .btn-submit {
  background-color: var(--primaryTextColor);
  color: #1e1e2d;
  border: none;
  width: 30%;
  padding: 8px;
  font-weight: bold;
  font-family: "Onest";
  border-radius: 15px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btnContainer {
  /* align-content: center; */
  display: flex;
  align-items: center;
}
.contact-form .form-select option {
  color: #000;
}
.dropDownContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bankBenefit .headline{
  color: var(--secondary);
}

 .eligibilty li {
  margin-bottom: 0px;
  margin-top: 0px !important;
}

.eligibilty h5{
  color: var(--secondaryTextColor);
  font-size: 15px;
  font-family: 'Onest';
  font-weight: 600;
}
.eligibilty span{
  font-size: 14px;
  font-weight: 400;
}

.eligibilty li {
  list-style-type: disc;
color: var(--secondary);
font-size: 10px;
margin-bottom: 40px;
}
.career h5{
  padding-left: 30px;
}

@media (max-width: 768px) {
  .intro h1 {
font-size: 30px;
  }
  .mobile-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .marginSideSpacing{
    margin: 0px 0px
  }
  .hideContent{
    display: none;
  }
  .projectLoan .listli li {
    margin-top: 0px;
 }
  .MSME .headline{
    text-align: start;
  }
  .testimonial h5{
    min-height: 25vh;
    max-height: 25vh;
  }
  .testimonialDataDiv{
    min-height: 50vh;
    max-height: 50vh;
  }
  .msme-schemes{
    background-color: transparent;
  }
  .dataContent{
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .listPadding{
    padding: 0px 15px
  }
  .real-world .marginSideSpacing{
    padding-right: 20px;
  }

  .msme-benefits h5{
    font-weight: 100;
  }

  .mobile-light-button{
    background-color: transparent;
    border: 1px solid var(--primaryTextColor); 
  }
  header .intro-text {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .intro p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .side-images img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
  }.main-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
  }
  .listSpacing{
    padding: 0px 15px
  }
  .listli {
    padding-top: 0px;
    padding-bottom: 0px;
}
.listli li{
  margin-bottom: 0px;
}
.headlineStart{
  margin-left: -15px;
}
.msme-loan-content h5{
  padding-left: 0px;
  text-transform: inherit;
}
.mobile-button-start{
  display: flex;
  justify-content: flex-start;
  margin-left: -15px;
}
.listContentBlock li{
  color: var(--primaryTextColor);
  font-size: 13px;
 }
 .numberList span{
font-size: 14px;
 }
 .numberList li span{
  font-size: 13px;
  font-weight: 500;
 }
 .numberList li{
  margin-left: 35px;
  color: var(--secondary);
  list-style: disc;
 }
 .numberList ul{
  list-style-position: outside !important;
 }
 .realEstate .headlineStart{
  margin-left: 0px;
 }
 .strategies .mobileheadline {
  text-align: center;
  color: var(--hightlight);
  font-size: 20px;
 }
 .bank-guarantee-conclusion .conclusion .headline, .bank-guarantee-conclusion .conclusion h5 {
  color: var(--secondary);
 }
 .key-benefits{
  color: var(--secondary);
  font-size: 15px;
  font-weight: 500;
  padding-top: 60px;
  }
  .career li{
    color: var(--hightlight);
    font-size: 20px;
  }
  .career h5{
    padding-left: 20px;
  }
}

/* Main container for positioning */
.containerTree {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Center Box */
.center-box {
  position: absolute;
  width: 140px;
  height: 140px;
  background-color: #1a1a1a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 8px;
  z-index: 1;
}

/* Required Documents Block */
.required-docs {
  margin-bottom: 10px; /* Reduce the bottom margin to minimize space */
}

/* Circular Items */
.item {
  position: absolute;
  width: 40px;  /* Reduced size */
  height: 40px; /* Reduced size */
  text-align: center;
  font-size: 0.8rem;
  background-color: #151821; /* New background color */
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.4); /* Increased box shadow */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.item-number {
  font-size: 25px;  /* Adjusted font size for number */
  font-weight: bold;
}

.item-content {
  position: absolute;
  width: 140px;
  text-align: center;
  font-size: 1rem; /* Increased content font size */
  color: #333;
  line-height: 1.2;
  margin-top: 5px; /* Optional: Adjust the margin to reduce space further */
}

/* Lines connecting items to the center */
.item::before {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #333;
}

/* Position and connecting lines for each item */
.item-1 { /* Top */
  top: 0;
  left: 50%;
  transform: translate(-50%, 150%);
}

.item-1::before {
  height: 40px; /* Adjusted space for line */
  bottom: -40px;
}

.item-1 .item-content {
  top: -40px; /* Reduce the space above the first item */
}

.item-2 { /* Top right */
  top: 10%;
  right: -10%;
  transform: translate(-320%, 70%);
}

.item-2::before {
  height: 2px;
  width: 50px; /* Adjusted line length */
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.item-2 .item-content {
  top: -40px; /* Reduce the space above the second item */
}

.item-3 { /* Bottom right */
  bottom: 10%;
  right: -10%;
  transform: translate(-320%, -60%);
}

.item-3::before {
  height: 2px;
  width: 50px; /* Adjusted line length */
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.item-3 .item-content {
  bottom: -20px; /* Reduce the space below the third item */
}

.item-4 { /* Bottom */
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -150%);
}

.item-4::before {
  height: 40px; /* Adjusted space for line */
  top: -40px;
}

.item-4 .item-content {
  bottom: -20px; /* Reduce the space below the fourth item */
}

.item-5 { /* Bottom left */
  bottom: 10%;
  left: -10%;
  transform: translate(280%, -60%);
}

.item-5::before {
  height: 2px;
  width: 50px; /* Adjusted line length */
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.item-5 .item-content {
  bottom: -30px; /* Adjusted space between content and circle */
}

.item-6 { /* Top left */
  top: 10%;
  left: -10%;
  transform: translate(280%, 75%);
}

.item-6::before {
  height: 2px;
  width: 90px; /* Adjusted line length */
  right: -50px;
  top: 95%;
  left: 60%;
  transform: translate(50%, 0) rotate(90deg);
}

.item-6 .item-content {
  top: -40px; /* Reduce the space above the sixth item */
}

.aboutUSNew img{
  width: 100%;
}
.requiredDocumentsMobile{
  background-color: #D9D9D9;
  margin-bottom: 20px;
  background-image: url('../img/icons/required_documents.png') center center;
  padding: 30px;
}
.requiredDocumentsMobile h3{
color: var(--secondary);
text-align: center;
}

.requiredDocumentsMobile li{
  color: var(--secondary);
  list-style: disc;
  padding-top: 10px;
}

h1, h2, h3, h4, h5, h6, span, p{
  font-family: "Onest";
}
