body{
	font-family: 'Roboto', sans-serif;
  text-align: center;
}
  body[data-aos-duration='2000'] [data-aos],
  [data-aos][data-aos][data-aos-duration='2000'] {
    transition-duration: 2000ms;
  }
html {
  scroll-behavior: smooth;
}
a{
    color: #fbfbfb;
    text-decoration: none;
}
a:hover {
    color: #fbfbfb;
    text-decoration: none;
}
.header_area
{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: background .4s , all .3s linear;
}
.top-bar
{
	background:#a95199;
	display:block;
}
.top-bar .navbar-light .navbar-brand {
    color: rgb(255 255 255 / 90%);
}
.top-bar .navbar-brand {
    font-size: 16px;
}

.top-bar  .button {
	float: left;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: #fff;
	margin-left: 8px;
	overflow: hidden;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.top-bar  .button span {
	font-size: 20px;
	font-weight: 500;
	line-height: 60px;
	margin-left: 10px;
}

.top-bar .button:nth-child(1) span {
	color: #e1306c;
}

.top-bar .button:nth-child(2) span {
	color: #4267b2;
}

.top-bar .button:nth-child(3) span {
	color: #1da1f2;
}

.top-bar .button:nth-child(4) span {
	color: #0e76a8;
}

.top-bar .button:nth-child(5) span {
	color: #ff0000;
}

.top-bar .button:nth-child(6) span {
	color: #333;
}

.top-bar .button .icon {
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50px;
	color: #a95199;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.top-bar .button .icon i {
	font-size: 18px;
	line-height: 40px;
	transition: all 0.3s ease-in-out;
}

.top-bar .button:hover i {
	color: #ef7f1a;
}

.navbar-brand img
{
width:80px;
}
.bg-light {
    background-color: #ffffff00!important;
	font-family: 'Roboto', sans-serif;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(169 81 153);
}
.btn-primary {
    color: #fff;
    background-color: #a95199;
    border-color: #a95199;
    padding: 10px 45px;
	font-family: 'Roboto', sans-serif;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ef7f1a;
    border-color: #ef7f1a;
    padding: 10px 45px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #a95199;
	
}
.home_banner_area {
    position: relative;
    z-index: 1;
    min-height: 700px;
	text-align:left;
}
.home_banner_area .banner_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 200px 0px 70px 0px;
    /* min-height: 800px; */
}
.home_banner_area .banner_inner .overlay {
    background: url(../images/banner.jpg) no-repeat scroll center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    height: 100%;
    bottom: 0;
    z-index: -1;
}
.fixed-top {
	    top: -40px;
		
    background-color: #ffffff!important;
	    transform: translateY(40px);
	    transition: transform .3s;
	}
