@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@800&display=swap');
*{
    	--bgImage: linear-gradient(130deg, #ff7443 20%, #094578 47%, #e6501c 77%, #ea8764 100%, #fdc3c6);
	--rajdhaniFont:'Rajdhani', sans-serif;
	--interFont:'Inter', sans-serif;
	--primaryColor:#1a4dbe;
	--secondaryColor:#ff826b;
	--blackColor:#222e48;
	--textColor:#6B6F7F;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--interFont);
}

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;
}
.tophead {
	background-image: url('../images/topbar.jpeg');
	background-repeat: no-repeat;
	height: 850px!important;
	width: 100%;
	padding: 0;
	background-position: center top;
	background-size:cover;	
}
.gratext {
    background: linear-gradient(90deg, #1A4DBE 0%, #AE5EBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;	
}
.tophead h1 {
	font-size: 80px;
    line-height: 130%;
    font-weight: 700;
    display: block;
    font-family: "Inter", sans-serif;
	color: var(--blackColor);
}
.tophead .sec-1, .tophead .sec-2{
	padding-top: 120px;
}
.tophead .sec-1 .fts{
	font-size: 70px; display:block;
}
.tophead .sec-1 p{
	width: 75%;
	font-family: var(--interFont);
	font-size: 18px;
    line-height: 1.5;
	color: var(--blackColor);
	
}
.tophead .sec-2{padding-left: 0; padding-right: 0;}
.tophead .sec-2 img{
	height: 450px;
	width: 100%;
}
.about-sec{
	background-color: #f5f8fc;
	padding: 80px 0;
}

.about-sec h2 {
	font-size: 50px;
    line-height: 130%;
    font-weight: 700;
    display: block;
    font-family: "Inter", sans-serif;
	color: var(--blackColor);
}
.about-sec h2 span{
	display: block;
}
.about-sec img{
	width: 100%;
	border-radius: 10px;
}
.about-sec p{
	color: #6B6F7F;
	font: var(--interFont);
	word-spacing: 5px;
	text-align: justify;
}
@media(max-width:768px){
	.tophead h1 {
		font-size: 36px;
		font-weight: 600;
	}
	.tophead .sec-2 img{
		height: 350px;
		width: 100%;
	}
	.tophead .sec-1 .fts{
		font-size: 36px; display:block;
	}
	.tophead .sec-1,.tophead .sec-2{
		padding-top: 40px;
	}
	.tophead .sec-2{
		padding-top: 30px;
	}
	.tophead .sec-1 p{
		width: 90%;
		text-align: justify;
	}
	.about-sec h2 {
		font-size: 40px;
		padding-top: 15px;
	}
	.about-sec{
		padding-top: 40px;
	}
}
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: "Futura", sans-serif;
}

.topbar {
	background-color: #fff;

}

.topbar .logosec {
	padding: 0px;
}

.topbar .logosec img {
	height: 90px;
	width: 80%;
}

.topbar .contsec {
	padding-top: 25px;
	padding-bottom: 0;
}

@media(max-width: 768px) {
	.topbar .contsec {
		padding-top: 10px;
		padding-bottom: 0;
	}

	.topbar .pd1 {
		padding-top: 10px !important;
	}

	.topbar .logosec img {
		height: 85px;
		width: 85%;
	}
}

.topbar .contsec .ico {
	padding-top: 8px;
	padding-bottom: 0;
}

.topbar .contsec .ico i {
	font-size: 35px;
	color: #ff7443;
}

.topbar .contsec .txt {
	padding-top: 0px;
	padding-left: 25px;
}

.topbar .contsec .txt p a {
	color: #33742e;
	text-decoration: none;
	font-style: italic;	
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.topbar .contsec .txt p a span {
	font-style: italic;
	font-weight: 400;
	color: #35628a;	
}



.menu-button {
	padding-left: 150px;
	padding-right: 20px;
}
.bg-light {
    background-color: #ebedf9!important;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:active {
	font-family: var(--interFont)!important;
	color: var(--primaryColor) !important;	
	font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;
    text-transform: capitalize;
	font-style: italic;
}

.navbar a {
	font-family: 'PT Sans', sans-serif !important;
}

.dropdown-menu>li>a {
	font-family: 'PT Sans', sans-serif !important;
	color: var(--primaryColor);
	font-style: italic;
}

.dropdown-menu>li>a:hover {
	border-radius: 10px;
	background-color: transparent!important;
	text-indent: 5px;	
}

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

}

.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: 22px;
	}
}

