
/* lato-300 - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v23-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v23-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v23-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v23-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v23-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v23-latin-ext_latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v23-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v23-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v23-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v23-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v23-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v23-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v23-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v23-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v23-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v23-latin-ext_latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

:root {
    --font-global: "Lato", sans-serif;
    --font-jefferies-text: "Lato", sans-serif;
    --font-prime-text: "Lato", sans-serif;
    --global-bg-color: whitesmoke;
    --font-input-color-text: #50a6ff;
    --navbar-color: #02182e;
}

* {
    margin: 0;
}

body {
    background-color: var(--global-bg-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
}

.wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container-custom {
    margin-bottom: 30px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ----- Text Logos Start ----- */
.logo-jefferies-text {
    font-family: var(--font-jefferies-text);
    font-weight: 700;
    font-size: 2rem;
}

.logo-prime-text {
    font-family: var(--font-prime-text);
    font-weight: 400;
    font-size: 1.3rem;
    padding-left: 30px;
}

/* ----- Text Logos End ----- */
.menu-info {
    background-color: #233a48;
    color: whitesmoke;
}

    .menu-info .sub-itens {
        font-size: 0.85rem;
        color: gray;
        text-align: center;
        line-height: 2rem;
    }

@media screen and (min-width: 992px) {
    .menu-info .sub-itens {
        text-align: right;
    }
}

.menu-info i {
    color: #50a6ff;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar-custom {
    background: var(--navbar-color) !important;
}

@media screen and (min-width: 992px) {
    .navbar-custom {
        height: 80px;
    }

    .navbar-custom .nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }
}

/* ----- Video Background Start ----- */
.video-background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.overlay-video {
    background: #02182e;
    background: -webkit-gradient(linear, right top, left top, from(rgba(1, 20, 46, 0.7)), color-stop(50%, rgba(2, 24, 46, 0)), to(#021c2e));
    background: linear-gradient(-90deg, rgba(1, 20, 46, 0) 0%, rgba(2, 24, 46, 0.7) 50%, #021c2e 100%);
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
}

#video-content {
    height: 100%;
    color: white;
    display: block;
    margin: 0 auto;
}
/* ----- Video End Start ----- */

/* ----- Image Background Start ----- */
.image-background-holder {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.image-background-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.image-background-content {
    position: relative;
    z-index: 2;
}

.image-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.65;
    z-index: 1;
}
/* ----- Image Background End ----- */

h1 {
    font-size: calc(2rem + 2vmin);
    font-weight: 700;
}

.page-text {
    margin-top: 4em;
    /* height: 34em; */
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    overflow-x: hidden;
    /* overflow-y: auto; */ /* scrollbar*/
    padding-bottom: 1em;
    padding-right: 2em;
    text-align: left;
}

@media screen and (max-width: 1023.99px) {
    .page-text {
        margin-top: 2em;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width: 1600px) {
    .page-text {
        height: auto;
        padding-right: 80px;
    }
}

@media screen and (min-width: 992px) {
    .page-text p {
        text-align: justify;
    }
}

.page-text ul {
    list-style: none;
    padding-left: 0;
}

    .page-text ul li {
        margin-bottom: 10px;
    }

    .page-text ul i {
        color: #005085;
    }

.page-text::-webkit-scrollbar {
    width: 15px;
}

.page-text::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
}

.page-text::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #00437c;
}

/* Welcome Page */
.welcome-page {
    display: block;
}

@media screen and (max-width: 1023.99px) {
    .welcome-page {
        padding-top: 60px;
    }
}

/* Header */
.header-section {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.65);
    color: whitesmoke;
}

/* Portfolio Page */
.portfolio-page {
    display: none;
}

.portfolio-page .header-section {
    background-image: url("../../images/jprime-bg-002.jpg");
}

/* Capital Page */
.capital-page {
    display: none;
}

.capital-page .header-section {
    background-image: url("../../images/jprime-bg-003.jpg");
}

/* Sales Page */
.sales-page {
    display: none;
}

.sales-page .header-section {
    background-image: url("../../images/jprime-bg-004.jpg");
}

/* Research Page */
.research-page {
    display: none;
}

.research-page .header-section {
    background-image: url("../../images/jprime-bg-005.jpg");
}

/* Securities Page */
.securities-page {
    display: none;
}

    .securities-page .header-section {
        background-image: url("../../images/jprime-bg-006.jpg");
    }

/* Equity Page */
.equity-page {
    display: none;
}

.equity-page .header-section {
    background-image: url("../../images/jprime-bg-007.jpg");
}

/* Jets Page */
.jets-page {
    display: none;
}

.jets-page .header-section {
    background-image: url("../../images/jprime-bg-008.jpg");
}
/* -----  Login Page Start ----- */

