@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

::-moz-selection {
    background: #e9060c;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e9060c;
    color: #fff;
    text-shadow: none;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    background: #fff;
    line-height: normal;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: #222;
    transition: all 0.3s ease 0s
}

a:hover, a:active, a:focus {
    color: #e9060c;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: normal;

}

.form-control
{    border-radius: 0;
    border:1px solid #e4e4e4;
    font-size: 14px;
}

.form-control:focus
{  border:1px solid #e9060c;
}

  .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #999;
}
  .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #999;
}
  .form-control:-ms-input-placeholder { /* IE 10+ */
 color: #999;
}
  .form-control:-moz-placeholder { /* Firefox 18- */
 color: #999;
}


  .form-control:focus {
    color: #222;
    border: 1px solid #e9060c;
    box-shadow:none;
    outline:none;
}

    .input-group-addon {
    min-width: 40px;
    height: 40px;
    font-size: 16px;
    color: #e9060c;
    background: none;
    border: none;
    border-radius: 0;
    line-height: 40px;
    padding: 0;
    vertical-align: top;
    }


/* ============================================
HELPER CLASSES
============================================ */
.bg-white {
    background-color: #fff !important;
}

.bg-black{
    background-color:#222 !important;
}

.bg-l-grey {
    background-color: #f5f5f5 !important;
}

.bg-red{
    background-color:#e9060c !important;
}

.bg-blue{
    background-color:#040675 !important;
}



.text-white {
    color: #fff !important;
}

.text-black {
    color: #222 !important;
}

.text-red {
    color: #e9060c !important;
}

.text-blue{
    color: #040675 !important;
}


.box-shadow {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
}

.font-reg {
    font-weight: 400 !important;
}

.font-semi {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}


.modal-sm {
    max-width: 500px;
    width: 96%;
}

.modal-md {
    max-width: 700px;
    width: 96%;
}

.modal-lg {
    max-width: 900px;
    width: 96%;
}

.bdr-top
{
border-top: 1px solid #e8e8e8;
}

.bdr-btm
{
border-bottom: 1px solid #e8e8e8;
}
.card-float
{
    transform:translateY(0);
    box-shadow:none;
    transition:all 0.5s ease 0s;
}

.card-float:hover
{
border-color:transparent;
        transform:translateY(-3%);
    box-shadow:0 3px 10px 1px rgba(0,0,0,0.15);
}


.btn-link {
    font-weight: normal;
    color: #222;
    border-radius: 0;
}

.btn-link:hover {
    color: #e9060c;
}

.btn {
    border-radius: 0 !important;
    padding: 0 20px;
    line-height: 35px !important;
    white-space: normal;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}

.btn-sm {
     border-radius: 0 !important;
    line-height: 30px !important;
    font-size: 13px;
    padding:0 10px;
    text-transform:capitalize !important;
}

.btn-lg {
     border-radius: 0 !important;
    line-height: 45px !important;
    font-size: 18px;
}

.btn.btn-rounded-0
{
border-radius:0 !important;
}

.btn:hover,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}


.btn-red
{
background-color:#e9060c;
color: #fff !important;
transition: all 0.3s ease 0s;
}


.btn-red:hover, .btn-red:active, .btn-red:focus
{
background-color:#040675;
color: #fff !important;
}

.btn-blue
{
background-color:#040675;
color: #fff !important;
transition: all 0.3s ease 0s;
}


.btn-blue:hover, .btn-blue:active, .btn-blue:focus
{
background-color:#e9060c;
color: #fff !important;
}

section
{
    float: left;
    width: 100%;
}

