.w-92{
	width:92% !important
}
*:focus {
    outline: none;
}
*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	box-sizing:border-box;
}
/*Header section*/
body{
	margin:0px;
	padding:0px;
	text-decoration:none;
	box-sizing:border-box;

}

header{
	position:relative;
	top:0; left:0; right:0;
	width:100%;height:85px;
	background:#fffff;
	padding:0px 2%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	z-index:1000;
	font-family: "Open Sans", sans-serif;
}

header .navbar{
	position:fixed;
	top:0px;left:0px;right:0px;
	width:100%;height:85px;
	background:#008fd1;
}
/*Header contact number*/

/*header logo*/
header .navbar .header-logo{
	padding-top:0px;
	width:500px;
	position:relative;
	top:8px;left:50px;height: 70px;
}
/*un-lists*/
header .navbar ul{
	list-style:none;
	float:right;
	margin-top:30px;
	margin-right:60px;
}
/* menuslists*/
header .navbar ul li,.header-area + .navbar .ul-sub-schemes .list-menus{
	position:relative;
	left:0%;top:0px;
	float:left;
	padding:0px;
	margin-left:25px;
}
/*menulist-items*/
header .navbar ul li a,.header-area + .navbar .ul-sub-schemes .list-menus a {
	color:#ffffff;
	display:block;
	font-weight:400;
}
header .navbar ul li a{
		font-size:17px;

}
.header-area + .navbar .ul-sub-schemes .list-menus a{
		font-size:14px;
		font-family:Open Sans

}
/*Header nav menus*/
header .navbar ul li a:hover{
	color:rgba(225,225,225,0.8);	
}
/*sub menu*/
header .navbar ul li ul{
	position:absolute;
	top:-8px;
	left:0px;
	display:none;
	line-height:35px;
	padding-top:2px;
}
/*sub menu items*/
header .navbar ul li ul li{
	width:215px;
	margin-left:0px;
	padding-top:15px;
	padding-left:10px;
	display:block;
	background:#008fd1;
}
header .navbar ul li ul li a{
	font-size:17px;
	font-weight:400;
}
header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul{
	display:initial;
}
#menu-bar{
	display:none;
}

label #bars, #cancel{
	font-size:15px;
	color:#ffffff;
	position:relative;
	display:none;
	cursor:pointer;
}

/* image slider properties */
.img-slider {
  position: relative;
  top:0px;
  width: 100%;
  height: 450px;
  background: #1d212b;
}

