@charset "utf-8";
/* CSS Document */


/*

Version: 1.0
Design and Developed by: sculptsoft
*/

.withdrawimg
{
	padding-right:2px !important;
}
body,input,textarea
{
	padding:0;
	margin:0;
    color: #000;
	/*font-family: "Open Sans";*/
 
	
}

*
{
	padding:0;
	margin:0;
}


:focus {
    outline: 0 !important;
}

::-webkit-input-placeholder {
   color: #b5b4b4;
}

/*------------------------- a link Styles ------------------------------ */


a, .btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.uppercase {
	text-transform: uppercase;
}


/* ------------------------  Headings ------------------------------ */


h1, h2, h3, h4, h5, h6 {
	 font-family: Open Sans;
	font-weight: normal;
	color: #29abe2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
}


h2 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
}

h3 {
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 10px;
	font-style: normal;
}

h4 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 18px;
	font-style: normal;
}



h5 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 16px;
	font-style: normal;
}


h6 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
	font-style: normal;
}

ul {
	list-style-type: none;
}


/*===================================== Text Colors ==================================== */


.text-dark {
	color: #242424;
}
.text-theme {
	color: #727272;
}
.text-deco {
	text-decoration:none;
}

/*========================================= Margins ===================================== */








.right-margin-none {
	margin-right: 0px;
}

.right-margin {
	margin-bottom: 20px;
}

/* ============================= divider margins ======================================= */



.sec-margin-top
{
	width: 100%;
	float:left;
	margin-top: 60px;
}

.sec-margin-bottom
{
	width: 100%;
	float:left;
	margin-bottom: 60px;
}

.sec-margin-left
{
	width: 100%;
	float:left;
	margin-top: 30px;
}

.sec-margin-right
{
	width: 100%;
	float:left;
	margin-top: 30px;
}



/* ============================= divider padding ======================================= */



.sec-padding-top
{
	width: 100%;
	float:left;
	padding-top: 60px;
}

.sec-padding-bottom
{
	width: 100%;
	float:left;
	padding-bottom: 60px;
}

.sec-padding-left
{
	width: 100%;
	float:left;
	padding-top: 30px;
}

.sec-padding-right
{
	width: 100%;
	float:left;
	padding-top: 30px;
}



/*----------------------------------- bottom margins------------------------------ */



.bottom-margin-none {
	margin-bottom: 0px !important;
}

.bottom-margin-2 {
    margin-bottom: 15px;
}
.bottom-margin-3 {
    margin-bottom: 30px;
}
.bottom-margin-4 {
    margin-bottom: 40px;
}
.bottom-margin-5 {
    margin-bottom: 50px;
}


/*----------------------------------- top margins------------------------------ */



.top-margin-none {
	margin-top: 0px;
}

.top-margin-1 {
	margin-top: 10px;
}

.top-margin-2 {
    margin-top: 20px !important;
}
.top-margin-22 {
    margin-top: 22px !important;
}
.top-margin-3 {
    margin-top: 30px;
}
.top-margin-4 {
    margin-top: 40px;
}
.top-margin-42 {
    margin-top: 42px;
}
.top-margin-5 {
    margin-top: 50px;
}
.top-margin-81 {
    margin-top: 81px;
}



/*-------------------------------left margins------------------------------*/

.left-margin-none {
	margin-left: 0px;
}




.margin-left-1 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-2 {
    margin-left: 20px;
}
.margin-left-3 {
    margin-left: 30px;
}
.margin-left-4 {
    margin-left: 40px;
}
.margin-left-5 {
    margin-left: 50px;
}
.margin-left-6 {
    margin-left: 60px;
}
.margin-left-7 {
    margin-left: 70px;
}


/*-------------------------------right margins------------------------------*/

.right-margin-none {
	margin-right: 0px;
}




