@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/879119874-Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/879119874-Lato-Regular.svg#Lato") format("svg"), url("fonts/879119874-Lato-Regular.woff") format("woff"), url("fonts/879119874-Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "LatoBold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/766143799-Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/766143799-Lato-Bold.svg#Lato") format("svg"), url("fonts/766143799-Lato-Bold.woff") format("woff"), url("fonts/766143799-Lato-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "LatoLight";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/707946778-Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/707946778-Lato-Light.svg#Lato") format("svg"), url("fonts/707946778-Lato-Light.woff") format("woff"), url("fonts/707946778-Lato-Light.ttf") format("truetype");
}

@font-face {
    font-family: "FrankGothic";
    font-style: normal;
    font-weight: normal;
    src: url("120849610-frkgoth.eot?#iefix") format("embedded-opentype"), url("120849610-frkgoth.ttf") format("truetype");
}

@font-face {
    font-family: "HelveticaNeueLTProBd";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/HelveticaNeueLTProBd.otf") format("embedded-opentype");
}

@font-face {
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "OpenSans-Light";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
    font-family: "OpenSans-BoldItalic";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/OpenSans-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "OpenSans-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/OpenSans-Regular.ttf") format("truetype");
}

html {
    height: 100%;
}

body {
    /*background:rgba(0, 0, 0, 0) url("images/login_bg.jpg") no-repeat scroll center center / cover !important;
	background:rgba(0, 0, 0, 0) url("images/home_banner.jpg") no-repeat scroll center center / cover !important;*/
    font: 13px "Lato", Arial, Helvetica, sans-serif;
    margin: 0;
    min-height: 100%;
    padding: 0;
    position: relative;
    background: #fff !important;
    background: #f9f9f9 !important;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, ul, li, p {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clear {
    clear: both;
}

