body{
    background-color: rgba(128, 128, 128, 0.048) !important
}

.top_bar{
    background-color: #0066B3;
    padding-top: 10px
}
.social_icons{
    margin-right: 10px;
    font-weight: bold;
}

.hover-green li a:hover{
    color: rgb(58, 127, 177) !important
}
.hover-green>li>a{
    color: white !important
}
.navbar{
    background-color: #99CA3C !important;
    color: white !important;
    border-bottom: #0065AF 3px solid !important
}
.latest{
    color: white;
}
.border-tb{
    border-top: 2px  solid #0065AF !important;
    border-bottom: 2px  solid #0065AF !important;
    color: #99CA3C;
    font-family:'Times New Roman', Times, serif

}
.news-heading{
    background-color: #0065AF;
    box-shadow: 2px 4px 2px;

}

.news li a{
    background-color: rgba(0, 102, 175, 0.185)
}
.bg-red{
    padding: 2px;
    background-color:#99CA3C !important;
    color: white;
}
.news-bar{
    border-bottom: rgb(9, 133, 221) 3px solid;
}
.slide-bar{
    background-color: #0065AF !important
}

.btn{
    margin-top: 4px;
    padding: 2px;
    background-color: rgba(0, 102, 175, 0.795);
    color: white;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.btn:hover{
    background-color: #32C91C;
    color: white !important
}
.opacity:hover{
    opacity: 0.8 !important;
}
.copy{
    padding-top: 20px;
    background-color: #99CA3C;
}

.footer-hover:hover{
    color: #32C91C;
}
.blue{
    color: #0065AF;
}
.green{
    color: #32C91C
}
.red{
    color: rgb(247, 23, 23)
}
.para{
    font-size: 15px;
    line-height: 20px;
}
.line-space{
    line-height: 40px
}