
html{
    scroll-behavior: smooth;
}
.cursor-pointer{
    cursor: pointer;
}

.card {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar {
    margin-bottom: 2rem;
}
.navbar a{
 /* color: white; */
}

.alert {
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.sflcin_color{
    color: #1586c9;
}
.sflcin_bg_color{
    background: #1586c9;
}

.infogrp-img{
    height:225px;width:100%;background-image: url('https://images.unsplash.com/photo-1546980129-6d518dbb51b1?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDd8fHFyfGVufDB8fHx8MTc0MDE2NjAzN3ww&ixlib=rb-4.0.3&q=80&w=2000');background-size:cover ;
}