.logo{
    width: 75px;
}

.nav_logo{
    width: 75px;
}
a{
    text-decoration: none;
    display: inline !important;
}

/* body{
    background-image: url("img/image-removebg-preview.png");
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center,center;
    
} */
.card{
    margin-top: 20px;
    padding-top: 50px;
    font-size: xx-large;
    border: none;
}

.image-1
{
    margin-top: 50px;
}
/* .container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.card{
    display: flex;
} */

/* ovrrding default values */
.dropdown-menu {
    min-width: inherit !important;
    text-align: start;
    padding: 5px;
    
    }

.dropdown-menu * {
    margin: 5px !important;
}

.verticalLineRed {
/* border-left: thick solid #ff0000; */
border-left: 2px solid red ;
}

.verticalLineGreen {
/* border-left: thick solid #ff0000; */
border-left: 2px solid green ;
}



/* dropdown icon in sub menu rotation */
@media(max-width:989px){
    .dropdown-item::before{
        transform: rotate(-90deg);
    }
}

/* .dropdown:hover .dropdown-menu {
        display: block;
} */

        /* Show dropdown menu on hover, except for .dropstart */
/* .dropdown:not(.my-dropdown-menu):hover .dropdown-menu {
display: block;
} */



.img-evi{
    width: 50% !important;
    min-width: 90%;
    max-width: 60%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255,0.0) !important;
}

.member-ship-a{
    text-decoration: underline;
}

.about-us{
    border-top:  5px solid rgb(0, 255, 98);
    padding-top: 10px;
}

.footer{
    background-color: white;
}
