@import url('css2');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* list-style: none !important;  */
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
    letter-spacing: .3px;
    font-size: 17px;
}

.carousel-caption{
    color: white;
}
/* .inrollBtn button a{
    
} */



.cardImages img{
    object-fit: cover !important;
    height: 400px !important;
}
.icons i{
    font-size: 25px;
    padding: 6px;
}
.Copyright a{
    color: white;
}

/* about section  */

.mainbanner{
    background: linear-gradient(rgba(0, 0,0, 0.4), rgba(0,0,0, 0.8)),
    url(img/College.png) no-repeat;
    height: 70vh;
    width: 100% ;
    background-size: cover;
    background-position: center !important;
    
    
}


.banner{
    background: linear-gradient(rgba(0, 0,0, 0.4), rgba(0,0,0, 0.8)),
    url(img/ba.png) no-repeat;
    height: 70vh;
    width: 100% ;
    background-size: cover;
    background-position: center !important;
    
    
}

.banner1{
    background: linear-gradient(rgba(0, 0,0, 0.4), rgba(0,0,0, 0.8)),
    url(img/b.com.png) no-repeat;
    height: 70vh;
    width: 100% ;
    background-size: cover;
    background-position: center !important;
    
    
}
.banner a{
    color: white;
}
.mainbanner a{
    color: white;
}
.banner1 a{
    color: white;
}
.headtext p{
    font-size:27px;
    font-weight: bolder;
}

.headtext span{
    font-size:27px;
    font-weight: bolder;
}

.images img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