.margin-right-1 {
    margin-right: 10px;
}
.margin-right-2 {
    margin-right: 20px;
}
.margin-right-3 {
    margin-right: 30px;
}
.margin-right-4 {
    margin-right: 40px;
}
.margin-right-5 {
    margin-right: 50px;
}
.margin-right-6 {
    margin-right: 60px;
}
.margin-right-7 {
    margin-right: 70px;
}


/*=============== Divider lines ============= */
.divider-line {
	float: left;
	width: 100%;
}
.divider-line.dashed {
	border-bottom: 1px dashed;
}
.divider-line.solid {
	border-bottom: 1px solid;
}
.divider-line.dark {
	border-bottom-color:#444444;
}
.divider-line.dark-2 {
	border-bottom-color:#343333;
}
.divider-line.light {
	border-bottom-color:#e4e4e4;
}
 .divider-line.top-padding {
	padding-top: 20px;
}
 .divider-line.bottom-margin {
	margin-bottom: 20px;
}
 .divider-line.margin {
	margin: 20px 0;
}

/* Divider Line less width
 ------------------------------ */
.divider-line.shorter-2{
	width: 20%;
}
.divider-line.shorter-3{
	width: 30%;
}
.divider-line.shorter-4{
	width: 40%;
}
 .divider-line.shorter-5{
	width: 50%;
}
.divider-line.shorter-6{
	width: 60%;
}
 .divider-line.shorter-7{
	width: 70%;
}
.divider-line.shorter-8{
	width: 80%;
}
 .divider-line.shorter-9{
	width: 90%;
}

/*=============== Paddings ============= */
.padding12{
        padding: 12px;
    background-color: #29abe2;
    color: white;
        text-transform: uppercase;
}
.no-top-padding {
	padding-top: 0;
}
.padding15
{
    padding: 15px !important;
}
/* ------------------------------------------------ padding top ------------------------------ */
.padding-top-1 {
	padding-top: 10px;
}
.padding-top-2 {
	padding-top: 20px;
}
.padding-top-3 {
	padding-top: 30px;
}
.padding-top-4 {
	padding-top: 40px;
}
.padding-top-5 {
	padding-top: 50px;
}
.padding-top-6 {
	padding-top: 60px;
}


/*  ----------------------------------- left padding -------------------------------- */


.no-left-padding {
	padding-left: 0;
}

.padding-left-1 {
	padding-left: 10px;
}
.padding-left-2 {
	padding-left: 20px;
}
.padding-left-3 {
	padding-left: 30px;
}
.padding-left-4 {
	padding-left: 40px;
}
.padding-left-5 {
	padding-left: 50px;
}
.padding-left-6 {
	padding-left: 60px;
}
.padding-left-7 {
	padding-left: 70px;
}
.padding-left-8 {
	padding-left: 80px;
}

/* ------------------------------------------- right padding ------------------------------ */

 .no-right-padding {
	padding-right: 0;
}


.padding-right-1 {
	padding-right: 10px;
}
.padding-right-2 {
	padding-right: 20px;
}
.padding-right-3 {
	padding-right: 30px;
}
.padding-right-4 {
	padding-right: 40px;
}
.padding-right-5 {
	padding-right: 50px;
}
.padding-right-6 {
	padding-right: 60px;
}
.padding-right-7 {
	padding-right: 70px;
}
.padding-right-8 {
	padding-right: 80px;
}

/* -------------------------------- bottom padding------------------------------ */

 .no-bottom-padding {
	padding-bottom: 0;
}


.padding-bottom-1 {
	padding-bottom: 10px;
}
.padding-bottom-2 {
	padding-bottom: 20px;
}
.padding-bottom-3 {
	padding-bottom: 30px;
}
.padding-bottom-4 {
	padding-bottom: 40px;
}
.padding-bottom-5 {
	padding-bottom: 50px;
}
.padding-bottom-6 {
	padding-bottom: 60px;
}
.padding-bottom-7 {
	padding-bottom: 70px;
}
.padding-bottom-8 {
	padding-bottom: 80px;
}

/* --------------------------------------- font weight styles ------------------------------ */

