@import 'app.css';
@import 'main_header_and_footer.css';



.caro-cont{
    width: 100%;
    height: 600px;
    display: block;
}


/**/

header {
    position: relative;
    background-color: white;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

header video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100% !important;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.0;
    z-index: 1;
}


/**/

.middle-image-cont{
    width: 80%;
    height: 100%;
}

.middle-images{
    width: 70%;
    height: 70%;
    display: block;
    margin: auto;
    position: relative;
}


.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 70%;
    margin: auto;
    position: relative;
    text-align: center;
    padding-bottom: 1%;
    display: block;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;*/
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card p{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .card {
        margin-top: 5%;
    }

    .caro-cont{
        height: 200px;
    }
}

@media (max-width: 991px) {
    .card {
        width: 90%;
        margin-top: 5%;
    }
}

@media (min-width: 992px) {
    .par-with-title-cont{
        padding-left: 10%;
        padding-right: 10%;
    }

    .par-partner-cont{
        padding-left: 30%;
        padding-right: 30%;
    }
}