@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&family=Poppins:wght@300;400;500&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    background-color: #fff;
}
section, .section {
    position: relative;
}
/* ******************************
:: PRELOADER
****************************** */
.preloader .preloader-wrapper {
	visibility: visible; 
}
.preloader .preloader-wrapper {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.75);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.preloader .preloader-wrapper .loader {
    background: #ffc107;
    padding: 1rem 5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000000;
    border-radius: 0.5rem;
    top: 0;
} 
/* ******************************
:: PRELOADER
****************************** */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
}
.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    background-color: #7c4fe0;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: bouncee 2.0s infinite ease-in-out;
    animation: bouncee 2.0s infinite ease-in-out;
}
.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncee {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* ******************************
:: SCROLL TO TOP
****************************** */
#scrollUp {
    position: fixed;
    right: 2%;
    bottom: 3%;
    height: 45px;
    width: 40px;
    border-radius: 4px;
    background-color: rgba(35,35,35,0.65);
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
#scrollUp > i {
    display: block;
    height: 100%;
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
    padding-top: 10px;
}
#scrollUp:hover {
    background-color: #666;
}
/* ******************************
:: HEADER
****************************** */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
    box-shadow: 0 7px 20px 10px rgb(0 0 0 / 9%);
}
.navbar .navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
    color: #444;
}
.navbar .navbar-nav .nav-link span.spr{
    font-size: 10px;
    font-weight: 500;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus{
    color: #7c4fe0;
}
.navbar .navbar-brand-sticky {
    display: none;
}
.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}
.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}
.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: -100px;
}
[data-theme=dark] .navbar-sticky-moved-up {
    background: #01081f;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}
.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}
.navbar-sticky-on .logo-regular {
    display: none;
}
.navbar-sticky-on .navbar-brand-regular {
    display: none;
}
.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
}
.navbar-inner .dropdown-menu {
    margin-top: 0;
    border-color: #eee;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.logo-regular{
    position: relative;
}
.logo-regular .logo-text{
    position: absolute;
    left: 55px;
    top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.logo-regular .logo-text span{
    display: block;
    width: 100%;
}
.logo-regular .logo-text span.line1{
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.logo-regular .logo-text span.line2{
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.logo-sticky{
    position: relative;
}
.navbar .logo-sticky{
    display:none;
}
.navbar-sticky-on .logo-sticky {
    display: inline;
}
.logo-sticky .logo-text {
    position: absolute;
    left: 55px;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.logo-sticky .logo-text span {
    display: block;
    width: 100%;
}
.logo-sticky .logo-text span.line1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.logo-sticky .logo-text span.line2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}
/* ***********************************
:: WELCOME AREA
**************************************/ 
.welcome-area::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #f6f9fe;
    top: 0;
    left: 0;
    z-index: -2;
}
.welcome-area {
    height: 850px;
    z-index: 1;
}
.welcome-thumb {
    max-width: 400px;
}
.welcome-thumb img {
    height: auto;
    max-width: 100%;
}
.btn {
    font-size: .825rem;
    transition: all 450ms ease-in-out;
}
.btn-purple {
    background-color: #7c4fe0;
    border-color: #7c4fe0;
    color: #fff;
}

.btn-purple:hover, .btn-purple:focus {
    background-color: #333;
    color: #fff !important;
    border-color: #333;
}
.welcome-area .btn-welcome:hover,.welcome-area .btn-welcome:focus{
    background-color: #333;
    color: #fff !important;
    border-color: #333;
}
.welcome-area .btn-welcome{
    font-size: .825rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .25px;
    text-transform: uppercase;
    padding: .915rem 1.85rem;
    margin-bottom: 0.5rem;
    border: 2px solid transparent;
    border-radius: 100px;
}
.welcome-area, .inner-area {
    background: rgba(0, 0, 0, 0) url("../../images/aum/welcome-bg.jpg") no-repeat scroll center center / cover;
}
.welcome-area .shape-bottom {
    bottom: -6px;
    z-index: -1;
}
.shape-bottom {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
}


/* ***********************************
:: SOLUTION AREA
**************************************/
.solutions-section{
    padding-top: 130px;
    padding-bottom: 75px;
    background: #5138ee;
}
.solutions-section.text-white .sub-title {
    color: #fff;
    background: #5d46ef;
}
.solutions-section .sub-title {
    line-height: 1.4;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #f3f1fe;
    display: inline-block;
    text-transform: capitalize;
    color: var(--primary-color);
}
.solutions-section h2{
    font-size: 42px;
    font-weight: 800;
    line-height: 1.25;
}
.solution-item > i {
    font-size: 38px;
    line-height: 85px;
    color: #5138ee;
}
.solution-item > i::after {
    content: '';
    height: 100%;
    width: 100%;
    left: 10px;
    top: 10px;
    z-index: -1;
    opacity: .15;
    position: absolute;
    border-radius: 7px;
    border: 1px solid #edebfd;
}
.solution-item > i {
    height: 85px;
    width: 85px;
    z-index: 1;
    font-size: 38px;
    line-height: 85px;
    background: #fff;
    position: relative;
    border-radius: 7px;
    margin-bottom: 44px;
    display: inline-block;
    color: #5138ee;
}
.solution-item h3{
    font-size: 27px;
    font-weight: bold;
}

/* ***********************************
:: COUNTER AREA
**************************************/
.counter-section{
    padding: 100px 0;
}
.counter-inner {
    border-radius: 7px; 
    padding: 30px 65px;
}
.bgs-cover {
    background-size: cover;
    background-position: center;
}
.bg-blue {
    background: #5138ee;
}
.success-item {
    display: flex;
    padding-top: 40px;
    position: relative;
    align-items: center;
    margin-bottom: 40px;
}
.success-item::before {
    content: '';
    height: 20px;
    width: 20px;
    left: -7.5px;
    top: 0;
    transition: .5s;
    border-radius: 50%;
    position: absolute;
    transform: scale(0);
    border: 1px solid #fff;
}
.count-text {
    font-size: 40px;
    font-weight: 600;
    margin-right: 1rem;
}
.count-text::after {
    content: '+';
}
.success-item p { 
    margin-bottom: 0;
    font-weight: 500;
}

/* ***********************************
:: CONTENT
**************************************/ 
.content{
    display: block;
    min-height: 200px;
    margin-top: 180px;
}
.section-heading {
    margin-bottom: 80px;
}
.section-heading > h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;;
    line-height: 1.3;
}
.section-heading > h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7c4fe0;
}
.sidebar{
    margin-bottom: 1rem;
}
.sidebar-title{
    margin-bottom: 30px;
}
.sidebar-title > h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;;
    line-height: 1.3;
}
.sidebar-title > h4::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    bottom: -15px;
    left: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7c4fe0;
}
/* ***********************************
:: FOOTER AREA
**************************************/
footer{
    display: block;
    position: relative;
}
.bg-overlay, .overlay-white, .overlay-dark {
    position: relative;
    z-index: 0;
}
.bg-overlay::after {
    background-image: linear-gradient(to right, rgba(32, 40, 119, 0.97), rgba(55, 46, 149, 0.97), rgba(83, 49, 177, 0.96), rgba(114, 48, 205, 0.96), rgba(150, 41, 230, 0.97));
    z-index: -1;
}
.bg-overlay::after, .overlay-white::after, .overlay-dark::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
.footer-area.bg-overlay::after {
    opacity: 1 !important;
}

