#contact-head{
    height: 30vh;
    background:url(../IMAGES/arif-maulana-LYNQb3NA9WY-unsplash.jpg) no-repeat center center/cover;
}

#contact-head .row .col h2{
    color: white;
    font-size: 3.5rem;
    font-weight: bold;
}

#contact{
    height: 60vh;
    /* padding: 50px ; */
}

#contact .row{
    background-color: #645CAA;
}

#contact .row h1{
    color: white;
}

#contact .row h3{
    color: white;
    font-size: 2rem;
}

#contact .row ul{
    padding-left: 50px;
}

#contact .row li{
    color: white;
    list-style: none;
}

#contact .row li span{
    margin-right: 15px;
}

#contact .row li a{
    color: white;
    text-decoration: none;
}

#contact .row button a{
    text-decoration: none;
    color: white;
}

#contact #address{
    border-right: 1px solid white;
}

#contact #address ul li{
    margin-bottom: 30px;
}

#map{
    height: 60vh;
}

/* #map #colmap{
    padding: 0px 40px;
} */