@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Acme%7CNanum+Gothic%7CPT+Sans&amp;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: #426fb6;
}

a:hover {
    color: #426fb6;
}

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 4px 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.7);
}

ul.topUl li {
    padding: 0px 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 200;
    font-size: 10px;
    display: inline-block;
}

ul.topUl li a {
    color: rgba(255, 255, 255, 0.7);
}

ul.topUl li:first-child {
    border-left: none;
}

.navbar {
    transition: 0.5s all;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar.bg-dark {
    background: #426fb6 !important;
}

.navbar.bg-light {
    background: #fff !important;
}

.navbar .nav-item a.nav-link {
    padding-left: 22px;
    padding-right: 22px;
    font-family: 'Nanum Gothic', sans-serif;
}

.navbar .nav-item .nav-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    transition: all 0.5;
}

.navbar .nav-icon span {
    display: inline-block;
    width: 20px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar .nav-icon:hover span {
    width: 60px;
}

.navbar .nav-item .nav-link i {
    font-size: 18px;
}

.navbar.bg-dark .nav-item .nav-link {
    color: #f1f1f1;
    transition: all 0.5;
}

.navbar.bg-dark .nav-item .nav-link:hover {
    color: #fff;
    font-weight: 600;
}

.navbar.bg-light .nav-item .nav-link {
    color: #333333;
    font-weight: 600;
}

.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;
}

.dropdown-menu {
    border-radius: 0;
}

@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 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.btn-primary {
    color: #ffffff;
    background: #426fb6;
    border-color: #426fb6;
}

.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: #426fb6 !important;
    border-top-color: #426fb6 !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: #426fb6;
}

.hero-option {
    position: relative;
}

.hero-option-image {
    width: 55px;
    position: absolute;
    left: 0;
}

.hero-option-desc {
    padding-left: 75px;
}

#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: #426fb6 url("../images/hosting-company-11.png") no-repeat top;
    background-size: contain;
    color: #fff;
    padding: 280px 0 55px 0;
}

@media (max-width: 768px) {
    footer {
        padding: 150px 0 30px 0;
    }
}

footer a {
    color: #d2d7e4;
}

footer a:hover {
    color: #fff;
}

footer h1 {
    color: #fff !important;
    font-size: 28px;
}

footer h3 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
}

footer ul li {
    padding: 6px 18px;
    display: inline-block;
    font-weight: 500;
}

footer ul li a {
    color: #fff;
}

.tlt {
    text-transform: uppercase;
}

.tlt,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #333;
}

.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: #426fb6;
    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: #426fb6;
    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/slider-bg.jpg") no-repeat;
    background-size: cover;
    color: #fff;
    padding: 40px 0 250px 0;
    position: relative;
    text-shadow: 2px 2px 4px #000000;
}

.bg-about::after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.bg-about::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: url("../images/hosting-company-01.png") no-repeat bottom;
    background-size: contain;
    z-index: 2;
}

.bg-about .container {
    position: relative;
    z-index: 2;
}

.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: #426fb6;
    text-shadow: 2px 2px 4px #fff;
}

.bg-about p {
    font-size: 18px;
}

@media (max-width: 600px) {
    .bg-about {
        padding: 40px 0 100px 0;
    }
}

.text-primary {
    color: #426fb6 !important;
}

.bg-primary {
    background: #426fb6 !important;
}

.text-blue {
    color: #007BFF;
}

.bg-blue {
    background: #007BFF;
}

.section-bg {
    background: #091c2b url("../404.html") 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 {
    /* Set a specific height */
    position: relative;
    background: #ddd url("../images/slide-2.jpg") no-repeat fixed;
    background-size: cover;
    color: white;
    padding-top: 60px;
}

.hero-text h1 {
    font: 600 56px "Poppins", sans-serif;
    line-height: 1.0;
}

.hero-image h1,
.hero-image p {
    text-shadow: 2px 2px 4px #000000;
}

.hero-image p {
    line-height: 1.0;
}

.hero-text,
.hero-login {
    position: relative;
    z-index: 2;
    padding: 30px 40px !important;
}

.hero-text {
    padding-top: 10px !important;
}

.hero-login {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
}

.hero-login h2 {
    color: #fff;
    text-shadow: none;
}

.hero-login .inp .label {
    color: rgba(255, 255, 255, 0.7);
}

.hero-login .inp .border {
    background: #426fb6;
}

.hero-login .inp input,
.hero-login .inp select {
    border-bottom: 1px solid #c8ccd4;
    color: #426fb6;
}

.hero-login .inp input:not(:placeholder-shown)+span,
.hero-login .inp select:not(:placeholder-shown)+span {
    color: rgba(255, 255, 255, 0.7);
}

.hero-login .inp input:focus+span,
.hero-login .inp select:focus+span {
    color: #426fb6;
}

@media (max-width: 768px) {
    .hero-image {
        padding-top: 20px;
    }
    .hero-text {
        padding: 30px 0px !important;
    }
    .hero-login {
        padding: 30px 20px !important;
    }
}

@media (max-width: 1200px) {
    .hero-text h1 {
        font: 600 46px "Poppins", sans-serif;
        line-height: 1.0;
    }
}

.line-break {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #57BF95;
}

.testimony-bg {
    background: url("../404.html");
}

.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.custom-select {
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600;
    height: auto;
    color: rgba(255, 255, 255, 0.7);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
}

.lang-sel.custom-select option {
    color: #333333;
}

.lang-sel.custom-select: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: #426fb6;
    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(66, 111, 182);
    ;
}

.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(66, 111, 182, 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: #426fb6;
    border-color: #426fb6;
}

.page-link {
    color: #426fb6;
}

.page-link:hover {
    color: #b03535;
}