.content_section {
   padding:30px 0; 
}
.top_sec{
	padding:15px 0;
	background-color:#fff;
}
.top_details {
	background-color:#a63346;
	box-shadow:1px 2px 5px rgba(0,0,0,0.5); 
	padding:20px;
} 
.logo_sec {
    box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
}
.top_details .top_box .icon_sec {
    display: inline-block;
    vertical-align: top;
}
.top_details .top_box  .icon_box {
    border: 1px solid #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 4px 0;
}
.top_details .top_box .icon_sec p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 18px;
}
.top_details .top_box .icon_content {
    margin-left: 10px;
}
.top_details .top_box + .top_box {
    margin-left: 20px;
}
/*-----------------------banner----------------------*/
.banner{
	position:relative;
	width:100%; 
}
.banner .border_sec {
    position: absolute;
    width: 100%;
    border-bottom: 3px solid #fff;
    top: 10px;
	z-index:9;
}
.top_nav ul{
	margin-bottom:0;
}
.top_nav ul li {
	display:inline-block;
	vertical-align:top;
}
.nav_outer {
    position: absolute;
    top:0px;
    background-color: rgba(166,51,70,0.85);
	/*background-color: rgba(0,0,0,0.6);*/
    margin: 0 auto;
    left: 0;
    right: 0;
	padding:5px;
	z-index:99;
	text-align: center;
}
.top_nav{
	/*border:1px solid #a63346;*/
	border:1px solid #eee;
}
.top_nav ul li a {
    font-size: 14px;
    padding-left: 12px;
    font-weight:700;
	color:#fff;
}
.top_nav ul li a:hover,
.top_nav ul li a:active{
	color:#f68d43;
}
.top_nav ul li + li {
    border-left: 1px dotted #fff;
}
.top_nav ul li {
    display: inline-block;
    vertical-align: top;
    margin:10px 6px;
}
.br_left{
	/*border-left: 1px dotted #959595;*/
	border-left: 1px dotted #fff;
}
/*.top_nav ul li:last-child {
	border-left:none;
}*/
.top_nav ul li.pdf {
    background: #d0aa00;
    position: relative;
    margin-right: -5px;
    transition: all .3s ease;
}
.top_nav ul li.pdf {
    background: #a63346;
    position: relative;
    transition: all .3s ease;
    /*border-top-left-radius: 26px;*/
    padding: 10px;
    margin: 0;
    right: -11px;
}
.top_nav ul li.pdf a{
	color:#fff;
}
.banner_content {
    position: absolute;
    top: calc(50% - 25px);
	left:102px;
	z-index:9;
}
.banner_content h1{
	color:#fff;
	text-shadow:1px 1px  2px #000;
}
.banner .banner_img img{
	width:100%;
}
.bslider .owl-prev, .bslider .owl-next,.nslider .owl-prev,.nslider .owl-next {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/prevnext.png) no-repeat 0 1px;
    opacity: .4;
    top: calc(50% - -25px);
    margin-top: -25px !important;
    position: absolute;
    background-color: #a63346;
}
.bslider .owl-next,
.nslider .owl-next {
    right: 0;
    background: url(../images/prevnext.png) no-repeat 0 -47px;
    background-color: rgba(0, 0, 0, 0);
    background-color: #a63346;
}
.bslider .owl-prev:hover,.nslider .owl-prev:hover, .bslider .owl-next:hover,.nslider .owl-next:hover {
    opacity: 1;
}
/*------------------about-----------*/
.about_sec{
	padding:50px 0;
}
.title-separator.style-liner {
    width: 70px;
    height: 6px;
}