a {
    color: #ff7629;
    font-family: "Lato";
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.wrapper {
    display: flex;
    height: auto;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-size: cover !important;
    
    background: #e8f2ff url("images/bgimage.png") no-repeat 50%;
}

.wrapper.signupBlock {
    padding-bottom: 0
}

.layoutOuter {
    max-width: 928px;
    margin: 0 auto;
    /*background:url(images/shadow.jpg) no-repeat center 185px;*/
    min-height: 300px;
    padding: 0 0 50px;
}

.pos-rel {
    position: relative;
}

.pos-fix {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

#page {
    margin: 0 auto;
    max-width: 1440px;
    min-width: 1002px;
    width: 100%;
    padding-bottom: 0 !important;
}

.header {
    width: 100%;
    display: table;
    position: absolute;
    top: -160px;
    left: 0;
}

.header h1 {
    padding: 10px 0;
    display: table-cell;
    height: 175px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

.header h1 a {
    vertical-align: middle;
}

.header h1 img {
    max-height: 150px;
    width: auto;
    max-width: 300px;
}

.loginheader {
    width: 100%;
    background: #1a3340;
    height: 85px;
    float: left;
}

.loginheader .logo {
    background: url("images/logo2.png") no-repeat;
    width: 150px;
    height: 70px;
    float: left;
    position: relative;
    left: 50px;
    top: 9px;
}

.collapse-navbar li {
    float: left;
}

.collapse-navbar li a {
    color: #fff;
    float: left;
    text-transform: uppercase;
}

.collapse-navbar>li:first-child>a {
    background: #fc902e none repeat scroll 0 0;
    float: left;
    padding: 10px 20px;
    text-decoration: none;
}

.collapse-navbar>li:first-child>a>i {
    background: rgba(0, 0, 0, 0) url("images/sprite-image.png") no-repeat scroll 0 0;
    float: left;
    height: 11px;
    margin: 2px 12px 0 0;
    width: 17px;
}

.collapse-navbar>li:nth-child(2)>a {
    color: #fff;
    margin: 10px 40px;
}

.collapse-navbar>li:nth-child(2)>a>i {
    background: rgba(0, 0, 0, 0) url("images/sprite-image.png") no-repeat scroll -27px 0;
    float: left;
    height: 12px;
    margin: 2px 6px 0 0;
    width: 16px;
}

.collapse-navbar>li:nth-child(3)>a {
    margin: 10px 15px 0 0;
}

.collapse-navbar>li:nth-child(3)>a>i {
    background: rgba(0, 0, 0, 0) url("images/sprite-image.png") no-repeat scroll -345px -1px;
    float: left;
    height: 16px;
    margin-right: 6px;
    width: 16px;
}

.collapse-navbar>li:nth-child(3)>a span img {
    display: none;
    float: left;
}

.collapse-navbar>li:nth-child(4)>a {
    margin: 10px 15px;
}

.collapse-navbar>li:nth-child(4)>a>i {
    background: rgba(0, 0, 0, 0) url("images/sprite-image.png") no-repeat scroll -235px 0;
    float: right;
    height: 8px;
    margin: 4px 0 0 6px;
    width: 12px;
}

.callus-now {
    position: relative;
}

.callus-now-bx {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #a5a5a4;
    display: none;
    font-family: "LatoLight";
    font-size: 11px;
    left: 34px;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 24px;
    width: 200px;
    z-index: 1040;
}

.nav {
    float: right;
    margin: 5px 10px;
}

.nav li {
    color: #c4c4c4;
    float: left;
    font-size: 14px;
    margin: 0 10px;
    text-transform: uppercase;
}

.nav li a {
    color: #c4c4c4;
    float: left;
}

/*.main-nav #nav-collapse .nav li a{ font-size:16px !important;}*/

.search a {
    background: rgba(0, 0, 0, 0) url("images/search-icon.png") no-repeat scroll 0 0;
    float: left;
    height: 19px;
    margin: 5px 20px 0 10px;
    width: 19px;
}

.bgt {
    background: rgba(0, 0, 0, 0) url("images/bgt.png") repeat scroll 0 0;
    float: left;
    margin: 2% 0 0 2%;
    padding: 15px;
}

.bgt h2 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
}

.bgt p {
    color: #fc902e;
    font-size: 17px;
    margin-bottom: 15px;
}

.bgt a {
    color: #fc902e;
    float: left;
    font-size: 15px;
    margin-right: 10px;
}

.slide-container {
    float: left;
    padding: 180px 0 10px 40px;
}

.slides-pagination a {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    display: inline-block;
    height: 6px;
    margin: 0 1px;
    overflow: hidden;
    text-indent: -100%;
    transition: all 0.5s linear 0s;
    vertical-align: middle;
    width: 25px;
}

.slides-pagination a:hover {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}

.slider-five-bts-bx {
    bottom: 10px;
    float: right;
    margin-right: 3%;
    padding: 0;
    position: absolute;
    right: 0;
}

.slider-five-btns ul {
    display: table-row;
}

.slider-five-btns {
    display: table-row;
    list-style: outside none none;
    margin: 0 auto;
}

.slider-five-btns ul li {
    background: rgba(255, 255, 255, 0.33) none repeat scroll 0 0;
    color: #000000;
    float: left;
    font-size: 10px;
    height: 110px;
    line-height: 12px;
    margin-right: 1px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 100px;
}

.icon-30k-hours {
    background: rgba(0, 0, 0, 0) url("images/sprite-image.png") no-repeat scroll 2px -71px;
}

.icon-30k-hours1 {
    background: rgba(0, 0, 0, 0) url("images/sprite-image.png") no-repeat scroll -87px -71px;
}

.icon-30k-hours2 {
    background: rgba(0, 0, 0, 0) url("images/sprite-image.png") no-repeat scroll -187px -71px;
}

.icon-30k-hours3 {
    background: rgba(0, 0, 0, 0) url("images/sprite-image.png") no-repeat scroll -282px -71px;
}

.icon-30k-hours4 {
    background: rgba(0, 0, 0, 0) url("images/sprite-image.png") no-repeat scroll -385px -71px;
}

.slider-five-btns ul li>div p {
    font-weight: bold;
    padding-top: 60px;
}

.about {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-family: "LatoLight";
    padding: 3%;
    width: 94%;
}

.about h3 {
    color: #ff7629;
    font-family: "LatoBold";
    font-size: 35px;
    text-align: center;
}

.about .content {
    color: #797979;
    float: left;
    font-size: 20px;
    margin: 3% 0 0 10%;
    text-align: left;
    width: 60%;
}

.about .content a {
    color: #fc902e;
    float: left;
    font-size: 15px;
    margin: 3% 15px 0 0;
}

.about .img-right {
    background: rgba(0, 0, 0, 0) url("images/brandon.png") no-repeat scroll 0 0;
    float: left;
    height: 130px;
    margin: 3%;
    width: 263px;
}

.solutions {
    background: rgba(0, 0, 0, 0) url("images/solutions-bg.jpg") repeat scroll center 0 / 100% auto;
    box-sizing: border-box;
    float: left;
    font-family: "LatoLight";
    padding: 3%;
    width: 100%;
}

.solutions h3 {
    color: #ffffff;
    font-family: "LatoBold";
    font-size: 35px;
    padding-bottom: 4%;
    text-align: center;
}

.solutions h3>i {
    background: #fc902e none repeat scroll 0 0;
    height: 3px;
    left: 47%;
    margin-top: 45px;
    position: absolute;
    width: 80px;
}

.solutions ul {
    float: left;
    width: 100%;
}

.solutions li {
    color: #fff;
    float: left;
    font-size: 17px;
    text-align: center;
    width: 28%;
}

.solutions li.gap {
    margin: 0 7%;
}

.solutions li p {
    margin: 10px 0;
}

.testimonials {
    background: rgba(0, 0, 0, 0) url("images/orange.png") repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    font-family: "LatoLight";
    padding: 3%;
    text-align: center;
    width: 100%;
}

.testimonials h3 {
    color: #fff;
    font-family: "LatoBold";
    font-size: 35px;
    padding-bottom: 3%;
}

.testimonials h3>i {
    background: #ffffff none repeat scroll 0 0;
    height: 3px;
    left: 47%;
    margin-top: 45px;
    position: absolute;
    width: 80px;
}

.testimonials .testi {
    color: #ffffff;
    font-size: 23px;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

.testimonials .testi p.name {
    font-family: "Lato";
    font-size: 17px;
    margin: 20px 0 0;
}

.awards {
    background: #1d3262 none repeat scroll 0 0;
    float: left;
    padding: 3% 0;
    text-align: center;
    width: 100%;
}

.awards h4 {
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 3%;
}

.awards img {
    height: auto;
    width: 87%;
}

.login-box {
    max-width: 32em;
    width: 100%;
    margin: 0 auto;
}

.displaynone {
    display: none;
}

.login-box h6 {
    color: #333;
    font-weight: 500;
    font: 500 1.5em "LatoBold", sans-serif;
}

.login {
    background: #fc902e none repeat scroll 0 0;
    float: right;
    position: relative;
}

i.right-close-arrow {
    background: rgba(0, 0, 0, 0) url("images/sprite-image.png") no-repeat scroll -235px -18px !important;
}

.login-box .logo-left {
    float: left;
    height: 200px;
    width: 270px;
}

.login-box .logo-right {
    color: #333;
    font-family: "Lato";
    font-size: 14px;
    margin: 0;
}

.login-box .logo-right label {
    font-size: 14px !important;
}

#rememberusername {
    margin: 0 5px 0 3px;
    vertical-align: -1px;
}

.login-box h2 {
    color: #1ca5ff;
    padding: 40px 0 50px;
    font: 58px "OpenSans-Regular";
    text-align: center
}

.login-box .logo-right input[type="text"], .login-box .logo-right input[type="password"] {
    background: none;
    border: none;
    border-bottom: 1px solid #c1c1c1; 
    color: #979797;
    font: 14px/44px "Arial";
    padding: 0;
    width: 100%;
    height: 44px;
    border-radius: 0;
    text-align: left;
    position: relative;
    /* left: 20px; */
    padding-left: 45px;
}

.login-box .logo-right input[type="submit"] {
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 150px;
    font: 14px/22px "Lato";
    height: 40px;
    background: #39a3fa;
    margin: 0 auto;
    border-radius: 50px;
    float: left;
    text-transform: uppercase;
    margin-top: 25px;
    margin-right: 0;
    border: 2px solid #39a3fa;
}

.login-box .logo-right input[type="submit"]:hover {
    box-shadow: 6px 9px 26px rgb(57 163 250 / 50%);
}

p.footertext {
    color: #626262;
    font-size: 12px;
    width: 100%;
    text-align: left;
    margin-top: 25px;
    float: left;
    padding-left: 12px;

}

.login-box .logo-right a {
    color: #333;
    text-decoration: underline;
    /* text-transform: capitalize;*/
}

.login-box .logo-right a:hover {
    text-decoration: none;
}

.login-box .logo-right span {
    /* display: block;
    padding: 0;
    text-align: left; */
}

.login-box .logo-right span.forgot-password {
    margin: 0 0 0 10px;
    display: none;
}

.login-link {
    padding: 0 0 10px 10px;
    position: relative;
}

.login-link a.login-open {
    background: rgba(0, 0, 0, 0) url("images/login-arrow.png") no-repeat scroll right 4px;
    padding-right: 20px !important;
}

.login-link a.login-open.show {
    background-position: right -16px;
}

i.right-down-arrow {
    background: rgba(0, 0, 0, 0) url("images/sprite-image.png") no-repeat scroll -235px 0;
    cursor: pointer;
    float: right;
    height: 12px;
    margin: 14px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

.loginText {
    /*font-size: 130%;*/
    color: #333;
    padding-top: 10px;
}

.loginText a {
    display: inline-block;
    color: #333!important;
    text-decoration: underline;
}

.rememberpass {
    display: none;
}

span.username-error, span.password-error, span.email-error {
    position: absolute;
    left: 0;
    top: -15px;
    color: red;
}

.login-box .logo-right a {
    color: #39a3fa;
    text-decoration: none;
    /* text-transform: capitalize; */
    font-size: 18px;
    position: relative;
    top: 38px;
    left: 22px;
    
    font-size: 13px;
}

footer {
    bottom: 0;
    box-sizing: border-box;
    color: #383838;
    float: left;
    font-size: 12px;
    left: 0;
    width: 100%;
    border: none !important;
    display: none;
}

footer .arrow {
    background: rgba(0, 0, 0, 0) url("images/arrow.png") no-repeat scroll 0 0;
    display: none;
    float: right;
    height: 53px;
    padding-right: 58px;
    width: 9px;
}

footer a {
    margin: 0 10px;
}

.login-box .logo-right input[type="button"] {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #ff6814;
    float: right;
    font-family: "Lato";
    font-size: 16px;
    margin-top: 10px;
    padding: 10px;
}

.drop {
    background: rgba(0, 0, 0, 0) url("images/drop-arrow.png") no-repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    bottom: 73px;
    cursor: pointer;
    display: none;
    height: 35px;
    position: fixed;
    right: 5px;
    text-align: center;
    width: 35px;
    z-index: 9;
}

.drop:hover {
    background-position: 0 bottom;
}

.hide_text {
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.login-type-box {
    float: left;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-top: 3px;
}

.register-box {
    border-top: 1px solid #fff;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
}

.login-box .logo-right span.npr-search {
    margin: 0 0 0 5px;
}

.login-box .logo-right span.register {
    margin: 0 0 0 93px;
}

.pos-fix #page.min-height {
    min-height: 80%;
}

.bx-wrapper {
    max-width: 1440px !important;
}

footer #page {
    min-width: inherit;
    width: 95%;
}

footer .f-left {
    line-height: 44px;
}

.footer-menu {
    margin: 0 auto;
    padding: 15px 0 0 !important;
    position: relative;
    text-align: center;
    width: 55% !important;
    z-index: 99;
}

.footer-menu.pull-right {
    float: right;
    text-align: right;
}

.footer-menu a {
    color: #fff;
    margin: 0;
}

.footer-menu a:hover {
    color: #fc8428;
    text-decoration: none;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    border-left: 1px solid #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 10px;
    margin: 0;
    padding: 0 10px;
    position: relative;
}

.footer-menu ul li:first-child {
    border: medium none;
}

.footer-menu ul li.linkPopup {
    border: medium none;
    padding: 0;
    width: 40px;
}

.footer-menu ul li.linkPopup a {
    background: #000 url("/theme/image.php/gourmet/theme/1428301949/upArrow") no-repeat scroll 50% 50%;
    display: block;
    height: 44px;
    left: 0;
    position: absolute;
    top: -27px;
    width: 40px;
}

.footer-menu ul li.linkPopup ul {
    background: #000 none repeat scroll 0 0;
    bottom: 27px;
    display: none;
    min-width: 220px;
    position: absolute;
    right: 0;
}

.footer-menu ul li.linkPopup ul li {
    border: medium none;
    display: block;
    line-height: normal;
    padding: 0;
    text-align: left;
    width: auto;
}

.footer-menu ul li.linkPopup ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: 1px solid #666;
    display: block;
    height: auto;
    padding: 10px;
    position: static;
    text-transform: capitalize;
    width: auto;
}

