@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,600,700');
body
{
	color: #000000;
	line-height: 26px;
	font-size: 14px;
	background: #f3f3f3;
	font-family: 'Libre Franklin', sans-serif;
}


/*Header*/
.top-row
{
	background: #2e3092;
	color: #FFF;
}
.top-links
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.top-links li
{
	display: inline-block;
	margin-right: 25px;
}
.top-links li a
{
	font-size: 12px;
	display: block;
	margin: 4px 0px;
	color: #FFF;
	text-transform: uppercase;
}
.top-links li a img
{
	width: 14px;
	position: relative;
	top: -2px;
	margin-right: 4px;
}
.clock-box
{
	float: right;
	margin: 3px 0px;
}
.clock-box span
{
	display: inline-block;
	margin: 0px 5px;
}
.header-row
{
	border-bottom: 2px solid #ed1d24;
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(225,225,225,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(225,225,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(225,225,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}
.main-logo
{
	display: block;	
	margin: 12px 0px;
}
.main-logo img
{
	width: 277px;
}
.ln-btn
{
	float: right;
	margin-left: 10px;
	padding-top: 3px;
}

/*Main Menu*/
.navbar
{
	padding: 0px;
}
.main-menu > li > .nav-link
{
	color: #121212;
	text-transform: uppercase;
	padding: 30px 9px !important;
	font-size: 14px;
}
.main-menu .dropdown-menu
{
	margin-top: -20px;
	border-radius: 0px;
    background: #ed1d24;
	padding: 0px;
}
.main-menu .dropdown-item
{
	color: #FFF;
	padding: 3px 10px;
	border-bottom: 1px solid #d00e15;
}
.main-menu .dropdown-item.active, .main-menu .dropdown-item:active, .main-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d0040a;
}
.navbar-toggler
{
	width: 25px;
	padding: 0px;
	margin-top: 28px;
}
.navbar-toggler:focus
{
	outline: none;
}
.navbar-toggler img
{
	width: 100%;
}


/*Custom Grid for Homepage*/
.cg-t1-c1
{
	float: left;
	width: 75%;
	padding-right: 20px;
}
.cg-t1-c2
{
	float: left;
	width: 25%;
}
.main-container
{
	background: #FFF;
	-webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.2);
	padding: 15px 20px;
}
/**/




/*Slider*/
.main-banner .owl-next, .main-banner .owl-prev
{
	position: absolute;
	top: 40%;
	background: #FFF;
	opacity: .7;	
}
.main-banner .owl-next:hover, .main-banner .owl-prev:hover
{
	opacity: 1;	
}
.main-banner .owl-prev img, .main-banner .owl-next img
{
	width: 10px;
	opacity: .5;
}
.main-banner .owl-next
{
	right: 0px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
	padding: 7px 8px 8px 12px;
}
.main-banner .owl-prev
{
	left: 0px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
	padding: 7px 12px 8px 8px;
}
/**/






/*Slider Right Menu*/
.home-right-menu
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.home-right-menu > li
{
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
}
.home-right-menu > li > a
{
	display: block;
	background: #ed1d24;
	color: #FFF;
	position: relative;
	padding: 7px 5px 7px 50px;
}
.home-right-menu > li > a:hover,.home-right-menu > li > a:focus,.home-right-menu > li > a:active
{
	background: #d0040a;
	text-decoration: none;
}
.home-right-menu > li > a > img
{
	width: 17px;
	position: absolute;
	left: 20px;
	top: 10px;
}
/**/




/*Heading Styles*/
.title-style-1
{
	background: #2e3092;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 7px;
	position: relative;
}
.title-style-1::before
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 32px solid #FFF;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg); /* Standard syntax */
}
.title-style-1::after
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 32px solid #FFF;
}
h2
{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
.title-style-2
{
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 0px;
}
.title-style-2::after
{
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    margin-top: 8px;
    margin-bottom: 18px;
    background: #ed1d24;
}



/*List Styles*/
.list-style-1
{
	margin: 0px;
	padding: 0px 0px 0px 18px;
}



/*Link Box*/
.link-box-1
{
	list-style: none;
	padding: 0px 0px 22px;
	margin: 0px 0px 30px;
	border: 1px solid #e9e9e9;
}
.link-box-1 li a
{
	padding: 3px 5px 7px 10px;
	display: block;
	border-bottom: 1px dotted #CCC;
	margin: 0px 12px;
	font-size: 14px;
	-webkit-transition:.5s all;
	position: relative;
	color: #000;
}
.link-box-1 li a:hover
{
	background: #e8e8e8;
	-webkit-transition:.5s all;
}
.link-box-1 li:first-child
{
    padding: 6px 12px;
    margin: 10px 10px 3px;
    background: #ed1d24;
    color: #FFF;
    font-size: 14px;
}

/*Interest Rate*/
.interest-rate-box
{
	background: #fafafa;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
}
.interest-rate-box h2
{
	background: #ed1d24;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 5px 0px;
	margin: 0px;
}
.interest-rates
{
	padding: 10px;
}
.interest-rates h3
{
	margin: 0px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
}
.interest-rates table tr td
{
	padding: 3px 10px;
}






/**/
.accordion-style-1 .btn
{
	display: block;
	width: 100%;
	text-align: left;
	color: #FFF;
	padding: 0px;
}
.accordion-style-1 p{
	margin-bottom:0px;
}
.accordion-style-1 .btn:hover, .accordion-style-1 .btn:focus
{
	color: #FFF;
	text-decoration: none;
}
.accordion-style-1 .card-header
{
    background-color: #ed1d24;
    padding: 8px 20px;
}
.btn-style-2 {
    display: inline-block;
    background: #2e3092;
    color: #FFF;
    border-radius: 0px;
    margin-top:10px;
    padding: 4px 10px;
}
.btn-style-2:hover {
	color: #FFF;
	text-decoration: none;
}
/**/


/*List Box Style 1*/
.list-box-style-1
{
	margin-top: 25px;
}
.list-box-style-1 h3
{
	background: #2e3092;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 5px 0px;
	margin: 0px;	
}
.list-box-style-1 > ul
{
	list-style: none;
	padding: 12px 0px;
	margin: 0px;
	border: 1px solid #e4e4e4;
	min-height: 245px;
}
.list-box-style-1 > ul > li
{
	margin-bottom: 5px;
	padding: 0px 5px 0px 15px;
	position: relative;
}
.list-box-style-1 > ul > li::before
{
	width: 12px;
	height: 12px;
	position: absolute;
	left: 8px;
	top: 7px;
	content: '';
	border-radius: 50%;
	background: #2e3092;
	z-index: 9;
}
.list-box-style-1 > ul > li > a
{
	background: #f6f6f6;
	display: block;
	padding: 0px 13px;
	color: #000;
	position: relative;
}
.list-box-style-1 > ul > li > a::after
{
    position: absolute;
    right: 0px;
    top: 11px;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 15px solid #ffffff;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.list-box-style-1 > ul > li > a::before
{
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 15px solid #ffffff;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(-90deg);	
}
.list-box-style-1 > ul > li > a:hover,.list-box-style-1 > ul > li > a:focus,.list-box-style-1 > ul > li > a:active
{
	background: #efefef;
	text-decoration: none;
}







/*Home News Box*/
.home-news-bx
{
	background: #efefef;
	margin-top: 30px;
	padding: 10px 13px;
	min-height: 275px;
}
.home-news-bx h3
{
	background: #ed1d24;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 0px;
	margin: 0px;	
	font-size: 14px;
}
.home-news-bx ul
{
	list-style: none;
	margin: 0px;
	padding: 10px 10px;
}
.home-news-bx ul li a
{
	display: block;
	position: relative;
	padding-left: 40px;
	font-size: 12px;
	color: #8e8e8e;
	line-height: 16px;
	padding-bottom: 16px;
}
.home-news-bx ul li a > div
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: #787878;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	line-height: 14px;
	padding: 3px 6px;
	border-radius: 3px;
}
.home-news-bx ul li a > div p
{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
.home-news-bx ul li a h4
{
	margin: 3px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #000;
}
/**/





/*Home Feature images*/
.hm-feature-img
{
	margin: 25px 0px;
}
/**/










/* Table */
		.demo-table {
			border-collapse: collapse;
			font-size: 14px;
			min-width: 537px;
		}

		.demo-table th, 
		.demo-table td {
			border: 1px solid #e6e6e6;
			padding: 7px 17px;
		}
		.demo-table caption {
			margin: 7px;
		}

		/* Table Header */
		.demo-table thead th {
			background-color: #ed1d24;
			color: #FFFFFF;
			border-color: #bd1b1d !important;
		}

		/* Table Body */
		.demo-table tbody td {
			color: #353535;
		}
		.demo-table tbody td:first-child,
		.demo-table tbody td:nth-child(4),
		.demo-table tbody td:last-child {
			text-align: right;
		}
		
		.demo-table tbody td:empty {
			background-color: #ffcccc !important;
			border-color: #ffcccc !important;
		}

		.demo-table tbody tr:nth-child(odd) td {
			background-color: #f7f7f7;
		}
		.demo-table tbody tr:hover td {
			background-color: #d8d8f7;
			border-color: #b3b3e6;
		}

		/* Table Footer */
		.demo-table tfoot th {
			background-color: #e5f5ff;
			text-align: right;
		}
		.demo-table tfoot th:first-child {
			text-align: left;
		}
		.demo-table tbody td:empty
		{
			background-color: #ffcccc;
		}
		
		/* Table 2 */
		.demo-table2 {
			border-collapse: collapse;
			font-size: 14px;
			min-width: 536px;
		}

		.demo-table2 th, 
		.demo-table2 td {
			padding: 7px 17px;
		}
		.demo-table2 caption {
			margin: 7px;
		}

		.demo-table2 thead th:last-child,
		.demo-table2 tfoot th:last-child,
		.demo-table2 tbody td:last-child {
			border: 0;
		}

		/* Table Header */
		.demo-table2 thead th {
			border-right: 1px solid #c7ecc7;
			text-transform: uppercase;
		}

		/* Table Body */
		.demo-table2 tbody td {
			color: #353535;
			border-right: 1px solid #c7ecc7;
		}
		.demo-table2 tbody tr:nth-child(odd) td {
			background-color: #f4fff7;
		}
		.demo-table2 tbody tr:nth-child(even) td {
			background-color: #dbffe5;
		}
		.demo-table2 tbody td:nth-child(4),
		.demo-table2 tbody td:first-child,
		.demo-table2 tbody td:last-child {
			text-align: right;
		}
		.demo-table2 tbody tr:hover td {
			background-color: #ffffa2;
			border-color: #ffff0f;
		}

		/* Table Footer */
		.demo-table2 tfoot th {
			border-right: 1px solid #c7ecc7;
			text-align: right;
		}









/*Footer*/
footer
{
	background: #0d0d0d;
	color: #FFF;
	padding: 30px 0px 0px;
}
.footer-container-1
{
	background: url(../img/logo-bg.png) no-repeat right 50px top;
	background-size: 240px;
	padding-bottom: 40px;
}
footer h2
{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	margin-top: 20px;
}
footer h2::after
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	height: 1px;
	background: #FFF;
	width: 80%;
}

/**/
.quick-links
{
	list-style: none;
	padding: 0px;
}
.quick-links li a
{
	color: #cacaca;
	padding-left: 15px;
	position: relative;
}
.quick-links li a::before
{
	position: absolute;
	left: 0px;
	top: -16px;
	content: '.';
	font-size: 40px;
}
/**/



/**/
.social-footer
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.social-footer li 
{
	display: inline-block;
	margin-right: 6px;
}
.social-footer li a img
{
	width: 15px;
}
.social-footer li a
{
	width: 30px;
	height: 30px;
	line-height: 25px;
	border-radius: 50%;
	display: block;
	text-align: center;
}
.social-footer li a.facebook
{
	background: #233a99;
}
.social-footer li a.twitter
{
	background: #1891d0;
}
.social-footer li a.youtube
{
	background: #c81c22;
}
/**/



/*Footer Base*/
.footer-base
{
	background: #080808;
	color: #575757;
	padding: 10px 0px;
}
.copyright img
{
	width: 52px;
	margin-right: 5px;
}
.powered
{
	text-align: right;
	padding-top: 10px;
}
.powered a
{
	position: relative;
	top: -3px;
}
/**/




/*DM Tab Style*/
.dm-tab .nav-link
{
	padding: 10px 30px;
	background: #ececec;
	color: #000;
}
.dm-tab .nav-link.active
{
	color: #ffffff;
    background-color: #ed1d24;
	border: none;
}
.dm-tab .tab-pane
{
    padding: 25px 20px 80px;
    border: 1px solid #f5f5f5;
}
/**/



/*Member Box*/
.member-box
{
	text-align: center;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    padding: 9px 8px;
	border: 1px solid #F7F7F7;
	margin-bottom: 20px;
}
.member-box img
{
	width: 60%;
}
.member-box h2
{
    font-weight: 400;
    font-size: 17px;
    padding: 7px;
    background: #2e3092;
    color: #FFF;
    margin: 0px 0px 10px;
}
.member-box h3
{
	font-size: 18px;
	font-weight: 400;
	    margin-top: 8px;
	margin-bottom: 4px;
}





/*Common*/
.about-image
{
	float: left;
	margin-right: 30px;
	max-width: 400px;
}
.inner-contents
{
	padding-bottom: 40px;	
}
.page-header
{
	background: #2e3092;
    color: #FFF;
	padding: 15px 20px;
	margin-bottom: 20px;
	border-left: 4px solid #ed1d24;
	position: relative;
}
.page-header h2
{
	margin: 0px;
	padding: 0px;
}
.download-link
{
	display: inline-block;
    background: #0c8c05;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 40px;
	width: 100%;
	margin-bottom: 30px;
}
.download-link:hover
{
	text-decoration: none;
	color: #FFF;
}
.download-link img
{
	width: 30px;
	margin-left: 10px;
	margin-right: 8px;
}
.min-300
{
	min-height: 300px;
}
#gotop {
    color: #FFF;
    background: #2e3092;
}
.more
{
	color: #ed1d24;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
.more:hover
{
	text-decoration: none;
	color: #FF5258;
}
/**/




/**/
.notice-board
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.notice-board li
{
	position: relative;
	padding-left: 75px;
	margin-bottom: 30px;
	display: block;
}
.notice-board li a
{
	color: #e62023;
	font-weight: 400;
}
.notice-board li h2
{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
}
.notice-board li p
{
	margin-bottom:0px;
}
.notice-board li .nb-date
{
	position: absolute;
	left: 0px;
	top: 5px;
	background: #003579;
	color: #FFF;
	text-align: center;
	padding: 7px 10px;
	font-weight: 400;
	line-height: 22px;
}
.notice-board li .nb-date span
{
	display: block;
	font-size: 27px;
}
/**/



/*Contact Address*/
.address-list
{
	list-style: none;
	padding: 0px;
	margin: 30px 0px 0px 10px;
}
.address-list li
{
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	line-height: 22px;
}
.address-list li strong
{
	display: block;
}
.address-list li img
{
	width: 20px;
	position: absolute;
	left: 0px;
	top: 7px;
}
.form-control
{
	border-radius: 0px;
	resize: none;
}
.btn
{
	border-radius: 0px;
}

/**/
.gallery-cover
{
	display: block;
	text-align: center;
	padding: 12px 8px;
	border: 1px solid #CCC;
	color: #003579;
	-webkit-transition:.5s all;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.gallery-cover:hover
{
	color: #FFF;
	background: #ed1d24;
	-webkit-box-shadow: 5px 0px 7px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 5px 0px 7px 0px rgba(0,0,0,0.13);
	box-shadow: 5px 0px 7px 0px rgba(0,0,0,0.13);
	-webkit-transition:.5s all;	
	text-decoration: none;
}
.gallery-image
{
	text-align: center;
	border: 1px solid #CCC;
	padding: 5px 5px 5px;
	display: inline-block;
	color: #000;
	font-size: 15px;
	margin-bottom: 30px;
}
.gallery-image:hover
{
	text-decoration: none;
	color: #000;
}
.back-btn-1
{
	color: #FFF;
	position: absolute;
	right: 20px;
	top: 12px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.back-btn-1 img
{
	width: 26px;
}
.back-btn-1:hover
{
	text-decoration: none;
	color: #FFF;
}




/**/
.page-item:first-child .page-link, .page-item:last-child .page-link
{
    color: #ffffff;
    background-color: #ed1d24;
    border: 1px solid #ed1d24;
	border-radius: 0px;
}
.page-item .page-link
{
	    color: #ed1d24;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
/**/





/*Branches*/
.branch-list
{
	list-style: none;
	padding: 0px 0px 0px 10px;
}
.branch-list li
{
	margin-bottom: 10px;
	position: relative;
	padding-left: 0px;
}
.branch-list li img
{
	width: 20px;
	display: inline-block;
}
.branch-list li i
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.branch-list li strong
{
	color: #bf1a1c;
}
.branches .card-header
{
	background-color: #ed1d24;
	padding: 3px 22px;
	border-radius: 0px;
}
.branches .card-header .btn-link
{
	color: #FFF;
	font-size: 16px;
	padding: 0px;
	width: 100%;
	text-align: left;
	position: relative;
}
.branches .card-header .btn-link::after
{
	position: absolute;
	content: '-';
	right: -4px;
	top: -12px;
	font-weight: 900;
	font-size: 28px;
}
.branches .card-header .btn-link.collapsed::after
{
	content: '+';	
}
.branches .card-header .btn-link:hover, .branches .card-header .btn-link:focus
{
	text-decoration: none;
}
/**/


/**/
.download-pdf-box
{
	padding: 28px 25px 40px;;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 1px 1px 2px 2px #EEE;
    box-shadow: 1px 1px 2px 2px #EEE;
}
.download-pdf-box h3
{
	font-size: 18px;
}
.download-pdf-box p
{
	margin-bottom: 20px;
}
.download-pdf-box a
{
	position: relative;
	border: 2px solid #f4f4f4;
	padding: 8px 15px 10px 19px;
	color: #ed1d24;
	display: block;
	font-weight: bold;
	font-size: 17px;
	margin-top: 17px;
}
.download-pdf-box a img
{
	width:20px;
	margin-right: 8px;
}
/**/



.footer-address img
{
    width:16px;
    margin-right:4px;
}