.font-bold
{
	font-weight:bold;
}

/* button styles
 ------------------------------ */

.btn.btn-large {
	padding: 15px 60px;
}
.btn.btn-small {
	padding: 8px 18px;
}
.btn.btn-small-2 {
	padding: 4px 18px;
}


/*=============== border style ============= */

.border-bottom0
{
	border-bottom:0 !important;
}

/* button background colors
 ------------------------------ */

/* button white
 ------------------------------ */
.btn.btn-white {
	color: #242424;
	background-color: #fff;
}
.btn.btn-white:hover {
	color: #fff;
	background-color: #242424;
}
/* button white
 ------------------------------ */
.btn.btn-bgprimary {
	color: #fff;
	background-color: #0f74ff;
}
.btn.btn-bgprimary:hover {
	color: #fff;
	background-color: #242424;
}
.btn-bgsecondary {
	color: #fff;
	background-color: #39b536;
}
.btn-bgsecondary:hover {
	color: #fff;
	background-color: #242424;
}
/* button dark
 ------------------------------ */
.btn.btn-dark {
	color: #fff;
	background-color: #242424;
}
.btn.btn-dark:hover {
	color: #fff;
	background-color: #3e3e3e;
}
/* button dark-2
 ------------------------------ */
.btn.btn-dark-2 {
	color: #fff;
	background-color: #161616;
}
.btn.btn-dark-2:hover {
	color: #161616;
	background-color: #fff;
}
/* button light
 ------------------------------ */
.btn.btn-light {
	color: #242424;
	background-color: #e9e9e9;
}
.btn.btn-dark-2:hover {
	color: #161616;
	background-color: #fff;
}

/* button with stroke
 ------------------------------ */
.btn.btn-border {
	color: #242424;
	border: 1px solid;
}
/* button border white
 ------------------------------ */
.btn.btn-border.white {
	color: #fff;
	border-color:#fff;
}
.btn.btn-border:hover.white {
	color:#242424;
	background-color:#fff;
	border-color:#fff;
}

/* button border dark
 ------------------------------ */
.btn.btn-border.dark {
	border-color:#242424;
}
.btn.btn-border:hover.dark {
	color:#fff;
	background-color:#242424;
	border-color:#242424;
}

/* button border light
 ------------------------------ */
.btn.btn-border.light {
	border-color:#e4e4e4;
}
.btn.btn-border:hover.light {
	color:#fff;
	background-color:#242424;
	border-color:#242424;
}
/* button border transparent white
 ------------------------------ */
.btn.btn-border.transparent-white {
	color:#fff;
	border-color:rgba(255, 255, 255, 0.4);
}
.btn.btn-border:hover.transparent-white {
	border-color:rgba(255, 255, 255, 0.8);
}
/* button border transparent dark
 ------------------------------ */
.btn.btn-border.transparent-dark {
	color:#fff;
	border-color:rgba(0, 0, 0, 0.4);
}
.btn.btn-border:hover.transparent-dark {
	border-color:rgba(0, 0, 0, 0.8);
}

/* button border primary
 ------------------------------ */
.btn.btn-border.primary {
	color:#0f74ff;
	border-color:#0f74ff;
}
.btn.btn-border:hover.primary {
	color:#fff;
	border-color:#0f74ff;
	background-color:#0f74ff;
}



/*================================================  BMC =============================================== */


#main-part
{
	width:100%;
	float:left;
}


::-moz-selection {
color:#fff;
background-color:#232323
}

::selection {
	color: #fff;
	background-color: #232323
}

.float-left
{
	float:left !important;
}
.float-right
{
	float:right;
}
.clearboth{
    clear: both;
}
a
{
	text-decoration:none;
}

a:hover, a:focus
{
	text-decoration:none;
}

.logo-clr
{
        color: #29abe2;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 1px 3px 4px #ddd;
}

