*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.brand{
    color: blueviolet;
    font-weight: bolder;
}
/* .carousel-item img */

.head{
    width: 100vw;
    height: 80vh;
}
.nav-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
}
.childern{
    width: 100vw;
    margin: 0;
}
.row img{
    width: 100%;
    height: 100%;
}

.row{
    padding: 5%;
    display: flex;
    justify-content:space-around;
    align-items: center;
    margin: 0;
    height: 25%;
}
#footer{
    width:100vw;
    /* height:100%; */
    background-color:aliceblue;
    margin-bottom: 0%;

    padding: 5%;
}
.text{
    text-align:center;
}
.icon{
    margin-right: 2px;
}
.copyright{
    color: white;
    text-align: center;
    height: 20%;
    padding: 2%;
    margin: 0;
    width: 100vw;
    background-color: black;
}
#testimonials{
    background-color: beige;
    width: 100vw;
    height: 75%;

}
.testimonial-image{
    height:19%;
    width:16%;
    border-radius:50%;
}
.item{
    padding:10%;
}
.heading{
   padding-top:3%;
}
















































