/* .companyGroup{
    align-content: center!important;
    align-items: center;
} */
/* body{
    background: /
} */

@media (min-width: 768px){
h5, .card p{
    display: none;
    }
}

@media (max-width: 576px){
    h5, .card p{
        display: none;
        }
    }

body{
    min-height: 100%;
    display:grid;
}


#background-video{
    width: 100vw;
    height: 100vw;
    object-fit:cover;
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:-1;
}

.jumbotron{
    background-color:rgba(245, 245, 245, 0.295);
    color: white;
    text-align: center;
}

.jumbotron a, a{
    color: white;
    text-decoration :none;
}

.jumbotron a:hover, a:hover{
    text-decoration:none;
    color:#3eb0a8;
}

.comanyGroup .card{
    border-radius: 0px;
    background-color: #99999900;
    border: none;
    color: white;
    text-align: center;
}

/* .card-img-top{
    background-color:rgba(255, 255, 255, 0.418)
} */

div.card:hover{
    transition: all 0.3s;
    background-color:rgba(255, 255, 255, 0.26);
}

a.btn {
    background-color: #3eb0a8;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

a.btn:hover{
    transition: all 0.3s;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #00645e;
    color: azure;
}

.info_req{
    height: 50px;
    
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.507);
    color: white;
    text-align: center;
}

.info_req p{
    padding-top: 10px;
    text-align:center;
}