
/* NAV BAR */
nav{
    position: absolute !important;
    background-color: #fff;
    width: 100%;
    margin-top: 1.5rem !important;
}

/* Main color */
.maincolor{
    color: #005999;
    }

/* For Underline */
.active::after{
    content: '';
    width: 100%;
    height: 4px;
    background:#005999 ;
    display: block;
    margin: auto;
}
ul li a{
    color: #005999 !important;
    font-size: 13px;
    
}

/* TEXT BOX */
.textbox{
    background-image: url(img/Images/home/Text-box.jpg);
    height: 500px;
    width: 100%;
    margin-top: 37%;
}
.textbox h3{
    color: white;
}
/* FOOTER */
.footer p{
    color: white;
}

.footer{
    background-color: #1061B0;
    height: 100px;
}
/* POINTS */
.points{
    background-color: lightgrey;
    
}
.points a{
    text-decoration: none !important;
}
/* ICONS */
.icon{
    background-color: lightgrey;
    height: 110px;
}