.img-slider .slide {
  z-index: 1;
  position: absolute;
  width: 100%;height:450px;
  clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active {
	clip-path: circle(150% at 0 50%);
	transition: 0s;
	transition-property: clip-path;
}

.img-slider .slide.slide1 h3{
	position:absolute;
	top:100px;left:0;
	font-size:53px;
	letter-spacing:5px;
	display:flex;
	color:#ffffff;
	font-weight:100;
	font-family: 'Cinzel', serif;
	text-align:center;
}
.img-slider .slide.slide1 .p1{
	position:absolute;
	top:16rem;left:0;
	font-size:18px;
	color:#ffffff;
	justify-content:center;
	text-align:center;
	font-weight:none;
	letter-spacing:2px;
	font-family:cambria;
	width:100%;
}
.img-slider .slide.slide2 h3{
	position:absolute;
	top:100px;left:0;
	font-size:53px;
	letter-spacing:5px;
	display:flex;
	color:#ffffff;
	font-weight:100;
	font-family: 'Cinzel', serif;
	text-align:center;

}
.img-slider .slide.slide2 .p2{
	position:absolute;
	top:16rem;left:0;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	font-weight:none;
	letter-spacing:2px;
	font-family:cambria;
	width:100%;
}
.img-slider .slide.slide3 h3{
	position:absolute;
	top:100px;left:0;
	font-size:53px;
	letter-spacing:5px;
	display:flex;
	color:#ffffff;
	font-weight:100;
	font-family: 'Cinzel', serif;
	justify-content:center;
	width:100%;

}
.img-slider .slide.slide3 .p3{
	position:absolute;
	top:16rem;left:0;
	font-size:18px;
	text-align:center;
	color:#ffffff;
	font-weight:none;
	letter-spacing:2px;
	font-family:cambria;
	width:100%;
}
.img-slider .slide.slide4 h3{
	position:absolute;
	top:100px;left:0px;
	font-size:53px;
	letter-spacing:5px;
	display:flex;
	color:#ffffff;
	font-weight:100;
	font-family: 'Cinzel', serif;
	justify-content:center;
	width:100%;

}
.img-slider .slide.slide4 .p4{
	position:absolute;
	top:11rem;left:0;
	font-size:18px;
	text-align:center;
	color:#ffffff;
	font-weight:none;
	letter-spacing:2px;
	font-family:cambria;
	width:100%;
}
.img-slider .slide.slide5 h3{
	position:absolute;
	top:100px;left:0;
	font-size:53px;
	letter-spacing:5px;
	display:flex;
	justify-content:center;
	color:#ffffff;
	font-weight:100;
	font-family: 'Cinzel', serif;
	width:100%;
}
.img-slider .slide.slide5 .p5{
	position:absolute;
	top:16rem;left:0;
	font-size:18px;
	text-align:center;
	color:#ffffff;
	font-weight:none;
	letter-spacing:2px;
	font-family:cambria;
	width:100%;
}
.img-slider .slide img {
  z-index: 1;
  width: 100%;
  height: 450px;
  object-fit:cover;
  border-radius: var(--border-radius);
  opacity:0.6;
}

.navigation{
	height:425px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	opacity:0;
	transition:opacity 0.8s ease;
}

.navigation i {
	z-index:999;
	font-size:3em;
}

.prev-btn, .next-btn{
	color:#C0C0C0;
	padding:5px;
	cursor:pointer;
}

.img-slider:hover .navigation{
	opacity:1;
}

.navigation-visibility{
	z-index:999;
	display:flex;
	justify-content:center;
}

.navigation-visibility .slide-icon{
	z-index:999;
	background:gray;
	font-size:25px;
	width:10px;
	height:10px;
	transform:translateY(-50);
	margin:0 6px;
	margin-top:0px;
	border-radius:50%;
	box-shadow:0;
	cursor:pointer;
	background:1px solid green;
}
.navigation-visibility .slide-icon.active{
	background:#ffffff;
}

.title1 .aboutus {
	position:relative;
	left:0px;top:5px;
	padding-top:25px;
	font-size:35px;
	display:flex;
	justify-content:center;
	text-align:center;	
	font-family: 'Cinzel', serif;
	font-weight:600;
	width:100%;height:65px;
	color:#008fd1;
}
.title1 p{
	position:relative;
	top:5px;left:0px;
	width:100%;height:auto;
	padding-top:15px;
	padding-left:65px;
	padding-right:65px;
	font-size:17px;
	line-height:25px;
	text-align:center;
	color:rgba(0,0,0,0.8);
	text-indent:0px;
	font-family: "Open Sans", sans-serif;
}
.img2{
	position:relative;
	top:5px;left:0%;
	width:100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, 14rem);
	column-gap:16px;
	justify-content: center;
}
.img2 img{
	position: relative;
	margin: 1.2rem;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
	text-align: center;
	border-radius: 1rem;
	width:76%;height:75%;
}

/*schemes blog*/
.blogss{
	position:relative;
	top:5px;
	width:100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, 24.4rem);
	column-gap:30px;
	justify-content: center;
	text-align:center;
	font-family: "Open Sans", sans-serif;
}

.blogs-container {
	position: relative;
	top:0px;
	overflow: hidden;
	background-color: white;
	text-align: center;
	margin: 2rem;
}

.blogs-container .profile-img {
	width: 100%;
	height:15rem;
	margin-top:0rem;
	object-fit:cover; 	
}
.blogs-container .name{
	margin-top:10px;
	font-size:20px;
	margin-bottom:0px;
}
.blogs-container p{
	padding-top:10px;
	opacity:0.8;
	line-height:35px;
	margin-bottom:10px;
}

/*neft and rtgs block starts*/

.neft-banner {
	position:relative;
	top:5px;
    background-image: url("../gk_images/neft-blog.png"); 
    	clear:both;

}
.overlay{
    width:100%;height:200px;
    background:rgba(0,0,0,0.4);
}

.neft-banner h3{
	position:absolute;
	top:50px;
	font-family: 'Cinzel', serif;
	text-align:center;
	justify-content:center;
	font-size:35px;
	color:#ffffff;
	font-weight:500;
	width:65%;
	letter-spacing:5px;
}

.ourworkpalce h3{
	position:relative;
	top:5px;left:0;
	width:100%;height:75px;
	padding-top:25px;
	display:flex;
	font-size:35px;
	justify-content:center;
	font-family: 'Cinzel', serif;
	color:#008fd1;
	font-weight:600;
}
.videoblock{
	position:relativ;
	top:5px;
	width:100%;height:auto;
	display: grid;
	grid-template-columns:repeat(auto-fit, 35.5rem );
	column-gap:0px;
	justify-content: center;
	font-family: "Open Sans", sans-serif;
}
.video{
	position: relative;
	top:0px;
	padding-top:5px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
	text-align: center;
	margin: 1rem;
	color:rgba(0,0,0,0.8);
	float:left;
}
.gkvideo{
	width: 85%;
	height:16rem;
	margin-top:0rem;
	margin-left:5rem;
}
.p4{
    padding-top:50px;
	text-align:center;
}

