﻿
.pg-name {
    height: auto;
    /*line-height: 70px;*/
    background-color: #F6F8F9;
    font-family: Georgia;
    font-size: 24px;
    font-weight: bold;
    color: #3282D7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dce3e6;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.navbar{
    margin-bottom: 0px !important;
}
.navbar-brand
{
    padding: 0px 5px !important;

}
/*Footer Starts*/
.footer {
    background: #222;
    color: #fff;
    padding: 0 20px 10px 20px;
    border-top: 4px solid #5B9AF8;
    margin-top: 0px;
    bottom: 0px;
    /*position: fixed;
    width: 100%;*/
}

    .footer h3 {
        color: #5B9AF8;
        font-size: 1.3em;
        border-bottom: 1px dotted #7C7C7C;
    }

    .footer ul {
        padding: 0;
    }

.footer-navigate-section li {
    line-height: 20px !important;
}
 
.footer-copyright {
    text-align: center;
    color: #7C7C7C;
    padding-top: 10px;
    font-size: 0.9em;
}

    .footer-copyright a {
        color: #5B9AF8;
        text-decoration: none;
    }

        .footer-copyright a:hover {
            color: #FF3300;
            text-decoration: none;
        }

/*Footer Ends*/

.text-purple {
    color: #e018dc;
}

.text-black {
    color: #000;
}

.text-green {
    color: #4CAA0C;
}

.text-blue {
    color: #3981EC;
}

.text-white {
    color: #FFFFFF;
}

.text-red {
    color: #FF3300;
}
