/* button color  */
.btn.btn-primary{
    background-color: #4978F2 !important;
}
.footer {
    background-color: #1d79be;
}
.btn-primary:hover {
    /* color: #000; */
    background-color: none;
    border-color: none;
}
.btnn {
    /* border: 2px solid #2E3192; */
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    min-width: 170px;
    overflow: hidden;
    padding: 15px 30px;
    text-align: center;
    transition: all 0.8s ease-out 0s;
    vertical-align: top;
    z-index: 1;
    position: relative;
    display: inline-block;
}
.btnn::after {
    background-color: #1D79BE;
    bottom: 0;
    content: "";
    display: block;
    height: 150%;
    left: 15%;
    position: absolute;
    right: -20%;
    top: -4%;
    -webkit-transform: skewX(45deg) scaleX(0);
    transform: skewX(45deg) scaleX(0);
    transition: all .8s ease-out 0s;
    width: 150%;
    z-index: -1;
}
.btnn:hover::after {
    /* color: #000 !important; */
    transform: skewX(45deg) scaleX(1);
}
/* .btnn:hover{
    color: #000;
} */




/* banner about us section  */
.background {
    background-image: url('/frontend/Npa/front.jpg');
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center; /* Fix the duplicate property */
    background-attachment: fixed;
    position: relative;
}

.background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1; /* Ensure the overlay stays on top of the background */
}
.background .display-3, .breadcrumb{
    position: relative;
    z-index: 2;
    color: rgb(206, 206, 206) !important;
}

/* .aboutt::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #134C64;
    opacity: 0.9;
    top: 0;
    left: 0;
    z-index: 10;
} */


/* banner text  */
/* .text-white{
    color: #05073c !important;
} */


/* about page icon  */
.about-icon i{
  font-size: 150px;
    font-weight: 50;
    color: #375fc7;
}


/* membership/apply section  */
.formm{
    padding-top:  20px  !important;
}
.formm input{
    border-radius: 3px;
}
.form-background{
    background-color: #000000a4 !important;
    padding: 15px;
    border-radius: 8px;

}
