405/* Jansahkar Co-opreative Credit Society Ltd. */

/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
	background: #fff;
	}
body > #wrapper {
	height: auto;
	min-height: 100%;
	
	}	
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:140px;
	display: inline-block;
	}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:234px;
	display: inline-block;
	}
* {
	padding: 0;
	margin: 0;
	}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
	}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
	}
.container:after, .row:after {
	clear: both;
	}
.row {
	margin-left: -10px;
	margin-right: -10px;
	display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
.col-sm-12 {
	-ms-flex:0 0 100%;
  flex:0 0 100%;
	max-width: 100%;
	}
.col-sm-11 {
	-ms-flex:0 0 91.66666667%;
  flex:0 0 91.66666667%;
	max-width: 91.66666667%;
	}
.col-sm-10 {
	-ms-flex:0 0 83.33333333%;
  flex:0 0 83.33333333%;
	max-width: 83.33333333%;
	}
.col-sm-9 {
	-ms-flex:0 0 75%;
  flex:0 0 75%;
	max-width: 75%;
	}
.col-sm-8 {
	-ms-flex:0 0 66.66666667%;
  flex:0 0 66.66666667%;
	max-width: 66.66666667%;
	}
.col-sm-7 {
	-ms-flex:0 0 58.33333333%;
  flex:0 0 58.33333333%;
	max-width: 58.33333333%;
	}
.col-sm-6 {
	-ms-flex:0 0 50%;
  flex:0 0 50%;
	max-width: 50%;
	}
.col-sm-5 {
	-ms-flex:0 0 41.66666667%;
  flex:0 0 41.66666667%;
	max-width: 41.66666667%;
	}
.col-sm-4 {
	-ms-flex:0 0 33.333333%;
  flex:0 0 33.333333%;
	max-width: 33.33333333%;
	}
.col-sm-3 {
	-ms-flex:0 0 25%;
  flex:0 0 25%;
	max-width: 25%;
	}
.col-sm-2 {
	-ms-flex:0 0 16.66666667%;
  flex:0 0 16.66666667%;
	max-width: 16.66666667%;
	}
.col-sm-1 {
	-ms-flex:0 0 8.333333%;
  flex:0 0 8.333333%;
	max-width: 8.33333333%;
	}
.flt-right {
	float: right;
	}
.flt-left {
	float: left;
	}
.dbx{
	display: block;
	}
.mag_top{
	margin:10px 0px 0px 0px;
}
.bdr{
	border:none!important;
}
/* #Buttons Styles
================================================== */
.wd25{
	width:25%;
}
.wd100{
	width:100%;
}
.btn_common {
	float: left;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin: 4% 0 0;
	transition: background-color .3s;
	background:#cb951d;
	color:#fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border:0px;
	border-radius: 5px;
	}
.btn_common:hover {
	background: #f9b214;
	color: #fff;
	}
.btn_common2 {
	width:10%;
	margin: 0 auto;
	position: relative;
	display: block;
	padding: 10px 15px;
	transition: background-color .3s;
	background:#c9b07a;
	color:#fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border:0px;
	border-radius: 5px;
	}
.btn_common2:hover {
	background: #f26b35;
	color: #fff;
	}
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
	}
.text_center {
	text-align: center;
	}
.text_left{
	text-align: left;
}
.dbox{
	display:block;
	}
.mbox{
	display: none;
	}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 10;
	left: 0;
	z-index: 999;
	}
header .top_header{
	width:100%;
	padding:1% 0%;
	background: #cb951d;
	position: relative;
	}
header .top_header .top_contact {
	width: 42%;
	text-align: left;
	float: left;
	}
header .top_header .top_contact ul{
	float: left;
}
header .top_header .top_contact ul li {
	font-size: 14px;
	color: #fff;
	font-weight:400;
	display: inline-block;
	text-align: left;
	padding:0px 10px;
	border-right: 1px solid #fff;
	transition: all 300ms ease 0s;
	}
header .top_header .top_contact ul li:last-child{
	border:none;
	}
header .top_header .top_media {
	width: 15%;
	text-align: right;
	float: right;
	font-size: 13px;
	color:#fff;
	}
header .top_header .top_media a {
	font-size: 13px;
	font-weight:400;
	display: inline-block;
	text-align: center;
	transition: all 300ms ease 0s;
	border-radius: 50%;
	margin-left:7px;
	}
header .top_header .top_media a:first-child{
	padding:0;
	}
