﻿.navcolor {
    /*background-color: #e3f2fd !important;*/ /*Importent is use for the force assign the class to the elements*/
    background-color: #047bca !important;
    color:#fff;

}
.pageh {
    height:100vh;
}
.headingcolor {
            /*color: #198754 !important;*/
             color: #047bca !important;

        }
.textcolor {
     color:#fff;
}
.nav-link {
    color:#fff;
}
.active{
    color:#fff;
}