.activi-im{
    border-bottom: 2px solid darkgray;
}

.backgroundi-im {
    background-image: url("../img/slide01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vmin;
}

.itemi-im{
    margin:2px;
    padding:.7rem;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    min-width: 90px;
    text-align: center;
    margin-right:5px;
    font-weight: 600;
}



.nav-item:nth-child(5) a{
    border: 2px solid rgba(0, 255, 0 ,.4);
}

.itemi-im:hover{
    box-shadow: 1px 1px 8px rgba(0,0,0,.1);
}

.my-custom-height{
    height:100vmin;
}

.make-it-grid{
    display: inline-grid;
    align-items: stretch;
    justify-content: center;
}

.madhsia{
    gap:1rem;
    grid-template-columns: 1fr 1fr 1fr;
}

#carouselWrapper {
    position: relative;
}

.absoluteWrapper{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}

.backgroundi-users{
    position: relative;
    background-image: url("../img/pattern-blue.jpg");
    background-repeat: repeat;
    background-size: 800px;
}

.backgroundi-users::before{
    content: "";
    top:0;
    left: 0;
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(255,255,255,.2);
}

.backgroundi-footer{
    color:#5881a9;
    background-color:#041e37;
}

.social-icons i{
    width: 30px;
    height: auto;
    color:white;
    font-size: 2rem;
}

.social-icons > a{
    text-decoration: none;
    cursor: pointer;
    color: lightgrey;
}

.backgroundi-testimonials{
    background-image: url(../img/bg-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