/*Second Video Code*/

.videoblock.videoblocktwo{
	position:relative;
	top:5px;
	width:100%;height:auto;
	display: grid;
	grid-template-columns:repeat(auto-fit, 35.5rem );
	column-gap:0px;
	justify-content: center;
	font-family: "Open Sans", sans-serif;
}
.video.videotwo{
	position: relative;
	top:0px;
	padding-top:5px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
	text-align: center;
	margin: 1rem;
	color:rgba(0,0,0,0.8);
	float:left;
}
.gkvideo.gkvideotwo{
	width: 85%;
	height:16rem;
	margin-top:0rem;
	margin-left:0rem;
}
.p4.p42{
    padding-top:50px;
	text-align:right;
}


/*video block ends*/

/*Services block page starts blog*/

.ourservices h3{
	position:relative;
	top:5px;left:0;
	width:100%;height:80px;
	padding-top:25px;
	display:flex;
	font-size:35px;
	justify-content:center;
	text-align:center;	
	font-family: 'Cinzel', serif;
	color:#008fd1;
	font-weight:600;
}

.blogs4{
	position:relative;
	top:5px;
	width:100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, 19rem);
	column-gap:5px;
	justify-content: center;
	text-align:center;
	font-family: "Open Sans", sans-serif;
}

.blogs4-container {
	position: relative;
	top:0px;
	overflow: hidden;
	background-color: white;
	text-align: center;
	border-radius: 1rem;
	margin: 1rem;
}

.blogs4-container .profile-img {
	width: 100%;
	height:13rem;
	margin-top:0rem;
	object-fit:cover; 	
}
.blogs4-container .name{
	margin-top:20px;
	font-size:20px;
	margin-bottom:10px;
}
.blogs4-container p{
	padding-top:20px;
	opacity:0.8;
	line-height:35px;
}

/* fixed deposite page starts*/
.fd-banner{
	position:relative;
	top:0px;
	width:100%;height:auto;
}

.fd-banner img{
	position:relative;
	width:100%;height:150px;
	object-fit:cover;
}
.fd-banner h3{
	position:absolute;
	top:50px;
	font-family: 'Cinzel', serif;
	text-align:center;
	justify-content:center;
	font-size:45px;
	color:#000000;
	font-weight:600;
	width:100%;
	letter-spacing:5px;
}
.fb-block{
	position:relative;
	top:0px;
	width:100%;
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap:0px;
	justify-content: center;
	text-align:justify;
	font-family: "Open Sans", sans-serif;
}
.fd-block-content{
	position: relative;
	top:0px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
	text-align: justify;
}

.fd-block-content .fd-p1{
	margin-top:38px;
}
.fd-block-content .fd-p1, .fd-p2, .fd-p3{
	padding:15px 25px 0px 60px;
	color:rgba(0,0,0,0.8);
	font-size:15px;
}

.fd-p3{
	font-weight:bold;
}
.fd-block-content .fd-p4 {
	font-size:15px;
}
.fd-block-content li{
	font-size:15px;
	margin:15px 0px 0px 100px; 
}
.fd-block-content img{
	width:85%;height:auto;
	margin-left:25px;
	margin-top:25px;
}

/* fixed deposite page ends*/

/* Reccuring deposite page starts*/
.rd-banner{
	position:relative;
	top:0px;
	width:100%;height:150px;
	text-align:center;
	justify-content:center;
	background: #000000;
}
.rd-banner img{
	position:relative;
	top:0px;
	width:100%;height:150px;
	object-fit:cover;
}
.rd-banner h3{
	position:absolute;
	top:50px;
	font-family: 'Cinzel', serif;
	text-align:center;
	justify-content:center;
	font-size:45px;
	color:#ffffff;
	font-weight:600;
	width:100%;
	letter-spacing:3px;
}
.rd-content{
	position:relative;
	top:5px;
	width:100%;height:auto;
	font-size:16px;
	text-align:justify;
	color:rgba(0,0,0,0.8);
	padding:35px 10em 35px 10em;
	font-family: "Open Sans", sans-serif;
	line-height:25px;
} 
.rd-interest{
	position:relative;
	top:5px;
	width:100%;height:85%;
	justify-content:center;
	text-align:center;
}
.rd-interest img{
	width:80%;
}	
/* fixed deposite page ends*/