.title-separator {
    display: inline-block;
    height: 3px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
}
 .title-separator {
    display: inline-block;
    height: 6px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
	 background-color:#f68d43 !important;
}
.title-separator[class*="style-"]:after, .title-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 5px;
    left:70px;
    width: 65px;
    height: 2px;
    background: #a63346;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.title-separator[class*="style-"]:before {
    left: auto;
    right: 70px;
}
.about_sec .title-separator[class*="style-"]:before,
.activities_news .title-separator[class*="style-"]:before{
	display:none;
}
.about_img {
    padding-top:85px;
	padding-bottom:30px;
}
.about_img img{
	transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.about_img:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.23, 0.2, 0.32, 0.2) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.banner_bottom {
/*    background-color:#fff;
    text-align: center;
    padding:20px 0;
    border-top: 5px solid #a63346;
	border-bottom: 5px solid #a63346;
	background-image:url(../images/banner-bottom.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
	position:relative;
	border-top: 5px double #a63346;
	border-bottom: 5px double #a63346;
	background-color:#a63346;
}
.banner_bottom h5 {
    font-family: 'Tangerine', cursive;
    color: #fff;
    font-size: 45px;
    margin-bottom: 0;
    font-weight: 700;
    position: absolute;
    text-align: center;
    left: 110px;
    background-color: rgba(0,0,0,0.5);
    width: 50%;
    margin: 0 auto;
    top: calc(50% - 35px);
    padding: 10px;
    border: 5px solid #fff;
    box-shadow: 1px 3px 4px #000;
}
/*------------------------service----------------*/
.service_sec{
	background-color:#eaeade;
	padding:50px 0;
}
/*------------------news------------------------*/
.news_section {
    padding: 50px 0px;
}
.news{
	border-bottom:2px solid #eee;
}
.news_box + .news_box {
    margin-top:25px;
}
.news h5 {
    margin-bottom: 5px; 
}
.news_box a {
    color: #e33453;
    display: inline-block;
	padding-top: 5px;
}
.news_box .news p{
	margin-bottom:0;
}
/*.news_width {
	width:85%;
}*/
.news-title h5 { 
	color:#a63346;
	min-height: 38px;
}
.newsdiv {
   padding: 20px;
   background-color: #eee;
   text-align: center;
}
.act_content.at_box {
   padding-left: 15px;
}
.at_box {
   width: 45%;
   display: inline-block;
   vertical-align: top;
}
.at_box  h5{
color:#a63346;
}

.activities_news .news{
border-bottom:none;
} 
.activity_box {
    margin-bottom: 10px;
}
.act_img.at_box img {
    height: 130px;
    width: 100%;
}
/*----------bottom-----------------------*/
.bottom{
	background-color:#a63346;
	padding:5px 0;
}
.bottom p{
	font-size:12px;
	margin-bottom:0;
	color:#fff;
}
.bottom a {
	display: inline-block;
	font-weight:700;
	font-style:italic;
}
/*-----------------contact----------------------*/
.contact_sec{
	padding: 50px 0;
}
.contact_sec .contact_box {
    border-right: 3px solid #a63346;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact_sec .contact_box .input_sec + .input_sec {
    margin-top: 15px;
}
.input_sec.submit_bt {
    float: right;
	font-size: 16px;
    border-radius: 3px;
	color:#fff;
}
.contact_sec .contact_box.contact_right{
	border-right:none;
	padding-right:0;
}
.contact_sec .contact_box.contact_right .contact_address p {
    margin-bottom:5px;
	font-size:14px;
	line-height: 20px;
}
.map_sec {
    padding-top: 15px;
}
.contact_box button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 0.875em;
    background: #f6ba18;
    color: #282f39;
    padding: 5px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
    margin-top: 42px;
	cursor: pointer;
}
.contact_box button p {
	border-right:1px solid #a63346;
	display:inline-block;
	margin:5px;
}
.button a {
    display: inline-block;
    vertical-align: top;
    background-color: #dea600;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
}
.address_holder i { 
	padding-right: 10px;
	color:#a63346;
}
.adrs_box {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.adrs_box p{
	margin-bottom:0;
}
.address_holder i.fa-envelope {
    font-size: 11px;
}
address + address {
    margin-top:15px;
}
address {
    margin-bottom: 0px;
}
.contact_sec .contact_box .input_sec.submit_bt {
    margin-top: 30px;
}
.contact_sec .input_sec.submit_bt input[type="submit"] {
	background-color: #a63346;
	padding:10px 15px;
	 border-radius: 3px;
}
/*----------placeholder--------------------*/
input:-moz-placeholder 
{  
    color: #ccc; 
	opacity:1;
}  
input::-moz-placeholder {  
  color: #ccc;  
  opacity:1;
}  
 
input::-webkit-input-placeholder {  
  color: #ccc;  
  opacity:1;
}  

input:-ms-input-placeholder {  
  color: #ccc;  
  opacity:1;
} 
textarea::-webkit-input-placeholder
{
  color:#ccc;
  opacity:1;
}
textarea:-moz-placeholder 
{
  color:#ccc;
  opacity:1;
}
textarea::-moz-placeholder 
{
  color:#ccc;
  opacity:1;
}
textarea:-ms-input-placeholder 
{
  color:#ccc;
  opacity:1;
}
/*-----------activities page-------------*/
.activities_sec {
	padding: 50px 0;
}
.thumb_pic.at_box{
	border:1px solid #eee;
}
/*.activities_details {
    padding-left: 20px;
}*/
.activities_details h5 {
    color: #e33453;
}
.activities {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E7E3E3;
    margin-top: 20px;
}
.activities .thumb_pic {
	padding-top:0px;	
	padding-right: 20px;
}
/*---------microfinance member-------------*/
/*.micro_sec{
	padding: 50px 0;
}*/
/*-------services--------------------*/
.services_sec{
	padding: 50px 0;
}
.card-header {
	padding: 5px 15px;
}
.fa.fa-plus.right_i {
    float: right;
    padding-top: 10px;
	color: #e33453;
}
.bottom a {
	display: inline-block;
	color: #FFF;
}
.news_title h5 {
	color:#a63346;
}
.news_date h6 {
	color:#000;
}
.services_sec .btn-link{
	color:#e33453;
}
/*-------------projects-----------*/
.project_sec{
	padding: 50px 0;
}
.projects_details h5 {
    color: #e33453;
}
project_box {
	position:relative;
}
.projects_details {
    width: 53%;
    position: absolute;
    background-color: rgba(217,231,209,0.5);
    padding:22px;
    top: 0;
    height: 205px !important;
}
.projects_details.f-left {
	left:0px;
}
.projects_details.f-right {
	right:0px;
	text-align:right;
}
.project_box .read_more {
	font-size: 12px;
    border-radius: 3px;
	color:#fff;
}
.project_box .read_more a {
    background-color: #a63346;
    padding: 3px 4px;
    border-radius: 3px;
    color: #fff;
	display:inline-block;
}
.project_sec .col-md-6 {
    padding: 0px;
	background-color:#fff;
}
.read_button span {
    width: 35px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}
.modal-title  {
	color:#e33453;
}

.modal-body {
    max-height: 450px;
    overflow-y: auto;
}
/*--------------microfinance-------------*/
.left-nav > ul > li {
    width: 100%;
    color: #fff;
    background-image: url(../images/dropdown-menu-bg.png);
    background-repeat: repeat-x;
}
.left-nav > ul > li > a {
    background: url(images/drop-down-arrow-right.png) no-repeat 10px center;
    display: inline-block;
    padding: 7px 27px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #1b1b1b;
    transition: all 0.4s ease 0s;
}
.left-nav a {
    width: 100%;
}
.left-nav ul {
    width: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.left-nav ul.sub.active {
    display: block;
}
.microfinace_details {
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	border-color: #ddd;
	border: 1px solid transparent;
	float:right;
}
.left_nav {
	float:left
}
/*-------------------gallery--------------------*/
.gallery_sec {
	padding: 50px 0;	
}
.content_sec{
	padding:50px 0;
}
.our_gallery {
    text-align: center;
}
.our_gallery .head_sec h2{
	background-position: center 35px;
}
.our_gallery .gallery_sec .gallery_box {
    display: inline-block;
    vertical-align: top;
    width: 348px;
    margin: 15px;
    position: relative;
    min-height: 370px;
}
.gallery_sec {
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: 0px -10px;
	padding-top:20px;
}
.our_gallery .gallery_sec .gallery_box  .g_content{
    position: absolute;
    bottom: 62px;
    text-align: center;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding: 25px 15px;
    height: 80px;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-35px);
    transform: translateY(22px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border: 1px solid #f68d43;
}
.our_gallery .gallery_sec .gallery_box  .g_head h5{
	margin-bottom:0;
}
.round_sec a{
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background: url(../../images/img-sp.png) no-repeat 7px -40px #f6893d;
    font-size: 130%;
    color: #fff;
    top:0px;
    right: 10px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.round_sec a:hover{
	background: url(../../images/img-sp.png) no-repeat 7px -40px #e33453;
}
.our_gallery .gallery_sec .gallery_box:hover .g_content{
	transform: translateY(0px);
	background-color: rgba(255,255,255,0.95);
}
.pp_social {
    display: none !important;
}
.g_head h5 {
	color:#a63346;	
}
/*----------------------float------------------------*/
.float_box{
	position:fixed;
	bottom:0;
	background-color:#f68d43;
	right:0;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	text-align:center;
	z-index:9;
	width:150px;
	opacity:0.8;
}
.float_box:hover{
	opacity:1;
}
.float_box a{
	color:#fff !important;
	padding:10px 0;
	font-size:12px;
}
.last_icon {
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
	vertical-align: -webkit-baseline-middle;
}
.last_icon a{ 
	display:inline-block;
	color:#fff;
}
.last_icon a.dwnload{ 
	margin-left:10px;
	text-decoration:underline;
}
.last_icon a.dwnload:hover{
	color:#f68d43;
}
.last_icon a.dwnload{ 
	display:none;
}
/*----------dropdown-------------*/
.dropdown, .dropup {
    display: inline-block;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	cursor:pointer;
	color:#fff;
}
.dropdown li a {
    display: inline-block;
    vertical-align: top;
}
.top_nav ul .dropdown-menu ul li+li{
	border-left:0;
}
.top_nav ul .dropdown-menu ul li a.dropdown-item{
	font-size:12px;
	display: block;
    font-family: 'Asap-Regular';
    font-weight: 400;
}
.dropdown-menu {
    min-width: 200px;
}
.top_nav ul .dropdown-menu ul li{
    margin: 5px 3px;
	display:block;
}
a#loan {
    font-weight: 400;
}
.tab-content>.active {
    margin-left: 15px;
}
/*-----------microfinance-----------*/
.microfinance_sec {
	padding: 50px 0;
}
/*---------------about-tab---------------*/
.social_security {
    padding: 20px 0;
}
.social_content p {
    text-align: justify;
}
.w3-container ul {
    margin-left: 20px;
}
.w3-container ul li {
    margin-bottom: 10px;
    padding-left: 10px;
}
.w3-container ul {
  list-style: none;
  padding: 0;
}
.w3-container ul li {
  padding-left: 1em; 
  text-indent: -.7em;
}
.w3-container ul li::before {
    content: "-";
    color:#f68d43;
    font-size: 20px;
    font-weight: 700;
}
.w3-container ul li p {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    margin-bottom: 0;
}
/*----------board of directord-----------*/
.directors_sec {
   padding: 50px 0;
}
.directors_sec .head_sec{
	margin-bottom:20px;
}
.d_img {
	overflow: hidden;
}
.d_img img{
	transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.d_img:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.23, 0.2, 0.32, 0.2) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.d_box.directors_contents {
    width: 68%;
    padding-left: 20px;
    text-align: justify;
}
.d_personal {
    padding: 10px;
}
.d_personal h5{
	margin-bottom:5px;
}
.dbox_outer + .dbox_outer{
	margin-top:20px;
}
.activity_inner {
    border-left: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
	position: relative;
}
.activity_inner h4 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    background: #f68d43 ;
    padding: 10px 0 10px 10px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -1px;
}
.services_list ul {
    margin-left:20px;
	list-style:none;
}
.services_list ul span {
    color: #e33453;
    padding-right: 10px;
    font-weight: 700;
}
.services_list ul li{
	font-size:13px;
}
.services_list ul li + li {
    margin-top: 15px;
}
.services_list {
    padding: 10px 0;
}
.view_all a {
    background-color: #fff;
    padding: 5px 15px;
    position: absolute;
    bottom: -13px;
    display: inline-block;
    right: 0px;
	font-size:14px;
}
.view_all a:hover{
	color:#a63346;
}
.activity_inner + .activity_inner {
    padding-top: 25px;
}
/*-------------lefthead------------------------*/
.directors_sec .title-separator[class*="style-"]::before,
.news_section .title-separator[class*="style-"]::before,
.activities_sec .title-separator[class*="style-"]::before,
.service_inner .title-separator[class*="style-"]::before {
	display:none;
}
/*----------------mobile menu--------------*/
#mob_menu {
    background-color:#a63346;
    color: #fff;
    height: 100%;
    left: -280px;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 280px;
    z-index: 999999;
}
#mob_menu.show_menu {
    left: 0;
}
#mob_menu.hide_menu {
    left: -100;
}
#mob_menu .close_btn a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    margin-top: 5px;
}
#mob_menu ul, #mob_menu ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#mob_menu ul li {
    display: block;
}
#mob_menu ul li a {
    color:#fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
