@charset "UTF-8";
@font-face {
    font-family: lighter_font;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lighter_font.eot);
    src: url(../fonts/lighter_font.eot?#iefix) format("embedded-opentype"),
    url(../fonts/lighter_font.woff) format("woff"), url(../fonts/lighter_font.ttf) format("truetype"),
    url(../fonts/lighter_font.svg) format("svg");
}
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
    padding: 0%;
    margin: 0%;
}
nav .uncortage {
    margin-right: 23px;
    position: relative;
    text-decoration: none;
    filter: brightness(75%);
}
nav .uncortage img {
    /* margin: 0px 0px 11px 18px; */
    margin: auto;
    display: block;
}
nav .uncortage span h6 {
    color: gray;
    font-weight: 100;
    font-size: 14px;
    margin-top: -12px;
}
nav form:hover {
    color: blue !important;
}
nav .uncortage span h6:hover {
    color: blue !important;
}
nav .uncortage img:hover {
    border: blue !important;
    filter: unset;
}
/* <==================>  */
/* <=====================> */
header .main {
    background-image: url("../images/background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
}
header .main form {
    width: 29%;
    float: right;
    margin-right: 30px;
    background-color: white;
    margin-top: 20px;
    padding: 20px;
    height: 358px;
}
header .main form h5 {
    font-weight: 100;
}
header .main form button {
    color: #fff;
    border-color: #056dae;
    background-color: #056dae;
}
header .main form button:hover {
    background-color: #002a54;
}
header .main form .form-control {
    background-color: #eee !important;
    height: 48px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: .5px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 8px;
}
header .main form .link1 {
    display: inline-block;
}
header .main form a {
    text-decoration: underline;
    font-size: 13px;
    color: #056dae;
}
header .main form a:hover {
    color: gray;
}
header .main form .link2 {
    display: inline-block;
    margin-left: 30%;
}
/* <==========================> */
/* <==========================> */
footer {
    background-color: #333 !important;
    color: white !important;
}
footer .footerright {
    margin-left: 77px;
    /* margin-right: -86px;
    margin-left: -64px; */
}
footer .footerright .gradcolom {
    width: 16.6666%;
}
footer .container .list-unstyled a {
    font-size: 13px;
    color: white !important;
}
footer .container h6 {
    /* color: #fff; */
    /* font-family: Interstate_Bold,sans-serif; */
    font-size: 14px;
    line-height: 24px;
}
footer .lastfooter {
    margin-left: 86px;
    /* position: relative; */
}
footer .lastfooter .google {
    display: inline-block;
}
footer .lastfooter .google1 img {
    width: 140px;
    height: 42px;
    margin-bottom: 10px;
}
footer .lastfooter .google2 img {
    width: 140px;
    height: 42px;
    margin-left: 27px;
    margin-bottom: 10px;
}
footer .lastfooter .icons {
    /* position: absolute; */
    display: inline-block;
    float: right;
    font-size: 24px;
    /* margin-right: -70px; */
    /* left: 30px; */
}
/* footer .lastfooter .icons i{
    margin-left: 20px;
} */
footer .lastfooter hr {
    background-color: #ffffff94;
    width: 100%;
}
footer .lastfooter2 a {
    font-size: 12px;
    color: white;
    margin-left: 14px;
}
footer .lastfooter3 {
    font-size: 12px;
    color: #f4f4f4;
    letter-spacing: 0;
    line-height: 18px;
}
footer .lastfooter4 img {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    header .main form {
        width: 100%;
        margin-right: 0px;
        background-color: white;
        margin-top: 401px;
        padding: 41px;
        height: 500px;
    }
    footer .footerright .gradcolom {
        width: 50.6666%;
    }
    footer .lastfooter .google {
        display: block !important;
    }
    footer .lastfooter .icons {
        display: block;
        float: left;
        font-size: 24px;
    }
}
.circle {
    position: fixed;
    z-index: 17;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/loading.gif) center no-repeat;
}
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    background-color: #111;
}
.inputArea.hasError {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c72e2e;
}
.inputArea.hasError input {
    color: #bf2155;
    border-color: #c72e2e;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}
.inputArea.hasError input:-ms-input-placeholder {
    color: #bf2155;
}
.inputArea.hasError input::-webkit-input-placeholder {
    color: #bf2155;
}
.inputArea.hasError input:-moz-placeholder {
    color: #bf2155;
    opacity: 1;
}
.inputArea.hasError input::-moz-placeholder {
    color: #bf2155;
    opacity: 1;
}
.alert .danger_error {
    margin: 0;
    padding: 0px 0px 0px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    text-align: left;
    font-size: 1em;
    background: url(../images/alert_list.png) no-repeat;
    color: #bf2256;
    background-size: 21.4px;
    background-position: left 1px top -421px;
    font-size: 14px;
}
.error-red,.error-valid,.error-pass{
    color: red;
    display: none;
}