.rd-navbar-nav>li.rd-nav-item>a.rd-nav-link
{
    width: 80px;
    height: 40px;
}

/* .rd-navbar-nav>li>a:focus,
.rd-navbar-nav>li>a:hover,
.rd-navbar-nav>li.active>a,
.rd-navbar-nav>li.active>a:focus, */
.rd-navbar-nav>li.rd-nav-item>a.rd-nav-link:hover {
    text-decoration: none;
    background-color: #2a4696;
    color: #fff !important;
}
.banner-head{
    color: #fff;
    margin-top: 70px;
    line-height: 50px;
    font-family: sans-serif;
    font-size: 35px;
    font-weight: 600;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.box-shadow {
    box-shadow: 0px 0px 20px #dcdade;
    padding: 20px;
    border-radius: 5px;
    height: 380px; 
}
.card-content{
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    font-family: "ClanPro-Book", sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.1px;
 }
 .icon img {
    width: 60px;
 }
 .icon-img{
    height: 50px;
 }
 .full-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 95%;
    background-size: cover;
    background-position: center center;
}
.footer{
    background-color: #183398;
}
.wallet .amount span.txt {
    margin-right: 1.5em;
    padding-top: 9px;
}
.table-custom th {
    padding: 16px 24px;
}


#wrapper.toggled #sidebar-wrapper {
    /* width: 220px; */
    width: 20% !important;
}
.custom-btn-bg-color{
    background-color: #2a4696 !important;
}
/* .breadcrumbs-custom-main{
    background: #2a4696 url(../images/bg-image-1.jpg) center;
    background-size: cover;
} */
.team-img{
    height: 300;
}
.testimonial-img{
    height: 70;
}
.bg {
    /* The image used */
    background-image: url("https://cdn.pixabay.com/photo/2016/08/03/09/04/universe-1566161_960_720.jpg");
    /* Full height */
    height: 50%; 
    opacity: 0.7;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .login-register-padding{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .help{
    text-align: center;
    /* padding-left: 30%; */
  }
  @media (min-width: 992px) { 
    .help{
        padding-left: 30%;
    }
}

.form-inline-1 .form-in-process{
    background: white !important;
}