.home_banner_area .banner_inner .banner_content {
  margin-top:10%;
}
.home_banner_area .banner_inner .banner_content h3 {
    font-size: 50px;
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}
.home_banner_area .banner_inner .banner_content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 50px;
}
.banner_btn {
    display: inline-block;
    background: #ef7f1a;
    padding: 0 0 0 30px;
    border: 1px solid #ef7f1a;
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 48px;
    outline: none!important;
    box-shadow: none!important;
    text-align: center;
    cursor: pointer;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 300ms linear 0s;
}
.equal {
    display: flex;
    flex-wrap: wrap;
    object-fit: cover;
}
.banner_btn:hover {
    color: #fff;
	text-decoration: none;
}
.banner_btn .ti-arrow-right {
    background: #fff;
    color: #000;
    padding: 18px 19px;
    border-radius: 0 0 0 21px;
    margin-left: 17px;
    transition: all 300ms linear 0s;
}
.banner_btn:hover .ti-arrow-right {
    transition: all 300ms linear 0s;
    -webkit-box-shadow: -11px 20px 35px -1px rgb(0 0 0 / 36%);
    -moz-box-shadow: -11px 20px 35px -1px rgba(0,0,0,.36);
    box-shadow: -11px 20px 35px -1px rgb(0 0 0 / 36%);
}
.brand-name
{
	padding:35px 0px 50px 0px;
	background:#a95199;

}
.brand-name img
{
	width:80%
}
.grey-background
{
	background:#f0f0f0;
	padding:50px 0px;
	text-align:left;
}
.grey-background .heading
{
	color:#212529;
	font-size:46px;
	font-weight:600;
	line-height:1.2em;
    font-family: "Poppins",sans-serif;
	
}
.grey-background .subheading
{
	color:#212529;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
	
}
.grey-background .counter .number
{
	color:#212529;
	font-weight:500;
	font-size:46px;
	
}
.grey-background .counter p
{
	color:#212529;
	font-size:16px;
	line-height:1.8em;
}
.grey-background .description p
{
	color:#212529;
	font-size:16px;
  text-align: justify;
	line-height:1.8em;
    font-family: "Poppins",sans-serif;
	
}
.violet-background
{
	background:#a95199;
	padding:50px 0px;
}
.violet-background .heading
{
	color:#fbfbfb;
	font-size:46px;
	font-weight:600;
	line-height:1.2em;
    font-family: "Poppins",sans-serif;
	
}
.violet-background .subheading
{
	color:#fbfbfb;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
	
}
.violet-background .faq-details
{
	text-align:left;
	
}
.violet-background .description p
{
	color:#fbfbfb;
	font-size:16px;
	line-height:1.8em;
    font-family: "Poppins",sans-serif;
	
}
.br-3
{
	border-right:2px solid #a95199;
}
.white-background
{
	background:#fff;
	padding:50px 0px;
}
.white-background a{
	text-decoration:none!important;
	color:#212529;

}
.white-background .heading
{
	color:#212529;
	font-size:46px;
	font-weight:600;
	line-height:1.2em;
	
}
.white-background .subheading
{
	color:#212529;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
	
}
	
}
.white-background .description p
{
	color:#212529;
	font-size:16px;
	line-height:1.8em;
    font-family: "Poppins",sans-serif;
	
}
.underline
{
	display:inline-block;
	background:#a95199;
	height:2px;
	width:10%;
	align-items:center;
}
.underline2
{
	display:inline-block;
	background:#fbfbfb;
	height:2px;
	width:10%;
	align-items:center;
}
.white-background .service-box
{
	border:1px solid #a95199;
	padding:20px;
}
.violet-background .service-box
{
	border:1px solid #fbfbfb;
	padding:20px;
}
.service-box .bottom-button
{
	bottom:15px;
	
	position:absolute;
	}
.white-background .circle {
  background: #a95199;
  border-radius: 50%;
  color: black;
  height: 90px;
  font-weight: bold;
  font-size: 1.2em;
  width: 90px;
  text-align: left;
  box-shadow: 9px 15px 30px -15px #a95199;
}

.white-background .circle span {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  text-align: center;
  padding: 0px 20px;
}
.white-background .circle-heading
{
	color:#212529;
	font-size:24px;
	font-weight:600;
	text-align:left;
	line-height:1.2em;
}
.white-background .circle-des
{
	text-align:left;	
}

.white-background .circle-des li 
{
	
	padding:5px 0px;
	border-bottom:1px solid #2125290f;
	
}
.white-background .circle-des li a
{
	color:#212529;
	font-size:14px;
	text-decoration:none;
  transition: 0.5s;
	
}
.white-background .circle-des ul
{
	list-style: none;
	padding-left:0px;
	
}
.violet-background .circle {
  background: #fbfbfb00;
  border:2px solid #fbfbfb;
  border-radius: 50%;
  color: #fbfbfb;
  height: 90px;
  font-weight: bold;
  font-size: 1.2em;
  width: 90px;
  text-align: left;
  box-shadow: 9px 15px 30px -15px #a95199;
}

