

body {
    padding-top: 0em;
}
.Top-header {
    /* background: #eaeaea; */
    padding-top: 5px;
}

.Top-Icon {
    width: 80%;
    margin: auto;
    /* background: #da0504; */
    position: relative;
    padding: 4px 15px;
    background: linear-gradient(to bottom, #4363ff 20%, #011ead 80%);
    border-radius: 50px;
}

.Top_Cont {
    text-align: left;
    padding: 0px;
}

.Top-Icon h3 {
    font-weight: 600;
    padding: 0px 5px;
    font-size: 15px;
    margin: 0px;
    font-family: OpenSansRegular;
    color: #e8e8e8;
}

.logo {
    width: 93px;
    float: left;
}

.SocIcon {
    text-align: right;
    padding: 0px;
}

.Mid-header .cont {
    width: 500px;
    margin: auto;
    padding: 5px 0px 10px 0px;
}

.Mid-header img {
    width: 100%;
}
.logo_Cont {
    width: 390px;
    float: left;
}

.Mid-header h1 {
    margin: 0px;
    padding: 5px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 2px 0px 1px #505050;
    color: #234082;
    font-family: 'Open Sans', sans-serif;
}

.Mid-header h3 {
    text-align: center;
    margin: 0px 0px 13px 0px;
    font-family: 'Open Sans', sans-serif;
}

.navbar-inverse {
    border-color: #080808;
    background: #011ead;
    background: linear-gradient(to bottom, #4363ff 20%, #011ead 80%);
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-family: LiberationSerif-Bold;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 17px;
    }

.footer-top {
    background: #143146;
    color: #fff;
    padding: 5px 0px 35px 0px;
}

    .footer-top h3 {
        text-align: center;
        margin: 0px;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        text-decoration: none;
    }

    .footer-top p {
        color: #ccc;
    }

    .footer-top ul li a {
        text-decoration: none;
        color: #ccc;
        font-weight: normal;
        font-family: LiberationSerif-Bold;
        font-size: 17px;
        line-height: 1.5985714;
    }

footer {
    background-color: forestgreen;
    background: linear-gradient(to bottom, #4363ff 20%, #011ead 80%);
    height: 35px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    vertical-align: middle;
}

    footer p {
        text-align: center;
        font-weight: bold;
        color: white;
        margin: 0px;
        padding: 7px;
    }