/* MIS page starts*/
.mis-banner{
	position:relative;
	top:0px;
	width:100%;height:150px;
	background: #1d212b;
	text-align:center;
	justify-content:center;
}
.mis-banner img{
	position:relative;
	top:0px;
	width:100%;height:150px;
	object-fit:cover;
}
.mis-banner h3{
	position:absolute;
	top:50px;
	font-family: 'Cinzel', serif;
	text-align:center;
	justify-content:center;
	font-size:45px;
	color:#000000;
	font-weight:600;
	width:100%;
	letter-spacing:3px;
}
.mis-block{
	position:relative;
	top:0px;
	width:100%;
	display: grid;
	grid-template-columns: 2fr 1fr ;
	column-gap:0px;
	justify-content: center;
	text-align:justify;
	font-family: "Open Sans", sans-serif;
}
.mis-block-content{
	position: relative;
	top:0px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
	text-align: justify;
}
.mis-block-content .mis-p1{
	margin-top:10px;
}
.mis-block-content .mis-p1, .mis-p2, .mis-p3{
	padding:15px 25px 0px 60px;
	color:rgba(0,0,0,0.8);
	font-size:15px;
}

.mis-p3{
	font-weight:bold;
}
.mis-block-content .mis-p4 {
	font-size:15px;
}
.mis-block-content li{
	font-size:15px;
	margin:15px 0px 0px 100px; 
}
.mis-block-content img{
	width:90%;height:auto;
	margin-top:25px;
	margin-left:0px;
	object-fit:cover;
}

/* MIS page Ends*/

/* srinidhi page starts*/
.srinidhi-banner{
	position:relative;
	top:0px;
	width:100%;height:150px;
	background: #1d212b;
	text-align:center;
	justify-content:center;
}
.srinidhi-banner img{
	position:relative;
	top:0px;
	width:100%;height:150px;
	object-fit:cover;
}
.srinidhi-banner h3{
	position:absolute;
	top:50px;
	font-family: 'Cinzel', serif;
	text-align:center;
	justify-content:center;
	font-size:45px;
	color:#000000;
	font-weight:600;
	width:100%;
	letter-spacing:3px;
}
.srinidhi-block{
	position:relative;
	top:0px;
	width:100%;
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap:0px;
	justify-content: center;
	text-align:justify;
	font-family: "Open Sans", sans-serif;
}
.srinidhi-block-content{
	position: relative;
	top:0px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
	text-align: justify;
}
.srinidhi-block-content .srinidhi-p1{
	margin-top:38px;
}
.srinidhi-block-content .srinidhi-p1, .srinidhi-p3{
	padding:10px 25px 0px 60px;
	color:rgba(0,0,0,0.8);
	font-size:15px;
}
.srinidhi-p3{
	font-weight:bold;
}
.srinidhi-block-content .srinidhi-p4 {
	font-size:15px;
}
.srinidhi-block-content li{
	font-size:15px;
	margin:15px 0px 0px 100px; 
}
.srinidhi-block-content img{
	width:85%;height:auto;
	margin-right:25px;
}

/* srinidhi page Ends*/

/* Samruddhi page starts*/
.samruddhi-banner{
	position:relative;
	top:0px;
	width:100%;height:150px;
	background: #1d212b;
	text-align:center;
	justify-content:center;
}
.samruddhi-banner img{
	position:relative;
	top:0px;
	width:100%;height:150px;
	object-fit:cover;
}
.samruddhi-banner h3{
	position:absolute;
	top:50px;
	font-family: 'Cinzel', serif;
	text-align:center;
	justify-content:center;
	font-size:45px;
	color:#000000;
	font-weight:600;
	width:100%;
	letter-spacing:3px;
}
.samruddhi-block{
	position:relative;
	top:0px;
	width:100%;
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap:0px;
	justify-content: center;
	text-align:justify;
	font-family: "Open Sans", sans-serif;
}
.samruddhi-block-content{
	position: relative;
	top:0px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
	text-align: justify;
}
.samruddhi-block-content .samruddhi-p1{
	margin-top:38px;
}
.samruddhi-block-content .samruddhi-p1, .samruddhi-p3{
	padding:10px 25px 0px 60px;
	color:rgba(0,0,0,0.8);
	font-size:15px;
}
.samruddhi-p3{
	font-weight:bold;
}
.samruddhi-block-content .samruddhi-p4 {
	font-size:15px;
}
.samruddhi-block-content li{
	font-size:15px;
	margin:15px 0px 0px 100px; 
}
.samruddhi-block-content img{
	width:95%;height:auto;
	margin-right:25px;
}

/* Samruddhi page Ends*/