.section-title {
    font-size: 26px;
    color: #222;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.section-title-inverse
{  color: #fff;

}

.section-title:after
{
position: absolute;
content: "";
width: 70px;
height: 2px;
left: 50%;
bottom: 0;
margin-left: -35px;
background: #e9060c;
z-index: 2;
}

.section-title.section-title-lft
{
    text-align: left;
}

.section-title.section-title-lft:after
{
left: 0;
margin-left: 0;
}

/* ============================================
HEADER
============================================ */
    
.top-strip {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 0;

}

.login-link li {
    display: inline-block;
    vertical-align: middle;
}
.header {

    background-color: #fff;
    width: 100%;
    transition: all 0.4s;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;

}


.navbar {
    padding: 15px 0;
    width: 100%;
    max-width: 850px;

}

.navbar .navbar-nav
{
    width: 100%;
}
.navbar li {
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        position: relative;
        margin:0;
        transition: all 0.3s;
    }
    
.navbar li > a {
    color: #222 !important;
    background-color: transparent;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 0 25px !important;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.navbar li:last-child > a
{
   padding-right: 0 !important; 
}
.navbar li:hover > a {
color: #e9060c !important;
}

.navbar li > a:hover, .navbar li > a:focus {
color: #e9060c;
}

.navbar li.active a {
color: #e9060c !important;
}

.navbar .current-menu-item a {
color: #e9060c !important;
}


.navbar .dropdown-menu {
    min-width: 290px;
    margin: 15px auto 0;
    font-size: 15px;
    color: #222;
    padding: 0;
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    box-shadow: 0 2px 6px 1px rgba(0,0,0,0.20);
    left: 15px;
}

.navbar .dropdown-menu a {
    border-bottom: 1px solid #eee;
    padding: 10px !important;
    margin: 0 !important;
}

.navbar .dropdown-menu a {
    border-bottom: 1px solid #eee;
    padding: 10px !important;
    margin: 0 !important;
    width: 100%;
    display: block;
    color: #222;
}

 
 .navbar .dropdown-menu a:hover {
    border-bottom: 1px solid #e9060c;
    color: #e9060c;

}
.head-rht {
    margin:25px auto;
}

 /* ============================================
BANNER
============================================ */



.banner {
    position: relative;
}

.banner .item
{
position: relative

}
.banner .item:after
{
position: absolute;
content: "";
width: 70%;
height: 100%;
left: 0;
top: 0;
z-index: 1;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+39,ffffff+100&1+0,1+39,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 39%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 39%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 39%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}


.banner-content {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 10%;
    padding: 0;
    transform: translateY(-50%);
}
.banner-content .banner-title {
    font-weight: 600;
    line-height: initial;
    font-size: 50px;
    font-style: italic;
}

.banner-title span {

    color: #ffa200;

}

.banner-content .banner-btn {
    font-size: 16px;
    padding: 0 15px;
    line-height: 45px;
}

.cash-credit-banner:after {
display: none;

}

.cash-credit-banner .banner-content {

    left: auto;
    right: 10%;
    text-align: right;
    top: 5%;
    transform: translateY(0);

}

.banner .item.daily-collect-banner:after
{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4cbb9+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(228,203,185,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(228,203,185,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(228,203,185,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4cbb9', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}


.owl-dots {
    position: absolute;
    left: 10%;
    bottom: 20px;
}
.owl-dot {
    width: auto;
    margin-right:7px;
    float: left;
}

.owl-dot span {
    display: block;
    background: #222;
    height: 4px;
    width: 10px;
    border-radius: 30%;
    transition: all 0.4s ease;
}

.owl-dot.active span
{
 width: 25px;    
    background:#e9060c;
}


.owl-carousel .owl-nav
{display:block !important;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 17px;
height: 32px;
text-indent: -9999px;
z-index: 999;
transition: all 0.4s;
}


.owl-carousel .owl-nav .owl-next {
right: 30px;
background:url(control-nav.png) no-repeat left bottom;
background-size:34px 64px;
border-radius: 50%;

}
.owl-carousel .owl-nav .owl-prev {
left: 30px;
background:url(control-nav.png) no-repeat left top;
background-size:34px 64px;
border-radius: 50%;

}

 .owl-carousel .owl-nav .owl-next:hover
{
    background:url(control-nav.png) no-repeat right bottom;
}


 .owl-carousel .owl-nav .owl-prev:hover
{
    background:url(control-nav.png) no-repeat right top;
}


.service-sec
{
background: #f4fdff url(../images/service-bg-pat.png) repeat left top; 
}
.service-blk
{
   
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 0;
    transition:all 1.5s ease;
}

.service-blk:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
     background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    z-index:-1;
    transform: rotate(0deg);
      transition:all 1.5s ease;
}

.service-blk:hover:before
{
  transform: rotate(360deg);
}

.service-blk.serv-1:before
{
    background-image: url('../images/ribbon-red.png');

}

.service-blk.serv-2:before
{
    background-image: url('../images/ribbon-blue.png');
}


.service-blk.serv-3:before
{
    background-image: url('../images/ribbon-gold.png');
}


.service-blk.serv-4:before
{
    background-image: url('../images/ribbon-navyblue.png');
}


.service-blk a
{
    display: block;
    text-align: center;
    width: 100%;
}

.quick-apply-blk {
    height: 50%;
       background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.quick-apply-blk:first-child
{
   background-image: url('../images/apply-gold-loan.png'); 
}

.quick-apply-blk:last-child
{
   background-image: url('../images/apply-personal-loan.png'); 
}

.quick-apply-blk .quick-apply-title{
width: 100%; text-align: center;}

.quick-apply-blk a{
width: 100%; height: 100%;  text-align: center;}


.footer {
    background: #161b20;
    color: #758392;
}


.footer p
{
    margin-bottom: 10px;
}

.footer-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
}



.footer-link li {
    margin-bottom: 10px; 
}

.footer a {
        color: #758392;
    position: relative;
    padding-left:0; 
    font-size: 14px;
    transition: all 0.4s;
}

.footer a:hover{
        color: #fff;
    }


.footer-btm {
    background: #12161a;
    color: #99a6b3;
    font-size: 14px;
}

.footer-btm p {
    margin: 0;

}

.footer-btm a{
    color: #909090;
}


.footer-btm a:hover{
    color: #fff;
}


.social-icon li {
    display: inline-block;
    margin-right: 10px;
}


.social-icon li a {
    font-size: 18px;
    color: #99a6b3;
    transition: all 0.4s ease 0s;
}

.social-icon li.fb a:hover {
color:#4967a6;
}

.social-icon li.tw a:hover {
color:#1DA1F2;
}

.social-icon li.insta a:hover {
color:#cd486b;
}


.social-icon li.in a:hover {
color:#007BB6;
}




/*------------ page title --------------- */
.page-title {
    font-size: 30px;
}

.breadcrumb {
    background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    opacity: 0.5;
}

.breadcrumb li a
{
    opacity: 0.75;
    color: #fff;
}


.breadcrumb li a:hover
{
    opacity: 1;
}

.breadcrumb li.active{
    color: #fff;
    font-weight: 500;
}

.contact-blk {
    margin-bottom: -1px;
}

.contact-blk .icon {
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 70px;
    margin: auto;
        margin-bottom: auto;
    font-size: 30px;
    border-radius: 50%;
    border: 1px solid #e9060c;
    color: #e9060c;
    margin-bottom: 20px;
}


/*-------------------- board directors ------------------------*/
.director-pane{
    position: relative;
    overflow: hidden;
    background-color: #000;
        transition: all 0.5s ease 0s;
}

.director-pane img{
opacity: 1;
  transition: all 0.5s ease 0s;
}
.director-pane .card-block {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.85);
    width: 100%;
    color: #fff;
    height: 60px;
    padding: 15px;
    transition: all 0.5s ease 0s;
}

.director-pane .card-block a{
    color: #fff;
    font-size: 12px;
}

.director-pane .card-block a:hover{
 color: #000;

}
.director-pane:hover img{
opacity: 0.3;
}

.director-pane:hover .card-block {
    background-color:#e9060c;
    height: 140px;
}