.footer-menu ul li.linkPopup ul li:first-child a {
    border: medium none;
}

.lanscapeMessage {
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    font-size: 20px;
    color: #333333;
    z-index: 1000000009;
}

.col-md-12 {
    padding: 0 1%;
}

.mainloginbox {
    border-radius: 10px;
    margin: auto;
    /* position: absolute;
    width: 27vw; */
    -webkit-box-shadow: 1px 2px 18px 2px #adaaaa8f;
    -moz-box-shadow: 1px 2px 18px 2px #adaaaa8f;
    box-shadow: 1px 2px 18px 2px #adaaaa8f;
    background: #fff;
    height: 360px;
    padding: 30px;
    top: 50%;
    /* -ms-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%); */
    right: 0px;
}

.logologin {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
    padding-left: 12px;
}



p.registerp {
    color: #39a3fa;
    font-size: 15px;
    float: left;
    width: 100%;
    margin: 20px 0px;
    font-weight: bold;
    text-align: left;
    padding-left: 27px;
    margin-top: 30px;
    
}

.login-box .logo-right p.registerp a {
    position: relative;
    top: 0;
    left: 6px;
    font-size: 15px;
    font-weight: bold;
}

.formfield {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0;
}

.usericon {
    background: url(images/usericon.png) no-repeat;
    width: 20px;
    height: 29px;
    float: left;
    position: absolute;
    background-size: 70%;
    left: 22px;
    top: 11px;
    z-index: 9;
}

