/* button color  */
.btn.btn-primary{
    background-color: #2E3192 !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/img/banner-background.jpg');
    background-color:rgba(6, 6, 32, 0.795);
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-position-y: center;
    background-position-y: center;
    background-attachment: fixed;
    position: relative;
    /* z-index: 99; */

}
/* banner another page section  */
.background2{
    background-image: url('/frontend/images/about-banner-333.jpg');
    background-color:rgba(6, 6, 32, 0.795);
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-position-y: center;
    background-position-y: center;
    background-attachment: fixed;
    position: relative;
    /* z-index: 99; */

}
/* .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: #ffaf46;
}


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

}
