*{
    font-family: 'Poppins', sans-serif;
    /* overflow-x: hidden; */
  }
.aboutus{
    background-color: #191919;
}

.main img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* h1 span{
    color: #a56cc1;
} */

h4 {
    color: #a56cc1;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.wwd {
    color: black;
}

.mental {
   color:  #191919;
}


/* hr {
    width: 40%;
    border: 2px solid #CEFFF1;
} */

.about-text h1{
    color: white;
    font-size: 80px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-text h5{
    color:#ae80c5;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.about-text p{
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
}

button {
    background: #a56cc1;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 5px;
    transition: all 4s;
}

button:hover {
    background: transparent;
    border: 2px #a56cc1;
    cursor: pointer;
}

/* h5 {
    font-size: 25px;
    letter-spacing: 2px;
    text-decoration: underline;
} */

/* .mental span {
    color: #a56cc1;
} */


.mimg {
    width: 50%;
    height: 50%;
    object-fit: cover;
}

/* .vimg {
    width: 50%;
    height: 50%;
    object-fit: cover;
} */

.mheader {
    color: #a56cc1;
}

.mheader span{
    color: black;
}

.vheader {
    color: #a56cc1;
}

.vheader span {
    color: black;
}

.cheader {
    color: #a56cc1;
}

.cheader span {
    color: black;
}

/* #contacts{
    height: 30vh;
} */

/* .partners{
    margin: 7vh 5vw 3vh;
} */

.partners img{
    object-fit: cover;
    width: 100%;
}
.partners hr{
    width: 40%;
    margin: auto;
    border: 2px solid #ae80c5;
    margin-bottom: 3vh;
}
.col-md-6 img{
    width: 100%;
}

.carousel-item img{
    height: 80vh;
    object-fit: contain;
}

.carousel-caption{
    background-color: rgba(25, 25, 25,0.5);
    /* width: 60%;
    margin: auto; */
}