.passwordicon {
    background: url(images/password.png) no-repeat;
    width: 20px;
    height: 29px;
    float: left;
    position: absolute;
    background-size: 70%;
    left: 22px;
    top: 11px;
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1280px) {
    #page {
        min-width: 100%;
    }
    .slider-five-bts-bx {
        bottom: 40px;
        margin-right: 10px;
    }
    .about .content {
        margin-left: 4%;
    }
    .bgt {
        margin-left: 10px;
        width: 42%;
    }
}

@media screen and (orientation: portrait) {
    .wrapper, #page-footer {
        display: none !important;
    }
    .portraitMessage {
        color: #333333;
        display: block;
        font-size: 20px;
        height: 100px;
        left: 0;
        margin: -50px 0 0;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
    }
    body {
        background: none
    }
}

@media screen and (orientation: landscape) {
    .portraitMessage {
        display: none;
    }
    body {
        background-size: cover
    }
}

@media screen and (min-device-width:600px) and (max-device-width:1280px) and (orientation: portrait) {
    .wrapper, #page-footer {
        display: none !important;
    }
    .portraitMessage {
        color: #333333;
        display: block;
        font-size: 20px;
        height: 100px;
        left: 0;
        margin: -50px 0 0;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
    }
    body {
        background: none!important;
    }
}

