@font-face {
 font-family: 'Gotham';
 src: url(../font/Gotham-BlackItalic.otf);
}
 @font-face {
 font-family: 'Gotham1';
 src: url(../font/gothambold1.ttf);
 
}
@font-face {
 font-family: 'Gotham2';
 src: url(../font/Gotham-BookItalic.otf);
 
}
@font-face {
 font-family: 'Gotham3';
 src: url(../font/Gotham-Light.otf);
 
}
@font-face {
 font-family: 'Gotham4';
 src: url(../font/Gotham-MediumItalic.otf);
 
}
@font-face {
 font-family: 'Gotham5';
 src: url(../font/LTe50263.ttf);
 
}
@font-face {
 font-family: 'Gotham6';
 src: url(../font/US101.ttf);
 
}
@font-face {
 font-family: 'Gotham7';
 src: url(../font/WINGDNG3.ttf);
 
}
@font-face {
 font-family: 'Gotham8';
 src: url(../font/wingding_0.ttf);
 
}




body{
	padding:0;
	margin:0;
	 background: #fcf8f8;
	position:relative;
	 font-family: 'Gotham3';
	 overflow-x: hidden;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
	text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	 font-family: 'Gotham3';
}	
p{
	margin:0;
	 font-family: 'Gotham3';
	}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.Main-agile {
    position: relative;
    z-index: 9999;
}
.sub-agile{
    position: absolute;
    z-index: 999;
    width: 100%;
	top: 4%;
}




.header{
    position: absolute;
    z-index: 99;
    width: 100%;
	bottom: 8%;
}
.w3l_header_left {
    left: 5%;
}
.w3l_header_right {
    right: 5%;
	margin-top: 1em;
}
.header {
    padding: 1em 0;
    background: transparent !important;
}
.w3l_header_left p {
    display: inline-block;
    font-size: 1.1em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    background: #ff4c4c;
    padding: 1em;
}
.w3l_header_left p span{
	padding-right:1em;
}
.w3l_header_left p a{
	color:#fff;
	text-decoration:none;
}
.w3l_header_left p a:hover{
	color:#999;
}
.w3l_header_left {
    padding-top: 1.1em;
}
/*-- social-icons --*/
.social-icons ul li {
    display: inline-block;
	list-style: none;
}
.social-icons ul li a.fa {
    font-size: 1em;
    color: #fff;
    line-height: 2.8em;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    margin: 8px 5px;
    width: 38px;
    height: 38px;
}
.icon-border {
	position: relative;
} 
.icon-border::before,
.icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
} 
.icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;      
}  
/* facebook */
.icon-border.facebook:hover::before {
	-webkit-box-shadow: inset 0 0 0 48px #3b5998; 
	-moz-box-shadow: inset 0 0 0 48px #3b5998; 
	-o-box-shadow: inset 0 0 0 48px #3b5998; 
	-ms-box-shadow: inset 0 0 0 48px #3b5998; 
	box-shadow: inset 0 0 0 48px #3b5998; 
}  
/* twitter */
.icon-border.twitter:hover::before {
	-webkit-box-shadow: inset 0 0 0 48px #4099ff;
	-moz-box-shadow: inset 0 0 0 48px #4099ff;
	-o-box-shadow: inset 0 0 0 48px #4099ff;
	-ms-box-shadow: inset 0 0 0 48px #4099ff;
	box-shadow: inset 0 0 0 48px #4099ff;
}  
/* google plus */
.icon-border.googleplus:hover::before {
	-webkit-box-shadow: inset 0 0 0 48px #d34836;
	-moz-box-shadow: inset 0 0 0 48px #d34836;
	-o-box-shadow: inset 0 0 0 48px #d34836;
	-ms-box-shadow: inset 0 0 0 48px #d34836;
	box-shadow: inset 0 0 0 48px #d34836;
}   
/* rss */
.icon-border.rss:hover::before {
	-webkit-box-shadow: inset 0 0 0 48px #ee802f;
	-moz-box-shadow: inset 0 0 0 48px #ee802f;
	-o-box-shadow: inset 0 0 0 48px #ee802f;
	-ms-box-shadow: inset 0 0 0 48px #ee802f;
	box-shadow: inset 0 0 0 48px #ee802f;
}  
/*-- //social-icons --*/   