.center-part
{
        margin: 0 auto;
}
.more-link
{
        color: #29abe2;
    font-weight: 700;
    text-align: center;
    /* margin: 0 auto; */
    width: 100%;
    float: left;
    font-size: 15px;
}
.no-borders-custom
{
        margin: 22px 0 !important;
    /* border: 0; */
    height: 0;
}

.main-part{
    background-color: #29abe2;
     padding: 28px;
    height: 246px;

}

/*================================================  BMC Custom =============================================== */
.bmc-custom1
{
    padding-right: 15px;
    padding-left: 15px;
}
.bmc-custom2
{
    font-size: 40px;
   
}
.bmc-custom3
{
        font-size: 17px;
         color: #29abe2;
}
.bmc-custom4
{
    float: right;
    font-size: 20px;
    margin-top: 3px;
}
.bmc-custom5
{
        padding: 0 0 !important;
}
.bmc-custom6
{
        padding: 0 !important;
    margin-top: 0 !important;
}
.bmc-custom7
{
        background-color: #f5f5f5;
    /* margin-top: 0; */
    /* padding-top: 0; */
    padding: 12px;
    height: 50px;
    box-shadow: 1px 1px 1px #ddd;
    border-top: 1px solid #ddd;
}
.bmc-custom8
{
    margin: -35px 0 0 14px !important;
}
.bmc-custom9
{
        padding: 40px 0 !important;
}
.bmc-custom10{
    margin-top: 174px;
    /* float: left; */
    position: absolute;
}
.bmc-custom11{
   width: 100%;
   border-radius: 0;
   text-transform: uppercase;
}

.bmc-custom12
{
    border-bottom: 1px solid #d0cfcf;
    float: left;
    padding: 0px;
    width: 100%;
        margin-top: -4px;
    margin-bottom: 13px;

}
.bmc-custom13
{
    width: 100%;
    text-align: center;
    background-color: #29abe2;
    /* border-bottom: 1px solid; */
    box-shadow: 0px 0px 17px #000;
    /* float: left; */
    position: relative;
    z-index: 999;
    box-shadow: 0 8px 12px -5px #22326e;
}
.bmc-custom14
{
        color: white;
    float: right;
}
.bmc-custom14:hover,.bmc-custom14:focus
{
        color: white;
   text-decoration: underline;
}
.bmc-custom15
{
        border-bottom: 2px solid #ddd;margin-top: 15px;    padding-bottom: 15px;
}
.bmc-custom16{
    margin-top: 15px;
}
.bmc-custom17
{
        position: absolute;
    /* z-index: 1; */
    top: 55px;
    /* display: table; */
    /* margin: 0 auto; */
    text-align: center;
    width: 100%;
    color: white;
    font-size: 23px;
    text-shadow: 1px 1px 1px #000;
}
.bmc-custom18
{
        position: absolute;
    /* z-index: 1; */
    top: 119px;
    /* display: table; */
    /* margin: 0 auto; */
    text-align: center;
    width: 100%;
    color: white;
    font-size: 14px;
    /* text-shadow: 1px 1px 1px #000; */
    padding: 0px 160px;
}
.bmc-custom19
{
    box-shadow: 0 12px 11px -5px rgba(34, 50, 110, 0.74);
    padding: 6px 35px;
}

.map-view
{
	border: 1px solid #ccc;
	padding: 0 15px;
	box-shadow: 1px 2px 7px #ccc;
	-webkit-box-shadow: 1px 2px 7px #ccc;
	-moz-box-shadow: 1px 2px 7px #ccc;
	-ms-box-shadow:1px 2px 7px #ccc;
}