/* gold page starts*/
.gold-banner{
	position:relative;
	top:0px;
	width:100%;height:150px;
	background: #1d212b;
	text-align:center;
	justify-content:center;
}
.gold-banner img{
	position:relative;
	top:0px;
	width:100%;height:150px;
	object-fit:cover;
}
.gold-banner h3{
	position:absolute;
	top:50px;
	font-family: 'Cinzel', serif;
	text-align:center;
	justify-content:center;
	font-size:45px;
	color:#ffffff;
	font-weight:none;
	width:100%;
	letter-spacing:3px;
}
.gold-block{
	position:relative;
	top:0px;
	width:100%;
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap:0px;
	justify-content: center;
	text-align:justify;
	font-family: "Open Sans", sans-serif;
}
.gold-block-content{
	position: relative;
	top:0px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
	text-align: justify;
}
.gold-block-content .p5{
	font-size:21px;
	margin-top:25px;
	padding-left:60px;
}
.gold-block-content .gold-p1{
	margin-top:10px;
}
.gold-block-content .gold-p1, .gold-p2, .gold-p3{
	padding:15px 25px 0px 60px;
	color:rgba(0,0,0,0.8);
	font-size:15px;
}
.gold-p3{
	font-weight:bold;
}
.gold-block-content .gold-p4 {
	font-size:15px;
}
.gold-block-content li{
	font-size:15px;
	margin:15px 0px 0px 100px; 
}
.gold-block-content img{
	width:95%;height:auto;
	margin-top:30px;
	margin-right:25px;
}

/* gold page Ends*/

/* doubleD page starts*/
.double-banner{
	position:relative;
	top:0px;
	width:100%;height:150px;
	background: #1d212b;
	text-align:center;
	justify-content:center;
}
.double-banner img{
	position:relative;
	top:0px;
	width:100%;height:150px;
	object-fit:cover;
}
.double-banner h3{
	position:absolute;
	top:50px;
	font-family: 'Cinzel', serif;
	text-align:center;
	justify-content:center;
	font-size:45px;
	color:#000000;
	font-weight:600;
	width:100%;
	letter-spacing:3px;
}
.double-banner .carrers{
	color:#fff;
}
.double-block{
	position:relative;
	top:0px;
	width:100%;
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap:0px;
	justify-content: center;
	text-align:justify;
	font-family: "Open Sans", sans-serif;
}
.double-block-content{
	position: relative;
	top:0px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
	text-align: justify;
}
.double-block-content .p5{
	font-size:21px;
	margin-top:25px;
	padding-left:60px;
}
.double-block-content .double-p1{
	margin-top:10px;
}
.double-block-content .double-p1, .double-p2, .double-p3{
	padding:15px 25px 0px 60px;
	color:rgba(0,0,0,0.8);
	font-size:15px;
}
.double-p3{
	font-weight:bold;
}
.double-block-content .double-p4 {
	font-size:15px;
}
.double-block-content li{
	font-size:15px;
	margin:15px 0px 0px 100px; 
}
.double-block-content img{
	margin-top:29px;
	width:68%;height:auto;
	margin-left:35px;
}

/* gold page Ends*/

/* loans page starts*/
.loans-headding h3{
    position:relative;
	top:0px;left:0;
	width:100%;height:75px;
	padding-top:25px;
	display:flex;
	font-size:35px;
	justify-content:center;
	text-align:center;	
	font-family: 'Cinzel', serif;
	color:#008fd1;
	font-weight:600;
}
.loans-block{
	position:relative;
	top:0px;
	width:100%;
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap:0px;
	justify-content: center;
	text-align:justify;
	font-family: "Open Sans", sans-serif;
}
.loans-block-content{
	position: relative;
	top:0px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
	text-align: justify;
}

.loans-block-content .loans-p1{
	margin-top:15px;
}
.loans-block-content .loans-p1, .loans-p2, .loans-p3{
	padding:15px 25px 0px 60px;
	color:rgba(0,0,0,0.8);
	font-size:15px;
}
.loans-p3{
	font-weight:bold;
}
.loans-block-content .loans-p4 {
	font-size:15px;
}
.loans-block-content li{
	font-size:15px;
	margin:15px 0px 0px 100px; 
}
.loans-block-content img{
	width:85%;height:auto;
	margin-top:30px;
	margin-left:15px;
	border-radius:5px;
}
.ourloans h3{
	position:relative;
	top:0px;left:0;
	width:100%;height:50px;
	padding-top:10px;
	display:flex;
	font-size:35px;
	justify-content:center;
	text-align:center;	
	font-family: 'Cinzel', serif;
	color:#008fd1;
	font-weight:600;
}
.loan-blogs{
	position:relative;
	top:0px;
	width:100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, 19rem);
	column-gap:0px;
	justify-content: center;
	text-align:center;
	font-family: "Open Sans", sans-serif;
}
.loan-blogs-container {
	position: relative;
	top:0px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
	text-align: center;
	border-radius: 1rem;
	margin: 2rem;
}