/*-- Counter --*/
.counter-agile {
    position:relative;
	    padding: 7px;
}
.counter-subw3l p {
    position: absolute;
    top: -12%;
    left: 2.5%;
    color: #fff;
    font-size: 1.5em;
    background: #de9d03;
    padding: 0.4em 0em;
    width: 19%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
}
.services-bottom {
   /* background: #1260a2;*/
     }
.agileits_w3layouts_about_counter_left p {
       font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    margin: 0.5em 0 1em;
  /*  background: #669cc2;*/
    text-align: center;
    line-height: 1.9;
}
.agileits_w3layouts_about_counter_left {
    text-align: center;
}
.agileits_w3layouts_about_counter_left h3 {
       color: #000;
    font-size: 1.3em;
    margin: 0 0 0;
    text-transform: uppercase;
	    padding-top: 17px;
		    font-family: 'Gotham1';
}
/*-- //Counter --*/



/*-- Footer --*/
.w3ls-footer-grids{
	background: #282828;
    padding: 50px 0;
}
p.footer-gd {
       color: #000;
       font-size: 10px;
    letter-spacing: 0.5px;
}
p.footer-gd a {
	color: #000;
	   }
.w3l-footer{
	float:left;
}
.w3l-footer h3, .w3l-footer h2 {
    font-size: 1.6em;
    color: #e9a621;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}
p.adam{
	float:right;
	color:#6F6E6E !important;
	font-size:13px !important;
	margin-top:20px;
}
.w3l-footer.one p{
	color: #828282;
    line-height: 22px;
    font-size: 13px;
}
.w3l-footer.two ul{
	margin:0;
	padding:0;
}
.w3l-footer.two ul li{
	list-style-type:none;
	display:block;
    line-height: 1.5em;
	font-size:14px;
	margin: 18px 0;
}
.w3l-footer.three {
    list-style-type: none;
}
.w3l-footer.two ul li i {
    font-size: 13px;
    margin-right: 15px;
    width: 30px;
    text-align: center;
    color: #fff;
    background: #6E65F1;
    padding: 9px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    width: 30px;
    height: 30px;
}
.w3l-footer.two ul li i.fa.fa-facebook {
	background:#5d82d2;
}
.w3l-footer.two ul li i.fa.fa-twitter {
	background:#3bbef5;
}
.w3l-footer.two ul li i.fa.fa-google-plus {
	background:#ea5d4b;
}
.w3l-footer.two ul li i.fa.fa-dribbble {
	background:#f7659b;
}
.w3l-footer.two ul li i.fa.fa-pinterest-p {
	background:#e23139;
}
.w3l-footer.two ul li a{
	color: #908F8F;
    display: block;
    text-decoration: none;
    font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
}
.w3l-footer.three ul li {
    margin-bottom: 15px;
    list-style: none;
}
.w3l-footer.three ul li i {
	float: left;
    font-size: 18px;
    color: #fff;
	line-height: 1.8;
}
.w3l-footer.three ul li p {
    list-style-type: none;
    display: block;
    color: #908F8F;
    font-size: 13px;
    line-height: 21px;
    float: left;
    margin-left: 15px;
}
.w3l-footer.three ul li span {
    display: block;
}
.w3l-footer.one {
    padding-right: 40px;
}
.w3l-footer.three ul li a {
    display: block;
	color:#908F8F;
	float: left;
	margin-lefT: 15px;
	margin-top: 5px;
}
i.fa-envelope-o {
	float:left;
}

.copy-right-grids {
	/*padding: 10px 0px;
    background: #211E1E;*/
		padding-top:11px;
}
.copy-left{
	text-transform: uppercase;
}

.copy-right ul li a:hover,.w3l-footer.three ul li a:hover{
	color:#0099e5;
}
.w3l-footer.two ul li:nth-child(1) a:hover {
	color:#5D82D2;
}
.w3l-footer.two ul li:nth-child(2) a:hover {
	color:#3bbef5;
}
.w3l-footer.two ul li:nth-child(3) a:hover {
	color:#ea5d4b;
}
.w3l-footer.two ul li:nth-child(4) a:hover {
	color:#6e65f1;
}
.w3l-footer.two ul li:nth-child(5) a:hover {
	color:#e23139;
}
.agileinfo_footer_grid ul li{
	list-style-type: none;
    font-size: 14px;
    line-height: 30px;
    color: #999;
	list-style: none;
    padding-left: 1em;
}
.agileinfo_footer_grid ul li span{
	left:-1em;
}
.agileinfo_footer_grid ul li a{
	color:#999;
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
}
.agileinfo_footer_grid ul li a:hover{
	color:#fff;
}
.agileinfo_footer_grid1{
	float:left;
	width:31.45%;
	margin:0 0.3em .3em 0em;
}
/*-- //footer --*/

/*-- bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/up.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/

/*--responsive--*/


/*--//responsive--*/


.header-div
{
	width:100%;
	display:inline-block;
	padding:0px;
	background-color: #fff;
	position: fixed;
    z-index: 999;
    top: 34px;
  /*  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.47);*/
     border-top: 1px solid #cff5f7;
          border-bottom: 3px solid #52c7ff;
}
.menu-ul
{
	    float: right;
		    padding-right: 2px;
}
.menu-ul li
{
	list-style-type:none;
	display:inline-block;
}
.menu-ul a
{
   padding: 7px 6px;
    font-size: 12px;
    text-transform: uppercase;
       color: #00164e;
    text-decoration: none;
    line-height: 82px;
	font-family: 'Gotham1';
	    border: 2px solid #fff;
}
.bank{
    display: inline-block;
    padding-left: 12px;
    font-size: 21px;
    color: #00164e;
    font-family: 'Gotham1';
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0;
    padding-top: 0;
    line-height: 24px;
}

.est{
    display: inline-block;
    font-size: 14px;
    color: #00164e;
    font-family: 'Gotham1';
    text-transform: uppercase;
    padding-top: 0px;
    float: right;
    padding-right: 9%;
}
.logo-name{
       padding-top: 12px;
	       padding-left: 69px;
}
.menu-ul a:hover
{
	border: 2px solid #a10b0c;
	    text-decoration: none;
		
   /* transition: all .6s ease-in-out;*/
   
}	
.activate
{
	/*background-color: #e9a621;*/
    color: #fff !important;
}
.top-links
{
	width:100%;
	display:inline-block;
	position: fixed;
    z-index: 999;
    top: 0;
    background-color: #cff5f7;
    padding-top: 7px;
    padding-bottom: 8px;
	/*color:#a5a5a5;*/
}
.search-form
{
	    background: transparent;
    border: 1px solid #ccc;
    width: 215px;
    padding: 4px 6px;
    font-weight: 400;
    height: 30px;
    color: #7f7d7d;
}
.search-form:focus, .search-form.focus
{
	outline: none;
border: 1px solid #1260a2;
}
.search-icon
{
width: 35px;
    display: inline-block;
    background-color: #e9a621;
    padding: 5px 9px;
    margin-top: 0px;
    position: absolute;
    cursor: pointer;
    margin-left: 2px;
}
.triangle-arrow {
	    border-right: 64px solid transparent;
    border-top: 82px solid #ffffff;
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    right: -64px;
    top: 0;
}
.header-logo
{
	 position: absolute;
 top: -38px;
    z-index: 999;
  padding:7px 0 5px 1px;
  float: left;
}
.top-links .a_links
{
	color: #000;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Gotham1';
	
}
.top-links .a_links:hover
{
	    color: #1260a2;
		text-decoration:none;
}
.slider
{
	margin-top:116px;
}


.banner-img
{
	width:100%;
	
}
.banner-div{
padding-top:20px;
}
.locate-div{
     width: 100%;
    display: inline-block;
       padding: 10px 15px;
    margin-top: 20px;
      padding-bottom: 10px;
      background-color: #cff5f7;
    text-align: left;
}
.slider
{
    width: 100%;
    display: inline-block;
        margin-top: 113px;
  background: #fcf8f8;
	    padding-bottom: 0px;
}
.head-name{
    font-weight: bold;
    text-align: center;
	border-bottom: 1px solid #ccc;
   width: 100px;
    margin: 0 auto;
}
.button{
    text-align: center;
    padding-bottom: 15px;
	padding-top: 10px;

}
.address{
        padding-top: 22px;
    padding-bottom: 10px;
    line-height: 21px;
    font-size: 13px;
}
.news{
      margin: 12px 0px 12px 0px;
    padding: 0px;
    width: 100%;
   height: 43px;
   display: block;
    overflow: hidden;
  /*background: url(../images/news.jpg) no-repeat;*/
      background-color: #cff5f7;

}
.news-grid{
padding-top:0px;
}
.loan-div{
	      padding-top: 12px;


/*width: 100%;
    display: inline-block;
    padding: 6px;
    margin-top: 20px;
    border-radius: 5px;
    padding-left: 10px;
    background-color: #efefef;
    padding-right: 10px;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.41);*/
}
.box-width{
width:24%;
display:inline-block;
}
.counter-grid{
    padding-top: 3px;
}
.counter-name{
/* border: 1px solid #1a4490;*/
      background-color: rgb(255, 185, 184);
}
.box-width h3{
       font-size: 0.8em;
   
}

.box-width p{
    padding-top: 0px;
    font-size: 1.5em;
   font-weight: 700;
   margin: 0.5em 0 0.7em;
    text-align: center;
      line-height: 1;
	color: #000;
	  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	      display: inline-block;
   }

.box-width{
text-align:center;
padding-left: 16px;
 border-right: 1px solid rgba(161, 11, 12, 0.32);   
}

.box-grid{
width:24.5%;
display:inline-block;
    }

.services-grid{
margin-top:15px;
}

.deposite-div{

}
.interest-div{

}
.help-div{

}

.deposite-div{
    width: 100%;
    display: inline-block;
	 border-radius: 5px;
    /*  padding: 6px;
    margin-top: 20px;
    padding-left: 10px;
  padding-right: 10px;
   background-color: #efefef;
   box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.41);*/
}
.interest-div{
    width: 100%;
    display: inline-block;
	 border-radius: 5px;
    /*  padding: 6px;
    margin-top: 20px;
    padding-left: 10px;
     padding-right: 10px;
	  background-color: #efefef;
   box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.41);*/

}

.help-div{
  width: 100%;
    display: inline-block;
    /*  padding: 6px;
  margin-top: 20px;*/
    border-radius: 5px;
    /* padding-left: 10px;
     padding-right: 10px;
  background-color: #efefef;
   box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.41);*/
}





i.home{
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -7px -93px;
	display: block;
	position: absolute;
bottom: 141px;
    right: 76px;
	display:none;

}
i.home1{
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -91px -93px;
	display: block;
	position: absolute;
	   bottom: 144px;
    right: 76px;
	display:none;
}
i.home2{
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -170px -94px;
	display: block;
	position: absolute;
	bottom: 145px;
    right: 55px;
	display:none;
}
i.b_home {
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -7px -93px;
	display: block;
	position: absolute;
	bottom: 77px;
	right: 93px;
}
i.b_home1{
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -91px -93px;
	display: block;
	position: absolute;
	bottom:110px;
	right: 93px;
}
/*.index_img img{
	    border-bottom: 3px solid #a50d0c;
}
.index_img1 img{
	border-bottom:3px solid #f19e1f;
}
.index_img2 img{
	border-bottom:3px solid #88499c;
}
*/
.content_middle{
	background:#f3f1f2;
	
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   border-top-left-radius: 3px;
   -webkit-border-top-left-radius: 3px;
   -moz-border-top-left-radius: 3px;
   -o-border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   -webkit-border-top-right-radius: 3px;
   -moz-border-top-right-radius: 3px;
   -o-border-top-right-radius: 3px;
}
i.search{
	width:20px;
	height:20px;
	background:url(../images/search.png)no-repeat;
	float:left;
}
.view .mask,.view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 258px;
	height: 173px;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
ul.mask_img {
	list-style: none;
	padding: 0 3em;
	margin-top: 1em;
}
ul.mask_img li.star{
	float:left;
	margin-right:2em;
}
ul.mask_img li.set{
	float:left;
}
.info {
    display: inline-block;
	text-decoration: none;
	padding: 8px 20px 5px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	font-size: 0.8125em;
	margin: 2em 0 1em;
	font-weight:100;
}
h3.m_4{
	text-align:center;
	padding:5% 0;
}
h3.m_4 a{
	color:#555;
	text-transform:uppercase;
	font-size:1em;
}
h3.m_4 a:hover{
	color:#FFA540;
}
p.m_5{
	text-align:center;
	color:#999;
	font-size:0.85em;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color:rgba(136, 73, 156, 0.68);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   border-bottom:3px solid #1baf5d;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first ul.mask_img {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
/*.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}*/
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover ul.mask_img,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover ul.mask_img {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.inner_wrap, .inner_wrap2{
	background:#fff;
	padding:1em 1em 1em;
	text-align:center;
	border-bottom-left-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-bottom-left-radius: 3px;
   -o-border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-bottom-right-radius: 3px;
   -o-border-bottom-right-radius: 3px;
}
.inner_wrap h3, .inner_wrap2 h3{
      color: #fff;
    font-size: 0.85em;
    font-weight: 100;
    font-family: 'Gotham1';
    position: absolute;
   top: 87px;
    left: 0px;
}
ul.star1{
	padding:0;
	list-style:none;
	text-align: left;
    font-size: 10px;
	color: #000;
	 margin-top: 22px;
}
ul.star1 li a{
	color:#000;
}
ul.star1 li a img {
	padding-right: 5px;
}
h4.green, h4.yellow, h4.blue{
	color:#1baf5d;
	text-transform:uppercase;
	font-size:0.8125em;
	margin-bottom: 0;
}
h4.yellow{
	color:#f19e1f;
}
h4.blue{
	color:#9055a3;
}
i.m_home {
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -7px -93px;
	display: block;
	position: absolute;
	bottom:135px;
	left: 12px;
}
i.m_home1 {
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -7px -169px;
	display: block;
	position: absolute;
	bottom:135px;
	left: 12px;
}


/*-- sign-up --*/
.w3_modal_body_grid span{
	float: left;
    width: 30%;
    text-align: left;
       color: #3e3d3d;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 7px;
    font-size: 14px;
	    font-family: 'Gotham1';
}
#w3_country,.w3_modal_body_grid input[type="text"],.w3_modal_body_grid input[type="email"],#w3_country1,.w3_modal_body_grid input[type="password"]{
	width: 70% !important;
    font-size: 11px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #000;
    margin-top: 5px;
    background: #ffffff;
}
.w3_modal_body_grid select {
    width: 25%;
    font-size: 13px;
    padding: 5px;
}
.w3_modal_body_grid input[type="tel"] {
    font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #000;
    background: #ffffff;
	width: 100%;
}
select#w3_country option ,select#w3_country1 option {
	color:#000;
}
.w3_modal_body_grid1{
	margin: 12px 0;
}
.colr {
    float: left;
       margin-right: 12px;
}
label.radio {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-left: 18px;
    margin: 0;
	    font-family: 'Gotham3';
}
.checkbox input, .radio input {
    position: absolute;
    left: -9999px;
}
.radio i {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    outline: none;
    background: #ec3434;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.radio input + i:after {
    content: '';
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff !important;
}
.checkbox input:checked + i:after, .radio input:checked + i:after {
    opacity: 0;
}
.radio input + i:after {
    content: '';
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff !important;
}
.checkbox input + i:after, .radio input + i:after {
    position: absolute;
    opacity: 1;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.w3_gender {
    float: right;
    width: 88%;
    margin: 0.6em 0 0;
}
/*.agileits-register input[type="submit"] {
    outline: none;
    padding: 11px 30px 8px;
	letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    border: none;
    background: #00c4da;
    margin: 20px 0 0;
    text-transform: uppercase;
	float:right;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}*/
.w3-agree {
	margin:15px 0 0 0;
}
label.agileits-agree {
    margin-left: 4px;
	letter-spacing:1px;
    font-size: 13px;
    vertical-align: middle;
    font-weight: normal;
    margin-bottom: 0;
}
.agileits-register input[type="submit"]:hover {
	background:#ec3434;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
p.w3ls-login {
    text-align: center;
    margin-top: 15px;
}
p.w3ls-login a:hover {
	text-decoration:underline;
	color: #ec3434;
}
.locate-head{
    text-align: center;
    padding-bottom: 12px;

}
/*-- //sign-up --*/

.news-line{
padding-top:13px;
    color: #000;
    font-size: 13px;
}
.news-name{
position: absolute;
    z-index: 999;
    padding-top: 10px;
    padding-left: 10px;
    color: #00164e;
    font-family: 'Gotham1';
    background-color: #cff5f7;
    font-size: 22px;
    padding-right: 4px;
}

/*-- //login --*/

.login-form{
     background-color: #cff5f7;
	     padding: 5px;
}

.login-form h1{
	font-family: 'Gotham1';
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
	    padding-top: 10px;
		padding-bottom: 8px;

}
.clear{
padding-bottom:10px;
}
input[type="text"], input[type="password"], input[type="email"]{
	    width: 75%;
    padding: 6px 13px 6px;
    font-size: 12px;
	background: transparent;
	 border: 1px solid #bbb;
	outline: none;
	    margin-bottom: 15px;
	color: #000;
	
}
input[type="text"]{
	background: url("../images/user.png") no-repeat 382px 11px;
	background-size: 25px;
}
input[type="email"] {
	background: url("../images/e-mail.png") no-repeat 382px 11px;
	background-size: 25px;
	background-color:#fff;
}

input[type="password"] {
	background: url("../images/password.png") no-repeat 382px 11px;
	background-size: 25px;
    background-color:#fff;
}

ul.agileinfotickwthree {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
	padding-left: 10px;
}

ul.agileinfotickwthree li input[type="checkbox"] {
	display: none;
}

ul.agileinfotickwthree li input[type="checkbox"]+label {
	position: relative;
	padding-left: 50px;
	/*border: #F0F8FF;*/
	display: inline-block;
	font-size: 15px;
    color: #000;
}
ul.agileinfotickwthree a {
    float: right;
    margin-right: 40px;
    color: #fff;
    font-size: 15px;
}
ul.agileinfotickwthree a:hover {
    color: #537b35;
}
ul.agileinfotickwthree li input[type="checkbox"]+label span:first-child {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 2px solid #537b35;
	position: absolute;
	top: -1px;
	left: 20px;
	bottom: 4px;
}

ul.agileinfotickwthree li input[type="checkbox"]:checked+label span:first-child:before {
	content: "";
	background: url(../images/tick.png)no-repeat;
	position: absolute;
	left: 3px;
	top: 3px;
	font-size: 10px;
	width: 10px;
	height: 10px;
}

input[type="submit"] {
	    font-size: 12px;
    padding: 10px 26px;
	background-color: #537b35;
	color: #FFF;
	border: none;
	border-radius: 0px;
	outline: none;
	float:none;
	cursor: pointer;
}

input[type="submit"]:hover {
       background-color: #00164e;
    color: #fff;
}
.form-start{
text-align: center;
padding-top:10px;
}
/*-- //login --*/


#owl-demo .owl-prev{
    position: absolute;
    z-index: 99;
    background-color: #fff;
        padding: 5px 7px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, .3);
    cursor: pointer;
	margin-top: -16%;
	    display: none;
}

#owl-demo .owl-next{
     position: absolute;
    right: 0px;
   margin-top: -16%;
   z-index: 99;
    background-color: #fff;
       padding: 5px 7px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, .3);
    cursor: pointer;
	    display: none;
}




