:root {
    --primary-color: #16b777;
    --nav-color: #16b777;
    --banner-color: #16b777;
}
.process{
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.process img{
    width: 50%;
    padding: 1rem;
}
.process .ps-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 768px) {
    .process{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .process .ps-item2{
        transform: rotate(90deg);
    }
    .ps-item-text{
        display: none;
    }
    .process img{
        width: 65%;
    }
    .qlevus-cover{
        background-position: left;
    }
}
.qlevus-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 12em 0;
}

.qlevus-cover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.qlevus-cover a:hover {
    /*color: #fff;*/
}

.qlevus-cover h2 {
    color: #fff;
}

.qlevus-cover p {
    color: rgba(255, 255, 255, 0.7);
}

.qlevus-cover > .container > .row {
    padding: 7em 0;
}

.btn {
    padding: 15px 25px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 400;
}

.btn.btn-primary {
    color: #fff;
}

.btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.bg_image, .qlevus-section-half .qlevus-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.with-overlay {
    position: relative;
}

.with-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}
.media-body.price h5{
    font-weight: 600 !important;
}
.media-body.price h5{
    font-weight: 600 !important;
}x
.media-body.price p{
    font-weight: 600 !important;
}
.navbar-brand {
    text-transform: uppercase;
    letter-spacing: .3em;
}

.navbar-toggler span i {
    font-size: 30px;
}

.qlevus_navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
.bj{
    background-image: url('https://files.jzvisa.com/visa/bg_2.png');
}
@media (max-width: 991px) {
    .qlevus_navbar {
        background: var(--primary-color);
    }

    .qlevus-cover h2.display-4 {
        font-size: 2.5rem;
    }

    .service .col-lg-3 {
        width: 50%;
    }

    .navbar-dark .navbar-toggler {
        color: #fff;
    }
    .qlevus-cover .overlay{
        background-color: rgba(0, 0, 0, 0.3);
    }
    .bj {
        background-image: url('https://files.jzvisa.com/visa/bj1.png');
    }

    .qlevus-cover {
        background-position: unset !important;
        height: 600px;
    }
}
.qlevus_navbar .nav-item .nav-link {
    padding: 0.6em 1em;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 600;
}

@media (max-width: 991px) {
    .qlevus_navbar .nav-item .nav-link {
        padding: .5em 0;
    }
}

.qlevus_navbar .nav-item .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link{
    color: rgba(255, 255, 255, 0.9);
}
.qlevus_navbar.scrolled {
    background: var(--banner-color);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
}

.qlevus_navbar.scrolled .nav-item .nav-link {
    padding: .5em 1em;
}

.qlevus_navbar.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.qlevus_navbar.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.border-bottom {
    display: block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.border-bottom:after {
    width: 50px;
    height: 2px;
    background: #00CA4C;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.qlevus-thumbnail {
    position: relative;
    display: block;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
}

.qlevus-thumbnail.sleep {
    opacity: .5;
}

.qlevus-thumbnail img {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    display: block;
    bottom: 0;
    z-index: 2;
}

.qlevus-thumbnail h3 {
    z-index: 1;
    display: block;
    text-align: center;
    position: relative;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    opacity: 0;
    visibility: hidden;
    bottom: 30px;
}

@media (max-width: 991px) {
    .qlevus-thumbnail h3 {
        font-size: 24px;
        bottom: 0;
    }
}
.footer-beian{
    color: #333;
}
@media (max-width: 767px) {
    .qlevus-thumbnail h3 {
        opacity: 1;
        visibility: visible;
        bottom: 0;
        margin-top: 10px;
    }
    .navbar-brand img{
        height: 32px !important;
    }
}

.qlevus-thumbnail:hover h3 {
    opacity: 1;
    visibility: visible;
    bottom: -20px;
}

@media (max-width: 991px) {
    .qlevus-thumbnail:hover h3 {
        bottom: 0px;
    }
}

.qlevus-thumbnail:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    bottom: 20px;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .qlevus-thumbnail:hover img {
        bottom: 20px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 767px) {
    .qlevus-thumbnail:hover img {
        bottom: 0px;
        opacity: 1;
        visibility: visible;
    }
}

.qlevus_select-wrap {
    position: relative;
}

.qlevus_select-wrap:before {
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f3d0";
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.qlevus-section-half {
    float: left;
    width: 100%;
}

.qlevus-section-half .qlevus-image,
.qlevus-section-half .qlevus-text {
    width: 50%;
}

@media (max-width: 991px) {
    .qlevus-section-half .qlevus-image,
    .qlevus-section-half .qlevus-text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .qlevus-section-half .qlevus-image {
        height: 400px;
    }
}

.qlevus-section-half .qlevus-text {
    background: #ECECEC;
}

.qlevus-section-half .qlevus-text .qlevus-inner {
    padding: 7em;
}

@media (max-width: 991px) {
    .qlevus-section-half .qlevus-text .qlevus-inner {
        padding: 3em;
    }
}

@media (max-width: 991px) {
    .qlevus-section-half .qlevus-text .qlevus-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.qlevus_section {
    padding: 2em 0;
    float: left;
    width: 100%;
}

.qlevus_section.bg-light {
    background: #ECECEC !important;
}

.qlevus_feature-v1 {
    padding: 3em;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    top: 0;
    border-radius: 4px;
}

.qlevus_feature-v1:hover, .qlevus_feature-v1:focus {
    top: -10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .qlevus_feature-v1:hover, .qlevus_feature-v1:focus {
        top: 0;
    }
}
.nav-link:hover{
    background: var(--primary-color);
    border-radius: 4px;
}
.qlevus-border-top {
    border-top: 1px solid #ECECEC;
}

@media (max-width: 991px) {
    .qlevus-section-heading {
        font-size: 28px !important;
    }
}

.qlevus-media {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .qlevus-media {
        display: block !important;
    }
}

.qlevus-media .qlevus-media-image {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 60%;
}

@media (max-width: 991px) {
    .qlevus-media .qlevus-media-image {
        width: 100%;
        height: 200px;
    }
}

.qlevus-media .media-body {
    padding: 2em;
}

.font-light {
    font-weight: 300;
}

.qlevus-animate {
    opacity: 0;
    visibility: hidden;
}
.star-red{
    color: red;
}

.text-serif {
    font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
}

.text-sans-serif {
    font-family: "Work Sans", Arial, sans-serif;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}

.zindex-4 {
    z-index: 4;
}

.qlevus_font-14 {
    font-size: 14px !important;
}