header .bg_white{
	width: 100%;
	padding:0px 0px;
	background: #fff;
	/*background-image: linear-gradient(to top left, #1B2F4C, #054772);
  --button-focus-rect-color: #9FD4FF;*/
}
header .bg_white .container{
	display: flex;
	align-items: center;
}
header .bg_white .logo {
	width:25%;
	float:left;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header .bg_white .logo img{
	width:100%;
	}
header .navigation{
	width:75%;
	padding:0px;
	position: relative;
	float: right;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
header.smaller {
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	}
header.smaller .btm_header{
	background:rgba(0,0,0,0.6);
	}
header.smaller .bg_white .logo {
	width:18%;
	}
header.smaller .navigation{
	width: 81%;
}
header.smaller .bg_white{
	padding: 0px 0px;
}
/*Banner
================================================== */ 
.banner{
  width:100%;
  position: relative;
  margin:0 auto;
}

.slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 100px;

}

/* Overlay (dark effect for readability) */
.slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.1);
}

/* Text Content */
.banner-content {
    position: relative;
    background: #fff;
    padding: 30px;
    max-width: 500px;
    margin-left: 60px;
    z-index: 1;
}

.banner-content h2 {
    font-size:52px;
    color: #214368;
    margin-bottom: 10px;
}

.banner-content p {
    font-size:18px;
    color:#333;
    line-height: 1.6;
}

/* Buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.prev { left: 10px; }
.next { right: 10px; }

/* Responsive */
@media (max-width: 768px) {
    .slide {
        height: 300px;
        padding-right: 0px;
    }
    .banner-content{
    	width: 77%;
    	margin:0 auto;
    	background: rgba(255,255,255,0.6);
    }
    .banner-content h2 {
        font-size: 22px;
    }
    .banner-content p {
        font-size: 14px;
    }
    
}






.banner .tag_line{
	position: absolute;
	left:15%;
	top:18%;
	font-size:32px;
	color:#fff;
	text-align: left;
	font-weight:400;
	padding:4% 0% 0%;
}
.banner .tag_line span{
	:48px;
	dfont-sizeisplay:block;
	color:#fff;
	font-weight:700;
	text-transform: capitalize;
	line-height:52px;
}
.banner .tag_line p{
	font-size:24px;
	color:#135374;
	text-align: left;
	font-weight:600;
	padding:10px 0px;
}
.banner .tag_line p span{
	font-size:54px;
	color:#fff;
	text-align: left;
	font-weight:400;
	padding:0%;
	display: block;
}
.banner .tag_line .btn_one{
	float:left;
	position: absolute;
	display: block;
	padding:5px 10px;
	background-color:#912a90;
 	transition: background-color .3s;
	color: #fff;
	font-size:24px;
	font-weight:600;
	cursor:pointer;
	text-align:center;
	border:none;
	bottom:-43px;
	left:0px;
	border-radius: 10px;
	}
.banner .tag_line .btn_one:hover, .btn_one:focus {
	background:#323876;
	color:#fff;
	}
.banner .tag_line .btn_two{
	float:left;
	position: absolute;
	display: block;
	padding:5px 10px;
	background-color:#EE8579;
 	transition: background-color .3s;
	color: #fff;
	font-size:24px;
	font-weight:600;
	cursor:pointer;
	text-align:center;
	border:none;
	bottom:-110px;
	left:0px;
	border-radius: 10px;
	}
.banner .tag_line .btn_two:hover, .btn_two:focus {
	background:#323876;
	color:#fff;
	}
.banner .tag_line2{
	position: absolute;
	right:19%;
	top:11%;
	font-size:32px;
	color:#fff;
	text-align: left;
	font-weight:400;
	padding:4% 0% 0%;
}
.banner .tag_line2 .title{
	font-size:34px;
	color:#135374;
	font-weight: 700;
	padding-bottom: 10px;
}
.banner .tag_line2 .img_logo{
	width:235px;
	padding-bottom: 10px;
}
.banner .tag_line2 p{
	font-size:34px;
	color:#135374;
	text-align: left;
	font-weight:700;
	padding:10px 0px 0px;
	line-height:42px;
}
.banner .tag_line2 .keypoint{
	font-size:24px;
	color:#135374;
	text-align: left;
	font-weight:700;
	padding:10px 0px 20px;
}
.banner .tag_line2 .btn_one{
	float:left;
	display: block;
	padding:5px 10px;
	background-color:#912a90;
 	transition: background-color .3s;
	color: #fff;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
	text-align:center;
	border:none;
	border-radius: 10px;
	margin-right: 10px;
	}
.banner .tag_line2 .btn_one:hover, .btn_one:focus {
	background:#323876;
	color:#fff;
	}
.banner .tag_line2 .btn_two{
	float:left;
	display: block;
	padding:5px 10px;
	background-color:#EE8579;
 	transition: background-color .3s;
	color: #fff;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
	text-align:center;
	border:none;
	border-radius: 10px;
	}
.banner .tag_line2 .btn_two:hover, .btn_two:focus {
	background:#323876;
	color:#fff;
	}