.star1 li{
    height: 16px;
    color:#000;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
        position: relative;
     cursor: pointer;
	 font-size: 11px;
}

.star1 li:hover{
    color:#000;
    left: 20px;
   }
.bank-icon{
margin-top:-5px;
}
.modal-footer {
text-align:left !important;
}


.data-font td{
font-size:12px;
    color: #000;
}
.modal-content {
border-radius:0px;
}
.deposite{
background: #1baf5d;
   padding: 10px 6px;
    width: 95.1%;
}
.loans{
background: #f19e1f;
    padding: 10px 6px;
      width: 94%;
    left: 5px !important;
}
.intrest{
  background: #88499c;
    padding: 10px 6px;
    width: 93.5%;
    left: 8px !important;
}
.services{
background: #a60c0c;
    padding: 10px 6px;
    width: 95.2%;
    left: 10px !important;
}

.between-line{
border-top: 1px solid rgba(161, 11, 12, 0.32);
    width: 89%;
    text-align: center;
    margin: 0 auto;
}

.counter-main {
    background-color: #ffb9b8;
}
	
	.number-text
	{
	color:#000;
	font-weight:700;
	    font-family: 'Gotham3';
	}
	.active1{
    color: #a40b0d !important;
}

label.error {
      color: #a40c09;
    position: absolute;
    left: 0;
    bottom: -21px;
    font-size: 12px;
}