@media screen and (max-device-width: 414px) {
    .portraitMessage {
        display: none;
    }
    .left_Section{ display: none;}

    body {
        background: none;
    }
    input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="image"], button {
        border-radius: 0;
    }
    .layoutOuter {
        background-position: center 110px;
        padding: 0 0 25px;
    }
    .header h1 {
        padding: 15px 0;
        height: 80px;
    }
    .header h1 img {
        max-height: 80px;
    }
    .bx-wrapper {
        display: none;
    }
    .login-box h2 {
        padding: 15px 0;
        font-size: 40px;
    }
    #page {
        max-width: 100%;
        min-width: 100%;
    }
    .solutions, .testimonials, .slider-five-bts-bx, .drop, .collapse-navbar li {
        display: none !important;
    }
    .pos-fix {
        height: auto !important;
        position: static;
    }
    .banner_img {
        display: none;
        min-height: 220px;
    }
    .bgt {
        float: none;
        margin: 0;
        overflow: hidden;
    }
    .bgt h2 {
        font-size: 17px;
        margin: 0 0 10px;
    }
    .bgt p {
        font-size: 16px;
        margin: 0;
    }
    .bgt p br {
        display: none;
    }
    .about h3 {
        font-size: 18px;
    }
    .about .content {
        font-size: 14px;
        margin: 3%;
        width: 94%;
    }
    footer {
        font-size: 10px;
    }
    footer .f-left {
        line-height: normal;
        padding-top: 15px;
        width: 100%;
        text-align: center;
    }
    .login-box {
        width: calc(100% - 20px);
        position: absolute;
        top: 4rem;
        margin: 0 10px;
        left: 0px;
    }
    .main-nav {
        margin-top: -3px!important;
    }
    .login-box .logo-right {
        box-sizing: border-box;
        font-size: 14px;
        min-height: 150px;
        padding: 5px 0;
        width: 100%;
    }
    .pos-fix #page.min-height {
        background: #fff none repeat scroll 0 0;
    }
    .wrapper, #page-footer, .collapse-navbar li.login-link {
        display: block !important;
    }
    .copyright11 {
        margin-left: 10px !important;
        margin-top: -7px!important;
        line-height: normal;
        width: 100px;
    }
    span.errorsign {
        margin-bottom: 5px;
    }
}