/*Common Title*/
.common_title{
	width: 100%;
	margin: 0 auto;
	padding:10px 0px;
	position: relative;
	}
.common_title .sub_title{
	font-size:20px;
	font-weight: 400;
	color: #6b6b84;
}
.common_title .title{
	font-size:48px;
	font-weight: 400;
	color: #cb951d;
	padding-bottom: 20px;
	position: relative;
}
.common_title .title:after {
	content: "";
	width:128px;
	height:9px;
	background: url("../images/prayer-head-shp.png") no-repeat;
	bottom:0px;
	left:45%;
	position: absolute;
	display: inline-block;
}
.common_title p{
	font-size:18px;
	font-weight: 400;
	color: #222;
	padding:20px 0px;
	position: relative;
}
/*section one*/
.section_one{
	position: relative;
	background-color: #006ec8;
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  margin-top: -275px;
  padding:0px 20px;
  z-index: 9;
  margin-bottom: 100px;
}
.section_one .col-sm-3 {
  border-right: 1px solid #eee;
  padding:40px 0px;
}
.section_one .col-sm-3:last-child {
  border-right: none;
}
.section_one .single_box {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section_one .icon_thum{
  width:30%;
  margin: 0 auto;
  text-align: center;
}
.section_one .single_box h3{
  font-size:22px;
  color: #fff;
  font-weight:600;
  padding: 10px 0px 0px;
}
.section_one .single_box .percentage{
  font-size:32px;
  color: #fff;
  font-weight: 600;
}
/*section two*/
.section_two{
	width: 100%;
	margin: 0 auto;
	background: #fff url(../images/one-bg.png) no-repeat left top;
	padding:200px 0px 100px;
	position: relative;
}
.section_two .about_lt{
	width:98%;
	height: 400px;
	float: left;
	border:10px solid #cb951d;
	border-radius:5px;
	position: relative;
}
.section_two .about_lt .about_img {
	position: absolute;
	top: -35px;
	right: -20px;
}
.section_two .about_lt_inner{
	width:100%;
	float: left;
	position: relative;
}
.section_two .about_lt .about_img img{
	width: 100%;
	border-radius: 10px;
}
.section_two .about_rt{
	width:100%;
	float: left;
	padding:0px 0px 0px 40px;
}
.section_two .about_rt .sub_title{
	font-size:20px;
	text-align:left;
	font-weight: 400;
	color: #6b6b84;
}
.section_two .about_rt h1.title{
	font-size:48px;
	text-align:left;
	font-weight: 400;
	color: #cb951d;
	padding-bottom: 20px;
	position: relative;
}
.section_two .about_rt h1.title:after {
	content: "";
	width:128px;
	height:9px;
	background: url("../images/prayer-head-shp.png") no-repeat;
	bottom:5px;
	left: 5px;
	position: absolute;
	display: inline-block;
}
.section_two .about_rt p{
	font-size:16px;
	text-align:left;
	font-weight: 400;
	color: #555;
	line-height: 26px;
	padding-top: 10px;
}
.section_two p{
	font-size:16px;
	text-align:left;
	font-weight: 400;
	color: #555;
	line-height: 26px;
	padding-top: 10px;
}

/*Section three*/
.section_three{
	width: 100%;
	margin: 0 auto;
	padding:10px 0px 50px;
	position: relative;
	background:#fff;
	}
.section_three p{
	font-size:18px;
	color:#555;
	font-weight:400;
	line-height: 26px;
	text-align:center;
	padding: 5px 40px;
}
.single-services-item {
  margin:25px 0px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services-item .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 20px;
  margin: -50px auto 0;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
.single-services-item .content h3 {
  margin-bottom: 10px;
  font-size: 25px;
  color: #fbb00a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services-item .content h3 a {
  color: #fbb00a;
}
.single-services-item .content p {
	font-size: 18px;
	color: #6b6b84;
  font-weight:400;
  line-height: 26px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding:0px 0px 10px 0px;
}
.single-services-item .content p a{
	font-size: 18px;
	color: #cb951d;
  font-weight:600;
  line-height: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services-item .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#cb951d), color-stop(#cb951d), color-stop(#f5b11a), color-stop(#fbb00a), to(#fbb00a));
  background: linear-gradient(to right top, #cb951d, #cb951d, #f5b11a, #f5b11a, #fbb00a);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
.single-services-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.single-services-item:hover .content::before {
  height: 100%;
}
.single-services-item:hover .content h3,
.single-services-item:hover .content p,
.single-services-item:hover .content p a{
  color: #ffffff;
}
/*Section four*/
.section_four{
	width: 100%;
	margin: 0 auto;
	padding:80px 0px 30px;
	position: relative;
	background:#fff;
	}
.testimonial_slider{
	margin: 10px 0px;
}
.testimonial-item {
  position: relative;
  padding: 40px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  margin:0px 10px;
}
.testimonial-item .testimonial-author {
  position: relative;
  padding-left: 64px;
  padding-top: 14px;
  padding-bottom: 30px;
  line-height: 18px;
}
.testimonial-item .testimonial-author img {
  position: absolute;
  width: 54px!important;
  height: 54px;
  overflow: hidden;
  left: 0;
  top: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.testimonial-item .testimonial-author .author__title {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.testimonial-item .testimonial-author .author__meta {
  font-size: 15px;
  line-height: 14px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-bottom: 8px;
}
.testimonial-item .testimonial-author:after {
  position: absolute;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 100px;
  font-weight: 900;
  line-height: 0;
  bottom: 50px;
  right: -15px;
  color: #7f8897;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.1;
}
.testimonial-item:hover .testimonial-author:after {
  color: #fff;
}

.testimonial-item .testimonial-desc .testimonial__desc {
	font-size: 15px;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-item:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#006ec8), to(#3ba4fa));
  background-image: linear-gradient(to right, #006ec8, #3ba4fa);
  border-radius: 4px;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonial-item:hover:after {
  height: 100%;
  top: 0;
  bottom: auto;
}

.testimonial-item:hover .testimonial-author:after {
  opacity: 0.2;
}

.testimonial-item:hover .testimonial-desc .testimonial__desc {
  color: #fff;
}

.testimonial-item:hover .testimonial-author .author__title,
.testimonial-item:hover .testimonial-author .author__meta {
  color: #fff;
}
.testimonial_slider .prev_arrow{
  top: -26px;
  position: absolute;
}
.testimonial_slider .next_arrow{
  top: -26px;
  left: -14px;
  position: absolute;
}
/*Section five*/
.section_five{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding:0px 0px 100px;
	position: relative;
	background-image: url("../images/why-choose-us.jpg");
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center; 
}
.section_five .about_lt{
	width:98%;
	float: left;
	position: relative;
}
.section_five .about_lt .about_img {
	position: absolute;
	top: -35px;
	right: -20px;
}
.section_five .about_lt_inner{
	width:100%;
	float: left;
	position: relative;
}
.section_five .about_lt .about_img img{
	width: 100%;
	border-radius: 10px;
}
.section_five .about_rt{
	width:70%;
	float: right;
	padding:5% 0% 0% 25%;
}
.section_five .about_rt .sub_title{
	font-size:20px;
	text-align:left;
	font-weight: 400;
	color: #cb951d;
}
.section_five .about_rt .title{
	font-size:48px;
	text-align:left;
	font-weight: 400;
	color: #fff;
	padding-bottom: 20px;
	position: relative;
}
.section_five .about_rt .title:after {
	content: "";
	width:128px;
	height:9px;
	background: url("../images/prayer-head-shp1.png") no-repeat;
	bottom:-6px;
	left: 5px;
	position: absolute;
	display: inline-block;
}

.about_rt ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.about_rt ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

.about_rt ul li:last-child {
  margin-bottom: 0;
}

.about_rt ul li i {
  position: absolute;
  top: 1px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background:#fff;
  color: #cb951d;
  border-radius: 50%;
  font-size: 18px;
}

.about_rt ul li h3 {
  font-size: 22px;
  color:#fff;
  font-weight: 400;
  padding-bottom: 10px;
}

.about_rt ul li p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
/*section six*/
.commitment-section {
    position: relative;
    width: 100%;
    height:700px;
    background: url("../images/commitment-bg.jpg") no-repeat center center/cover;
    display: flex;
    align-items: flex-end; /* push text to bottom */
}

/* Dark overlay for readability */
.commitment-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
}

/* RIGHT SIDE BOX */
.commitment-content {
		width:35%;
    position: absolute;
    right: 50px;
    top:165px;
    color: #fff;
    padding: 25px;
}

/* Text */
.commitment-content .title {
    font-size:48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.commitment-content p {
    font-size: 18px;
    line-height: 1.6;
}
.section_six{
	width: 100%;
	display: inline-block;
}
.section_six img{
	width: 100%;
}
/*inner banner*/
.inner_banner{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.inner_banner img{
	width: 100%;
}
.inner_banner .banner_title_box{
	position: absolute;
	bottom:0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.inner_banner .banner_title_box .title{
	font-size:44px;
	color:#fff;
	font-weight:600;
	text-transform: uppercase;
	padding:180px 0px;
}
/*Right Menu Start*/
.inner_page_wrap .right_menu_panel{
	width: 100%;
	background:#eee;
	padding:30px 10px 30px 30px;
}
.inner_page_wrap .right_menu_panel h4.title{
	font-size:26px;
	color:#cb951d;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.menu-top-menu-container {
	width: 100%;
}
.menu-top-menu-container * {
		margin: 0;
		padding: 0;
}
.menu-top-menu-container li {
		list-style-type: none;
}
/* do not remove - this makes the submenu open / close */
.menu-top-menu-container ul ul {
		display: none;
}
.menu-top-menu-container li.active>ul {
		display: block;
}
/* first level menu item */
.menu-top-menu-container > ul > li > a {
		position: relative;
		display: block;
		padding:10px 0px 10px;
		font-size: 18px;
		color:#333;
		line-height:20px;
		text-decoration: none;
		font-weight:400;
		transition: all 300ms ease 0s;
		cursor: pointer;
		border-bottom: 1px dashed #cb951d;
}
.menu-top-menu-container > ul > li > a:hover{
	color: #cb951d;
}
.menu-top-menu-container > ul > li > a.selected{
	color: #cb951d!important;
}
.menu-top-menu-container > ul > li > ul > li > a.actives{
	background: #cb951d;
	border-left: 5px solid #cb951d;
}
/*
.menu-top-menu-container > ul > li.menu-item-has-children > a:before {
		content: "\25cf";
		position: absolute;
		left: 5px;
		color: rgba(255, 255, 255, 0.3);
		font-size: 18px;
}*/
/* second level menu item */

.menu-top-menu-container ul ul li a {
		color: #6b6b84;
		text-decoration: none;
		font-size:16px;
		line-height:24px;
		display: block;
		padding:5px 10px 5px 20px;
		transition: all 0.15s;
		position: relative;
}

.menu-top-menu-container ul ul li a:hover{
		background: #b48b3b;
		border-left: 5px solid #605237;
		color: #fff;
}
.menu-top-menu-container ul ul li a.select {
		background: #605237;
		color:#fff;
		border-left: 5px solid #cb951d;
}
/* third level menu item */

.menu-top-menu-container ul ul ul {
		margin-left: 15px;
		border-left: 1px dotted rgba(254, 254, 254, 0.5);
}
/* arrows after closed / open menu items that have children */

.menu-top-menu-container a:not(:only-child):after {
		position: absolute;
		right: 10px;
}

.menu-top-menu-container a:not(:only-child):after {
		font-family:'FontAwesome';
		content: "\f0d7";
		top:11px;
		font-size: 18px;
}

.menu-top-menu-container .active>a:not(:only-child):after {
		font-family:'FontAwesome';
		content: "\f0d8";
		top:0px;
		font-size: 18px;
}
/*Right Menu End*/
.inner_page_wrap{
	width: 100%;
	float: left;
	padding: 40px 0px 150px;
}
.inner_page_wrap .inner_wrap_lt{
	width: 100%;
	float: left;
	padding-bottom:40px;
}
.inner_page_wrap .inner_wrap_rt{
	width: 100%;
	float: left;
	padding-bottom:40px;
}
.inner_page_wrap .inner_wrap_lt .text_holder{
	width: 100%;
	float: left;
	margin:20px 0px 0px;
}
.inner_page_wrap .inner_wrap_lt h3{
	font-size:32px;
	color:#222;
	font-weight: 400;
	text-align: left;
	padding-bottom:5px;
	text-transform: uppercase;
}
.inner_page_wrap .inner_wrap_lt h4{
	font-size:24px;
	color:#222;
	font-weight: 400;
	text-align: left;
	padding-bottom:5px;
	text-transform: capitalize;
}
.inner_page_wrap .inner_wrap_lt p {
  font-size:18px;
  text-align: left;
  font-weight: 400;
  color: #555;
  line-height: 28px;
  padding-top:5px;
}
.inner_page_wrap .inner_wrap_lt ul{
	margin: 0;
	padding: 0 0 0 20px;
	}
.inner_page_wrap .inner_wrap_lt ul ul{
	margin: 0;
	padding: 0 0 0px 20px;
	}
.inner_page_wrap .inner_wrap_lt ul li{
	font-size: 18px;
	color: #555;
	font-weight:400;
	line-height:28px;
	text-align: left;
	display: block;
	padding:5px 0px;
	position: relative;
	}
.inner_page_wrap .inner_wrap_lt ul li a{
	font-size: 16px;
	color: #555;
	font-weight:400;
	line-height:22px;
	text-align: left;
	position: relative;
	transition: all 300ms ease 0s;
	}	
.inner_page_wrap .inner_wrap_lt ul li a:hover{
	color: #72664e;
}	
.inner_page_wrap .inner_wrap_lt ul li strong{
	font-weight: 700;
	}
.inner_page_wrap .inner_wrap_lt ul li:before{
	color: #4c3e23;
	font-family:'FontAwesome';
	font-weight:700; 
	content: "\f0da";
	padding-right: 10px;
	position: absolute;
	left:-16px;
	}
.inner_page_wrap .inner_wrap_lt ul li ul li:before{
	color: #4c3e23;
	font-family:'FontAwesome';
	font-weight:700; 
	content: "\f111";
	padding-right: 10px;
	position: absolute;
	left:-16px;
	font-size:8px;
	}
.inner_page_wrap .inner_wrap_lt ol{
	margin: 0;
	padding: 0 0 20px 20px;
	}
.inner_page_wrap .inner_wrap_lt ol li{
	font-size: 16px;
	color: #555;
	font-weight:400;
	line-height:22px;
	text-align: left;
	padding:5px 0px;
	position: relative;
	}

.inner_page_wrap .common_row{
	width: 100%;
	float: left;
	margin-top:25px;
}
.inner_page_wrap .common_row .common_header{
	width: 100%;
	float: left;
	background:#eee;
	border-top:4px solid #cb951d;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	padding:10px 10px;
	margin-bottom: 10px;
	display: flex;
	align-content: center;
	align-items: center;
}
.inner_page_wrap .common_row .common_header .common_title{
	font-size:16px;
	color:#6b6b84;
	font-weight: 500;
	text-align: left;
	text-transform: capitalize;
}
.inner_page_wrap .common_row h4{
	font-size:16px;
	color:#72664e;
	font-weight:600;
	text-align: left;
	text-transform: capitalize;
}
.inner_page_wrap .common_row h5{
	font-size:15px;
	color:#72664e;
	font-weight:600;
	text-align: left;
	text-transform: capitalize;
	padding-top: 5px;
}
.inner_page_wrap .common_row p{
	font-size:14px;
	color:#4c3e23;
	font-weight:300;
	text-align: left;
}
.inner_page_wrap .common_row .common_header i{
	font-size:26px;
	color:#cb951d;
	float: left;
	padding-right:10px;
}
.inner_page_wrap .common_row .common_btn{
	width: 100%;
	float: left;
	margin:10px 0px 20px;
	padding-bottom: 20px;
	border-bottom:1px solid #cdc2ae;
}
.inner_page_wrap .common_row .common_btn a{
	font-size: 14px;
	color:#fff;
	font-weight:400;
	text-align: left;
	text-transform: capitalize;
	padding:6px 12px;
	background:#cb951d;
	border-radius:10px;
	text-align: center;
	transition: all 300ms ease 0s;
	margin:0px 10px 0px 0px;
}
.inner_page_wrap .common_row .common_btn a:hover{
	color: #fff;
}
.inner_page_wrap .common_row .common_btn a:hover i{
	color: #fff;
}
.active-sub {
    color: #007bff; /* submenu active color */
    font-weight: bold;
}
/* Card Design */
.mission-card {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Titles */
.mission-card h4 {
	font-size: 18px;
    color: #cb951d!important;
    margin-bottom: 15px;
}

/* Grid for Mission & Vision */
.mission-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	margin-top:50px;
}

.mission-grid .mission-card {
    flex: 1;
    min-width: 280px;
}

/* Core Values */
.core-section{
	display:block;
	margin-top:30px;
}
.core-section h3 {
    font-size:26px!important;
    color: #000;
	margin-bottom: 20px;
}
.values {
    display: grid;
     grid-template-columns: repeat(2, 1fr); /* 2 boxes per row */
    gap: 20px;
}

.value-box {
    background: #ffffff;
    padding: 20px;
    border-left: 5px solid #cb951d;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.value-box h4 {
    margin-top: 0;
    color: #004080;
}
@media (max-width: 768px) {
    .values {
        grid-template-columns: 1fr; /* 1 box on mobile */
    }
}
.team_block{
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 25px;
}
.team_block .team_thum{
	width: 100%;
	position: relative;
}
.team_block .team_thum img{
	width: 100%;
	position: relative;
	border-radius: 50%;
}
.team_block .team_content{
	width: 100%;
	position: relative;
	padding:15px 0px;
}
.team_block .team_content .member_name{
	position: relative;
	display: block;
	font-size:18px;
	line-height: 30px;
	font-weight:400;
	text-align: center;
	color: #f26b35;
	margin-bottom:5px;
}
.team_block .team_content .designation {
  position: relative;
  display: block;
  font-size:16px;
  color: #6b6b84;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
}
.team_block .team_content .know_more{
	width:100%;
	display: inline-block;
	text-align: center;
	}
.team_block .team_content .know_more a{
	font-size: 14px;
	color: #6b6b84;
	line-height: 26px;
	text-align: center;
	font-weight:400;
	cursor: pointer;
	transition: all 300ms ease 0s;
	}
.team_block .team_content .know_more a:hover{
	color: #f9a51c;
	}
.team_block .team_content .know_more a::after {
    color: #6b6b84;
    font-family: 'FontAwesome';
    font-weight:600;
    content: "\f0da";
    padding-left: 8px;
	}
.team_block .team_content .know_more:hover a::after {
    color: #f9a51c;
	}
.bod_new{
	width: 74%;
	margin:4% auto 0;
	}
/*Popup*/
.popup_box{
	position:fixed;
	width:100%;
	height:100vh;
	background-color:rgba(0, 0, 0, 0.9);
	z-index:999999999;
	display:none;
	overflow:hidden;
	padding:1%;
	}
.popup_box .Box_Inner{
	width:60%;
	margin:1% auto;
	background:#fff;
	border-radius:5px;
	padding:1% 2% 1%;
	position:relative;
	}
.popup_box .close_btn{
	padding:5px 10px;
	cursor:pointer;
	float:right;
	position:absolute;
	z-index:99;
	right:0;
	top:-1px;
	}	
.popup_box .Box_Inner{
	width:60%;
	margin:1% auto;
	background:#fff;
	border-radius:5px;
	padding:1% 2% 1%;
	position:relative;
	}
.popup_box .close_btn{
	padding:5px 10px;
	cursor:pointer;
	float:right;
	position:absolute;
	z-index:99;
	right:0;
	top:-1px;
	}	
.Box_Inner .d_name{
 	color: #243a6f;
 	text-align: left;
    font-size:22px;
    font-weight:400;
    text-transform: capitalize;
    padding:2% 0 0;
	}
.Box_Inner .designation{
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    line-height: 20px;
	text-align: left;
	font-style: italic;
	padding-bottom: 10px;
	}
.Box_Inner .details{
	padding-bottom: 4%;
	}
.Box_Inner .details p{
	font-size: 14px;
	color: #777777;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
	padding-bottom:10px;
	}
.loan_form{
	width: 100%;
	display: inline-block;
	padding: 40px 0px;
	background:#f1f1f1;
}
.loan_form h3{
	font-size:26px;
	color:#72664e;
	font-weight:600;
	text-align: center;
	text-transform:uppercase;
}
.loan_form .form{
	width:60%;
	margin:0 auto;
	display:block;
	padding: 40px 0px 0px;
	background:#f1f1f1;
}
/*Accordion*/
.accordion-item {
    margin-bottom: 10px;
	margin-top: 20px;
}
.accordion-header {
    width: 100%;
    padding: 10px;
    font-size:18px;
    text-align: left;
    background-color: #f5f5f5;
    color:#333;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-content {
    padding:0px;
    height: auto;
    overflow: hidden;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
    transition: height 0.4s ease;  /* Smooth height transition */
}
.accordion-content .cont-box{
    padding: 20px;
}
.accordion-content p {
        font-size:16px;
        color:#000000;
        font-weight: normal;
    margin: 0;
}
.icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
/*Service*/
.loan-section {
  padding: 50px 0px;
  text-align: center;
}
.loan-section h4 {
  font-size:20px;
  margin:15px 15px 0px;
}
/* GRID */
.loan-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
/* CARD */
.loan-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
  text-align: left;
}
.loan-card:hover {
  transform: translateY(-8px);
}
/* IMAGE */
.loan-card img {
  width: 100%;
  object-fit: cover;
}
/* TEXT */
.loan-card h3 {
  padding: 15px 15px 5px;
  font-size: 18px;
  color: #222;
}
.loan-card p {
  padding: 0 15px 20px;
  font-size: 14px;
  color: #666;
}
/* HIGHLIGHT CARD */
.highlight {
  border: 2px solid #007bff;
}

/* TABLET */
@media (max-width: 992px) {
  .loan-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .loan-container {
    grid-template-columns: 1fr;
  }

  .loan-card img {
    height: 200px;
  }
}

/*Digital Banking Service*/
.digital-section {
  padding:20px 0px;
}


/* ROW */
.digital-row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 30px;
}

/* REVERSE */
.digital-row.reverse {
  flex-direction: row-reverse;
}

/* IMAGE */
.digital-img {
  flex: 1;
}

.digital-img img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* CONTENT */
.digital-content {
  flex: 1;
}

.digital-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #222;
}

.digital-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}



/* TABLET */
@media (max-width: 992px) {
  .digital-row {
    flex-direction: column;
  }

  .digital-row.reverse {
    flex-direction: column;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .digital-section h2 {
    font-size: 26px;
  }

  .digital-img img {
    height: 200px;
  }
}
/*Contact*/
.contact_us h3{
	font-size: 32px;
	color: #222;
	font-weight: 400;
	text-align: left;
	padding-bottom:25px;
	text-transform: uppercase;
}
.contact_us ul.cont {
    padding: 0;
    margin: 0;
}
.contact_us ul.cont li {
    text-decoration: none;
    list-style: none;
    display: block;
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 400;
    padding: 0px 0px 20px 35px;
    position: relative;
    transition: all 300ms ease 0s;
}
.contact_us ul.cont li a {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 400;
}
.contact_us ul.cont li a:hover {
    color: #81b141;
}
.contact_us ul.cont li span {
    position: absolute;
    left: 0;
    top: -14px;
}
.map{
	width: 100%;
	float: left;
}



.contact_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px
}

.contact_box {
    flex: 0 23%;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding:60px 10px;
    margin: 0 10px;
	background: #855419;
	text-align: center;
}
 .contact_box:hover {
	background: #cb951d
}
.contact_box:first-child {
	margin: 0 10px 0 0
}

.contact_box:last-child {
	margin: 0 0 0 10px
}
.contact_box .contact_icon {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	position: relative;
	transition: .3s
}

.contact_box .contact_icon .pen {
	position: absolute;
	font-size: 34px;
	left: 124px;
	top: 8px
}

.contact_box .title {
	font-size:22px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: capitalize;
	transition: .3s
}

.contact_box p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	transition: .3s
}

.contact_box a {
	display: inline-block;
	font-size: 28px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding: 10px 3px;
	transition: .3s
}
/*footer*/
.footer{
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	background: #f1f1f1;
	position: relative;
	padding: 20px 0px;
}
.footer .footer_inner{
	width:98%;
	margin: -100px auto 10px;
	padding: 70px 65px 40px;
	border-radius:25px;
	background:#fff;
  -webkit-box-shadow: 0 0 100px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 100px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 100px rgba(0,0,0,.1);
  box-shadow: 0 0 100px rgba(0,0,0,.1);
}
.footer .footer_inner .footer_box{
	width: 100%;
	float: left;
}
.footer .footer_inner .footer_box .title{
	font-size: 24px;
	color:#222;
	font-weight:400;
	text-align: left;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.footer .footer_inner .footer_box p{
	font-size:13px;
	color:#888;
	font-weight:400;
	text-align: left;
	line-height: 22px;
	margin-bottom: 20px;
}
.footer .footer_inner .footer_box p i{
	color:#f26b35;
}
.footer .footer_inner .footer_box ul{
	padding: 0px;
}
.footer .footer_inner .footer_box ul li{
 display: block;
 border-bottom: 1px dotted #888;
 padding:5px 0px;
}
.footer .footer_inner .footer_box ul li a {
	font-size: 14px;
	color: #888;
	font-weight: 400;
	line-height: 32px;
	list-style: none;
	text-align: left;
	text-decoration: none;
	transition: all .3s
}
.footer .footer_inner .footer_box ul li a::before{
	font-family:'FontAwesome';
	content:'\f105';
    color: #000;
    font-size: 14px;
    padding: 10px 10px 0px 0px;
}
.footer .footer_inner .footer_box ul li a:hover {
	color: #cb951d;
	padding-left: 2%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.footer .footer_inner .footer_box ul.cnt_inf{
	padding: 0px;
}
.footer .footer_inner .footer_box ul.cnt_inf li{
 display: block;
 border-bottom: 1px dotted #888;
 padding:5px 0px;
 font-size: 14px;
	color: #888;
	font-weight: 400;
	line-height: 32px;
}
.footer .footer_inner .footer_box ul.cnt_inf li a {
	font-size: 14px;
	color: #888;
	font-weight: 400;
	line-height: 32px;
	list-style: none;
	text-align: left;
	text-decoration: none;
	transition: all .3s
}
.footer .footer_inner .footer_box ul.cnt_inf li a::before{
	content:unset;
}
.footer .footer_inner .footer_box ul.cnt_inf li a:hover {
	color: #f26b35;
	padding-left: 0%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.footer .newsletter{
 width: 100%;
 padding-bottom: 50px;
}
.footer .newsletter .title{
 font-size: 24px;
 color: #fff;
 font-weight: 400;
 padding: 25px 0px;
}
.footer .newsletter .newsletter_box{
 width: 100%;
 background-color:#fff;
 float: left;
 border-radius:25px;
 margin-top: 10px;
}
.footer .newsletter .newsletter_box input {
  width:75%;
  float: left;
  background-color:#fff;
  border: none;
  padding:20px;
  outline: none;
  font-size: 14px;
  color:#000;
  font-weight: 400;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.footer .newsletter .newsletter_box .search_icon {
  width: 25%;
  float: right;
  cursor: pointer;
  background:#f26b35;
  border-radius:25px;
  font-size: 14px;
  color:#fff;
  font-weight: 400;
  text-align: center;
}

.footer .copyright{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px 0px;
	font-size: 14px;
	color:#6b6b84;
	font-weight: 400;
	text-align: center;
	border-top: 1px dotted #fff;
}




.scrollToTop {
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:105px;
	right:23px;
	display: none;
	width:80px;
	padding:13px;
	z-index:9;
	}
.whatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 8px;
}