/* index page */
/* index-footer */
.footer-logo{
    width: 200px !important;
    padding-top: 8px;
    
}

@media(max-width:600px){
    .loGo{
        width: 75% !important;
        margin-left: -20px;
    }.logos{
        font-size: 20px !important;
        margin-right: 150px;
        /* font-family:Arial !important; */
    }.Logos{
        font-size: 20px !important;
    }
}
/* navbar css */
.textOne{
    color: #00cde5;
    font-weight: 700;
    font-size: 25px;
    margin-top: 8px;
    position: absolute;


}.textTwo{
    color:#241e5e;
    font-weight: 700;
    font-size: 24px;
    margin-top:38px;
    
}.loGo{
    width: 63% !important;
    margin-left: 48px;
    /* margin-top: 10px !important; */
}

@media (max-width:600px){
    .textTwo{
        font-size: 20px !important;
    }.textOne{
        font-size: 20px !important;
    }.loGo{
        margin-left: -20px !important;
    }
    /*footer*/
.copyright-text{
    font-size:15px !important;
}.footer-social{
    display:none;
}


}
.modal .modal-header .close {
    padding: 8px;
    margin: -8px;
    opacity: -1;
    text-shadow: none;
    color: #0e0d0d;
    border: none;
    background-color:#00cde5;
}