@media screen and (max-device-width: 767px) and (orientation: portrait) {
    .lanscapeMessage {
        display: none
    }
}

@media screen and (min-device-width: 400px) and (max-device-width: 767px) and (orientation: landscape) {
    body {
        background: none!important;
    }
    .portraitMessage {
        display: none;
    }
    .lanscapeMessage {
        display: block
    }
    .wrapper, #page-footer {
        display: none !important;
    }
    .wrapper {
        width: 100%;
    }
}

.top-bar .countBlock {
    margin: 0 !important;
}

#page-header .top-bar .logininfo-container {
    padding: 0!important;
}

#page #region-main h6 {
    padding: 0 0 10px;
    font-size: 23px!important;
}

#page #region-main {
    min-height: inherit!important;
}

.login-right {
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
}

.login-right .heading1 {
    font-size: 36px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    padding-left: 10%
}

.login-right .text_login {
    font-size: 26px;
    color: #fff;
    text-align: left;
    padding-left: 5rem;
    padding-top: 10px;
}

.login-icon, .pwd-icon {
    display: block;
    position: absolute;
    width: 14px;
    height: 20px;
    margin-top: 14px !important;
}

.footerContact {
    height: 34px;
    left: 0;
    position: absolute;
    background: #ececec;
    width: 100%;
    float: left;
}

.footerContact ul {
    margin: 0;
    padding: 0;
}

.footerContact ul li {
    float: left;
    font-size: 16px;
    height: 44px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: auto;
    opacity: 0.5;
}

.footerContact ul li a {
    text-decoration: none;
    position: relative;
    top: 10px;
}

.footerContact ul li p {
    font-size: 14px;
    display: inline-block;
    margin: 0
}

.footerContact ul ul {
    display: none;
    position: absolute;
    left: 0;
    bottom: 44px;
    margin: 0;
    width: 150px;
    padding: 10px!important;
}

.footerContact ul ul li {
    float: none;
    display: block;
    width: auto;
    height: auto;
    padding: 0 0 10px;
}

.footerContact ul ul li:last-child {
    padding: 0
}

.footerContact ul ul li .fa {
    margin: 0 5px 0 0;
    width: 16px;
}

#page-footer .bottom-bar p, #page-footer .footer-widget {
    border: medium none !important;
}

#page-footer .footer-widget p {
    color: #b3b3b3 !important;
}

.footerContact {
    bottom: 0
}

.rowConatct {
    position: relative;
}

/* ======= Footer ======= */

#page-footer {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#page-footer p {
    color: #6a768f;
    margin: 0px;
    padding: 0px;
    padding-top: 18px;
}

#page-footer .bottom-bar {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
}

#page-footer ul {
    padding-left: 0;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