.footer-area,
.footer-area a,
.footer-area h3,
.footer-area p,
.footer-area span {
    color: rgba(255,255,255,0.8) !important;
}
.footer-area .social-icons > a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff !important;
    margin:5px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.social-icons i {
    display: block;
    height: 100%;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.social-icons > a:hover i:first-child {
    margin-top: -45px;
}

.footer-area .social-icons > a:hover i:first-child {
    margin-top: -40px;
}
.social-icons > a.facebook {
    background-color: #3b5999 !important;
}
.social-icons > a.twitter {
    background-color: #55acee !important;
}
.social-icons > a.instagram {
    background-color: #C13584 !important;
}
.social-icons > a.youtube {
    background-color: #ff0000 !important;
}
.copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-top{
    padding: 100px 0;
}
.footer-area a:hover {
    color: rgba(255,255,255,1) !important;
    text-decoration: none;
}
.footer-items ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ***********************************
:: SWEEAT ALERT
**************************************/
.swal2-content{
    font-size: 0.875rem;
}
.swal2-content p{
    margin-bottom: 0;
    font-size: 0.875rem;
}

/* ***********************************
:: FORM
**************************************/
.login-box{
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    border-radius: .25rem;
    padding: 3rem;
    margin-bottom: 6rem;
}
.aum-form .form-group input::placeholder, .aum-form .form-group textarea::placeholder,
.register-box .form-group input::placeholder, .register-box .form-group textarea::placeholder {
    color: rgba(68, 68, 68, 0.6);
}
.aum-form .form-group input, .aum-form .form-group textarea {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid rgba(230, 225, 225, 0.9);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(142,142,142, 0.1);
    box-shadow: 0 5px 10px rgba(142,142,142, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.aum-form .form-control{
    outline: none;
}
.aum-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.aum-form .btn-login{
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .25px;
    height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    padding: .915rem 1.85rem;
}
.btn-large{
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .25px;
    height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    padding: .915rem 1.85rem;
}
.btn-theme{
    background-color: #7c4fe0;
    border-color: #7047c9;
    color: #fff; 
}
.btn-theme:hover, .btn-theme:focus{
    background-color: #333;
    color: #fff !important;
    border-color: #333; 
}
.cursor-pointer{
    cursor: pointer !important;
}

.register-box{
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    border-radius: .25rem;
    padding: 3rem;
    margin-bottom: 6rem;
}
.register-box .form-control:hover, .register-box .form-control:focus{
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.register-box .form-group input, .register-box .form-group select, .register-box .form-group textarea {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid rgba(230, 225, 225, 0.9);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(142,142,142, 0.1);
    box-shadow: 0 5px 10px rgba(142,142,142, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.custom-control-input:focus ~ .custom-control-label::before,
.input-group-append .btn:hover, .input-group-prepend .btn:hover,
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    box-shadow:none;
    outline: none;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: none;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: none;
}
 
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
    box-shadow: none;
}
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #adb5bd;
}
.custom-control-input.is-valid ~ .custom-control-label, 
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #444;
}
.question.single-select{
    border-bottom: 1px dashed #dedede;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.question.single-select:last-child{
    border-bottom: none;
}