.bg-width{
width:100%;
}

.news-para{
    margin-top: 12px;
}


.text-danger.idcolor {
color: #a30b0a;
text-align: center;
}


.marquee {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
 position: absolute;
  color: #000;
 
}

@-webkit-keyframes marquee {
  0% {
    text-indent: 260px;
  }
  100% {
    text-indent: -260px;
  }
}

.imagetitle{
    text-align: center;
    margin-top: 9px;
    cursor: pointer;
    margin-bottom: 12px;
	font-size: 12px;
}
.gallery-outer{
 margin-bottom: 5px;
}

.albumimage{
cursor:pointer;
}


.clearfix.div-gap {
    margin-top: 21px;
}


.locate{
width:90% !important;
    border-radius: 0px;
}

.time-inline{
    display: inline-block;
}


.box-width:nth-child(4) {
        border-right: 1px solid #ffb9b8 !important;
}

.deposite-div{
padding-top:12px;
}


.note {
    margin-top: 25px;
    text-align: center;
}
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}
.modal
{
z-index: 99991;
}
.modal-backdrop
{
z-index: 9999;
}

.hours-align{
text-align: right;
      margin-right: 5px;
    margin-top: 4px;
}

.blink_me {
    text-transform:none;
    color:#fff;
    font-size:15px;
    vertical-align: middle;
    text-align:right;
    margin-right:15%;
    padding:4px 10px;
    background-color:#a60c0c;
    text-decoration: none;
    border-radius:4px;
    animation: 1.5s blink ease infinite;
}
.blink_me:hover{
    text-decoration:none;
    color:#fff;
    animation: none;
}
.blink_me:visited{
    text-decoration: none !important;
    color:#fff;
    border-bottom-color:#a60c0c;
}
.right_align{
    text-align:right;
}
  @media (max-width : 900px){
      .blink_me{
          font-size:10px;
          vertical-align: top;
          margin-left:17%;
      }
      .right_align{
        text-align:center;
        }
        .top-links{
           padding-bottom:4px; 
        }
    
  }
  
  @keyframes blinker {
    75% {
      opacity: 0;
    }
  }
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }


