/*header css*/



.home-header .navbar-nav .nav-link {
    color:#0F297A;
}
.home-header {
    position: relative;
   box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    width: 100%;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #0F297A;
    border-bottom: .2rem solid #ffbb06;
}
.banner-txt-new h2 {
    font-size: 5rem;
    color: #0F297A;
    padding-bottom: 0rem;
    margin-bottom: -10px;
    font-weight: 700;
}
.text-blue{
     color: #0F297A;
}

.banner-txt-new .form-control {
    box-shadow: 0px 0px 24px 0px #0F297A1A;
 background: #FFFFFFBD;
     border-radius:5px;

}

.banner-txt-new .btn {
    background: #0F297A;
    border-radius:5px;
}

.banner-search::placeholder {
  color: #7A7A7A !important;
  opacity: 1 !important;
}

.tags {
    color: #000557;
    background-color: #FFFFFFAB;
    box-shadow: 0px 0px 24px 0px #0F297A1A;
}

/* Pause on hover */
.slider ul:hover {
  animation-play-state: paused;
}
  .reportbanner {
    background-image: url(../images/new-img/PR_rd-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 2rem;
    padding-bottom: 5rem;
    padding-left: 3.3rem;
    padding-right: 5rem;
}

.blue-button{
        background: #0F297A;
        
}