@import url('https://fonts.googleapis.com/css2?family=Aldrich&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    --bgImage: linear-gradient(130deg, #ff7443 20%, #092e40 47%, #e6501c 77%, #ea8764 100%, #fdc3c6);
    --robotoFont:'Roboto Condensed', sans-serif;        
	--alderichFont:"Aldrich", sans-serif;
	--base-headingfont: "Poppins", Arial, Helvetica, sans-serif;
	--base-headingfont-main: 'Playfair Display', serif;
    --theemColor1: #0f5a89;
    --whiteColor:#ffffff;	
    --themeColor2:#f9585d;
	--themeColor3:#f5811e;
    --redColor:#d24d33;
	--rajdhaniFont:"Rajdhani", sans-serif;
	--lovelish: hsl(0, 0%, 18%);
	--handshake: hsl(40, 100%, 66%);
	--btn2: hsl(242, 43%, 65%);
	--btn3: #0d5a89;
	--bgColor: #EDF5F4;
	


}

h1,
h2,
h3,
h4,
h5,	
h6 {
	font-family: var(--base-headingfont);
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	padding: 0 0 .4em;
	line-height: 1;
	margin: 0;
	font-weight: 900;
	letter-spacing: -.03em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2.10225em;
}

h4 {
	font-size: 1.76775em;
}

h5 {
	font-size: 1.4865em;
}

h6 {
	font-size: 1.25em;
}

p {
	font-family: var(--rajdhaniFont);
}
.top-contact-bar{
	background-color: var(--theemColor1);
	padding: 5px 0;
	color: #fff;
	
}
.top-contact {
	padding-left: 50px;	
}
.list-unstyled{	
	padding: 0;
	margin: 0;
}
.list-unstyled li{
	display: inline;
	font-family: var(--robotoFont);
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 16px;
	font-style: italic;
}
.list-unstyled li i{
	color: #ff5556;
	font-size: 20px;
}
.list-unstyled li a{
	text-decoration: none;
	color: #fff;	
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 16px;
	padding-right: 20px;	
}
.tc3{
	text-align: right;
}
@media (min-width: 768px) and (max-width: 1192px) {
  .tc1{
	display: none;
  }
 .tc2{
	width: 50%!important;
  }  
  .tc3{
	width:50%!important;
  }
}
.topbar {
	background-color: var(--theemColor1);	
	padding-left: 50px;
	color: #fff;
}
.topbar .sec{
	padding: 5px 0px 0px 40px;		
}
.topbar .sec .ico{
	padding-right: 0px;		
}
.topbar .sec a{
	text-decoration: none;
	color: #fff;
	font-family: var(--rajdhaniFont);
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 17px;
	padding-top: 10px;	
}
.topbar .sec p{
	text-decoration: none;
	color: #fff;
	font-family: var(--rajdhaniFont);
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 17px;
	
	margin-bottom: 5px;
}
.topbar .sec img{
	width: 90%;
	height: 50px;	
}
@media(max-width:767px){
	.tc1,.tc2{	
	display: none;
   }
	.tc3 .list-unstyled li i{
		font-size: 22px;
	}
    .tc3{
	width: 100%!important;
	padding: 0px 20px;
   }
   .tc3 .list-unstyled li a{
	font-size: 19px;
   }
	.topbar .sec{
		padding: 5px 0px 0px 0px;					
	}
	.topbar .sec .txt{
		padding-left: 3px;
	}
	.topbar{		
		padding-left: 20px;
	}
	.topbar .sec img{
		height: 50px;
		width: 45px;
		margin-bottom: 5px;
	}
	.topbar .sec a{
		font-size: 20px;
	}
}
.homepad {
	background-color: #EDF5F4;
    background-image: url(../images/slider/homepad.png);
    background-size: cover;
}
.homepad .innerpad{
	padding: 0;
}
.homepad .innerpad .textbar{
	padding-top: 200px;
}
.homepad .innerpad .imgarea{
	padding-top: 10px;
	position: relative;
}
.homepad .innerpad .imgarea img{
	height: auto;
	width: 100%;
	
}

.main-image {
      position: relative;
      z-index: 2; /* above */     
      display: block;
}
.floating-image {
	position: absolute;
	top: 100px;     /* adjust as needed */
	left: -20px;    /* adjust as needed */
	width: 200px!important;
	height: 100px;
	z-index: 1;
	animation: floatBreath 3s ease-in-out infinite;	 
}
.floating-image2 {
	position: absolute;
	top: 100px;     /* adjust as needed */
	right:50px;    /* adjust as needed */
	width: 100px!important;
	height: 100px;
	z-index: 1;
	animation: floatBreath 3s ease-in-out infinite;	 
}

