#primary-menu {

    float: inherit!important;

}


#header
{
    background-color:#42AEDD!important;
}
.not-dark
{
    background-color:#42AEDD!important;
}
.topbar
{
    display:flex!important;
    align-items:center;
    justify-content:center;
    
}

.top-info
{
    display:flex;
}

.top-info i
{
    font-size: 4rem;
    margin-right: 1rem;
}

.loanNowAddress
{
    margin-bottom: -1rem;
}

.loannowtime
{
    margin-bottom: -1rem;
}

.more-services
{
    padding: 2rem 0px;
    margin-bottom: 2rem;
    
}

.more-services h3 
{
    color:white;
}

.more-services h4
{
    color:white;
    font-weight:900;
}

.quick-services
{
    padding: 2.5rem;
    margin-bottom: 2rem;
}

.quick-services i 
{
    font-size: 5rem;
}

.quick-services h3
{
    color:white;
}

.titleCenter .page-title:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 10%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 5px solid #ea3d56; /* This creates the border. Replace black with whatever color you want. */
}

.titleLeft .page-title:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    /*margin: 0 auto;  This will center the border. */
    width: 5%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 5px solid #ea3d56; /* This creates the border. Replace black with whatever color you want. */
}

.our-strategy-block
{
    background-color:white;
    overflow:hidden;
    padding-top: 3rem;
}

.footerbar
{
    display:flex!important;
    align-items:center;
    justify-content:center;
    padding: 3rem;
    background-color: #092734;
    
}

.footerbar p
{
    color:white;
}

#footer
{
    background-color: #134e67!important;
    margin-top: -8rem;
}

#footer a
{
    color:white!important;
}
#footer h4
{
    color:white!important;
}
#footer p
{
    color:white!important;
}