.loan-blogs .profile-img {
	width: 100%;
	height:15rem;
	border-radius:50%;
	margin-top:0rem;
	object-fit:cover;
  }
  .loan-blogs-container .name{
	  font-weight:400;
	  font-size:21px;
	  opacity:0.9;
  }
.loan-blogs-container p{
	padding-top:25px;
	opacity:0.8;
}
/* loans page Ends*/

/*Gallery page Starts*/
.gallery-block{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px 20px 0 20px;
}

.gallery-heading{
  width: 50%;
  padding-bottom: 50px;
}
.gallery-heading h3{
  font-size: 3em;
  font-weight: bolder;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}

.gallery-heading h3 span{
  font-weight: 100;
}
.gallery-block .box{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

.gallery-block .box .dream{
  display: flex;
  flex-direction: column;
  width: 32.5%;
}

.gallery-block .box .dream img{
  width: 100%;
  padding-bottom: 15px;
  border-radius: 5px;
}

.gallery-block .btn{
  margin: 40px 0 70px 0;
  background: #222;
  padding: 15px 40px ;
  border-radius: 5px;
}

.gallery-block .btn a{
 color: #fff;
 font-size: 1.2em;
 text-decoration: none;
 font-weight: bolder;
 letter-spacing: 3px;
}

/*Gallery page ends*/


/*Carees page Form validation starts*/
/*
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,500&display=swap');
*/

.careers-banner{
	position:relative;
	top:0px;
	width:100%;height:auto;
	object-fit:cover;
}
.careers-banner img{
	position:relative;
	width:100%;height:150px;
	object-fit:cover;
}
.careers-block{
	position:relative;
	top:0px;left:0;bottom:0px;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	margin: 0;
}

.careers-container {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	width: 400px;
	max-width: 100%;
}

.careers-header {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f7f7f7;
	padding: 20px 40px;
}

.careers-header h2 {
	text-align:center;
	margin-left: 0;
}

.form {
	padding: 30px 40px;	
}

.form-control {
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
}

.form-control label {
	display: inline-block;
	margin-bottom: 5px;
}

.form-control input {
	/*background:#ffdee9;*/
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	font-family: inherit;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

.form-control input:focus {
	outline: 0;
	border-color: #777;
}

.form-control.success input {
	border-color: #2ecc71;
}

.form-control.error input {
	border-color: #e74c3c;
}
.form-control select {
	/*background:#ffdee9;*/
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	font-family: inherit;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}
.form-control select:focus {
	outline: 0;
	border-color: #777;
}

.form-control.success select {
	border-color: #2ecc71;
}

.form-control.error select {
	border-color: #e74c3c;
}
.form-control i {
	visibility: hidden;
	position: absolute;
	top: 40px;
	right: 10px;
}

.form-control.success i.fa-check-circle {
	color: #2ecc71;
	visibility: visible;
}

.form-control.error i.fa-exclamation-circle {
	color: #e74c3c;
	visibility: visible;
}

.form-control small {
	color: #e74c3c;
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

.form-control.error small {
	visibility: visible;
}

.form .submit {
	background-color: #008fd1;
	border: 2px solid #008fd1;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-family: inherit;
	font-size: 16px;
	padding: 10px;
	margin-top: 20px;
	margin-left:100px;
	margin-bottom:0;
	width: 38%;
	cursor:pointer;
	text-align:center;
}
/*Carees page Form validation Ends*/

/* Contact-Us page starts*/
.contact-block{
	position:relative;
	top:8px;
	width:100%;height:auto;
	padding-bottom:10px;
	display: grid;
	grid-template-columns: 0.9fr 1fr ;
	column-gap:0px;
	font-family: "Open Sans", sans-serif;

}
.contact-block-content{
	position: relative;
	top:0px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
	background-color: white;
}

.contact-block-content .contact-h2{
    font-family: 'Cinzel', serif;
	margin-top:35px;
	color:#008fd1;
	font-size:35px;
	font-weight:400;
	margin-left:58px;
}
.contact-block-content .contact-h3{
	margin-top:15px;
	margin-left:58px;
	font-size:25px;
	font-weight:400;
}


.contact-block-content .contact-p3, .contact-p4 {
	margin-top:15px;
	margin-left:58px;
	font-size:15px;
	color:#000000;
	opacity:0.8;
	font-weight:500;
	line-height:25px;
}
.contact-block-content .contact-p4{
	line-height:10px;
}
.contact-block-content .contact-p4 a{
	line-height:10px;
	font-weight:bold;
}
.contact-block-content .hour{
	margin-left:58px;
	margin-top:15px;
    margin-bottom:15px;
}
.contact-block-content .check {
    cursor:pointer;
	margin-left:58px;
}
.contact-block-content span{
    color:#008fd1;
}
.contact-block-content .hours{
    margin-left:58px;
    margin-top:15px;
	list-style:none;
	line-height:29px;
	font-size:18px;
    display:none;
}

.contact-block-content #timings:checked ~ .hours{
	display:block;
}
.contact-block-content .timing{
    display:none;
}
.contact-block-content iframe{
	border-radius:5px;
	border:none;
}
.ourbraches h3{
	position:relative;
	top:0px;left:0;
	width:100%;height:75px;
	padding-top:25px;
	display:flex;
	font-size:35px;
	justify-content:center;
	text-align:center;	
	font-family: 'Cinzel', serif;
	color:#008fd1;
	font-weight:400;
	background:#000000;
}
.contact-blogs{
	position:relative;
	top:0px;
	width:100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, 26rem);
	column-gap:0px;
	justify-content: center;
	text-align:center;
	font-family: "Open Sans", sans-serif;
    background:#000000;
}
.contact-blogs-container {
	position: relative;
	top:0px;
	overflow: hidden;
	text-align: center;
	margin: 2rem;
	background:#000000;
    color:#ffffff;
}
.contact-blogs .profile-img {
	width: 100%;
	height:15rem;
	margin-top:0rem;
	object-fit:cover;
  }
.contact-blogs-container .name{
        color:#ffffff;
	  font-weight:500;
	  font-size:21px;
	  opacity:0.9;
	  padding-top:0px;
  }
.contact-blogs-container p{
    margin-top:15px;
    height:75px;
    font-size:15px;
	opacity:0.8;
	line-height:25px;
	color:#ffffff;
}

.contact-blogs-container button{
    margin-top:35px;
    cursor:pointer;
    font-weight:bold;
    padding:15px;
    border-radius:25px;
    border:none;
}

/* Contact-Us page Ends*/

footer{
    position: relative;
	top:25px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #008fd1;
    height: auto;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    padding-top: 30px;
    color: #fff;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-elements{
	list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0 0rem 0;
}
.footer-elements li{
	margin: 0 10px;
}
.footer-elements a{
	text-decoration: none;
    color: #fff;
	font-size:16px;
}
.footer-elements a:hover {
	color:rgba(225,225,225,0.5)
}

.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 5px 3rem 0;
    
}
.socials li{
    margin: 0 10px;
    width:25px;height:25px;
    
}
.socials a{
    text-decoration: none;
    color: #fff;
   /* width:25px;height:25px;*/
}
.socials a i{
    font-size: 21px;
    transition: color .2s ease;

}
.socials a:hover i{
    font-size:21px;
    color:#008fd1;
	background:#ffffff;
	border-radius:50%;
	width:25px;height:25px;
	justify-content:center;
	
}
.footer-bottom{
	position:absolute;
	bottom:-25px;
    background:#008fd1;
    width: 100%;
	padding-top:0px;
    padding-bottom: 30px ;
    text-align: center;
}
.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
/***kar*/
/***rd cal****/
.common-cal {
  position: fixed;
  bottom: 15%;
  left: -14.5%;
  z-index: 1;
  min-height: 40px;
  background:rgb(236, 236, 236);
  width: 17%;
   transition-property: width;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 1s;
}
.common-cal,#panel-cal{
	height:250px
}
#flip-cal {
  float: right;