@keyframes floatBreath {
	0% {
	transform: translateY(0) scale(1);
	}
	50% {
	transform: translateY(-10px) scale(1.05);
	}
	100% {
	transform: translateY(0) scale(1);
	}
}

@media(max-width: 768px) {
	.homepad .innerpad .textbar {
		padding-top: 50px;
	}
	.homepad .innerpad .imgarea{
		padding-top: 20px;
	}
	.homepad .innerpad .imgarea img{
		height: 380px;
		width: 100%;
	}
	.floating-image {
		top: -20px;     /* adjust as needed */
		left: 20px;    /* adjust as needed */
		width: 100px!important;
		height: 100px;
	}
	.floating-image2 {
		top: -50px;     /* adjust as needed */
		right: 20px;    /* adjust as needed */
		width: 80px!important;
		height: 80px;
	}
	
}
.navrght{
	padding-left: 50px;
}
.menu-button {
	padding-left: 150px;
	padding-right: 20px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:active {
	font-family: var(--rajdhaniFont);
	color: #413c69 !important;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 20px;
	font-style: italic;
	font-size: clamp(14px, 1vw, 16px);
}

.navbar a {
	font-family: var(--rajdhaniFont);
	
}

.dropdown-menu>li>a {
	font-family: var(--rajdhaniFont);
	color: #413c69;
	font-weight: 400;
	font-size: 18px;
	font-style: italic;
}

.dropdown-menu>li>a:hover {
	border-radius: 10px;
}

.dropdown-menu {
	/* background-color: rgba(255, 255, 255, 0.5); */
	background-color: #fff;
	border-radius: 15px;
	padding: 10px;
	color: #413c69;

}

.navbar.center .navbar-inner {
	text-align: center;
}

.navbar.center .navbar-inner .nav {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

@media(max-width:768px) {
	.navbar-nav {
		padding-left: 25px;

	}
	.navbar-nav .nav-item .nav-link,
	.dropdown-menu .dropdown-item {
		font-size: 18px;
	}
	.navrght{
		padding-left: 0px;
	}
}

.textarea section h1 {
	font-family: var(--rajdhaniFont);
	font-size: 50px;
	color: #004aa1;
}

.site-btn {
	position: relative;
	display: inline-block;
	padding: 10px 10px;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	border-radius: 50px;
	font-family: var(--rajdhaniFont)!important;
	min-width: 140px;
	text-align: center;
	border: none;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	background-color: var(--theemColor1);
	box-shadow: 0 3px 1px rgba(255, 162, 0, 1);
}

.site-btn:hover {

	color: rgba(255, 162, 0, 1);
	box-shadow: 0 3px 1px rgba(99, 180, 245, 1);
	transform: scale(1.05);
}

.site-btn:focus {
	box-shadow: 0 3px 1px rgba(255, 162, 0, 1);
}

.textarea section h1 span {
	color: #16d0c5;

}


.textarea section p {
	color: #ff8500;
	padding-top: 15px;
}

.site-btn.sb-gradients {
	padding: 17px 32px;
	border: none;
	color: #fff;
}

.textarea section {
	padding-top: 80px;
}

.w-100 {
	height: 750px;
	width: 100%;
	
	/* -webkit-filter: brightness(70%) contrast(90%);
  filter: brightness(80%) contrast(90%); */

}





.homepad h5 {
	color: var(--themeColor2);
	/* font-size: 4rem; */
	font-size: clamp(35px, 4vw, 64px);
	line-height: 4rem;
	padding-left: 15px;
	font-weight: 800;
}

.homepad h5 span {
	color: var(--theemColor1);	
	font-size: clamp(32px, 3vw, 48px);
	line-height: 3rem;
	font-family: var(--base-headingfont-main);
    font-style: italic;
    font-weight: 600;
    display: inline-block;
	
}

.homepad .intitle {
	color: var(--themeColor2);
	font-weight: bold;
	font-family: var(--rajdhaniFont);
	margin-bottom: 30px;
	font-size: 18px;
	padding-left: 15px;
}
.homepad .intitle span {
	color: var(--theemColor1);
}


.navbar-brand img{
	width: 320px;
}
@media(max-width: 768px) {
	
	.homepad h5 {
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 2.5rem;
		padding-left: 15px;
		font-weight: 800;
	}

	.homepad h5 span {
		font-size:2rem;
		line-height: 2rem;		
	}

	.homepad .intitle {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 20px;
		
	}
		
	.navbar-brand img{
		width:270px;
		height: 70px;
	}
	.navbar-toggler .fa-bars,
	.navbar-light .navbar-toggler {
		color: #413c69;
		border-color: #413c69;
		border: none;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	.w-100 {
		height: 250px;
		width: 100%;
	}

}



.btn-primary1 {
	background-color: var(--theemColor1);
	border-radius: 30px;
	color: #fff;
	height: auto;
	letter-spacing: 2px;
	padding: 10px 20px;
	margin: 0 7px;
	transition: all .4s linear 0;
	box-shadow: 0 3px 1px var(--themeColor2);
	border: none;
	font-size: 16px;
	font-family: var(--rajdhaniFont);
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;

}

.btn-primary1:hover {
	
	color: var(--theemColor1);
	background-color: var(--themeColor2);
	box-shadow: 0 3px 2px var(--theemColor1);
	transform: scale(1.05);

}

.btn-primary1:focus,
.btn-primary1.focus {
	box-shadow: 0 3px 1px rgba(255, 162, 0, 1);
}

.btn-primary2 {
	background-color: #b0c2d7;
	border-radius: 30px;
	color: var(--theemColor1);
	height: auto;
	letter-spacing: 2px;
	padding: 10px 20px;
	margin: 0 7px;
	transition: all .4s linear 0;
	box-shadow: 0 3px 1px rgba(233, 77, 101, 1);
	border: none;
	font-size: 16px;
	font-family: var(--rajdhaniFont);
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;

}

.btn-primary2:hover {
	/* background-color:#045395; */
	color: #e94d65;
	box-shadow: 0 3px 1px rgba(248, 149, 44, 1);
	transform: scale(1.05);

}

.btn-primary2:focus,
.btn-primary2.focus {
	box-shadow: 0 3px 1px rgba(248, 202, 64, 1);
}
.newsbar{
	background-color: var(--theemColor1);
	padding-top: 3px;
	color: var(--whiteColor);	
}
.calcform {
	background-color: #004aa1;
	color: #fff;
	border-radius: 20px;
	padding: 10px 0;
}

.calcform form {
	padding: 0px 50px;
}


.apply-bar {
	/* background-color: #1a465e; */
	margin-top: 40px;
	padding: 40px 0;
	margin-bottom: 40px;
}

.apply-bar h3 {
	/* font-family: var(--rajdhaniFont); */
	color: var(--theemColor1);
	font-size: 32px;
}

.apply-bar h3 span {
	color: var(--themeColor2);
}

.apply-bar .apbtn {
	text-align: right;
}

@media(max-width: 768px) {
	.loan-sec .loan-area section h2 {
		font-size: 40px;
	}

	.apply-bar {
		margin-top: 50px;
		padding: 20px 0;
	}

	.apply-bar .apbtn {
		text-align: center;
	}

	.apply-bar .aptxt h3 {
		text-align: center;
		padding-bottom: 10px;
		font-size: 25px;
	}

	.apply-bar .aptxt h3 span {
		display: block;
	}
}

.emibar {
	margin-top: 0px;
	background-color: #fff;
	padding: 0;

}

.emicalc section {
	
	box-shadow: 5px 5px 5px 2px rgba(1,75,137, 0.75);
	-webkit-box-shadow: 5px 5px 5px 2px rgba(1,75,137, 0.75);
	-moz-box-shadow: 5px 5px 5px 2px rgba(1,75,137, 0.75);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	/* border: 1px solid rgba(255, 255, 255, 0.3); */
	background-color: rgba(241, 245, 248, 0.2);
	border-radius: 20px;
	text-align: center;
	min-height: 480px;
	
}

.emicalc section form{
	padding: 10px 40px;
}

.emicalc section h2 {
	font-family: var(--rajdhaniFont);
	font-weight: bold;
	color: var(--themeColor2);
	font-size: 28px;
	padding-bottom: 10px;
	background-color: var(--theemColor1);
	padding: 20px;
	margin: 0;
	margin-bottom: 15px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.emicalc section .aplbtn {
	margin-top: 25px;
}
.emicalc .contact{
	width:100%;
	height: 655px;
	border-radius: 20px;
	background-size: cover;
	margin-top: 20px;
	box-shadow: 8px 8px 8px rgba(22, 75, 112, 1); 
}
.emicalc section #basic-addon1 {
	color: #1a465e;
	background-color: #fff;
	border: none;
	width: 45px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom: 2px solid #ffa200;
}

.emicalc section p {
	color: #1a465e;
}

.emicalc section .emi {
	font-size: 14px;
}

.emicalc section .emi span {
	color: #10c98f;
}

.emicalc section .form-control,
.emicalc section .form-select {
	border: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	text-indent: 10px;
	border-bottom: 2px solid #ffa200;
}

.emicalc textarea:active,
.emicalc input:active,
.emicalc textarea:focus,
.emicalc input:focus,
.emicalc button:focus,
.emicalc button:active,
.emicalc select:focus,
.emicalc label:focus,
.emicalc .btn:active,
.emicalc .btn.active,
.emicalc .form-select {
	outline: 0px !important;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none !important;
}

@media(max-width:768px) {
	.emicalc {
		margin-top: 20px;
	}

	.emibar {
		padding-top: 40px;
	}
}

/* section title */
.sec-title {
	margin-bottom: 51px;
  }
  
  .sec-title--center {
	text-align: center;
  }
  
  .sec-title--center .sec-title__top {
	justify-content: center;
  }
  
  .sec-title__top {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 11px;
  }
  
  .sec-title__shape {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-shrink: 0;
  }
  
  .sec-title__shape__one,
  .sec-title__shape__two {
	flex-shrink: 0;
	height: 4px;
	background-color: var(--easilon-base, #00CDE5);
  }
  
  .sec-title__shape__one {
	width: 11px;
  }
  
  .sec-title__shape__two {
	width: 18px;
  }
  
  .sec-title__tagline {
	margin-bottom: 0;
	font-family: var(--easilon-font, "Montserrat", sans-serif);
	font-weight: 600;
	font-size: 16px;
	color: var(--easilon-base, #00CDE5);
	line-height: 1.4;
	text-transform: uppercase;
  }
  
  .sec-title__title {
	margin: 0;
	font-family: var(--easilon-font, "Montserrat", sans-serif);
	font-size: 45px;
	font-weight: 700;
	color: var(--theemColor1);
	line-height: 1.111;
	letter-spacing: var(--easilon-letter-space-xl, -0.03em);
	text-transform: capitalize;
  }
  
  @media (max-width: 575px) {
	.sec-title__title {
	  font-size: 40px;
	}
  }
  @media (max-width: 430px) {
	.sec-title__title {
	  font-size: 35px;
	}
  }
  /*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
	background-color: var(--easilon-white, #ffffff);
	counter-reset: workProcessNumber;
  }
  
  @media (min-width: 1200px) {
	.work-process-one__item--down {
	  margin-top: 60px;
	}
  }
  .work-process-one__item__image {
	margin-bottom: 21px;
	padding-bottom: 46px;
	position: relative;
	width: 100%;
	max-width: 235px;
	text-align: center;
  }
  
  @media (max-width: 767px) {
	.work-process-one__item__image {
	  margin-left: auto;
	  margin-right: auto;
	}
  }
  .work-process-one__item__image img {
	position: relative;
	width: 129px;
	height: 129px;
	border-radius: 50%;
	z-index: 1;
  }
  
  .work-process-one__item__number {
	padding: 4.5px 10px;
	position: relative;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
	font-weight: 700;
	font-size: 14px;
	color: var(--easilon-white2, #F6F6F8);
	line-height: 1.5;
	text-transform: capitalize;
	background-color: var(--easilon-base, #00CDE5);
	border-radius: 100px;
	transition: all 500ms ease;
  }
  
  .work-process-one__item__number::after {
	/* content: counters(workProcessNumber, ".", decimal-leading-zero);
	counter-increment: workProcessNumber; */
	margin-left: 5px;
  }
  
  .work-process-one__item:hover .work-process-one__item__number {
	color: var(--easilon-white, #ffffff);
	background-color: var(--easilon-black, #2B2B5E);
  }
  
  .work-process-one__item__shape {
	width: 242px;
	height: 67px;
	position: absolute;
	left: 0;
	bottom: 13px;
	transition: all 500ms ease;
  }
  
  .work-process-one__item__shape path {
	stroke: var(--easilon-base, #00CDE5);
	stroke-width: 3;
	stroke-miterlimit: 10;
	transition: all 500ms ease;
  }
  
  .work-process-one__item:hover .work-process-one__item__shape {
	-webkit-animation-name: wobble-horizontal-hover;
	animation-name: wobble-horizontal-hover;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }
  
  .work-process-one__item__circle {
	width: 136px;
	height: 32px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	transition: all 500ms ease;
  }
  
  .work-process-one__item__circle path {
	fill: var(--easilon-white2, #F6F6F8);
	transition: all 500ms ease;
  }
  
  .work-process-one__item:hover .work-process-one__item__circle path {
	fill: var(--easilon-base, #00CDE5);
  }
  
  @media (max-width: 767px) {
	.work-process-one__item__content {
	  text-align: center;
	}
  }
  .work-process-one__item__title {
	margin-bottom: 9px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
	text-transform: capitalize;
	font-family: var(--rajdhaniFont);
	color: var(--theemColor1);
  }
  
  .work-process-one__item__text {
	margin: 0;
	line-height: 1.625;
	font-family:var(--rajdhaniFont);
	font-weight:500;
  }
  
.aboutsec{
	background: url('../images/aboutbg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	mix-blend-mode: multiply;
	/* background-color: #f5f9fd; */
	/* padding: 0px; */
	
}
.aboutsec .container{
	padding: 100px 30px;
}
.aboutsec img{
	width: 100%;
	border-radius: 50px 50px 50px 0px;
	max-height: auto;
}
.aboutsec .textsec{
	padding-top: 60px;
}
.aboutsec .textsec .abt{
	padding: 15px 20px;
	background-color: #0f5a89;
	border-radius: 30px;
	color: var(--themeColor2);
	font-weight: 900;
	font-family: var(--base-headingfont);
	font-style: italic;
}
.aboutsec .textsec .abt i{
	color:var(--themeColor2);
	font-size: 20px;
}
.aboutsec .textsec h1{
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: clamp(30px, 4vw, 40px);
	line-height: 40px;
	color: var(--theemColor1);
	font-family: var(--alderichFont);
}
.aboutsec .textsec h1 span{		
	font-size: clamp(30px, 4vw, 40px);	
	color: var(--themeColor2);
	font-family: var(--base-headingfont-main)!important;
	font-style: italic;
    font-weight: 600;
    display: inline-block;
}
.aboutsec .textsec p{
	font-size: 17px;
	text-align: justify;
}
.aboutsec .textsec section{
	margin-top: 50px;
}
@media(max-width:767px){
	.aboutsec .container{
		padding: 100px 0px;
	}
	.aboutsec .textsec h1 span{display: inline; margin-top: 30px;}
}
.service-area{
	    background: url('../images/aboutbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    mix-blend-mode: multiply;
	padding: 40px  0;
	
}
.service-area h4{
	font-family:var(--base-headingfont-main);
	font-style: italic;
	text-align: center;
	color: var(--themeColor2);
	font-size: 35px;	
}
.service-area h2{
	font-family: var(--alderichFont);
	text-align: center;
	color: var(--theemColor1);
	padding-bottom: 40px;
}
.home-about-img img{
	width: 100%;	
	height:430px;	
	border-radius: 10px;	
	background-size: cover;	
}
.home-about h3{
	color: var(--theemColor1);
	font-family:var(--mwfont);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 5px;
	margin-bottom: 5px;
}
.home-about .p{
	font-family: var(--rajdhaniFont);
	color: #ff7443;
	margin-bottom: 2px;
	margin-top: 50px;	
}
.home-about h1{
	color: var(--themeColor2);
    font-family: var(--rajdhaniFont);
    font-style: normal;
    margin: 0 0 10px;
    line-height: 3rem;    
    transition: .5s;
	font-size:calc(40px + 0.390625vw);
	font-weight: 800;
	
}
.home-about h1 span{
	color: var(--theemColor1);		
}

.home-about p{
	font-family: var(--rajdhaniFont);
	color: #616161;
	font-size: 17px;
	
}
.home-about .ico{	
	text-align: center;
	padding-top: 5px;
}
.home-about h4{
	color: #33742e;
}
.home-about h4, .home-about p{
	font-family: var(--rajdhaniFont);	
}
.home-ico img{
	height: 65px;
	width: 65px;
}
.home-txt h4{
	color: #33742e;
	font-family:var(--mwfont);
	font-weight: 700;
	
	font-size: 16px;
	
	margin-bottom: 5px;
}
.home-txt p{
	font-family: var(--rajdhaniFont);
	color: #616161;
	font-size: 17px;
}
@media(max-width:768px){
	.home-about .p{
		margin-top: 15px;
	}
	.home-about h1{
		font-size:calc(30px + 0.390625vw);
		line-height: 2.1rem;
	}
	/* .home-about h1 span{
		display: block;
	} */
	.home-txt{
		padding-left: 15px;
	}
	.home-ico img{
		height: 50px;
		width: 50px;
	}
	.home-about-img img{
		width: 100%;			
		height: auto;		
		padding: 20px 0;
		border-radius: 10px;
	}
}
.footer {
	
	background: var(--theemColor1);
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 60px 0 30px 0;
	margin-top: 50px;
	
}
.footer-shape img{
  position: absolute;
  left: 50%;
  top: 50%;  
  transform: translate(-50%, -50%);
  width: 65%;
  height: 100%;
  opacity: .05;
  background-size: cover;
  z-index: -1;
}

.footer .fb1 img {
	width: 100%;
	height: 110px;
	background-color: rgba(223, 234, 239, 0.7);
	box-shadow: 5px 5px 5px 0px var(--themeColor2);
	-webkit-box-shadow: 5px 5px 5px 0px var(--themeColor2);
	-moz-box-shadow: 5px 5px 5px 0px var(--themeColor2);
	border-radius: 10px;
	padding: 10px;
}

.footer .fb1 p {
	padding: 20px 0 0px 5px;
	color: #b0c2d7;
	font-family: var(--rajdhaniFont);
	font-size: 15px;
	margin-bottom: 3px;
	text-align: justify;
	font-weight: 500;

}

.footer .fb1 .fbtxt p {
	margin: 0;
	padding: 0;
}

.footer .fb1 .fbtxt h2 a {
	color: #fff;
	text-decoration: none;
}

.footer .fb2 h2 {
	font-family: var(--rajdhaniFont);
	font-size: 30px;
	font-weight: bold;
	color: var(--themeColor2);
	padding-top: 0px;
	margin-top: 0;
}

.footer .fb2 ul {
	list-style-type: none;
	padding-left: 0;
}

.footer .fb2 ul li {
	padding-bottom: 10px;
}

.footer .fb2 ul li a {
	color: #b0c2d7;
	text-decoration: none;
}

.footer p a {
	color: #fff;
}

.footer .fb3 section {
	background-color: rgba(255,255,255, 0.6);
	padding: 20px 20px;
	box-shadow: 5px 5px 5px 0px rgba(251,90,89, 0.75);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(251,90,89, 0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(251,90,89, 0.75);
	border-radius: 5px;
}

.footer .fb3 section h3 {
	color: var(--themeColor2);
	font-family: var(--rajdhaniFont);
}

.footer .fb3 section p,
.footer .fb3 section p a {
	color: var(--whiteColor);
	font-family: var(--rajdhaniFont);
	line-height: 30px;
	font-size: 15px;
	text-decoration: none;
	font-weight: 600;
}

.fp {
	border-bottom: 1px solid #b0c2d7;
}

.fp .fal {
	color: var(--themeColor3);
	font-size: 16px;
}
.fp .far {
	color: var(--themeColor3);
	font-size: 16px;
}
@media(max-width:768px) {
	.footer .fb2 h2 {

		padding-top: 20px;
	}
	.footer{
		background-position: center right;
	}
}

.copybar {
	background-color: var(--theemColor1);
	padding: 30px 0 10px 0;	
	width: 100%;
}

.copybar p {
	color: #b0c2d7;
	font-family: var(--rajdhaniFont);
	text-align: center;
}

.cust-card section {
	margin-top: 30px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px 0px rgba(51,116,46, 0.75);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(51,116,46, 0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(51,116,46, 0.75);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(187,222,251, 0.2);
	padding: 30px 20px 20px 20px;
	min-height: 500px;

}

.cust-card img {
	width: 150px;
	height: 150px;
}

.cust-card h3 {
	font-family: var(--rajdhaniFont);
	color: var(--themeColor2)	;
	padding-top: 20px;
}

.cust-card p,
.cust-card table tr th,
.cust-card table tr td {
	font-family: var(--rajdhaniFont);
	color: #00529b;
}

.custombg {	
	background: url(../images/banner.png);
	/* background-color: #f1f1f1; */
	background-repeat: no-repeat;
	background-position: center;    
	background-size: contain;
   
}
.custombg ul li{
	font-family: var(--rajdhaniFont)!important;
	font-size: 16px;
	font-weight: 600;
}
.custombg h5{
	color: var(--themeColor2)!important;
}
.contcard p a, .contcard p{
	color: var(--theemColor1)!important;
}
.contcard p i{
	color: var(--themeColor2)!important;
}
.customhd {
	color: #e94d65;
}

.custompara {
	color: #b0c2d7;
}

.center {
	position: fixed;
	top: 25%;
	right: 0px;
	width: 120px;
	height: 0px;
	text-align: right;
	z-index: 9999;
	margin-top: -15px;
}
@media(max-width:768px){
	.center{
		top: 17%;
	}
}
.center a {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: block;
	background: var(--theemColor1);
	text-align: center;
	height: 30px;
	width: 120px;
	padding: 1px 8px 3px 8px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;	
	box-shadow: 0 3px 1px rgba(255, 162, 0, 1);	
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.center a:hover {
	background: var(--themeColor3);
	box-shadow: 0 3px 1px rgba(187,222,251, 1);
}
.loan-services .card-spinner h3{
	font-family: var(--base-headingfont);
	color: var(--themeColor2);
	padding-top: 20px;
	text-align: left;
	padding-left: 20px;
}
.loan-services .card-spinner p{
	padding: 0px 20px 10px 20px;
	text-align:justify;
	border-bottom: 1px solid #fff;
	width: 100%;
	margin: 0 3px 3px 3px;
	
}
.loan-services .card-spinner img{
	width: 90%;
	height: 200px;	
	border-radius: 60px 60px 60px 0px;
	/* margin-top: -115px; */
	object-fit: cover;
	
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow-clip-margin: content-box;
    

}
.loan-services .card-spinner img:hover {
  transform: scale(1.05);

}
/* spinner */
.card-spinner {  
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;  
  
}
.wrapper {
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px 60px 60px 0px;
  overflow: hidden;
  
}

.wrapper::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150%;
  /* background: linear-gradient(#ff00c8, #6aff00); */
  background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
  animation: animate 3s linear infinite;
  z-index: 1;
  
}

.wrapper::after {
  content: "";
  position: absolute;
  inset: 4px;
  background-color: #b4b2c5;
  border-radius: 60px 60px 60px 0px;
  z-index: 2;
  
}

/* NEW: Actual content inside the wrapper */
.wrapper > * {
  position: relative;
  z-index: 3;
  color: #364a49;
  text-align: center;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loan-services .lbox{
	padding: 0 10px;
	
}
@media (max-width: 768px) {
	.loan-services .lbox{
		padding: 0 20px;
	}
	
}
/* @keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
} */
.loan-services .card {
      width: 100%;
	  min-height: 500px;
      border-radius: 30px;
      overflow: hidden;
      box-shadow: 8px 8px 8px rgba(22, 75, 112, 1); 
	  
      background: linear-gradient(to top, #ff7b54, #ffb26b 65%);	  
      position: relative;
      text-align: center;
      color: #fff;
	  border: none;
	  /* animation: float 3s ease-in-out infinite; */
    }

    .card .wave-top {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 65%;
      z-index: 2;
	  
    }

 .loan-services .card .wave-top svg {
	width: 100%;
	height: 100%;
	display: block;
	
}

   .loan-services .card .wave-top path {
      fill: #579ec7;
    }

   .loan-services .card .content {
      position: relative;
      z-index: 3;
      padding: 10px 0;	  
    }
	@keyframes breathing {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	}
   .loan-services .card img {
      width: 250px;
      height: 210px;
      margin-bottom: 20px;
	  animation: breathing 3s ease-in-out infinite;
  	  transition: transform 0.3s;	  
    }

   .loan-services .card h3 {
	font-family: var(--alderichFont);
      font-size: 30px;
	  font-weight: 600;	  
      margin-bottom: 5px;	
	  padding: 0 20px; 
	  padding-top: 30px;
	  text-align: left;	  
	  color: var(--theemColor1)!important;
      color: #333;
    }

   .loan-services .card p {
      font-size: clamp(16px, 1vw, 12px);
      color: #fff;
      margin-bottom: 20px;
	  padding: 0 20px;
	  font-weight: 500;
	  text-align: justify;
	  min-height: 120px;
    }
	
   .loan-services .card .arrow {
      font-size: 20px;
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      cursor: pointer;
      transition: background 0.3s;
	  text-decoration: none;
	  color: #fff;
	  padding: 7px 5px 5px 10px;
	  
    }
 @media (min-width: 768px) and (max-width: 1192px) {
	.loan-services .card p{
		font-size: 12px;
	}
	.animated-button {
		font-size: 12px;
		font-weight: 400;
	 }
	 .loan-services .card img {
      width: 140px;
      height: 100px;
       
    }
	.loan-services .card h3 {
		font-size: 18px;
		margin-top: 40px;
	}
 } 

	.animated-button { 
  padding: 7px 18px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(to bottom right, #164b70, red);
  font-family: var(--alderichFont);

  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease;  
  text-decoration: none;
}
.animated-button:hover{
	color: #f8952c;
}
.animated-button .arrow {
  display: inline-block;
  transform: rotate(315deg);
  transition: transform 0.6s ease-in-out;
  will-change: transform;
  
}

.animated-button:hover .arrow {
  transform: rotate(360deg);
  
}

/* Query Form */
.emicalc .card {
      width: 100%;
	  min-height: 650px;
      border-radius: 30px;
      overflow: hidden;
      box-shadow: 8px 8px 8px rgba(22, 75, 112, 1); 
	  background-color: #74b0d2;
      background: linear-gradient(to top, #e8f3f7, #d3e0e4 50%);	  
      position: relative;
      text-align: center;
      color: #fff;
	  border: none;
	  /* animation: float 3s ease-in-out infinite; */
    }	
   .emicalc .card .wave-top {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      z-index: 2;
	  
    }

 .emicalc .card .wave-top svg {
	width: 100%;
	height: 100%;
	display: block;
	
}

   .emicalc .card .wave-top path {
      fill: #579ec7;
    }

   .emicalc .card .content {
      position: relative;
      z-index: 3;
      padding: 5px 0;	  
    }
	@keyframes breathing {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	}
   .emicalc .card img {
      width: 250px;
      height: 210px;
      margin-bottom: 5px;
	  animation: breathing 3s ease-in-out infinite;
  	  transition: transform 0.3s;	  
    }
	.emicalc .card #loanamtword, .emicalc .card #totmonth, .emicalc .card .emi, .emicalc .card #minstallation{
		display: block;
		color: var(--themeColor2);
		padding-bottom: 20px;
	}
   .emicalc .card h3 {
	  font-family: var(--alderichFont);
      font-size: 25px;
	  font-weight: 600;	  
      margin-bottom: 5px;	
	  margin-top: 0;  
	  padding-top: 0px;
	  text-align: center;	  
	  color: var(--theemColor1)!important;
      color: #333;
    }
	.emicalc .card .ri-message-2-fill,.emicalc .card .ri-calculator-fill, 
	.emicalc .card .ri-user-location-line, .emicalc .card .ri-file-list-3-line, .ri-admin-line, .ri-info-card-line, .ri-contacts-book-fill{
		font-size:60px;
		color: var(--themeColor2);
		
	}
	.ri-arrow-right-double-line{
		font-size: 18px;		
		color: var(--themeColor2);
	}
	.emicalc .card ul{
		text-align: left;
		margin-top: 80px;
		padding-left: 50px;
		padding-right: 20px;
		
	}
	.emicalc .card ul li {
		font-family: var(--rajdhaniFont);
		font-weight: 600;
		font-size: 17px;
		text-align: justify;
	}
	.eligibility h3{
		font-family: var(--alderichFont);
		animation: breathing 3s ease-in-out infinite;
  	    transition: transform 0.3s;

	}
	.eligibility p{
		font-size: 22px;		
	}
   .emicalc .card p {                  
	  font-size: 16px;
      color: #fff;      
	  padding: 0 20px;
	  padding-bottom: 30px;
	  font-weight: 600;
	  text-align: center;	 
    }
	.emicalc .card form{
		padding: 50px 30px 0 30px;
		
	}
	.emicalc .form-control,
	.emicalc .form-select {
		border: none;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		text-indent: 10px;
		border-bottom: 2px solid var(--themeColor2);
		background-color: rgba(232, 243, 247, 0.5);
		font-family: var(--rajdhaniFont);
	}
	.emicalc #basic-addon1 {
		color: #1a465e;
		background-color: rgba(232, 243, 247, 0.5);
		border: none;
		width: 45px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom: 2px solid var(--themeColor2);
	}
/* Overlay */
  .overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .popup {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
    max-width: 400px;
    width: 90%;
    animation: fadeIn 0.4s ease;
  }

  .popup h2 {
    margin: 0 0 10px;
  }

  .popup p {
    color: #555;
  }

  .popup button {
    background: -webkit-gradient(linear, left top, right top, from(#FF6A4A), to(#A964FF));
    background: linear-gradient(90deg, #FF6A4A 0%, #A964FF 100%);
    padding: 10px 28px;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: none;
  }

  @keyframes fadeIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }
 .agapp{
	cursor:pointer;
 }

 /* Scoped styles for newsletter subscription */
.newsletter-subscribe-box {
  max-width: 400px;
  margin: 20px auto;
}

.newsletter-input-group {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  
}

.newsletter-icon {
  background-color: #fff;
  color: var(--themeColor2);
  border: none;
  font-size: 20px;
}
.newsletter-subscribe-box h5{
	color: var(--whiteColor);
	font-weight: 600;
}
.newsletter-input {
  border: none;
  padding: 0.75rem 0rem;
}

.newsletter-input:focus {
  box-shadow: none;
  outline: none;
}

.newsletter-btn {
  background: linear-gradient(to right, #ec4899, #f59e0b);
  color: white;
  border: none;
  padding: 0.75rem 1.25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.newsletter-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Scoped footer contact card styles */
.footer-contact-card {
  background: rgba(223, 234, 239, 0.3);
  color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  max-width: 400px;
  margin: 10px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  font-family: 'Segoe UI', sans-serif;
  transition: transform 0.3s ease;
}

.footer-contact-card:hover {
  transform: translateY(-5px);
}

.footer-contact-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: center;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: justify;  
}
.footer-contact-list li span{color: var(--whiteColor); padding-left: 10px;}
.footer-contact-list li a{text-decoration: none; color: #fff;}
.footer-contact-list li i {
  margin-right: 12px;
  font-size: 1.2rem;
  color: var(--themeColor3);
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in {
  animation: fadeInUp 0.8s ease-out forwards;
}
.ccard{	
	color: #ffffff;
	border-radius: 16px;
	padding: 30px;
	max-width: 400px;
	margin: 10px auto;
	/* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
	font-family: 'Segoe UI', sans-serif;
	transition: transform 0.3s ease;
}
.ccard li a{text-decoration: none; color: var(--theemColor1);}
.ccard li i{
	color: var(--themeColor2);
}
.ccard li span{
	color: var(--themeColor2);
}
.bggrad2{
  background: linear-gradient(to right, #579fc8 0%, #d3dfe4 100%)
}
.txtgrad{
  background: linear-gradient(90deg, #10598c 40%, #dc3545 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.modal-content{
	border-radius: 20px;
}
.modal-content #basic-addon1{
	min-width: 42px;
}
