body {
    background-color: #ffffff;
    font-family: "Inter", sans-serif !important;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    margin-bottom: 0;
}

#backToTop {
    display: inline-block;
    background-color: #21964c;
    border: 2px solid #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #00ff33;
}

#backToTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    line-height: 45px;
}

#backToTop:hover {
    cursor: pointer;
    background-color: #00ff33;
    border: 2px solid #298184;
    color: #298184;
    transition: 1s;
}

#backToTop:active {
    background-color: #00ff33;
    border: 2px solid #298184;
    color: #298184;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

.hero {
    padding-top: 18rem;
    padding-bottom: 18rem;
}

.hero-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
}

.hero-desc {
    margin-top: 25px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.pelayanan {
    display: flex;
    flex-direction: row;
}

.pelayanan-yellow {
    flex: 1 1 94%;
    background-color: #fff000;
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}

.pelayanan-tosca {
    flex: 1 1 6%;
    background-color: #298184;
}

.img-3d {
    width: 48%;
    margin-top: -300px;
    margin-left: 40px;
    position: absolute;
}

.pelayanan-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.black-line {
    width: 50px;
    margin-top: 10px;
    margin-right: 15px;
    border-top: 2px solid #000;
}

.black-line-login {
    width: 50px;
    margin-top: 10px;
    margin-right: 15px;
    border-top: 2px solid #000;
}

.pelayanan-point {
    display: flex;
    flex-direction: row;
}

.pelayanan-point-kiri {
    flex: 1 1 50%;
}

.pelayanan-point-kanan {
    flex: 1 1 50%;
}

ul.list-u {
    padding-left: 20px;
    list-style: none;
}

li.list-i {
    margin-bottom: 10px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

li.list-i:before {
    font-family: "FontAwesome";
    content: "\f058";
    margin: 0 15px 0 -15px;
}

.permohonan {
    padding-top: 20rem;
    padding-bottom: 12rem;
}

.permohonan-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}

.cara-pemohonan-point {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.web {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.web-subtitle {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    color: #757575;
}

.web-title {
    width: 70%;
    margin: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}

.download {
    padding-top: 5rem;
    padding-bottom: 15rem;
}

.download-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}

.download-desc {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
}

.footer {
    color: #fff;
    padding-top: 8rem;
    padding-bottom: 5rem;
    /* background-color: #298184; */
    background-color: #08592b;
}

.footer-logo {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.footer-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.footer-cr {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.footer-menu {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.footer-menu-link {
    color: #fff;
    text-decoration: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}

.footer-menu-link:hover {
    color: #fff000;
}

.layout {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.layout-kiri {
    flex: 1 1 60%;
    background: linear-gradient(to bottom, #fff000, #ffc7008f);
    height: 100vh;
    margin: 0;
    padding: 0;
}

.layout-kanan {
    flex: 1 1 30%;
    background-color: #fff;
    height: 100vh;
    padding-top: 8rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.layout-kiri-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
}

.layout-kiri-subtitle {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.layout-kiri-desc {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.img-preview-dashboard {
    width: 100%;
    margin-right: 0;
}

.login-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #000;
}

.mc-1 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.logo-navbar {
    width: 62px;
    height: 60px;
}

.logo-footer {
    width: 10%;
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .hero .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .permohonan .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .web .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .download .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .footer .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .hero {
        padding-top: 12rem;
        padding-bottom: 22rem;
    }

    .hero-title {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 28px;
    }

    .hero-desc {
        margin-top: 25px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 24px;
    }

    .pelayanan-yellow {
        padding-top: 5.5rem;
        padding-bottom: 4.5rem;
    }

    .img-3d {
        width: 70%;
        margin-top: -370px;
        margin-left: 60px;
        position: absolute;
    }

    .md-pad {
        padding-left: 30px;
    }

    .permohonan {
        padding-top: 5rem;
    }

    .permohonan-title {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 28px;
    }

    .cara-pemohonan-point {
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
    }

    .web {
        padding-top: 5rem;
    }

    .web-subtitle {
        font-family: "Inter";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #757575;
    }

    .web-title {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 28px;
    }

    .download {
        padding-top: 5rem;
        padding-bottom: 15rem;
    }

    .download-title {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 28px;
    }

    .download-desc {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }

    .footer-menu {
        margin-top: 25px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }

    .logo-navbar {
        width: 52px;
        height: 50px;
    }

    .logo-footer {
        width: 15%;
    }

    #backToTop {
        margin: 10px;
        bottom: 10px;
        right: 10px;
    }

    .layout {
        display: flex;
        flex-direction: column;
    }

    .layout-kanan {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .login-title {
        font-size: 22px;
    }

    .layout-kiri {
        background: linear-gradient(to bottom, #fff000, #ffc7008f);
        margin: 0;
        padding: 0;
    }

    .layout-kiri-title {
        margin-left: 6px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 36px;
    }

    .layout-kiri-subtitle {
        margin-left: 6px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
    }

    .layout-kiri-desc {
        margin-left: 6px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 24px;
    }

    .black-line-login {
        width: 50px;
        margin-top: 10px;
        margin-left: 10px;
        border-top: 2px solid #000;
    }

    .mc-1 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .g-recaptcha {
        width: 100% !important;
        overflow-y: hidden;
    }
}

@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }

    .g-recaptcha {
        width: 100% !important;
        overflow-y: hidden;
    }

    .layout-kiri-title {
        margin-left: 30px !important;
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 36px;
    }

    .layout-kiri-subtitle {
        margin-left: 30px !important;
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
    }

    .layout-kiri-desc {
        margin-left: 30px !important;
        font-family: "Inter";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 24px;
    }

    .black-line-login {
        margin-left: 30px !important;
    }
}

.site-section-cover {
    position: relative;
}
.site-section-cover,
.site-section-cover .container {
    position: relative;
    z-index: 2;
}
.site-section-cover,
.site-section-cover .container > .row {
    height: calc(100vh - 196px);
    min-height: 577px;
}
@media (max-width: 991.98px) {
    .site-section-cover,
    .site-section-cover .container > .row {
        height: calc(70vh - 196px);
        min-height: 400px;
    }
}
.site-section-cover.overlay {
    position: relative;
}
.site-section-cover.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.site-section-cover.inner-page,
.site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0;
}
.site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat;
}
.site-section-cover h1 {
    font-size: 4.5rem;
    color: #fff;
    line-height: 1;
}
@media (max-width: 991.98px) {
    .site-section-cover h1 {
        font-size: 2rem;
    }
}
.site-section-cover p {
    font-size: 18px;
    color: #fff;
}
.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.4);
}
.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
    color: #fff;
}

.slide-one-item .owl-nav .owl-prev {
    left: 20px;
}

.slide-one-item .owl-nav .owl-next {
    right: 20px;
}

.slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.slide-one-item .owl-dots .owl-dot {
    display: inline-block;
}
.slide-one-item .owl-dots .owl-dot > span {
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.4);
    margin: 3px;
}
.slide-one-item .owl-dots .owl-dot.active > span {
    width: 20px;
    background: #fff;
}

.block-counter-1 .number:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: hsla(0, 0%, 100%, 0.3);
}
.block-counter-1 .caption {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.05em;
}
.block-team-member-1 {
    padding: 30px;
    border: 1px solid #e9ecef;
    background: #fff;
    position: relative;
    top: 0;
    transition: all 0.15s ease-in-out;
}
.block-team-member-1 figure img {
    width: 130px;
}
.block-team-member-1:hover {
    top: -4px;
    border: 1px solid #ced4da;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}
.block-social-1 > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}
.block-social-1 > a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.block-testimony-1 {
    padding: 20px;
}
.block-testimony-1 blockquote {
    background: #fff;
    padding: 30px;
    font-style: italic;
    font-size: 18px;
    color: #000;
    font-family: Georgia, Times, serif;
}
.block-testimony-1 figure {
    position: relative;
    padding-top: 20px;
}
.block-testimony-1 figure:before {
    position: absolute;
    content: "";
    width: 50px;
    left: 50%;
    display: none;
    top: 0;
    transform: translateX(-50%);
    background: #ff8b00;
    height: 2px;
}
.block-testimony-1 figure img {
    max-width: 60px;
}
.block-testimony-1 h3 {
    font-size: 18px;
}
.block-13 .owl-nav {
    display: none;
}
.block-13 .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}
.block-13 .owl-dots .owl-dot {
    display: inline-block;
}
.block-13 .owl-dots .owl-dot span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #ccc;
    transition: all 0.3s cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}
.block-13 .owl-dots .owl-dot.active span {
    width: 20px;
    background: #ff8b00;
}
.icon-keyboard_arrow_right:before {
    /* content: "\e315"; */
    content: "\f061";
    font-family: FontAwesome;
}
.icon-keyboard_arrow_left:before {
    /* content: "\e314"; */
    content: "\f060";
    font-family: FontAwesome;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