/* ----- Form Login Start ----- */
.login-form {
    max-width: 400px;
    height: 100%;
    display: block;
    margin: auto;
}

.login-form {
    max-width: 300px;
}

.login-form .input-username {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-form .btn-login {
    text-align: center;
    padding-top: 20px;
}

.login-form .btn-login .btn {
    width: 180px;
    cursor: pointer;
}

.login-form .btn-login a {
    color: #ccc;
    font-size: 0.8rem;
}

.login-form .btn-login p {
    padding-bottom: 0;
    padding-top: 5px;
}

.login-form .btn-login .link-need-help {
    padding-left: 20px;
}

.login-form .error-login {
    text-align: center;
    background-color: #4b0202;
    color: whitesmoke;
    width: 300px;
    padding: 10px 30px;
    border-radius: 20px;
    margin: 30px auto;
}
/* ----- Form Login End ----- */

/* ----- Form Forgot Start ----- */
.form-forgot {
   
    display: none;
    max-width: 400px;
    height: 100%;
    margin: auto;
}

.form-forgot  {
    max-width: 300px;
}

.form-forgot  .input-email {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-forgot  .btn-reset {
    text-align: center;
}

.form-forgot  .btn-reset .btn {
    width: 180px;
}

.form-forgot .btn-reset a {
    color: #ccc;
    font-size: 0.8rem;
}

.form-forgot .btn-reset p {
    padding-bottom: 0;
    padding-top: 5px;
}
/* ----- Form Forgot End ----- */

/* ----- Need Help Start ----- */
@media screen and (max-height: 755px) {
    .needHelp {
        padding-top: 50px;
    }
}

@media screen and (min-height: 756px) {
    .needHelp {
        padding-top: 124px;
    }
}

@media screen and (max-width: 992px) {
    .needHelp {
        width: 280px;
        max-width: 100%;
        width: 100%;
        text-align: center;
        padding-top: 50px;
    }

    .needHelp .needContact .card {
        width: 275px !important;
        max-width: 400px;
        display: inline-block;
        margin: 10px 10px !important;
        margin: 0 auto;
        text-align: left;
    }
}

@media screen and (min-width: 992px) {
    .needHelp .needContact .card {
        width: 300px !important;
    }
}

.needHelp {
    margin: auto;
    color: whitesmoke;
}


.needHelp .needContact .card {
    background-color: transparent;
    margin-bottom: 20px !important;
    
    margin: 0 auto;
}

.needHelp .needContact .bx {
    margin-top: 6px;
    color: #556881;
}

.needHelp .needContact .card:hover {
    background-color: #162442;
}

.needHelp .needContact p {
    margin: 0;
    padding: 0;
}

.needHelp a {
    color: #ccc;
    font-size: 0.8rem;
}

/* ----- Need Help End ----- */
input[type="text"],
input[type="password"] {
    background-color: transparent;
    border: none;
    color: var(--font-input-color-text);
    border-bottom: 1px solid whitesmoke;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

input[type="text"]:focus,
input[type="password"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: whitesmoke;
    background-color: transparent;
}

input[type="checkbox"] {
    background-color: transparent;
    border-color: #50a6ff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* -----  Login Page End ----- */
.jeff-page-container {
    position: relative;
    min-height: 100vh;
}

.jeff-content-wrap {
    padding-bottom: 2.5rem;
}

.jeff-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    background-color: #02182e;
    text-align: center;
    font-size: 0.8rem;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 40px;
    color: #858585;
}

/* custom */
.login-text {
    margin-top: 5.5em;
}


@media screen and (max-width: 992px) {
    .login-text {
        margin-top: 1.5em;
    }
}

.login-alert-error {
    text-align: center;
    background-color: #740000;
    color: #f8f9fa;
    border-color: #631c18;
    width: 300px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 3px 1px #ccc;
    margin: 20px auto;
}

.login-alert-success {
    text-align: center;
    background-color: whitesmoke;
    color: black;
    border-color: #631c18;
    width: 300px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 3px 1px #ccc;
    margin: 20px auto;
}

.login-alert-details {
    background-color: whitesmoke;
    color: #02182e;
    width: 350px;
    padding: 30px 30px;
    border-radius: 20px;
    margin: 30px auto;
    min-width: 350px;
    box-shadow: 0 0 3px 1px #ccc;
    text-align: center;
}

    .menu-info a, a:link, a:visited, a:hover, a:active {
        text-decoration: none;
        color: gray;
    }

    .menu-info .sub-itens {
        font-size: 0.85rem;
        color: gray;
        text-align: center;
        line-height: 2rem;
    }

@media (min-width: 1600px) {
  .container {
        max-width:90% !important;        
    }

  