.textarea section h1 {
	font-family: 'Rajdhani', sans-serif;
	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: 'PT Sans', sans-serif !important;
	min-width: 140px;
	text-align: center;
	border: none;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	background-color: #33742e;
	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: 705px;
	width: 100%;
  /* -webkit-filter: brightness(70%) contrast(90%);
  filter: brightness(80%) contrast(90%); */

}

.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgb(255, 108, 0);
}

.carousel-indicators .active {
	background-color: #13a0b2;
}

.carousel-caption {
	text-align: left;
	padding: 5px;
	right: auto;
	top: 300px;
	left: 200px;
	bottom: 230px;	
	border-radius: 10px;
	max-width: 600px;	
}

.carousel-caption h5 {
	color: #33742e;
	font-size: 4.5rem;
	line-height: 4.5rem;	
	padding-bottom: 10px;	
	font-family: var(--mwfont);
	font-weight: 700;
}

.carousel-caption h5 span {
	color: #ff7443;
	display: block;
	font-size: 3rem;
	line-height: 3.5rem;		
}

.carousel-caption p {
	color: #33742e;
	font-weight: bold;
	font-family: var(--mwfont);
	margin-bottom: 30px;	
	font-size: 16px;
	font-weight: 600;
	
}

.carousel-caption p span {
	color: #742626;
}

.navbar-brand img{
	height: 70px;
	width: 350px;
}

@media(max-width: 768px) {
	.carousel-caption {
		text-align: center;
		padding: 5px;
		right: auto;
		top: 100px;
		bottom: auto;
		left: 10px;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.carousel-caption h5 {
		font-size: 25px;
		font-weight: bold;
		line-height: 1.5rem;
		padding-bottom: 20px;
	}

	.carousel-caption h5 span {
		font-size: 18px;
		line-height: 1.3rem;
	}

	.carousel-caption p {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 20px;		
	}
	.tagl{
		display: none;
	}
	
	.navbar-brand img{
		height: 70px;
		width: 270px;
	}

	.navbar-toggler .fa-bars,
	.navbar-light .navbar-toggler {
		color: #7c58be;	
		border-color: #7c58be;
		border: none;
	}

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

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

}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;	
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
}
.newshead{	
	padding: 3px 0 0 25px;	
	color: #ff7443;
	background:transparent;
	font-weight: bold;

}
.newstext{
	background-color: transparent;
	padding:3px 0 0 0;	
	font-size: 18px;
	color: #fff;
	
	font-family: 'Rajdhani', sans-serif;
}

.home-about-img img{
	width: 100%;	
	height:430px;	
	border-radius: 10px;	
	background-size: cover;	
}
.home-about h3{
	color: #f5811e;
	font-family:var(--mwfont);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 5px;
	margin-bottom: 5px;
}
.home-about .p{
	font-family: 'Rajdhani', sans-serif;
	color: #ff7443;
	margin-bottom: 2px;
	margin-top: 50px;	
}
.home-about h1{
	color: #33742e;
    font-family: 'Rajdhani', sans-serif;
    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: #ff7443;		
}

