@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: #A71E22;
}

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;
    list-style: none;
}

ul.topUl li {
    padding: 4px 16px;
    border-left: 1px solid #fff;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
}

ul.topUl li:first-child {
    border-left: none;
}

.navbar {
    transition: 0.5s all;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 4px solid #A71E22;
}

.navbar.bg-dark {
    background: #A71E22 !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 rgb(185, 185, 185)
}

.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-default {
    color: #A71E22 !important;
    border: 2px solid #A71E22;
    background: transparent;
}

.btn-primary {
    color: #ffffff;
    background: #A71E22;
    border-color: #A71E22;
}

.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: #A71E22 !important;
    border-top-color: #A71E22 !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: #A71E22;
}

.hero-option-image {
    width: 25%;
    width: 80px;
}

.hero-option-desc {
    width: 75%;
    width: calc(100% - 80px);
}

.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: #A71E22;
    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: 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: 100;
    font-family: 'Nanum Gothic', 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: #A71E22;
    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: #A71E22;
    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;
}

.bg-about h1 {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 600px) {
    .bg-about {
        padding: 40px 0;
    }
}

.text-primary {
    color: #A71E22 !important;
}

.bg-primary {
    background: #A71E22 !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 {
    /* Set a specific height */
    position: relative;
    background: #fff url("../images/Climate_report_no_tint_homepage_1440x660.jpg.webp") no-repeat fixed;
    background-size: cover;
    padding: 140px 0;
    border-bottom: 4px solid #A71E22;
    text-align: center;
}

.hero-image h1 {
    font-weight: 100 !important;
    font-family: 'Nanum Gothic', sans-serif;
    text-shadow: 2px 2px 4px #000000;
}

@media (max-width: 768px) {
    .hero-image {
        padding: 80px 0;
    }
    .container.outer {
        max-width: 100% !important;
        padding: 0;
    }
    .hero-image h1 {
        font-size: 24px;
        font-weight: 800 !important;
    }
}

.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.custom-select {
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600;
    height: auto;
    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: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: #A71E22;
    font-size: 18px;
}

.card-title {
    color: #007BFF;
}

.card-text {
    color: #555
}

.Container-progessbar {
    display: flex;
    width: 100%;
    counter-reset: step;
    padding: 0;
    font-size: 13px;
}

.Container-progessbar li {
    width: calc(100% / 3);
    text-align: center;
    counter-increment: step;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #747d8c;
}

.Container-progessbar li:before {
    content: counter(step);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: white;
    border: 3px solid #dedede;
    color: #747d8c;
    font-weight: bold;
    margin-bottom: 25px;
    z-index: 1;
}

.Container-progessbar li:after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #ccc;
    position: absolute;
    left: -50%;
    top: 8.5px;
    z-index: 0;
}

.Container-progessbar li:first-child:after {
    display: none;
}

.Container-progessbar li.active:before,
.Container-progessbar li.active::after {
    background-color: #2ed573;
    color: #fff;
    border-color: #2ed573;
}

.Container-progessbar li.false:before,
.Container-progessbar li.false::after {
    background-color: #ea2027;
    color: #fff;
    border-color: #ea2027;
}