width: 35px;
height:100%;
background: #ff9f24;
color: #fff;
border: none;
text-orientation: mixed;
writing-mode: sideways-rl;
font-size: 22px;
}
#panel-cal {
  width: 87%;
}
.common-cal input,.common-cal select {
  height: 40px;
  margin: 10px 2%;
  padding: 0 15px;
  border: 0;
  color:#aaa
}
.common-cal input{
	  width: 43%;
}
.common-cal select {
  width: 92%;
  background: #fff;
}
.trig {
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  float: left;
margin-top: 20px;
}
.trig +span{
	display: none;
cursor: pointer;
float: left;
margin-top: 20px;
}
#res-p{
  margin: 10px 1%;
  color: #aaa;
}
.rd-calc-button {
  width: 80px;
  margin: 0 1%;
  height: 30px;
  background: #ff9f24;
  border: none;
	color: #fff;
}
/***rd cal****/
.social {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 100;
}
.social li {
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  list-style-type: none;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  
}

.social li a {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}
.social li:first-child {
background:#3b5998
}
.social li:nth-child(2) {
background:#00aced
}
.social li:nth-child(3) {
background:#df1c31
}
.social li:nth-child(4) {
	background:#007bb6

}
.social li:last-child {
background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);

}
/*for fd*/
#fd-form input{
	width:92%;
	
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
/*for fd*/
/*for home-nav*/
.navbar-schemes{
	display:none;
}
.header-area + .navbar{
height: 40px;
background: #008fd1;
border-top: solid 2px #0a7cb0;
}
.ul-sub-schemes {
  height: 40px;
  list-style: none;
  padding-top: 10px;
}
.ul-sub-schemes {
  height: 40px;
  list-style: none;
  padding-top: 10px;
  text-transform: uppercase;
  float: left;
margin-left: 3%;
}
.header-area + .navbar .ul-sub-schemes .sub-schemes a{
	
}
.list-menus-tog > ul {
  visibility: hidden;
}
@media only screen and (max-width: 998px) {
	.navbar-schemes{display:none !important}
}
/*for home-nav*/
/***kar*/
/**carrers*/
.carrers-fields {
  	background:#f5f4f5;
	padding: 80px 0;
}
.category-list {

    border-radius: 4px;
    overflow: hidden;

}