#page-footer li {
    list-style: none;
}

#page-footer h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

#page-footer .footer-content .footer-col .fa {
    color: #767676;
}

#page-footer .footer-content .footer-col a {
    color: #dcdcdc;
}

#page-footer .footer-content .footer-col a:hover {
    color: #84aac9;
}

#page-footer .footer-content .subscribe-form .form-control {
    background: #f5f5f5;
}

#page-footer .footer-content .subscribe-form .form-control:focus {
    background: #fff;
}

#page-footer .bottom-bar {
    /*ip*/
}

#page-footer .bottom-bar .copyright {
    color: #808080;
}

#page-footer .bottom-bar .copyright a:hover {
    color: #84aac9;
}

#page-footer .bottom-bar .social li a {
    color: #a9a9a9;
}

#page-footer .bottom-bar .social li a:hover {
    color: #FF7529;
}

#page-footer .bottom-bar .footer-menu ul li {
    border-left: 1px solid #fff;
}

#page-footer .bottom-bar .footer-menu ul li:first-child {
    border: none
}

#page-footer .bottom-bar .footer-menu ul li a {
    color: #fff
}

#page-footer .bottom-bar .footer-menu ul li a:hover {
    color: #525252;
}

.helpBox {
    display: none;
}

.footerContact ul li a img {
    width: 58%;
}

span.username-error, span.password-error, span.email-error {
    /* left: 62px; */
    margin-bottom: 11px;
    float: left;
    font-size: 11px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #a0a0a0;
    transition: background-color 5000s ease-in-out 0s;
}

.login-box .logo-right input:focus {
    outline: 0;
}

.wrapper_login {
    width: 100%;
    background: url("images/bg_login.jpg");
    background-size: cover;
    height: 58vh;
    background-position: bottom;
}

.wrapper_login h1 {
    width: 100%;
    padding: 30px 35px;
}

.wrapper_heading {
    text-align: center;
    position: relative;
    top: 10%;
}

.wrapper_text h2 {
    text-align: center;
    position: relative;
    color: #fff;
    margin-top: 20px;
    font-size: 28px;
    letter-spacing: 2px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.wrapper_text p {
    color: #fff;
    width: 78%;
    margin: 0px auto;
    margin-top: 10px;
    text-align: center;
    font-size: 17px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 28px;
}

.login_brder {
    width: 75px;
    height: 75px;
    position: relative;
    border: 1px dashed #0a5f94;
    border-radius: 100px;
    padding: 10px !important;
    margin: 0px auto;
    top: -5px;
}

.login_bg {
    width: 70px;
    height: 70px;
    position: relative;
    border: 2px solid #0a5f94;
    border-radius: 100px;
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 26px 17px 20px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 26px 17px 20px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 26px 17px 20px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 26px 17px 20px rgba(232, 76, 61, 0);
    }
}

.container {
    width: 100%;
    height: AUTO;
    margin: 20px auto;
    margin-bottom: 0;
}

.bottom_info {
    background: url(images/home_login.jpg) no-repeat;
    width: 800px;
    height: 120px;
    margin: 0px auto;
    background-position: center;
    margin-top: 33px;
}

.wrapper_login h1 a img {
    width: 200px;
}

.copyright11 {
    padding: 22px 0;
    text-align: center;
    margin: 0;
    color: #6a768f;
    font-size: 12px;
    padding-top: 10px;
    /*
	padding-top: 17px;
    margin: 0;
    padding-bottom: 0;
    font-size: 12px;text-align:center;color:#7a8499;
	*/
}