.home-about p{
	font-family: 'Rajdhani', sans-serif;
	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: 'Rajdhani', sans-serif;	
}
.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: 'Rajdhani', sans-serif;
	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;
	}
}
.services{
	background: #F4F7FC url('../images/map.png') no-repeat center/cover;	
}
.inner-services{
	padding: 0 30px;
	margin-bottom: 30px;
}
.inner-services section{
	background-color: #fff;
	padding:0px 20px 30px 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px 0px rgba(9,68,119, 0.75);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(9,68,119, 0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(9,68,119, 0.75);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);		
	background-color: #f1eef9;
	background-image: url('../images/loan/hand-wallet.png');
	background-position: bottom right;
	background-repeat: no-repeat;	

	
}
.inner-services section:hover{
	box-shadow: 5px 5px 5px 0px rgba(255,116,67, 0.75);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(255,116,67, 0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(255,116,67, 0.75);
}
.inner-services section img{
	width: 100%;
	height: 300px;		
}

.inner-services section h3{
	/* padding: 20px 20px; */
	padding-bottom: 2px;
	margin-left: 20px;
	font-family: var(--mwfont);	
	font-weight: 800;
	font-size: 25px;
	color: #33742e;		
	margin-bottom: 20px;
	
}
.inner-services section p{
	padding: 0px 20px;
	font-family: 'Rajdhani', sans-serif;	
	color: #616161;
}
.inner-services section .service-btn{
	color: #33742e;
}
.inner-services section ul{
	list-style-type: none;
	padding-left: 22px;
}
.inner-services section ul li{
	font-family: 'Rajdhani', sans-serif;
}
.inner-services section ul li i{
	font-size: 12px;
	color: var(--primaryColor);
}
.services-content-btn {
    background: #F4F7FC;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
	margin: 0 20px;
}
.services-content-btn a {
    padding: 16px 20px;
    color: #33742e;
    font-size: 16px;
    font-weight: 500;
    display: block;
	text-decoration: none;
}
.services-content-btn:hover a::before {
	background: #33742e;
  }
.services-content-btn a::before {
    content: "";
    background: #FF3C00;
    position: absolute;
    height: 100%;
    width: 100px;
    right: -15px;
    top: 0;
    padding: 0 0 54px 0;
    transform: skew(-29deg);
    transition: 0.3s;
}
.services-content-btn span i {
    color: #fff;
    right: 20px;
    position: absolute;
    line-height: 1.5;
}
.services-content-btn:hover {
	background: #FF3C00;
  }
.services-content-btn:hover a {
	color: #fff;
}
@media(max-width:768px){
	.inner-services{
		padding: 0 10px;		
	}
	.inner-services section img{
		width: 95%;		
	}
}
.btn-primary1 {
	background: linear-gradient(90deg, #1A4DBE 0%, #AE5EBE 100%);
	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 rgba(255,116,67, 1);
	border: none;
	font-size: 16px;
	font-family: Karla, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;

}

.btn-primary1:hover {
	/* background-color:#045395; */
	color: rgba(255,116,67, 1);
	box-shadow: 0 3px 1px rgba(99, 180, 245, 1);
	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: #1a465e;
	height: auto;
	letter-spacing: 2px;
	padding: 10px 20px;
	margin: 0 7px;
	transition: all .4s linear 0;
	box-shadow: 0 3px 1px rgba(255,116,67, 1);
	border: none;
	font-size: 16px;
	font-family: Karla, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;

}

.btn-primary2:hover {
	/* background-color:#045395; */
	color: rgb(255,116,67);
	box-shadow: 0 3px 1px rgba(9,68,119, 1);
	transform: scale(1.05);

}

.btn-primary2:focus,
.btn-primary2.focus {
	box-shadow: 0 3px 1px rgba(248, 202, 64, 1);
}

.btn1 {
	position: relative;
	width: 150px;
	height: 50px;
	display: grid;
	place-items: center;
	background-image: var(--bgImage);
	box-shadow: 0 3px 1px rgba(245,129,30,1);
	color: #fff;
	border-radius: 80px;
	font-size: 16px;
	font-family: var(--rajdhaniFont);
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border-top: 2px solid #e6e6fa;
	border-left: 2px solid #e6e6fa;
	padding-left: 40px;	
	overflow: hidden;
	transition: 0.5s ease-in-out;
  }
  .btn1:hover {
	padding-left: 0;
	padding-right: 60px;
	color: #fff;
  }
  .btn1 span {
	position: absolute;
	display: grid;
	place-items: center;
	left: 5px;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #ff8500;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 700;
	transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
  }
  .btn1 span i{
	font-size: 22px;
  }
  .btn1:hover span {
	left: calc(100% - 46px);
  }
  .btn1::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.5);
	transform: translateX(-175px) skew(25deg);
	transition: 0.75s ease-in-out;
  }
  .btn1:hover::after {
	transform: translateX(175px) skew(25deg);
  }

.calcform {
	background-color: #004aa1;
	color: #fff;
	border-radius: 20px;
	padding: 10px 0;
}

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

.loan-sec {
	padding-top: 100px;
	padding-bottom: 50px;

}

.loan-sec section .img {
	width: 100%;
	height: 450px;
	border: 8px solid #df7a1b;
}

.loan-sec .loan-area section p {
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	color: #00529b;
	padding-left: 3px;
}

.loan-sec .loan-area section h2 {
	font-size: 60px;
	font-weight: 800;
	color: var(--blackColor);
	
	margin: 0;
	display: inline-block;
	position: relative;
	line-height: 30px;
	font-family: var(--mwfont);
	
}

.loan-sec .loan-area section h2 span {
	
	border-bottom: 4px solid #ff7443;
}

.loan-area .inpad {
	padding-left: 25px;
}

.loan-area .inpad p {
	text-transform: uppercase;

}



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

.apply-bar h3 {	
	color: #00529b;
	font-size: 32px;
}

.apply-bar h3 span {
	color: #ffa200;
}

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

