@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css?family=PT+Sans|Slabo+27px'); */
 
@import url('https://fonts.googleapis.com/css?family=Neuton:100&subset=latin-ext');

/* :root {
  --main-bg-color: #212121; 
  --main-text-color: #ffebee; 
  --main-hover-color:#f44336;
  --main-para-color:#69797E;
} */
:root {
  --main-bg-color: #212121; 
  --main-text-color: #ffebee; 
  --main-hover-color:#758AA2;
  --main-para-color:gray;
}
/* CSS Document */
*{
	
  margin:0;
  font-family: 'Slabo 27px', serif;
  /* font-family: 'PT Sans'; */
  /* font-style: normal; */
   /* line-height: 30px; */
   /* text-transform: lowercase; */
   font-family: 'Neuton', serif;

}
.over:hover{
  color:white;
}
body{
  background:  	;
  color: #777E8B;
  /* font-size: 0.2em; */
}
.slider .carousel-caption {
    top: 0;
    bottom: auto;
}
.carousel-caption {
background: rgba(0,0,0,0.5);
/* height: 20vh;
width: 10vh; */
 
}
.loan{
  background: rgba(243, 240, 240, 0.6);
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.loan:hover {
  background: rgba(0, 0, 8, 0.6);
  color: white;
  
}
.logo{
  /* width: 220px; */
  /* margin-top: -50px */
  
}
.login-back{
  opacity: 0.1;
}
.btn-primary{
  background: #0E6290;
  border: none;
}
.nav-font{
  /* background-color: red; */
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  color: white;
}

.nav-font{
  font-size: 0.8rem;
}
.offer{
  font-weight: bold;
  text-transform: capitalize;
  font-size: 0.8rem;
  text-decoration: none;  
}
.woffer{
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.8rem;
  text-decoration: none; 
  color: rgb(78, 77, 77); 
}
.small-cap{
  font-variant: small-caps;

}
.topic{
  color: red;
  font-size: 1.4em;
  font-stretch: expanded;
  line-height: 1;
  font-weight:;
}
.t1{
  font-size: 0.9em
}


.hover:hover{
color: white;
text-decoration: none;
background: #AE1438;
}

.custom-color{
  background: #EAF0F1;
}

.bg-nice{
  background-color: #AE1438;
  color: #ffebee;
  text-align: center;

}

.footer-list{
  font-size: 13px;
  font-weight: bold;
  /* color: #AE1438; */

}
.footer-p{
  font-size: 13px;
  font-weight: bold;
  /* color: #AE1438; */

}
.bg-footer{
  background: #0E6290;
  color: #EAF0F1
}
.btn-fb{
  background: #3b5998;
  border: none;
  width: 40px;
  height: 40px;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 2.5;
  /* border-radius: 50%;
  -moz-border-radius:500%; */
  margin-bottom: 10px;
}
.btn-tw{
  background: #38A1F3;
  border: none;
  width: 40px;
  height: 40px;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 2.5;
  /* border-radius: 50%;
  -moz-border-radius:500%; */
  margin-bottom: 10px;
}

.btn-gplus{
  background: #CC3333;
  border: none;
  width: 40px;
  height: 40px;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 2.5;
  /* border-radius: 50%;
  -moz-border-radius:500%; */
}
.bg-danger{
background: #CC3333;
}
.footer-a{
  text-decoration: none;
  color: #EAF0F1;
}
.advert{
  position: absolute;
  width: 400px;
  left: 55px;
  bottom: -0px;
}
.title{
  font-weight: bold;
  border-bottom: 1px solid ghostwhite;
  /* width:300px; */
  /* text-align: center; */
  align-content: center;
  justify-content: center;
  align-items: center;
}
.ad-card{
  text-align: right;
  font-size: 0.82em;
  margin-bottom: 2px;
  margin-left: 5px;
  text-transform: inherit;
font-weight: bold;
  }


 table .input{
   background: none;
   border: none;
   width: 100%;
   outline: none;
   border-bottom: 1px solid #000;
 }
 table .input:focus{
  border-bottom: 1px solid #74B9FF;
  transition: all 1s ease;
  outline: none;
   
 }
 .input1{
  background: none;
  border: none;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #3498DB;
  color: #3498DB;
}
 /* table .input:valid{
  border-bottom: 1px solid #74B9FF;
  transition: all 1s ease;
  outline: none;

} */
 table label{
   color: #CC3333;
   font-weight:10%;

 }
 .login{
  outline: none;
  background: none;
   border: none;
   width: 100%;
   border-bottom: 1px solid rgb(247, 240, 240);
   color: rgb(240, 239, 245)
 }
 .login:focus{
  border-bottom: 1px solid rgb(129, 125, 127);
  transition: all 1s ease-in;

 }
 .auth{
  background:url(/image/auth1.png); 
  background-position:left;
  opacity: ;
 }
 .login::placeholder{
  color: white;
  font-style: normal;
  
  /* transition: all 1s ease-in; */

 }
 .loginq{
  outline: none;
  background: none;
   border: none;
   width: 30%;
   border-bottom: 1px solid rgb(158, 124, 124);
   color: rgb(51, 110, 204)
 }
 .loginq:focus{
  border-bottom: 1px solid #3498DB;
  transition: all 1s ease-in;

 }
 .loginq::placeholder{
  color: #3498DB;
  /* transition: all 1s ease-in; */

 }
 

 /*  this is where the css for dashboard starts */


 
.con{
  /* width: 140px; */
  color: #CC3333;
  font-size: 0.89em;
  font-variant: small-caps;
}
.Apin{
  margin: 40px 300px auto 0px;
  width: 100%;
  height: 150px;
}
.text{
  width: 140px;
  color: gray;
  font-size: .9em;
  font-family: 'Times New Roman', Times, serif;
  /* font-variant: small-caps; */
}
.transfer{
  border: none;
  color: white;
  background: #CC3333;
  height: 40px;
  width: 90px;
  cursor: pointer;
  font-weight:bold;
}
.hr{
  height: 20px;
}
tr{
  border-bottom: none;
  /* padding: 20px; */
  height: 40px;
}
.textarea{
  /* resize: none; */
  height: 20px;
   
}
 
.color{
  color: white;
}
.title{
font-family: 'Times New Roman', Times, serif;
font-size: 1.1em;
/* font-weight: bolder; */
}
.info{
  color:#0A79DF ;
  font-size: 1.1em;
}
.info1{
  color: grey;
  font-size: 1.1em;

}
.head{
  background: gray;
  color: white;
  font-variant: small-caps;
  /* height: 10px; */   
}
.body{
  font-family: 'Times New Roman', Times, serif;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.details{
  font-size: 2em;
  color: #CC3333;
}

#error{
font-size: 0.9em;
color: red;
font-style: italic;
}




#pin1{
  display: none;
  }
  #pin2{
      display: none;
  }
  #pin3{
      display: none;
  }



  