#mob_menu ul li a:hover,
#mob_menu ul li a:focus{
	color:#f68d43;
}
#mob_menu ul li  {
    border-bottom: 1px solid #f1f1f1 !important;
}
.mobile_btn {
    display: none;
}
.a_right {
    text-align: right;
}
#close img {
    width: auto;
}
.mobBt:hover{
	cursor:pointer;
}
span.mobBt {
    border: none;
    display: none;
}
.mobBt{
	display:none;
}
.dropdown span {
    cursor: pointer;
    padding: 4px 15px;
}
/*#mob_menu #dropdownMenuButton a {
    cursor: unset;
}*/
#mob_menu .dropdown-menu ul li a{
	color:#a63346;
}
#mob_menu  .dropdown-toggle::after{
	vertical-align: baseline;
}
/*---------------service----------------*/
.accordion {
    border:1px solid #a63346 !important;
    color: #444;
    cursor: pointer;
    padding:10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition:all linear 0.2s;
}
.accordion::after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion.active::after {
    content: "\2212";
}
.panel {
    padding:10px 20px;
    display: none;
    overflow: hidden;
    background-color: #a63346;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
}
.panel p{
	margin-bottom:0;
}
.service_inner{
	padding:50px 0;
}
.service_faq {
    padding-top: 20px;
}
.services_list .accordion {
    border-color: #b7b7b7 !important;
        border-right-color: rgb(223, 223, 223);
        border-bottom-color: rgb(223, 223, 223);
        border-left-color: rgb(223, 223, 223);
    border-left: none !important;
    border-bottom: none !important;
    border-right: none !important;
}
/*-------------news------------------*/
.bottom a {
	display: inline-block;
	color: #FFF;
}
/*.post-format {
	display: inline-block;
	padding-left: 0;
	width: 100px;
	position: relative;
}*/
.entry-date {
	background-color: #a63346;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 11px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}
.post-format .entry-date::before {
	border-color: rgba(0, 0, 0, 0) #a63346;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	content: " ";
	display: inline-block;
	position: absolute;
	right: -15px;
	top: 26px;
}
.entry-date span {
	display: block;
	font-family: oswald;
	font-size: 29px;
	font-weight: normal;
	margin: 4px auto;
}
/*--------------micro-----------------*/
 /*.micro {
   padding: 50px 0;
	height:600px;
}*/
.micro_contents {
    background: rgba(217,231,209,0.5);
    padding: 15px;
    border-radius: 5px;
	margin-top: 15px;
}
.left_secbox {
    background-color: rgba(217,231,209,0.5);
    margin-top: 15px;
    padding: 10px;
}
.left_secbox ul{
	margin-bottom:0;
	margin-left:20px;
}
.left_secbox ul li{
	list-style-type: circle;
	margin-bottom:10px;
}
.nav-tabs, .left_secbox .nav-tabs > li > a, .left_secbox  .nav-tabs > li.active > a, .left_secbox  .nav-tabs > li.active > a:focus, .left_secbox .nav-tabs > li.active > a:hover{
	border:none;
}
.left_secbox .dropdown li a{
	display:block;
}
.left_secbox  .nav-tabs {
    float: none;
}
.left_secbox ul .dropdown-menu ul {
    margin-left: 0;
}
.left_secbox .tab-content.drop_content {
    background-color: rgba(217,231,209,0.5);
    padding: 20px;
    width: 592px;
	height:auto;
}
.left_secbox .tab-content {
    position: absolute;
    left: 215px;
    top: -37px;
}
.left_secbox .nav-tabs > li {
	float: none;
}
.left_secbox .dropdown-menu {
	position: relative;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #ddd;
}
ul.loan_sub{
	margin-left:0;
}
.drop_content{
	height:206px;
}
.list_left ul {
    margin-left: 25px;
}
ul.loan_list li{
    cursor:pointer;
}
.list_left {
    background-color: rgba(217,231,209,0.5);
    margin-top: 15px;
    padding: 10px;
}
.micro_contents.loansub,
.micro_contents.loansub1,
.micro_contents.loansub2,
.micro_contents.loansub3{
    display:none;
}
.micro_income {
    padding-left: 15px;
}
/*-----------updations------------------*/

.bg-blue {
    position: absolute;
    top:calc(50% - 135px);
    bottom: 0;
    width: 40%;
    height:65%;
    background: rgba(255, 255, 255, 0.88);
    z-index: 9;
	padding:30px;
   /* float: left;
    margin-left: -100px;
    overflow: hidden;
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);*/
    border-bottom-right-radius: 140px;
    left: 116px;
    border-top-left-radius: 140px;
    text-align: center;
	border: 1px solid #f68d43;
	border-right-width:10px;
	border-left-width: 6px;
}
.bg-blue h4{
	color:#a63346;
}
.dropdown-menu a {
    color: #000 !important;
}
.banner.inner_banner {
    position: unset;
}
.banner.inner_banner .nav_outer {
    position: unset;
}
/*-------------max_cooperate---------------*/
.max_cooperate .co_operate {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 31%;
    height: 350px;
    margin: 10px;
    border: 1px solid #fff;
    background-color: #e5e5d9;
}
.max_cooperate .co_operate .co-head {
    position: absolute;
    background-color: #e33453;
    padding: 10px;
    width: 100%;
    text-align: center;
    top: -23px;
}
.max_cooperate .co_operate .co-head h5{
	color:#fff;
	margin-bottom:0;
}
.max_cooperate {
    text-align: center;
    background-color: #eaeade;
	margin-top: 30px;
}
.co_operate .cnt {
    padding: 30px 15px 15px 15px;
}
.contact_infosec p strong {
    display: inline-block;
    vertical-align: top;
}
.contact_infosec p  {
	margin-bottom:0;
}
.rbi img {
    text-align: center;
    margin: 0 auto;
    display: block;
	padding-top: 25px;
}
.bank_icon.bank_dts {
    width:85%;
    padding-left:20px;
}
.bank_icon.bank_dts p {
    font-size: 14px;
    line-height: 20px;
	margin-bottom:5px;
}
.bank_details + .bank_details {
    padding-top: 20px;
}
.bank_head {
    padding: 10px 0;
}
.bank_head h5{
	margin-bottom:0;
}
.read a {
    color: #a63346;
    font-weight: 700;
	font-size:15px;
}
.modal-header .close {
    margin-top: -25px;
    color: red;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner.inner_banner .nav_outer {
    background-color: rgba(166,51,70,1);
}
.mission_box {
    width: 350px;
    height: 350px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    padding: 50px;
    text-align: center;
	margin:0 auto;
	position:relative;
}
.mission_data {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 55px);
    padding: 10px;
}
.mission_data.last_data{
	top: calc(50% - 90px);
}
/*.mission{
	background-image:url(../images/contactinner1.jpg);
	background-position:center;
	background-repeat:no-repeat;
}*/
.mission{
	padding:80px 0 !important;
}
.mission p{
	color:#000;
}
.mission h4{
	color:#a63346;
}
.mission_bottom {
    background-color: rgba(255,255,255,0.8);
    margin-top: 28px;
    padding: 20px;
}
.mission_bottom ul {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 10px;
}
.dropdown-menu.mc {
    width: 260px;
}
.what_micro,
.service_inner,
.mission,
.sucess_stry{
    background-image: url(../images/banner/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.micro_inner1 {
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
}
.micro_inner1 h4,
.micro_inner1 h6,
.micro_inner1 h5 {
    color: #f68d43;
}
.micro_inner1 h6{
	font-size:18px;
}
/*.list_micro .list_left1 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}*/
.list_micro .list_left1 .list_data {
    width: 48%;
}
.list_micro .list_left1 ol {
    padding-left: 22px;
}
.read_more a {
    display: inline-block;
    vertical-align: top;
    background-color: #f68d43;
    padding: 7px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
	transition:linear all 0.5s;
}
.read_more a:hover{
	background-color:#a63346;
}
.micro_inner1 .read_more {
	margin-bottom:20px;
}
.charac_left + .charac_left {
    width: 60%;
    padding-left: 5%;
}
.list_micro {
    margin-bottom: 25px;
}
.charac_left.ch1 {
    padding-top:10%;
}
.micro_inner1 .gr_img + .gr_img {
    padding-top: 20px;
}
.micro_inner1 .role_content {
    width: 45%;
	text-align: justify;
}
.micro_inner1 .role_img,
.fe_sec,
.loan,
.gls {
    margin-top: 3%;
}
.role_content.fea_content {
    width: 52%;
    border: 1px dashed #a63346;
    padding: 10px 10px 0 10px;
}
.features ol li + li {
    margin-top: 15px;
}
.micro_inner1 .gls .role_content {
    width: 48%;
	text-align: center;
}
.micro_inner1 .jlg {
    width: 50%;
}
.micro_inner1  .jlg h6,
.loan_prd_img .role_content h5{
	text-align:center;
	margin-bottom:20px;
}
.loan_img img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.role_content.left_loan{
	padding-top:5%;
}
.table_sec table {
    border: 1px solid #000;
    width: 100%;
}
.table_sec table td {
    border: 1px solid #000;
	padding: 0px 5px;
}
.table_img{
	margin-bottom:10px;
}
.table_sec {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	padding:10px;
}
.table_sec.table_last {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
}
.table_sec.table_last p,
.table_sec.table_last h5{
	text-align:center;
}
.max_gri p span {
    width: 45px;
    display: inline-block;
	vertical-align: top;
}
.max_gri p span.colum_space{
	width:10px;
}
.micro_inner1.grievance{
	padding:80px 30px;
}
.max_gri p a {
    display: inline-block;
    vertical-align: top;
}
.fair_practice {
    text-align: center;
}
.fair_bottom {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.fair_bottom + .fair_bottom {
    margin-left: 30px;
}
.fair_bottom ul li {
    line-height: 40px;
}
/*.what_micro.height_sec {
    height: 100%;
}*/
.over_out {
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
}
.news_innersec {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 10px;
	border:1px solid #ffe59b ;
}
.news_width {
    padding: 20px 10px;
}
.banner_img.owl-carousel.nslider{
	text-align:center;
}
.banner_img.owl-carousel.nslider .news_innersec {
    width: 90%;
    margin: 10px;
}
.project_sec .news-content p {
    min-height: 78px;
}
/*-------------------------*/
.news_left_sec img {
    width: 235px;
	height: 162px;
}
.news_left_sec {
    display: inline-block;
    vertical-align: top;
}
.nw1 {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin: 10px;
	border: 1px solid #dedede;
	text-align: left !important;
}
.news_left_sec + .news_left_sec {
    padding: 5px 5px 5px 20px;
	width: 50%;
}
.about_sec.content_sec.sucess_stry,.career {
    height: 100%;
}
.sucess_content h1 {
    font-size: 35px;
    text-align: center;
    margin-top: 200px;
    background-color: rgba(255,255,255,0.3);
    padding: 30px;
}
.news_box.news_left_sec .news h5.news_head {
    min-height:30px;
	font-weight:700;
}
.newsdiv .read_more {
    padding-top: 30px;
}
.newsdiv .read_more a{
    padding:10px 30px;
}
.mission_box ul {
    text-align: left;
    padding-left: 40%;
}
.annual_reports {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px dotted #d1d1d1;
}
.dwldr a {
    display: inline-block;
}
.micro_inner1 table{
	width:100%;
}
.micro_inner1 table th{
	text-align:center;
}
.about_sec.content_sec h6 {
    color: #000;
}
.client_prtcn {
    padding-top: 30px;
}
.prjct_heading h4 {
    text-align: center;
}
.prjct_heading{
	padding-bottom:30px;
}
.prjct_heading p{
	margin-bottom:10px;
}
.bank_founders {
    padding: 100px 50px;
	text-align:center;
}
.bank_outer {
    display: inline-block;
    vertical-align: top;
	margin: 15px;
}
.bank_outer .bank_icon {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
.bank_outer h5 {
    color: #a63346;
}
.intervention {
    padding: 50px 0;
    background: #eaeade;
}
/**------------------------media-----------*/
@media only screen and (max-width:1300px) {
	.bg-blue {
    	height: 75%;
	}
}
@media only screen and (max-width:1199px) {
	.act_img.at_box {
		border: 1px solid #eee;
		width: 50%;
	}
	.left_secbox .tab-content.drop_content {
    	width: 420px;
	}
	.micro {
    	height: 665px;
	}
	/*--------------directors----------------*/
	.d_box.directors_contents {
    	width: 60%;
	}
	.bg-blue {
    	width:60%;
		top: calc(50% - 112px);
	}
	.news_left_sec img {
		width: 175px;
	}
	.micro_inner1 .role_content {
    	width: 100%;
		text-align:left;
	}
	.role_img.f-right {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.mission_box {
		width: 315px;
		height: 315px;
		padding: 30px;
	}
}
@media only screen and (min-width:992px)  and (max-width:1199px) {
	.top_nav ul li a {
		font-size: 12px;
	}
	/*.logo_sec {
		width: 15%; 
	}*/
	.top_details{
		width: 70%;
	}
	.top_details .top_box + .top_box {
		margin-left: 0px;
	}
	.top_details .top_box{
		margin:5px !important;
	}
}
@media only screen and (max-width: 991px){
	.logo_sec {
		width: 32%;
	}
	.top_box.f-left{
		float:none;
	}
	.top_details .top_box + .top_box {
		margin-left: 0;
		margin-top: 10px;
	}
	.act_img.at_box {
    	width: auto;
	}
	.last_icon a.dwnload{ 
		display:block;
		font-size:12px;
	}
	.float_box{
		display:none;
	}
	/*.news_width {
		width: 80%;
	}*/
	.our_gallery .gallery_sec .gallery_box {
		width: 100%;
	}
	.round_sec a{
		left:0;
		right:0;
		text-align:center;
		margin:0 auto;
		bottom:20px;
	}
	.g_img img {
		height: auto !important;
	}
	.contact_sec .contact_box {
		border-right: none;
		border-bottom: 3px solid #a63346;
	}
	.projects_details {
    	width: 62%;
	}
	.project_box {
		margin-bottom: 20px;
	}
	.micro {
		height: auto;
	}
	.left_secbox .tab-content {
    	position: unset;
	}
	.contact_sec .contact_box {
    	padding-right: 0;
	}
	.nw1 {
    	width: 100%;
	}
	.bg-blue {
		height: 100%;
		position: unset;
		width: 100%;
	}
	.banner_bottom h5 {
		left: 0;
		width: 100%;
	}
	.what_micro.height_sec {
		height: auto;
	}
	.bank_icon.bank_dts {
    	width: 78%;
	}
	.table_sec,
	.table_sec.table_last {
    	width: 100%;
	}
	.table_sec.table_last p {	
		text-align: left;
	}
	.table_sec + .table_sec {
		padding-left: 0;
	}
	.our_gallery .gallery_sec .gallery_box {
		width: 100%;
		margin: 0;
	}
	.g_img img {
		width: 100%;
	}
	.our_gallery .gallery_sec .gallery_box + .gallery_box {
		margin-top: 30px;
	}
	.our_gallery .gallery_sec .gallery_box .g_content{
		height:auto; 
	}
}
@media only screen and (max-width: 767px){
	.top_box.f-left {
		float: left;
	}
	.top_details{
		float:none;
	}
	.logo_sec {
		width: 100%;
		float: none;
		box-shadow: none;
		margin-bottom: 10px;
	}
	.mobBt,
	.logo_sec a {
		display:inline-block;
		vertical-align:top;
	}
	.mobBt{
		padding-top:20px;
	}
	.top_details .top_box + .top_box {
		margin-left: 0;
		margin-top: 0;
	}
	.top_details .top_box {
		margin: 5px !important;
	}
	.head_sec h1{
		font-size:28px;
	}
	.act_content.at_box {
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}
	.nav_outer{
		display:none;
	}
	.banner_content {
		position: unset;
		background-color: #fff;
		padding: 10px 0 5px 0;
		text-align: center;
	}
	.banner_content h1{
		font-size:20px;
	}
	.banner .border_sec{
		top:2px;
	}
	.about_img {
		padding-top: 20px;
	}
	.bslider .owl-prev, .bslider .owl-next{
		display:none; 
	}
	.activities .thumb_pic {
		float: none;
	}
	.activities_details {
		padding-left: 0;
		padding-top: 15px;
	}
	.activities_sec {
		padding: 20px 0;
	}
	/*.news_width {
		width: 75%;
	}*/
	.left_secbox .dropdown-menu {
		width: 100% !important;
	}
	ul.dropdown-menu {
		margin-left: 0;
	}
	.left_secbox .tab-content.drop_content {
		width: 100%;
	}
	/*--------------directors----------------*/
	.d_box.directors_contents {
		width: 100%;
		padding-left: 0;
	}
	.d_contents span {
		width: 100px !important;
	}
	.mobile_menu .dropdown, .mobile_menu .dropup {
		display: block;
	}
	.sucess_content h1 {
    	margin-top: 100px;
	}
	.bank_icon.bank_dts {
		width: 100%;
		padding-left: 0;
		padding-top: 5px;
	}
	.mission_bottom ul {
		display: block;
		width: 100%;
	}
	.mission_bottom ul {
		margin-bottom:0;
	}

}
@media only screen and (max-width:500px){
	.w3-bar .w3-button{
		width:100% !important;
	}
	.w3-container ul {
		margin-left: 10px;
	}
	/*.news_width {
		width: 100%;
		padding-top: 20px;
	}*/
	.adrs_box p {
    font-size: 14px;
	}
	.projects_details {
    	width: 100%;
		position: unset;
	}
	.project_img.f-right {
		float: none;
	}
	.banner_bottom h5{
		font-size:20px;
	}
	.nw1 {
		width: 100%;
		margin:0;
	}
	.nw1 + .nw1 {
		margin-top:10px;
	}
	.news_left_sec img {
		width: 100%;
	}
	.news_left_sec + .news_left_sec {
		padding: 10px;
		width: 100%;
	}
	.mission_box {
		width: auto;
		height: auto;
		margin-top:5px;
		border-radius: 0px;
		padding:10px;
	}
	.list_micro .list_left1 .list_data {
		width: 100%;
	}
	.charac_left.ch1.f-left.text-center {
		float: none;
	}
	.charac_left + .charac_left {
		width: 100%;
		padding-left: 0;
	}
	.micro_inner1 .jlg {
		width: 100%;
		margin-top: 10px;
	}
	.our_gallery .gallery_sec .gallery_box .g_content{
		bottom: 0px;
	}
	.our_gallery .gallery_sec .gallery_box{
	  min-height: auto;
	}
	.mission_data {
    	position: unset;
	}
}
@media only screen and (max-width:360px){
	.top_details .top_box .icon_sec p {
		font-size: 10px;
	}
}