@media(max-width: 768px) {
	.loan-sec .loan-area section h2 {
		font-size: 35px;		
	}
	.loan-sec {
		padding-top: 30px;
		padding-bottom: 20px;
	
	}
	.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: #f5f8fc;
	padding: 150px 0;

}
.emicalc{
	padding: 5px 40px;
}
.calcimg{
	padding: 0px 40px;
}
.calcimg img{
	width: 100%;
	min-height: 460px;		
	border-radius: 20px;
}
.emicalc section {
	padding: 20px 20px;
	box-shadow: 5px 5px 5px 0px rgba(9,68,119, 0.75);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(9,68,119, 0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(9,68,119, 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: 450px;
	background-color: #fff;
}

.emicalc section h2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	color: var(--primaryColor);
	font-size: 28px;
	padding-bottom: 10px;
}

.emicalc section .aplbtn {
	margin-top: 25px;
}

.emicalc section #basic-addon1 {
	color: var(--primaryColor);
	background-color: #fff;
	border: none;
	width: 45px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom: 2px solid var(--primaryColor);
}

.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 var(--primaryColor);
}

.emicalc textarea:active,
.emicalc input:active,
.emicalc textarea:focus,
.emicalc input:focus,
.emicalc button:focus,
.emicalc button:active,
.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) {
	.calcimg{
		padding: 0 20px;
		padding-top: 20px;

	}
	.emicalc {
		margin-top: 20px;
		padding: 5px 20px;
	}

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

.footer {
	background-image: url('../images/topbar.jpeg');
	background-repeat: no-repeat;
	height: auto;
	padding: 80px 0 20px 0;	
}
.graph{
	background: url('../images/graph.png')no-repeat;
	position:absolute; width: 100%; z-index:2; height: 114px; margin-top: -86px; left:0px;	
}
@media(max-width:768px){
	.graph{
		background: url('../images/graph1.png')no-repeat;
		position:relative;	
		
	}
}

.footer .fb1 img {
	width: 100%;
	height: 110px;
	
	padding: 10px;
}
.footer .fb1 h3 {
	font-size: 3rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	color: #ff7443;
	margin: 0;
	display: inline-block;
	position: relative;
	line-height: 3rem;
}

.footer .fb1 h3 span {
	color: #edf1fc;
	font-size: 2.5rem;	
	line-height: 2.5rem;
	display: block;
}
.footer .fb1 p {
	padding: 20px 0 0px 5px;
	color: rgba(31, 44, 66, 0.7);
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	margin-bottom: 3px;
	text-align: justify;

}

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

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

.footer .fb2 h2 {
	font-family: 'Rajdhani', sans-serif;	
	font-weight: 800;
	color: var(--primaryColor);
	padding-top: 20px;
	margin-top: 0;
	font-size: 2.10225em;
}

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

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

.footer .fb2 ul li a {
	color: rgba(31, 44, 66, 0.7);
	text-decoration: none;
	font-family: 'Rajdhani', sans-serif;
}
.footer .fb2 ul li a i{
	color: #ff7443;
}
.footer p a {
	color: #fff;
}

.footer .fb3 section {
	background-color: rgba(255, 255, 255, 1);
	padding: 20px 20px;
	box-shadow: 5px 5px 5px 0px rgba(9,68,119, 0.75);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(9,68,119, 0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(9,68,119, 0.75);
	border-radius: 5px;
	
}

.footer .fb3 section h3 {
	color: #33742e;
	font-family: 'Rajdhani', sans-serif;
}

.footer .fb3 section p,
.footer .fb3 section p a {
	color: #33742e;
	font-family: 'Rajdhani', sans-serif;
	line-height: 30px;
	font-size: 16px;
	text-decoration: none;
}

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

.fp .fal, .fp .fas {
	color: #ff7443;
	font-size: 16px;
}
.footer .copyr{font-family: 'Rajdhani', sans-serif; font-size: 18px;}
@media(max-width:768px) {
	
	.footer .fb1 section{
		padding: 0 20px;
	}
	.footer .fb2 h2{
		padding-left: 20px;
	}
	.footer .fb2 ul{
		padding-left: 20px;
	}
}

.copybar {
	background-color: #09192c;
	padding: 30px 0 10px 0;
}

.copybar p {
	color: #b0c2d7;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}


.cust-card img {
	width: 65%;
	height: 200px;
	
}
.cust-card section {
	padding: 20px 20px;
	box-shadow: 5px 5px 5px 0px rgba(9,68,119, 0.75);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(9,68,119, 0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(9,68,119, 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: 520px;
	background-color: #fff;
	margin-top: 10px;
}
.cust-card h3 {
	font-family: 'Rajdhani', sans-serif;
	color: #ff7443;
	padding-top: 20px;
}

.cust-card p,
.cust-card table tr th,
.cust-card table tr td {
	font-family: 'Rajdhani', sans-serif;
	color: #33742e;
}

.custombg {
	background-color: #33742e;
}

.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: 22%;
	}
}
.center a {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: block;
	background: #33742e;
	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 #ff7443;	
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.center a:hover {
	background: #ff7443;
	box-shadow: 0 3px 1px #33742e;
}
