@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Acme|Nanum+Gothic|PT+Sans&display=swap');
body,
html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

@media (max-width: 768px) {
    body,
    html {
        font-size: 14px;
    }
}

html {
    scroll-behavior: smooth;
}

.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

a {
    color: #004977;
}

.btn-outline-primary {
    color: #004977 !important;
    border-color: #004977 !important;
}

a:hover {
    color: #004977;
}

body {
    font-family: 'PT Sans', sans-serif;
    background: #fff;
}

img {
    max-width: 100%;
}

button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.text-orange {
    color: #FCB116;
}

.btn-blue,
.bg-blue {
    background: #007BFF;
    color: #fff;
}

.bg-dark {
    background-color: #555 !important;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

div.scrollmenu::-webkit-scrollbar {
    display: none;
}

div.scrollmenu ul {
    display: inline-block;
}

ul.topUl {
    margin: 0;
    padding: 0 0 0px 0;
    list-style: none;
    color: #333;
}

ul.topUl li {
    padding: 10px 12px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 200;
    font-size: 16px;
    display: inline-block;
}

ul.topUl .dropdown-menu li {
    padding: 0 !important;
    display: block !important;
}

ul.topUl .dropdown-menu li a {
    display: block !important;
}

ul.topUl li a {
    color: #333;
    display: inline-block;
}

ul.topUl li:first-child {
    border-left: none;
}

.navbar {
    transition: 0.5s all;
    padding: 0;
}

.navbar.sm-light {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar.bg-dark {
    background: #004977 !important;
}

.navbar.bg-light {
    background: #fff !important;
}

.navbar .nav-item .nav-link {
    padding: 20px 12px;
    display: inline-block;
    transition: all 0.5s;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    font-size: 14.5px;
    position: relative;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
    background: #fff !important;
    color: #004977 !important;
    border-color: #004977;
}

.navbar.bg-dark .nav-item .nav-link {
    color: #f1f1f1;
    transition: all 0.5;
}

.navbar.bg-light .nav-item .nav-link {
    color: #333333;
}

.navbar.bg-light .nav-item .nav-link:hover {
    color: #111;
}

.width-left-border li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar .nav-item .nav-link.btn {
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    margin: 0 6px;
}

.navbar.sm-light .nav-item {
    margin: 2px 2px;
    display: flex;
}

.navbar.sm-light .nav-item:first-child {
    margin-left: 0px;
}

.navbar.sm-light .nav-item:last-child {
    margin-right: 0px;
}

.navbar.sm-light li .nav-link {
    color: #004977 !important;
    font-size: 12px !important;
    background-color: #fff;
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.navbar.sm-light li .nav-link:hover {
    color: #FFF !important;
    background-color: #004977 !important;
}

.dropdown-menu {
    border-radius: 0;
}

.navbar .nav-item span {
    margin-left: 8px;
}

@media (max-width: 768px) {
    .navbar-collapse {
        width: 100%;
    }
    .width-left-border li {
        border-left: none;
    }
    .navbar-collapse .nav-item a.nav-link {
        height: auto !important;
        line-height: 20px;
    }
    .navbar .nav-item a.nav-link {
        text-align: center;
        padding: 8px;
    }
    .navbar .nav-item span {
        display: block;
        margin: 0px;
    }
    .nav-icon .nav-item .nav-link {
        color: #004977 !important;
    }
}

.btn-primary {
    color: #ffffff;
    background: #004977;
    border-color: #004977;
}

.btn-primary:hover {
    background-color: #BC1723;
    border-color: #BC1723;
}

.slid_text {
    border: 6px solid #f1f1f1;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding-top: 46px;
    border-radius: 100%;
    border-top-color: #f1f1f1;
    border-left-color: #f1f1f1;
    border-left-color: #004977 !important;
    border-top-color: #004977 !important;
}

.slide_info {
    font-size: 20px;
}

@media (max-width: 769px) {
    .slid_text {
        border: 3px solid #f1f1f1;
        width: 120px;
        height: 120px;
        padding-top: 36px;
    }
    .slide_info {
        font-size: 16px;
    }
}

.slid_text .tlt {
    color: #28921f;
    font-size: 36px;
    line-height: 1;
    font-family: 'Acme', sans-serif;
}

button.navbar-toggler {
    border: none;
}

.navbar .nav-item .nav-link:hover {
    color: #004977;
}

.hero-option-image {
    width: 25%;
    width: 80px;
}

.hero-option-desc {
    width: 75%;
    width: calc(100% - 80px);
}

#particles-js {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

.card {
    border: 0;
    overflow: hidden;
}

.card-header {
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 18px;
}

.card-body {
    background: #fff;
}

.list-group .list-group-item {
    background-color: transparent !important;
}

.show-back-to-top {
    display: block;
    right: 20px;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    bottom: 20%;
    right: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 16px;
    opacity: 1;
    z-index: 1111;
    display: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background: #2d2d2d;
    color: #999;
}

footer {
    background: #004977;
    color: #fff;
    padding: 55px 0;
    background-position: left -50px bottom 0px;
    background-size: 383px 342px;
}

footer a {
    color: #d2d7e4;
}

footer a:hover {
    color: #fff;
}

footer h1 {
    color: #fff !important;
    font-size: 28px;
}

footer h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

footer ul li {
    padding: 6px 0px;
    display: block;
    font-weight: 500;
}

footer ul li a {
    color: #fff;
}

.tlt {
    text-transform: uppercase;
}

.tlt,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #111;
}

.sub-tlt {
    font-size: 20px;
    font-family: 'Nanum Gothic', sans-serif;
    color: #0e0e22;
}

@media (min-width: 1200px) {
    .container.less {
        max-width: 700px !important;
    }
}

.count-circle-border {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #007BFF;
    display: inline-block;
    font-weight: 600;
    font-size: 28px;
    line-height: 100px;
    text-align: center;
    color: #007BFF;
}

.auth-body {
    background: #fff;
    padding: 30px 0;
}

.auth-body .container.sm {
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .auth-body {
        padding: 20px;
        margin: 0;
    }
}

.inp {
    position: relative;
    margin: auto;
    width: 100%;
}

.inp .label {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    color: #9098a9;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.2s ease;
}

.inp .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #004977;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all 0.15s ease;
}

.inp input,
.inp select {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #c8ccd4;
    background: none;
    border-radius: 0;
    color: #223254;
    transition: all 0.15s ease;
}

.inp input:not(:placeholder-shown)+span,
.inp select:not(:placeholder-shown)+span {
    color: #5a667f;
    transform: translateY(-26px) scale(0.75);
}

.inp input:focus,
.inp select:focus {
    background: none;
    outline: none;
    box-shadow: none !important;
}

.inp input:focus+span,
.inp select:focus+span {
    color: #004977;
    transform: translateY(-26px) scale(0.75);
}

.inp input:focus+span+.border,
.inp select:focus+span+.border {
    transform: scaleX(1);
}

.validate input,
.validate textarea,
.validate select {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.validate input:focus,
.validate textarea:focus,
.validate select:focus {
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
}

.validate,
.validate textarea {
    /* add this to the already existing style */
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}


/* Button Style */

::-webkit-validation-bubble-message {
    padding: 0;
}

.validate input:focus:invalid,
.validate textarea:focus:invalid,
.invalid {
    /* when a field is considered invalid by the browser */
    border-color: #b03535
}

.validate input:required:valid,
.validate textarea:required:valid {
    /* when a field is considered valid by the browser */
    border-color: #28921f;
}

.validate2 input,
.validate2 textarea,
.validate2 select {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.validate2 input:focus,
.validate2 textarea:focus,
.validate2 select:focus {
    border: 1px solid #555;
}

.validate2 input:focus,
.validate textarea:focus {
    /* add this to the already existing style */
    padding-right: 70px;
}

.validate2,
.validate2 textarea {
    /* add this to the already existing style */
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

.validate2 input,
.validate2 textarea {
    padding-right: 30px;
}

.form_hint {
    background: #333;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left: 8px;
    padding: 1px 6px;
    z-index: 999;
    /* hints stay above all other elements */
    position: absolute;
    /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint::before {
    content: "\25B2";
    /* left point triangle in escaped unicode */
    color: #333;
    position: absolute;
    bottom: 73%;
    left: 5%;
}

.validate input:focus+.form_hint {
    display: block;
}

.validate input:required:valid+.form_hint {
    background: #333;
}


/* change form hint color when valid */

.validate input:required:valid+.form_hint::before {
    color: #333;
}


/* change form hint arrow color when valid */

.bg-about {
    background: #333 url(../images/Hero_Back.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
    position: relative;
}

.bg-about h1,
.bg-about h2,
.bg-about h3,
.bg-about h4,
.bg-about h5,
.bg-about h6 {
    color: #fff;
}

.bg-about h1 span {
    color: #004977;
    text-shadow: 2px 2px 4px #fff;
}

@media (max-width: 600px) {
    .bg-about {
        padding: 40px 0;
    }
}

.text-primary {
    color: #004977 !important;
}

.bg-primary {
    background: #004977 !important;
}

.text-blue {
    color: #007BFF;
}

.bg-blue {
    background: #007BFF;
}

.section-bg {
    background: #091c2b url("../images/bg-2.jpg") no-repeat fixed;
    background-size: cover;
    padding: 40px 0;
    color: #fff;
}

.gridUl {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gridUl li {
    float: left;
    width: 33%;
    padding: 20px;
    text-align: center;
}

.gridUl li i {
    font-size: 28px;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    margin-bottom: 8px;
}

.gridUl p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join-image {
    /* Set a specific height */
    background: #fff url("../images/Wealth_management_1170x420_v1b.jpg.webp") no-repeat;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.join-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.join-text {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 50px 20px;
}

.bg-fund-info {
    background: url(../images/slider-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.bg-fund-info::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.bg-fund-info .less {
    position: relative;
    z-index: 2;
}


/* The hero image */

.hero-image {
    position: relative;
    min-height: 500px;
    background: url(../images/Business_Savings_CommercialMoneyMarket_000033330316_Medium.jpg) no-repeat center;
    background-size: cover;
    border-bottom: 6px solid #004977;
}

.hero-image .slideshow div.slick-list,
.hero-image .slideshow div.slick-track {
    height: 100%;
}

.hero-slide {
    height: 100%;
    padding-top: 100px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.hero-slide h3 {
    line-height: 1.0;
    font-size: 52px !important;
}

.hero-slide p {
    line-height: 1.0;
    font-size: 22px !important;
    font-weight: 400;
    color: #333
}

.top_bottom {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
}

@media (min-width: 768px) {
    .hero-text {
        position: relative;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.9);
        width: 440px;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .hero-image {
        min-height: 480px;
    }
    .hero-slide {
        padding-top: 0px;
    }
    .hero-text h2 {
        font-size: 38px !important;
        font-weight: 800;
        color: #fff;
    }
    .hero-text {
        color: #fff;
        font-size: 18px;
    }
}

.line-break {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #57BF95;
}

.testimony-bg {
    background: url(../images/Icon-Background.png);
}

.pie_progress {
    width: 160px;
    margin: 10px auto;
}

@media all and (max-width: 768px) {
    .pie_progress {
        width: 60%;
        max-width: 200px;
    }
}

.hide {
    display: none;
}

.lang-sel {
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px;
    height: auto;
}

.lang-sel:focus {
    box-shadow: none;
}

.homelist {
    padding: 40px 0;
    text-align: center;
}

.homelist img {
    height: 60px;
    display: inline-block !important;
    margin-bottom: 8px;
}

.homelist p {
    color: #004977;
    font-size: 18px;
}

.card-title {
    color: #007BFF;
}

.card-text {
    color: #555
}

@media (min-width: 768px) {
    .wow-container {
        min-height: 300px;
    }
}

.wow-container {
    margin-left: 0;
    margin-right: 0;
}

.wow-image {
    min-height: 150px;
}

.wow-bg {
    background: url('../images/promobox_overlay_beam.png') no-repeat;
    background-size: 100% 100%;
    color: white;
}

.wow-bg h1,
.wow-bg h2,
.wow-bg h3,
.wow-bg h4,
.wow-bg h5,
.wow-bg h6 {
    color: white;
}

.wow-bg.wow-green {
    background-color: rgb(37, 114, 81);
}

.wow-bg.wow-orange {
    background-color: rgb(223, 105, 60);
    ;
}

.promo-box-container {
    position: relative;
    color: white;
}

.promo-box-container .promo-box-image img {
    position: relative;
    width: 100%;
    height: auto;
}

.promo-box-container .promo-box-image .promo-title,
.promo-box-container .promo-box-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    color: white;
}

.promo-box-container .promo-box-image .promo-title {
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
}

.promo-box-container h1,
.promo-box-container h2,
.promo-box-container h3,
.promo-box-container h4,
.promo-box-container h5,
.promo-box-container h6 {
    color: white;
}

.promo-box-container .promo-box-info {
    z-index: 2;
    overflow: auto;
    opacity: 0;
    transition: all 0.5s;
}

.promo-box-container:hover .promo-box-info {
    opacity: 100%;
}

.promo-box-container .promo-green {
    background-color: rgba(37, 114, 81, 0.9);
}

.promo-box-container .promo-orange {
    background-color: rgba(223, 105, 60, 0.9);
}

ul.sp-list {
    margin: 0 0 2.5em 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: none;
}

ul.sp-list li {
    background: url('../images/marker.png') no-repeat 16px 18px;
}

ul.sp-list li .list-title {
    padding-left: 35px !important;
}

.page-item.active .page-link {
    background-color: #004977;
    border-color: #004977;
}

.page-link {
    color: #004977;
}

.page-link:hover {
    color: #b03535;
}

.list-tile {
    position: relative;
}

.list-tile .leading {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}

.list-tile .body {
    margin-left: 50px;
    min-height: 50px;
    padding: 12px;
}

.div-img-scale {
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.card-container {
    background: #fff;
    position: relative;
}

.card-hover-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    transition: 0.5s all;
}

.card-hover-img div {
    background-color: #000000;
    opacity: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0px;
    background-color: #004977;
    z-index: 1;
    transition: 0.5s all;
}

.card-container i {
    color: #004977;
}

.card-container h5 {
    font-size: 16px;
}

.card-container:hover .card-hover-img {
    opacity: 100%;
}

.card-container:hover i,
.card-container:hover h5 {
    color: #fff;
}

.card-container:hover::after {
    height: 30px;
}

.card-container .container {
    position: relative;
    z-index: 1;
}

.section-image-holder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
}

.breadcrumb2 {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

.breadcrumb2 li {
    padding: 10px 16px;
    display: inline-block;
}

.contact_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_list li {
    position: relative;
    padding: 18px 0px;
    border-bottom: 1px solid #ddd;
}

.contact_list li:last-child {
    border-bottom: 0;
}

.contact_list .contact_list_icon {
    width: 40px;
    position: absolute;
    left: 0;
}

.contact_list .contact_list_icon img {
    max-width: 100%;
}

.contact_list .contact_list_desc {
    padding-left: 60px;
}

.contact_list h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.table thead tr th {
    color: #004977
}

.table thead tr th,
.table td,
.table th {
    border-color: #004977 !important;
}

.account-sidebar {
    background: #333;
    width: 280px;
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100000;
    display: none;
    overflow: auto;
    font-size: 12px;
}

.account-sidebar ul,
.account-sidebar nav {
    padding: 0px;
}

.account-sidebar li,
.account-sidebar ul {
    width: 100%;
}

.account-sidebar .nav-link {
    font-size: 15px;
    color: #fff;
    padding: 8px 18px;
    display: block;
    font-weight: 500;
}

.account-sidebar .nav-link:hover {
    color: #004977;
}

.account-sidebar .nav-link i {
    width: 26px;
    color: #999999;
    font-size: 18px;
}

.divider {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    transition: 0.5s all;
    z-index: 9999;
}

.testimony-list img.float-left {
    width: 200px;
    height: 200px
}

.testimony-list div.float-left {
    width: calc(100% - 200px)
}

@media (max-width: 800px) {
    .testimony-list img.float-left {
        width: 100px;
        height: 100px
    }
    .testimony-list div.float-left {
        width: calc(100% - 100px)
    }
    .breadcrumb2 li:nth-child(4),
    .breadcrumb2 li:nth-child(3) {
        display: none;
    }
    .navbar.sm-light .flex-column {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 5;
    }
    .navbar.sm-light .flex-column .nav-link {
        border: 1px solid #eee
    }
    .navbar.sm-light .nav-item {
        margin: 0px 0px 2px 0px;
    }
}

.no-select {
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    padding: 0px;
    height: auto;
    color: #255F82 !important;
    text-decoration: underline;
    /* get rid of default appearance for IE8, 9 and 10*/
}

.info-graphic {
    font-size: 54px;
    line-height: 1.3;
}

.info-graphic option {
    font-size: 26px;
}

.info-sec .col-md-6 {
    min-height: 520px;
}

blockquote {
    font-size: 28px;
}

@media (max-width: 768px) {
    .info-graphic {
        font-size: 44px;
        line-height: 1;
    }
    .info-graphic option {
        font-size: 16px;
    }
    .info-sec .col-md-6 {
        min-height: 200px;
    }
    blockquote {
        font-size: 24px;
    }
}

.image-info {
    color: #fff;
    position: relative;
}

.image-info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.image-info .container {
    position: relative;
    z-index: 1;
}

.auto-all {
    max-height: 200px;
    overflow: auto;
}

@media (min-width: 768px) {
    .slider-for p {
        font-size: 20px;
    }
}