.second{
    background-color: rgb(203, 191, 191);
   
}
.second h2{
    border-left: 6px solid skyblue;
    
}
.shadow{
    box-shadow: 2px 2px blue;
}

.footer li{
    margin-top: 10px;
}

.footer a:hover{
    
    color: red;
}


/* contact us  */

.bgi{
    background-image: url(img/bnmc1.png);
    height: 250px;
    background-size: cover;
   
}
.bgc{
    background-color: rgba(27, 27, 228, 0.2);
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

/* latest news cards  */


.mycard:hover{
   margin-top: -20px;
   transition: 0.5s;
}
.mycard{
    transition: 0.5s;
}

.zoom div{
    overflow: hidden;
    padding-bottom: 10px;
}
.zoom:hover img{
    transform: scale(1.12);
    overflow: hidden;   
    transition: 0.5s ease;   
}

/* contact us page  */

.contactsection{
   
}
.con{
    background-image: url(img/contact-us-Mod-3.jpg);
    background-size: cover;
}

.conform{
    background-color: rgb(234, 237, 241);
}

.imagetext{
   color: rgb(126, 146, 174);
}

.loginImage{
    background-image: url(img/login.jpg);
    background-size: cover;
    height: 200px;
}
   