#myBar{
  width: 10%;
  height: 30px;
  background: #0A79DF;
  text-align: center;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  font-weight: bolder;
  }
  #p{
      color: #CC3333;
      font-weight: bolder;
  }

  .error{
      color: #CC3333;
  }

  .bg-bank{
    background-image: url(/image/happy_bankin.jpg) ;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover; 
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
    /* overflow: hidden; */
    background-repeat: no-repeat;
    /* filter: alpha(opacity=70); */
    /* opacity: 0.7; */
      }
  
  .bg-mortage{
background-image: url(/image/mortage.jpg) ;
height: 300px;
background-position: center;
background-repeat: no-repeat;
background-size:cover; 
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
/* overflow: hidden; */
background-repeat: no-repeat;
/* filter: alpha(opacity=70); */
/* opacity: 0.7; */
  }



  .bg-mortage:hover .mortage{
    display: block;
  }
  .mortage{
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: none;
    /* font: 18px Arial, sans-serif; */
    transition: all 1s ease-in-out;
  }
  
 .active .carousel-caption {
   left: 50px;
   width: 600px;
   /* top: 70px; */
   bottom: 100px;
 }

 .second .carousel-caption {
  left: 650px;
  right: 20px;
  width: 500px;
  /* top: 70px; */
  bottom: 100px;
}



  @media only screen and (max-width: 800px) {
    .cardsm {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
      padding:30px;
    }
    .active .carousel-caption {
      left: 10px;
      width: 600px;
      /* top: 70px; */
      bottom: 0px;
    }
    .second .carousel-caption {
      left: 15px;
      width: 400px;
      /* top: 70px; */
      bottom: 20px;
    }
    i{
      font-size: 12px;
    }
  }

  @media only screen and (max-width: 610px) {
    .second .carousel-caption {
      right: 0px;
      width: 500px;
      /* top: 70px; */
      bottom: 20px;
    }
  
  }
  @media only screen and (max-width: 610px) {
     i {
       font-size: 12px;
     }
 
  }