.cr-section-title{
	text-align:center;
	margin: 0 0 45px;
}
.cr-list {

    margin: 0;
    padding: 0;
    list-style: none;

}
.category-list li a {
  color: #b5b5b5;
}
.category-list li {
  float: left;
  width: 25%;
  font-size: 16px;
  background-color: #fff;
  border-right: 1px solid #e6e3e6;
  border-bottom: 1px solid #e6e3e6;
  text-align: center;
}

.category-list li a {
  color: #b5b5b5;
  display: block;
  padding: 40px 15px;
  text-decoration:none;
  cursor: pointer;
}
.category-list .icon {
  margin-bottom: 5px;
  min-height: 40px;
}
.category-list span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.category-list span:nth-child(2) {
  color: #505050;font-weight:600
}
.category-list .icon img{ -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.category-list .icon img {
  display: inline-block;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.category-list li:hover .icon img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

/**carrers*/
/**login*/
.fgt-pwd {
  margin-top: 25px;
  text-align: center;
  color: #f7c70b;
  font-weight: 600;
  margin-left: 10px;
	font-size: 16px;}
  
 .fgt-pwd,.fgt-pwd:hover,.fgt-pwd:focus {text-decoration:none
}

.login-submit {
  width: 100%;
  border: 0;
  border-radius: 25px;
  padding: 14px;
  background: #f7c70b;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  transition: ease all 0.3s;
}
.login-input input:focus .icon {
  color: #fff;
}
.input-email{
	border-bottom:none !important
}
.form-login input:focus {
	border:0px 0px 3px 0px;
	border-bottom:solid 3px #008fd1;
	transition-delay: 0.5s;
	transform: scale(1.1);
	 transition-delay: 0.5s; /* add a delay of 0.5s to the transition */
  border-width: 3px;
  padding-left: 32px;
}
.form-login input:focus .icon{
	color:#008fd1;
}
.form-login .icon {
  padding: 4px;
  color: #f7c70b;
  min-width: 30px;
  text-align: center;
  line-height: 25px !important;
  position: absolute;
  left: 12px;
}
.form-login .login-input {
  width: 100%;
  margin: 4px 0 10px 0;
padding: 0 10px 10px  25px;
  display: flex;
  position: relative;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out; 
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  border-bottom: 2px solid #f7c70b;
}
.form-login label {
  text-align: left;
  font-size: 13px;
  margin-top: 10px;
  margin-left: 20px;
  display: block;
  color: #f7c70b;
}
.form-login {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}
.inner-login {
  background: url(../gk_images/border.png);
  width: ;
  height: 100%;
  width: 30%;
  position: absolute;
  opacity: 0.1;
  z-index: 0;
}
.login-title {
  text-align: center;
  color: #f7c70b;
}
#login-page {
  display: flex;
  
}
.notice {
  font-size: 13px;
  text-align: center;
  color: #f7c70b;/*#666*/
}
.carrer-modal .login,.carrer-modal .inner-login{
	width: 100% !important;
}
.login {
  width: 30%;
  height: 100%;
  padding: 70px;
  z-index:1
}
.login a {
  margin-top: 25px;
  text-align: center;
}
/**login*/
/*accordion*/
 /* Custom CSS styles */
    .custom-accordion-header {
      background-color: #3498db;
      color: #fff;
      cursor: pointer;
      position: relative;
      padding: 15px;
    }

    .custom-accordion-header .glyphicon {
      position: absolute;
      top: 20px;
      right: 20px;
    }

    .custom-accordion-body {
      background-color: #f5f5f5;
      padding: 10px;
    }