.panel-primary > .panel-heading {
    background: #004887;
    border-color: #004887;
}
button.btn.btn-primary:focus {
    outline: none !important;
}
.hr-line {
    border: 1px solid #D6D8D9;
}
.fa.icon-orange{
	color: #004887;
}
.btn-primary {
    background-color: #649d00 !important;
    border-color: #ffffff !important;
    color: #fff !important;
    border-radius: 25px;
}
.home-logo img {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 250px;
}
body{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    width: 100%;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
   
}
.home-logo {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-right: 10%;
    padding-bottom: 0px;
    padding-left: 10%;
    background: none;
}
.container{
    width:1024px;
    margin:0 auto;
}
.header-section {
    margin: 40px;
}
.heading-text p {
    padding: 20px;
}
@media (max-width: 768px) {
    .container{width:fit-content;}
}
.footer-section:before{
    background: #D6D8D9;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: relative;
    right: 0;
}
.text-copyright{
	padding-left:15px;
    margin-top:	20px;
}