.violet-background .circle span {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  text-align: center;
  padding: 0px 20px;
}
.violet-background .circle-heading
{
	color:#fbfbfb;
	font-size:24px;
	font-weight:600;
	text-align:left;
	line-height:1.2em;
}
.violet-background .circle-des
{
	text-align:left;	
	color:#fbfbfb;
}
.violet-background .social
  {  
  text-align: left;
  margin-top:10%;
}
.violet-background .social .icon 
  {
  font-size: 12px;
  border-radius: 50%;
  border: 1px  solid white;
  color: white;
  line-height: 2em;
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
}
.violet-background .social .contact-details 
  {  
  font-size:16px;
  color:#fbfbfb;
  line-height: 1.5em;
  text-align: left;
  display: inline-block;
}
.grey-background .align-center
{
    height:100%;
	margin-top:20%;
}
.navbar-toggler {
    padding: 0px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler-icon2 {
    display: inline-block;
    width: 1.5em;
    font-size: 25px;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.footer
{
	background:#212529;
	padding:50px 0px;
	text-align:left!important;
	
}
.footer .heading
{
	color:#fbfbfb;
	font-size:24px;
	font-weight:600;
	line-height:1.2em;
	
}
.footer .description
{
	color:#fbfbfb;
	font-size:14px;
	line-height:1.5em;
	
}
.footer li 
{
	
	padding:5px 0px;
	
}
.footer li a
{
	color:#fbfbfb;
	font-size:14px;
	text-decoration:none;
  transition: 0.5s;
	
}
.footer ul
{
	list-style: none;
	padding-left:0px;
	
}
.footer li a:hover
{
	color:#ef7f1a;
	font-size:14px;
	text-decoration:none;
	
}
.copyright
{
	background:#a95199;
	padding:20px 0px;
	color:#fbfbfb;
	
}
.copyright p
{
	text-align:center!important;
	
}

.inner-banner .about
{
	background:#a95199;
	padding: 200px 0px 140px 0px;
	color:#fbfbfb;
	overflow: hidden;
	background: linear-gradient(to right, #ffffffd2, #fbfbfbd2), url("../images/about-background.jpg") no-repeat;
	object-fit: cover;
}
.inner-banner .services
{
	background:#a95199;
	padding: 200px 0px 140px 0px;
	color:#fbfbfb;
	overflow: hidden;
	background: linear-gradient(to right, #ffffffd2, #fbfbfbd2), url("../images/services-background.jpg") no-repeat;
	object-fit: cover;
}
.inner-banner .finance
{
	background:#a95199;
	padding: 200px 0px 140px 0px;
	color:#fbfbfb;
	overflow: hidden;
	background: linear-gradient(to right, #ffffffd2, #fbfbfbd2), url("../images/finance-background.jpg") no-repeat;
	object-fit: cover;
}
.inner-banner .product
{
	background:#a95199;
	padding: 200px 0px 140px 0px;
	color:#fbfbfb;
	overflow: hidden;
	background: linear-gradient(to right, #ffffffd2, #fbfbfbd2), url("../images/product-background.jpg") no-repeat;
	object-fit: cover;
}
.inner-banner .contact
{
	background:#a95199;
	padding: 200px 0px 140px 0px;
	color:#fbfbfb;
	overflow: hidden;
	background: linear-gradient(to right, #ffffffd2, #fbfbfbd2), url("../images/contact-background.jpg") no-repeat;
	object-fit: cover;
}
.inner-banner .policy
{
	background:#a95199;
	padding: 200px 0px 140px 0px;
	color:#fbfbfb;
	overflow: hidden;
	background: linear-gradient(to right, #ffffffd2, #fbfbfbd2), url("../images/policy-background.jpg") no-repeat;
	object-fit: cover;
}
.inner-banner .heading
{
	color:#212529;
	font-size:40px;
	font-weight:600;
	line-height:1.2em;
	
}
.inner-banner .description
{
	color:#212529;
	font-size:16px;
	
}
.inner-banner .description a
{
	color:#212529;
	font-size:16px;
	text-decoration: none !important;
	transition:0.5s;
	
}
.inner-banner .description a:hover
{
	color:#ef7f1a;
	font-size:16px;
	text-decoration: none !important;
	
}

.about-company
{
	background:#a95199;
	text-align:left!important;	
 
}
.about-company .right-box
{
	background:#a95199;
	padding:100px 0px;
	width:50%;
	text-align:left!important;	
    padding-right: 6%;
    padding-left: 30px;
}
.about-company .left-box
{
	padding:50px 0px;
	width:50%;
	text-align:left!important;	
 background: url("../images/about-company.jpg") no-repeat;
 background-size: cover;
}
.about-company .right-box .heading
{	color:#fbfbfb;
	font-size:40px;
	font-weight:600;
	line-height:1.2em;
	
}
.about-company .right-box .subheading
{
	color:#fbfbfb;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
	
}
.about-company .right-box .description
{
	color:#fbfbfb;
	font-size:16px;
  text-align: justify;
	
}
.why-us
{
	background:#ef7f1a;
	text-align:left!important;	
 
}
.why-us .left-box
{
	background:#ef7f1a;
	padding:100px 0px;
	width:50%;
	text-align:left!important;	
    padding-left: 6%;
    padding-right: 30px;
}
.why-us .right-box
{
	padding:50px 0px;
	width:50%;
	text-align:left!important;	
 background: url("../images/why-us.jpg") no-repeat;
 background-size: cover;
}
.why-us .left-box .heading
{	color:#fbfbfb;
	font-size:40px;
	font-weight:600;
	line-height:1.2em;
	
}
.why-us .left-box .description
{
	color:#fbfbfb;
	font-size:16px;
	
}
.why-us .left-box .subheading
{
	color:#fbfbfb;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
	
}
.point
{
	color:#fbfbfb;
}
.bullet-point p
{
	
	font-size:18px;
	color:#fbfbfb;
	font-weight:500;
}
.bullet-point p span
{
	
	font-size:16px;
	color:#fbfbfb;
	font-weight:400;
}
.bullet-point i 
{
	font-size:25px;
	vertical-align:middle;
}
.cta-violet
{
	background:#a95199;
	padding:50px 0px;
	text-align:left!important;	
}
.cta-violet .heading
{
	color:#fbfbfb;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
}
.cta-violet .description
{
	color:#fbfbfb;
}

.cta-grey
{
	background:#fbfbfb;
	padding:50px 0px;
	text-align:left!important;	
}
.cta-grey .heading
{
	color:#212529;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
}
.cta-grey .description
{
	color:#212529;
}
.hide-desktop
{
	display:none;
}
.commitment
{
	background:#a95199;
	text-align:left!important;	
 
}
.commitment .right-box
{
	background:#a95199;
	padding:100px 0px;
	width:50%;
	text-align:left!important;	
    padding-right: 6%;
    padding-left: 30px;
}
.commitment .left-box
{
	padding:50px 0px;
	width:50%;
	text-align:left!important;	
 background: url("../images/commitment.jpg") no-repeat;
 background-size: cover;
}
.commitment .right-box .heading
{	color:#fbfbfb;
	font-size:40px;
	font-weight:600;
	line-height:1.2em;
	
}
.commitment .right-box .subheading
{
	color:#fbfbfb;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
	
}
.commitment .right-box .description
{
	color:#fbfbfb;
	font-size:16px;
  text-align: justify;
	
}
.value-for-money
{
	background:#a95199;
	text-align:left!important;	
 
}
.value-for-money .right-box
{
	background:#a95199;
	padding:100px 0px;
	width:50%;
	text-align:left!important;	
    padding-right: 6%;
    padding-left: 30px;
}
.value-for-money .left-box
{
	padding:50px 0px;
	width:50%;
	text-align:left!important;	
 background: url("../images/value-for-money.jpg") no-repeat;
 background-size: cover;
}
.value-for-money .right-box .heading
{	color:#fbfbfb;
	font-size:40px;
	font-weight:600;
	line-height:1.2em;
	
}
.value-for-money .right-box .subheading
{
	color:#fbfbfb;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
	
}
.value-for-money .right-box .description
{
	color:#fbfbfb;
	font-size:16px;
  text-align: justify;
	
}
.durable-loan
{
	background:#a95199;
	text-align:left!important;	
 
}
.durable-loan .right-box
{
	background:#a95199;
	padding:100px 0px;
	width:50%;
	text-align:left!important;	
    padding-right: 6%;
    padding-left: 30px;
}
.durable-loan .left-box
{
	padding:50px 0px;
	width:50%;
	text-align:left!important;	
 background: url("../images/value-for-money.jpg") no-repeat;
 background-size: cover;
}
.durable-loan .right-box .heading
{	color:#fbfbfb;
	font-size:40px;
	font-weight:600;
	line-height:1.2em;
	
}
.durable-loan .right-box .subheading
{
	color:#fbfbfb;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
	
}
.durable-loan .right-box .description
{
	color:#fbfbfb;
	font-size:16px;
  text-align: justify;
	
}
.care-customer
{
	background:#ef7f1a;
	text-align:left!important;	
 
}
.care-customer .left-box
{
	background:#ef7f1a;
	padding:100px 0px;
	width:50%;
	text-align:left!important;	
    padding-left: 6%;
    padding-right: 30px;
}
.care-customer .right-box
{
	padding:50px 0px;
	width:50%;
	text-align:left!important;	
 background: url("../images/why-us.jpg") no-repeat;
 background-size: cover;
}
.care-customer .left-box .heading
{	color:#fbfbfb;
	font-size:40px;
	font-weight:600;
	line-height:1.2em;
	
}
.care-customer .left-box .description
{
	color:#fbfbfb;
	font-size:16px;
  text-align: justify;
	
}
.care-customer .left-box .subheading
{
	color:#fbfbfb;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
	
}
.mobile-loan
{
	background:#ef7f1a;
	text-align:left!important;	
 
}
.mobile-loan .left-box
{
	background:#ef7f1a;
	padding:100px 0px;
	width:50%;
	text-align:left!important;	
    padding-left: 6%;
    padding-right: 30px;
}
.mobile-loan .right-box
{
	padding:50px 0px;
	width:50%;
	text-align:left!important;	
 background: url("../images/mobile-loan.jpg") no-repeat;
 background-size: cover;
}
.mobile-loan .left-box .heading
{	color:#fbfbfb;
	font-size:40px;
	font-weight:600;
	line-height:1.2em;
	
}
.mobile-loan .left-box .description
{
	color:#fbfbfb;
	font-size:16px;
  text-align: justify;
	
}
.mobile-loan .left-box .subheading
{
	color:#fbfbfb;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
	
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    margin: 10px 0px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1pxsolidrgba(0,0,0,.125);
    border-radius: 0px;
}
.btn-link {
    font-weight: 400;
    color: #212529;
	text-decoration: none !important;	
    background-color: transparent;
}
.btn-link:hover {
    font-weight: 400;
    color: #a95199;
	text-decoration: none !important;	
    background-color: transparent;
}
.form-control {
    display: block;
    width: 100%;
    padding: 13px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a95199;
    border-color: #a95199;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.navbar-light .navbar-toggler {
    color: rgb(33 37 41);
    border-color: rgb(0 0 0 / 0%);
    outline: 0px solid #0000;
}
.dropdown-menu {
    padding: 0px;
    border-radius: 0rem;
}
.dropdown-item {
    padding: 1rem 1.5rem;
}