.bmc-custom20{
    box-shadow:0 14px 12px -5px rgba(34, 50, 110, 0.74);
}
.bmc-custom21{
        position: absolute;
    /* top: 10px; */
    padding: 10px;
    color: #9c9a9a;
}
.bmc-custom22
{
        border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
    position: relative;
    top: -1px;
    background-color: transparent !important;
}
.bmc-custom23
{
     text-align: left;
    padding-right: 3px;
}
.bmc-custom24
{
     margin-top: 5px !important;
}
.benifit-img1 {
    width: 100%;
    float: left;
    background-image: url(../img/bank-branch-history.png);
    padding: 30px;
    background-position: center;
        background-size: contain;
}
.benifit-img2 {
    width: 100%;
    float: left;
    background-image: url(../img/termloan.jpg);
    padding: 30px;
    background-position: center;
            background-size: cover;
    background-repeat: no-repeat;
}
.benifit-img3 {
    width: 100%;
    float: left;
    background-image: url(../img/feedback.jpg);
    padding: 30px;
    background-position: center;
            background-size: cover;
    background-repeat: no-repeat;
}

.benifit-para1 {
    font-size: 17px;
    text-align: center;
    background-color: rgb(96, 95, 93);
    margin: 20px auto;
    display: table;
    padding: 12px 20px;
    letter-spacing: -1px;
    color: #fdfdfd;
    cursor: default;
}
.padding0
{
    padding: 0;
}

.bmc-custom25{
        border-top: 1px solid #29abe2;
    border-top-width: 4px;
    border-bottom: 1px solid #DFDFDF;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
}
.bmc-custom26
{
        background-color: #29abe2;
}
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
     box-shadow: 0 0 0 3px #29abe2; 
}
.bmc-custom27
{
        background-color: transparent !important;
}
.bmc-custom28
{
        background-color: #F2F2F2;
    /* height: 150px; */
    padding: 40px;
        border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
}
.bmc-custom29
{
    margin-bottom:0;
    
}
.bmc-custom30
{
    position: absolute;
    top: -100px;
}
.bmc-custom31
{
    background: #F4F4F4;
    border-left: 3px solid #CCC;
    border-radius: 5px;
/*    color: #555;*/
    font-size: 1.1em;
    padding: 16px 20px 16px 20px;
    font-weight: 400;
    width: 100%;
}
.bmc-custom32
{
        border: 1px solid #ddd;
    float: left;
    width: 100%;
    padding: 5px;
}
.bmc-custom33
{
        border-right: 1px solid #ddd;
    position: relative;
    top: 0px;
    word-wrap: break-word;
}
.bmc-custom333
{
        border-right: 1px solid #ddd;
    position: relative;
    top: 3px;
}
.bmc-custom34
{
    border-bottom: 1px solid #ddd !important;
    float: left;
    width: 100%;
}
.bmc-custom35
{
   
    width: 100%;
    float: left;
    background-image: url(../img/housingloan.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bmc-custom36
{
   
    width: 100%;
    float: left;
    background-image: url(../img/vehicleloan.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bmc-custom37
{
   
    width: 100%;
    float: left;
    background-image: url(../img/educationloan.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
/*================================================  BMC color =============================================== */
.color-white
{
    color: white !important;
}
.colo-blue
{
    color: #29abe2;
}
.colo-red
{
    color: #e40000 !important;
}

.border-radious-none
{
    border-radius: 0;
}

@media (min-width: 1000px)
{
#footer .container .row > div {
    margin-bottom: 10px;
}
}

@media (max-width: 1000px)
{
.withdrawimg
{
	padding-right:0px !important;
}

.main-part
{
    height: auto;
}
#footer {
    
     margin-top: 0px;
}
.resv-right{
    text-align: right;
}

	.tab-border-none
	{
		border-bottom: none !important;
	}

	.bmc-custom10{
		margin-top: 35px;
		/* float: left; */
		position: relative;
	}


}

@media (max-width: 771px)

{
    .mb20{
        margin-bottom: 20px;
    }
.resp1
{
        border-bottom: 2px solid #ddd;
    margin-top: 15px;
    padding-bottom: 15px;
}

	.bmc-custom17 {

		font-size: 18px;

	}




}
@media (max-width: 675px)
{

.logo-respv{
        margin: 0 auto;
    /* display: block; */
    float: initial !important;
}
	.bmc-custom18 {
		padding: 0px 20px !important;
	}


}