span.errorsign {
    position: absolute;
    text-align: center !important;
    left: 0;
    margin-bottom: 5px;
    color: #fff;
    right: 0;
    top: 80px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #page-footer p {
        margin: 0px !important;
        ;
    }
    .wrapper_login {
        height: 525px;
    }
    .wrapper_text p {
        margin-top: 20px !important;
        padding: 17px 0px;
        font-size: 18px;
        width: 90%;
    }
    .wrapper_text h2 {
        margin-top: 50px !important;
    }
    .login_brder {
        margin-top: 53px !important;
    }
    .wrapper {
        width: 100%
    }
    .wrapper_text {
        padding-top: 0px;
    }
    .bottom_info {
        margin-top: 76px;
    }
    .wrapper_login {
        height: 510px !important;
    }
    .login_brder {
        margin-top: 23px !important;
    }
    .copyright11 {
        padding: 18px 0 !Important;
        text-align: center;
        margin: 0;
        color: #6a768f;
        font-size: 12px !important;
    }
    .bottom_info {
        width: 100%;
        background-size: 100%;
        height: 70px;
        margin-top: -25px;
    }
    .login_brder {
        width: 85px;
        height: 85px;
    }
    .login_bg {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .wrapper_login h1 {
        padding: 15px;
    }
    .wrapper_text h2 {
        color: #fff;
        margin-top: 20px;
        font-size: 21px;
    }
    .wrapper_text p {
        color: #fff;
        width: 90%;
        margin: 0px auto;
        margin-top: 10px;
        text-align: center;
        font-size: 15px;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        line-height: 21px;
    }
    .login-box .logo-right input[type="text"], .login-box .logo-right input[type="password"] {
        width: 100%;
    }
    .login_brder {
        top: 10px;
    }
    .wrapper_login {
        height: 414px;
    }
    .bottom_info {
        width: 100%;
        background-size: 100%;
        margin-top: 20px;
    }
    .copyright11 {
        padding: 22px 0;
        text-align: center;
        margin: 0;
        color: #6a768f;
        font-size: 10px;
        width: 100%;
        margin-left: 0 !important;
        padding-bottom: 0px;
        margin-top: 0 !important;
    }
    span.errorsign {
        position: absolute;
        text-align: center !important;
        left: 0;
        margin-bottom: 0;
        color: #fff;
        right: 0;
        top: 102px !Important;
        font-size: 13px;
    }
    .login_brder {
        width: 80px;
        height: 80px;
    }
    .footerContact {
        height: 50px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .wrapper {
        width: 100%;
    }
    .wrapper_login h1 {
        width: 100%;
        padding: 20px 15px;
    }
    .wrapper_text {
        width: 100%;
        margin-top: 0px;
    }
    .wrapper_login {
        height: 420px;
    }
    .wrapper_text p {
        width: 90% !important;
        line-height: 24px;
        font-size: 15px;
        margin-top: 15px;
        line-height: 22px;
    }
    .wrapper_text h2 {
        margin-top: 30px;
        font-size: 22px;
    }
    .login_brder {
        margin-top: 30px;
        top: -10px;
    }
    .container {
        margin-top: 75px;
        margin-bottom: 0px;
    }
    .footerContact p.copyright11 {
        width: 100%;
        line-height: normal;
        margin: 0 !important;
        padding: 0px;
        font-size: 12px;
    }
    .footerContact {
        padding: 0px 0px;
        height: auto;
        bottom: 0px;
        position: relative;
        top: 10px;
    }
    .copyright11 {
        font-size: 12px;
    }
    .login-box .logo-right input[type="text"], .login-box .logo-right input[type="password"] {
        width: 100%;
        margin-bottom: 10px;
    }
    span.errorsign {
        position: absolute;
        text-align: center !important;
        left: 0;
        margin-bottom: 0;
        color: #fff;
        right: 0;
        top: 102px !important;
        font-size: 13px;
    }
    .bottom_info {
        width: 100%;
        background-size: 100%;
        height: 50px;
        margin-top: -25px;
    }
    .login_brder {
        width: 80px;
        height: 80px;
    }
   
}

.alert-area {
    width: 100%;
    float: left;
    padding: 5px 0;
    background: #0096cc;
    text-align: center;
    color: #fff;
    margin-top: 25px;
}

.alert-area img {
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

p.privacy {
    text-align: left;
    font-size: 12px;
    width: 100%;
    float: left;
    margin-top: 20px;
    color: #626262;
    display: none;
}

p.privacy a {
    position: static !important;
    font-size: 12px !important;
}

.left_Section{
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}
.login-banner{
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}
.left_Section .img-inner-wrapper {
    display: -webkit-flex;
    display: flex;
    height: 100vh;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.login-box .logo-right #loginform, .login-box .logo-right #forgot-password-form {
    padding: 12px;
    position: relative;
}