.text-black,
.text-black-50,
.text-body,
.text-danger,
.text-dark,
.text-info,
.text-light,
.text-muted,
.text-opacity-100,
.text-primary,
.text-reset,
.text-secondary,
.text-success,
.text-warning,
.text-white,
.text-white-50 {
    --bs-text-opacity: 1
}

.bg-black,
.bg-body,
.bg-danger,
.bg-dark,
.bg-info,
.bg-light,
.bg-opacity-100,
.bg-primary,
.bg-secondary,
.bg-success,
.bg-transparent,
.bg-warning,
.bg-white {
    --bs-bg-opacity: 1
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 20rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (max-width:768px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }

    .col-md {
        flex: 1 0 0%
    }

    .col-md-auto,
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-12,
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-md-6,
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-3,
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }

    .col-lg {
        flex: 1 0 0%
    }

    .col-lg-auto,
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-12,
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-lg-6,
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-3,
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-auto,
.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.col-12,
.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.col-6,
.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-3,
.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.col-1,
.col-2,
.col-4,
.col-5,
.col-7,
.col-8,
.row-cols-5>*,
.row-cols-6>* {
    flex: 0 0 auto
}

.row-cols-5>* {
    width: 20%
}

.row-cols-6>* {
    width: 16.6666666667%
}

.col-1 {
    width: 8.33333333%
}

.col-2 {
    width: 16.66666667%
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

@media (max-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .col-sm-auto,
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-12,
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-6,
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-3,
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
}

.m-0 {
    margin: 0
}

.m-1 {
    margin: .25rem
}

.m-2 {
    margin: .5rem
}

.m-3 {
    margin: 1rem
}

.m-4 {
    margin: 1.5rem
}

.m-5 {
    margin: 3rem
}

.m-auto {
    margin: auto
}

.mx-0 {
    margin-right: 0;
    margin-left: 0
}

.mx-1 {
    margin-right: .25rem;
    margin-left: .25rem
}

.mx-2 {
    margin-right: .5rem;
    margin-left: .5rem
}

.mx-3 {
    margin-right: 1rem;
    margin-left: 1rem
}

.mx-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem
}

.mx-5 {
    margin-right: 3rem;
    margin-left: 3rem
}

.mx-auto {
    margin-right: auto;
    margin-left: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mt-0,
dl,
ol,
ul {
    margin-top: 0
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: 1rem
}

.mt-4 {
    margin-top: 1.5rem
}

.mt-5 {
    margin-top: 3rem
}

.mt-auto {
    margin-top: auto
}

.me-0 {
    margin-right: 0
}

.me-1 {
    margin-right: .25rem
}

.me-2 {
    margin-right: .5rem
}

.me-3 {
    margin-right: 1rem
}

.me-4 {
    margin-right: 1.5rem
}

.me-5 {
    margin-right: 3rem
}

.me-auto {
    margin-right: auto
}

.mb-0,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3,
.table,
dl,
ol,
ul {
    margin-bottom: 1rem
}

.mb-4 {
    margin-bottom: 1.5rem
}

.mb-5 {
    margin-bottom: 3rem
}

.mb-auto {
    margin-bottom: auto
}

.ms-0 {
    margin-left: 0
}

.ms-1 {
    margin-left: .25rem
}

.ms-2 {
    margin-left: .5rem
}

.ms-3 {
    margin-left: 1rem
}

.ms-4 {
    margin-left: 1.5rem
}

.ms-5 {
    margin-left: 3rem
}

.ms-auto {
    margin-left: auto
}

.p-0 {
    padding: 0
}

.p-1,
.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: 1rem
}

.p-4 {
    padding: 1.5rem
}

.p-5 {
    padding: 3rem
}

.px-0 {
    padding-right: 0;
    padding-left: 0
}

.px-1 {
    padding-right: .25rem;
    padding-left: .25rem
}

.px-2 {
    padding-right: .5rem;
    padding-left: .5rem
}

.px-3 {
    padding-right: 1rem;
    padding-left: 1rem
}

.px-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.px-5 {
    padding-right: 3rem;
    padding-left: 3rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-3 {
    padding-top: 1rem
}

.pt-4 {
    padding-top: 1.5rem
}

.pt-5 {
    padding-top: 3rem
}

.pe-0 {
    padding-right: 0
}

.pe-1 {
    padding-right: .25rem
}

.pe-2 {
    padding-right: .5rem
}

.pe-3 {
    padding-right: 1rem
}

.pe-4 {
    padding-right: 1.5rem
}

.pe-5 {
    padding-right: 3rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: 1rem
}

.pb-4 {
    padding-bottom: 1.5rem
}

.pb-5 {
    padding-bottom: 3rem
}

.ps-0 {
    padding-left: 0
}

.ps-1 {
    padding-left: .25rem
}

.ps-2 {
    padding-left: .5rem
}

.ps-3 {
    padding-left: 1rem
}

.ps-4 {
    padding-left: 1.5rem
}

.ps-5 {
    padding-left: 3rem
}

ol,
ul {
    padding-left: 2rem
}

.text-start {
    text-align: left
}

.text-end {
    text-align: right
}

.text-center {
    text-align: center
}

.text-decoration-none {
    text-decoration: none
}

.text-decoration-underline {
    text-decoration: underline
}

.text-decoration-line-through {
    text-decoration: line-through
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-wrap {
    white-space: normal
}

.text-nowrap {
    white-space: nowrap
}

.text-break {
    word-wrap: break-word;
    word-break: break-word
}

.text-primary {
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))
}

.text-secondary {
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))
}

.text-success {
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity))
}

.text-info {
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity))
}

.text-warning {
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity))
}

.text-danger {
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity))
}

.text-light {
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity))
}

.text-dark {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity))
}

.text-black {
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity))
}

.text-white {
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))
}

.text-body {
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))
}

.text-muted {
    color: #6c757d
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)
}

.text-reset {
    color: inherit
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.bg-primary {
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))
}

.bg-secondary {
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))
}

.bg-success {
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity))
}

.bg-info {
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity))
}

.bg-warning {
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))
}

.bg-danger {
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))
}

.bg-light {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))
}

.bg-dark {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))
}

.bg-black {
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity))
}

.bg-white {
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity))
}

.bg-body {
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-gradient {
    background-image: var(--bs-gradient)
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table-danger,
.table-info,
.table-light,
.table-primary,
.table-secondary,
.table-success,
.table-warning {
    --bs-table-color: #000;
    --bs-table-striped-color: #000;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000
}

.table>:not(caption)>*>* {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: 2px solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n),
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-danger,
.table-dark,
.table-info,
.table-light,
.table-primary,
.table-secondary,
.table-success,
.table-warning {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #bacbe6;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-active-bg: #bacbe6;
    --bs-table-hover-bg: #bfd1ec
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-active-bg: #cbccce;
    --bs-table-hover-bg: #d1d2d4
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-hover-bg: #c1d6cc
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-active-bg: #badce3;
    --bs-table-hover-bg: #bfe2e9
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-hover-bg: #ece1be
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --bs-table-striped-bg: #eccccf;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-hover-bg: #e5c7ca
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-hover-bg: #e5e6e7
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.button-69,
.button-71 {
    font-weight: 600;
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    text-align: center;
    transition: .3s;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    outline: 0
}

.button-69,
.button-69:hover,
.button-71,
.button-71:hover {
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px
}

.border-first-button a,
.rtp-button a {
    padding: 10px 20px;
    letter-spacing: .3px;
    transition: .5s
}

*,
.button-tutup {
    box-sizing: border-box
}

.button-69,
.button-71,
.button-tutup,
a,
a:visited {
    text-decoration: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
div pre,
dl,
dt,
em,
figcaption,
figure,
font,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
li,
nav,
object,
ol,
p,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

.grid:after {
    content: "";
    display: block;
    clear: both
}

.grid-item,
.grid-sizer {
    width: 50%
}

.grid-item {
    float: left
}

.grid-item img {
    display: block;
    max-width: 100%
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.rightside-rtp .section-head .line-dec,
.section-heading .line-dec {
    width: 50px;
    height: 2px;
    background-color: #0000a8
}

.clearfix,
.pre-header ul li {
    display: inline-block
}

article,
aside,
footer,
header,
hgroup,
html[xmlns] .clearfix,
nav,
section {
    display: block
}

* html .clearfix {
    height: 1%
}

li,
ul {
    padding: 0;
    margin: 0
}

body,
html {
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background: #fff;*/
    font-family: Poppins, sans-serif
}

a,
a:visited {
    color: #0000a8 
}

a:hover {
    color: #e93c3c;
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0
}

.home-rtp .section-heading,
.last-post-item,
ul {
    margin-bottom: 0
}

p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #6d6d6d
}

img {
    width: 100%;
    overflow: hidden
}

::selection {
    background: #0000a8;
    color: #fff
}

::-moz-selection {
    background: #0000a8;
    color: #fff
}

@media (max-width:991px) {

    body,
    html {
        overflow-x: hidden
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0
    }

    .mobile-bottom-fix {
        margin-bottom: 30px
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px
    }
}

.page-section {
    margin-top: 120px
}

.breadcrumb {
    position: relative;
    z-index: 2;
    font-size: 12px;
    margin-bottom: 30px
}

.breadcrumb .right-content {
    margin-top: 10px;
    text-align: center
}

.breadcrumb span.category {
    font-size: 12px;
    color: #fff;
    padding: 5px 8px;
    background-color: #0000a8;
    border-radius: 18px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px
}

.breadcrumb span.date {
    font-size: 12px;
    color: #afafaf;
    margin-top: 7px
}

.header-area .nav,
.progress .progress-value div,
.slider-custom {
    margin-top: -25px
}

@media screen and (max-width:768px) {
    .header-area .nav,
        .progress .progress-value div,
        .slider-custom {
            margin-top: -7px
        }
}

.rightside-rtp {
    position: relative;
    z-index: 2;
    margin-left: 20px
}

.rightside-rtp .col-sm-4 {
    padding: 0 5px
}

.rightside-rtp .section-head h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center
}

.rightside-rtp .section-head .line-dec {
    margin: 5px auto
}

.background-header .nav li:last-child a.active:after,
.button-69,
.button-71,
.header-area .main-nav .nav {
    background-color: transparent
}

.main-text article h2 em,
.main-text article h3 em,
.popup h4 em,
.rightside-rtp .section-head h4 em,
.section-heading h1 em,
.section-heading h4 em {
    font-style: normal;
    color: #0000a8
}

.section-heading {
    position: relative;
    z-index: 2
}

.section-heading h6 {
    font-size: 15px;
    font-weight: 700;
    color: #0000a8;
    text-transform: uppercase;
    margin-bottom: 15px
}

.section-heading h1,
.section-heading h4 {
    color: #2a2a2a;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px
}

.button-69 {
    border: 2px solid #fff;
    border-radius: 56px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 0 20px
}

.button-69:hover,
.button-71:hover {
    transform: scale(1.05)
}

.button-71 {
    border: 2px solid #fff;
    border-radius: 56px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 16px 21px
}

.button-72,
.info-post .icon:hover a,
.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span,
.pre-header ul.info li a:hover,
.red,
.rtp-button a {
    color: #0000a8
}

@media (min-width:768px) {
    .button-71 {
        padding: 16px 48px
    }
}

.button-72 {
    align-items: center;
    background-color: initial;
    background-image: linear-gradient(rgba(210, 223, 250, 0.84), #fff 50%);
    border-radius: 42px;
    box-shadow: #06159a4b 0 2px 2px, #061c9a75 0 8px 12px;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 18px;
    text-align: center;
    border: 2px solid #0036cc;
    text-shadow: #063a9a65 0 0 4px, #06419a36 0 0 2px, #06219a5b 1px 1px 1px, #06219a3d 4px 4px 5px
}

.background-header,
.header-area {
    box-shadow: 0 5px 8px rgba(0, 0, 0, .03);
    left: 0;
    right: 0
}

.button-72:hover {
    background-image: linear-gradient(#c98484, #0000a8 50%);
    color: #fff;
    border: 2px solid #fff
}

@media (max-width:768px) {
    .button-72 {
        font-size: 21px;
        padding: 18px 34px;
        margin-left: auto;
        margin-right: auto
    }
}

.border-first-button a {
    display: inline-block;
    color: #0000a8;
    border: 1px solid #0000a8;
    border-radius: 23px;
    font-weight: 500
}

.rtp-button a {
    border: 1px solid #0000a8;
    border-radius: 23px;
    font-weight: 500
}

.button-contact:hover,
.rtp-button a:hover {
    background-color: #0000a8;
    color: #fff
}

.pre-header {
    background-color: #efefef;
    height: 60px;
    padding: 15px 0
}

.about-left-image amp-img,
.pre-header ul.info li {
    margin-right: 45px;
}


.pre-header ul.info li a {
    color: #afafaf;
    font-size: 14px;
    transition: .3s
}

.pre-header ul.info li a i {
    font-size: 18px;
    margin-right: 8px
}

.pre-header ul.social-media {
    text-align: right
}

.pre-header ul.social-media li {
    margin-left: 5px
}

.pre-header ul.social-media li a {
    background-color: #afafaf;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: .3s
}

.pre-header ul.social-media li a:hover {
    background-color: #0000a8
}

header {
    background:#0000a8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.background-header {
    background-color: #fff;
    height: 80px;
    position: fixed;
    top: 0
}

.background-header .logo,
.background-header .main-nav .nav li a,
.footer-top .footer-item>h5,
.second-banner .section-heading h4,
.second-banner .section-heading h6 {
    color: #fff
}

.background-header .nav li a.active {
    position: relative;
    color: #fff
}

.background-header .nav li a.active:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0000a8;
    content: "";
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%)
}

.header-area {
    background-color: #0f1e3d;
    position: fixed;
    z-index: 999;
    /*height: 100px;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header-area .main-nav .logo,
.header-area .main-nav .nav {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.header-area .main-nav {
    background: 0 0
}

.preloader-inner .dot,
.preloader-inner .dots span {
    background: #0000a8;
    height: 16px;
    width: 16px;
    border-radius: 50%
}

.header-area .main-nav .logo {
    transition: .3s;
    line-height: 100px;
    float: left
}

.background-header .main-nav .logo {
    line-height: 80px
}

.background-header .main-nav .nav {
    margin-top: 20px
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 20px;
    margin-right: 0;
    transition: .3s;
    position: relative;
    z-index: 999
}

.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
    list-style: none
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px
}

.border-bottom::before,
.border-top::before {
    height: 3px;
    background-color: #0000a8;
    content: " ";
    width: 80%;
    border-radius: 50%;
    display: block
}

.header-area .main-nav .nav li a.active,
.header-area .main-nav .nav li:hover a {
    color: #ffe240
}

.background-header .main-nav .nav li a.active,
.background-header .main-nav .nav li:hover a {
    color: #ffe240;
    opacity: 1
}

.header-area.header-sticky {
    min-height: 80px
}

.right-nav-col {
    margin-bottom: auto
}

.main-text article li:last-child,
.slider-custom {
    margin-bottom: -35px
}

@media screen and (max-width:768px) {

    .main-text article li:last-child,
        .slider-custom {
            margin-bottom: -10px
        }
}

.slider-bg {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
    background-image: url(./../../assets/images/layout/layout/bg-slot.png);
    background-size: contain;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.border-top::before {
    margin: 20px auto 0
}

.border-bottom::before {
    margin: 10px auto 30px
}

@media (max-width:1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px
    }

    .header-area .main-nav:before {
        display: none
    }

    .header-area .main-nav .logo h4 {
        font-size: 24px
    }

    .header-area .main-nav .logo h4 img {
        max-width: 25px;
        margin-left: 0
    }

    .header-area .main-nav .nav li:last-child {
        padding-left: 20px
    }
}

@media (max-width:767px) {

    .left-nav-col,
    .logo-col,
    .logo-col amp-img,
    .right-nav-col {
        margin-top: auto;
        margin-bottom: auto
    }

    .pre-header ul.info li:last-child {
        display: none
    }

    .background-header .main-nav .nav,
    .background-header .nav {
        margin-top: 80px
    }

    .header-area .main-nav .logo {
        color: #1e1e1e
    }

    .header-area.header-sticky .nav li a.active,
    .header-area.header-sticky .nav li a:hover {
        color: #0000a8;
        opacity: 1
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%
    }

    .header-area.header-sticky {
        min-height: 70px
    }

    .header-area {
        padding: 0 15px;
        box-shadow: none;
        text-align: center;
        box-shadow: 0 5px 8px rgba(0, 0, 0, .03);
        width: 100%;
        height: 70px;
        position: fixed;
        z-index: 223;
    }

    .header-area .container {
        padding: 0
    }

    .header-area .menu-trigger {
        display: block
    }

    .header-area .main-nav {
        overflow: hidden;
        margin-top: 50%
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin-left: 0
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee
    }

    .header-area.header-sticky .nav {
        margin-top: 100px
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0;
        padding-right: 0
    }

    .header-area .main-nav .nav li a {
        height: 50px;
        line-height: 50px;
        padding: 0;
        border: none;
        background: #f7f7f7;
        color: #191a20
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee;
        color: #0000a8
    }

    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0);
        transition-delay: 0s, 0s, 0.3s;
        top: 0;
        width: 100%;
        box-shadow: none;
        height: 0
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0
    }

    .header-area .main-nav .nav li.submenu ul.active {
        height: auto
    }

    .header-area .main-nav .nav li.submenu:after {
        color: #3b566e;
        right: 25px;
        font-size: 14px;
        top: 15px
    }

    .header-area .main-nav .nav li.submenu:focus ul,
    .header-area .main-nav .nav li.submenu:hover ul {
        height: 0
    }

    .logo-col amp-img {
        width: 100%
    }

    .left-nav-col {
        padding-right: 10%
    }

    .right-nav-col {
        padding-left: 10%;
        animation: 2s linear infinite wiggle
    }

    @keyframes wiggle {

        0%,
        100%,
        40%,
        7% {
            transform: rotateZ(0)
        }

        15% {
            transform: rotateZ(-15deg)
        }

        20% {
            transform: rotateZ(10deg)
        }

        25% {
            transform: rotateZ(-10deg)
        }

        30% {
            transform: rotateZ(6deg)
        }

        35% {
            transform: rotateZ(-4deg)
        }
    }

    .home-rtp .col-sm-4 {
        padding: 5px
    }
}

@media (min-width:767px) {
    .header-area .main-nav .nav {
        display: flex
    }

    .left-nav-col,
    .rtp-head-btn,
    .side-menu-bar-button {
        display: none
    }

    .logo-col {
        margin-top: auto
    }
}

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.descrip .naccs .menu div,
.descrip ul.nacc li {
    transition: 1s cubic-bezier(.075, .82, .165, 1)
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px)
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px)
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px)
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px)
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff
}

.preloader-inner .dot {
    position: absolute;
    top: 12px;
    left: 15px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: 2.8s infinite dot;
    animation: 2.8s infinite dot
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: 2.8s infinite dots;
    animation: 2.8s infinite dots
}

.preloader-inner .dots span {
    display: block;
    float: left;
    margin-left: 16px
}

.main-banner {
    /*background-image: url(./../../assets/images/layout/4882066.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 226px 0 120px;
    position: relative;
    overflow: hidden
}

.main-banner .left-content {
    margin-right: 15px
}

.main-banner .left-content h6 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    text-transform: uppercase
}

.main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2
}


.main-banner .left-content p {
    margin-bottom: 30px;
    color: #ffffff
}

.main-banner .right-image {
    text-align: right;
    position: relative;
    z-index: 20
}

.main-banner .right-image img {
    max-width: 593px
}


.turnamen-slot-banner {
    background-image: url(./../../assets/images/banner/turnamen-slot.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 226px 0 120px;
    position: relative;
    overflow: hidden
}

.turnamen-slot-banner .left-content {
    margin-right: 15px
}

.turnamen-slot-banner .left-content h6 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    text-transform: uppercase
}

.turnamen-slot-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2
}


.turnamen-slot-banner .left-content p {
    margin-bottom: 30px;
    color: #ffffff
}

.turnamen-slot-banner .right-image {
    text-align: right;
    position: relative;
    z-index: 20
}

.turnamen-slot-banner .right-image img {
    max-width: 593px
}

#contact-box input,
#contact-box textarea {
    font-weight: 300;
    background-color: transparent
}

.about,
.contact-us {
    padding-top: 60px
}

.about-right-content p {
    margin-top: 30px;
    margin-bottom: 45px
}

.skills-content {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 110px 0 50px
}

.skill-item {
    text-align: center
}

.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: 0 0;
    margin: 0 auto 1em;
    box-shadow: none;
    position: relative
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: 0 0;
    position: absolute;
    top: 0;
    border: 5px solid #fd6a54
}

.descrip:after,
.descrip:before,
.main-text:after,
.main-text:before {
    content: "";
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute
}

.first-skill-item .progress .progress-bar {
    border-color: #0000a8
}

.second-skill-item .progress .progress-bar {
    border-color: #726ae3
}

.third-skill-item .progress .progress-bar {
    border-color: #f58b56
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.progress .progress-value {
    color: #2a2a2a;
    display: flex;
    width: 100%;
    border-radius: 50%;
    font-size: 35px;
    text-align: center;
    line-height: 25px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700
}

.progress .progress-value span {
    font-size: 18px;
    text-transform: none;
    color: #6d6d6d;
    font-weight: 300
}

.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: 1.5s linear forwards loading-1
}

.progress[data-percentage="10"] .progress-left .progress-bar,
.progress[data-percentage="20"] .progress-left .progress-bar,
.progress[data-percentage="30"] .progress-left .progress-bar,
.progress[data-percentage="40"] .progress-left .progress-bar,
.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: 1.5s linear forwards loading-2
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: 1.5s linear forwards loading-3
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: 1.5s linear forwards loading-4
}

.progress[data-percentage="100"] .progress-right .progress-bar,
.progress[data-percentage="50"] .progress-right .progress-bar,
.progress[data-percentage="60"] .progress-right .progress-bar,
.progress[data-percentage="70"] .progress-right .progress-bar,
.progress[data-percentage="80"] .progress-right .progress-bar,
.progress[data-percentage="87"] .progress-right .progress-bar,
.progress[data-percentage="90"] .progress-right .progress-bar,
.progress[data-percentage="92"] .progress-right .progress-bar,
.progress[data-percentage="98"] .progress-right .progress-bar {
    animation: 1.5s linear forwards loading-5
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s forwards loading-1
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s forwards loading-2
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s forwards loading-3
}

.progress[data-percentage="87"] .progress-left .progress-bar,
.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s forwards loading-4
}

.progress[data-percentage="98"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s forwards loading-98
}

.progress[data-percentage="92"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s forwards loading-92
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s forwards loading-5
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg)
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg)
    }
}

@keyframes loading-87 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(140);
        transform: rotate(140deg)
    }
}

@keyframes loading-98 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(177);
        transform: rotate(177deg)
    }
}

@keyframes loading-92 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(173);
        transform: rotate(173deg)
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg)
    }
}

.descrip {
    padding-top: 60px;
    position: relative
}

.descrip:after,
.main-text:after {
    background-image: url(./../../assets/images/layout/services-left-dec.jpg);
    left: 0;
    top: 0;
    width: 786px;
    height: 1217px
}

.descrip:before,
.main-text:before {
    background-image: url(./../../assets/images/layout/services-right-dec.jpg);
    right: 0;
    top: 400px;
    width: 161px;
    height: 413px
}

#contact-box,
.descrip .active {
    background-image: url(./../../assets/images/layout/contact-top-right-v2.png);
    background-size: cover
}

.descrip .naccs .menu,
.descrip .section-heading,
.main-text .section-heading {
    text-align: center;
    margin-bottom: 30px
}

.contact-us .section-heading .line-dec,
.descrip .section-heading .line-dec,
.list-blog-home .section-heading .line-dec,
.main-text .section-heading .line-dec {
    margin: 0 auto
}

.descrip .naccs,
.footer_area,
.main-text article {
    position: relative;
    z-index: 1
}

.descrip .icon {
    display: block;
    text-align: center;
    margin: 0 auto
}

.descrip .naccs .menu div h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 100%
}

.descrip .icon amp-img {
    max-width: 60px;
    min-width: 60px
}

.descrip .naccs .menu div {
    color: #2a2a2a;
    margin: 0;
    width: 15%;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 15px
}

.descrip .naccs .menu div .thumb {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
    box-shadow: 0 0 15px #9a100621
}

.descrip .active,
.descrip .naccs .menu div.active {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.descrip .naccs .menu div .thumb a {
    color: #1e1e1e
}

.descrip ul.nacc {
    height: 100%;
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: .5s cubic-bezier(.075, .82, .165, 1)
}

.descrip ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none
}

.descrip .active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
    background-color: #fff;
    border-radius: 15px;
    padding: 80px 120px 50px;
    background-repeat: no-repeat
}

.home-rtp:after,
.home-rtp:before {
    position: absolute;
    content: "";
    top: 0;
    background-repeat: no-repeat
}

.descrip .right-image img {
    max-width: 420px;
    float: right;
    border-radius: 15px
}

.descrip .nacc .thumb h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px
}

.descrip .left-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0000a8;
    margin-bottom: 20px
}

.descrip .left-text p,
.list-blog-home-post .down-content p {
    margin-bottom: 30px
}

.nacc .ticks-list span {
    display: inline-block;
    opacity: 1;
    margin-right: 45px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400
}

.main-text {
    padding-top: 80px;
    position: relative;
    z-index: 1
}

.main-text amp-img {
    margin: 10px auto
}

.blog-text amp-img {
    border-radius: 25px;
    margin: 10px auto
}

.main-text article h2,
.main-text article h3 {
    color: #2a2a2a;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 15px
}

.main-text article ol,
li,
ul {
    color: #6d6d6d;
    font-size: 15px;
    /*margin-left: 10px;
    line-height: 30px;
    margin-top: 10px*/
}

.main-text article table,
.popup {
    margin-right: auto;
    margin-left: auto
}

.main-text ol.bold li::marker {
    font-weight: 700
}

.main-text article strong {
    color: #2a2a2a;
    font-weight: bolder
}

.main-text article table {
    margin-bottom: 40px
}

.main-text article td,
.popup td,
th {
    border: 1px solid #ddd;
    color: #6d6d6d;
    font-size: 15px;
    padding: 8px
}

.main-text article tr:nth-child(2n),
.popup tr:nth-child(2n) {
    background-color: #f2f2f2
}

.main-text article tr:hover,
.popup tr:hover {
    background-color: #ddd
}

.main-text article th,
.popup th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0368ff27;
    color: #2a2a2a
}

.demo-slot-table {
    width: 100%
}

.popup h2,
.popup h4 {
    color: #2a2a2a;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center
}

.popup h2 em {
    font-style: normal
}

.yellow {
    color: #f8760b
}

.green {
    color: #1a7504
}

.second-banner {
    background-image: url(./../../assets/images/layout/tes1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 130px
}

.second-banner .section-heading {
    margin-bottom: 60px
}

.second-banner .section-heading .line-dec {
    margin: 0 auto;
    background-color: #fff
}

.home-rtp amp-lightbox {
    padding: 0
}

.home-rtp .section-heading .line-dec {
    margin: 0 auto 30px
}

.modal-background {
    display: flex;
    flex-direction: vertical;
    height: 100%;
    align-items: center;
    background-color: rgba(0, 0, 0, .8)
}

.popup {
    background-color: #f9f8f9;
    width: 60%;
    box-shadow: rgba(0, 0, 0, .25) 0 54px 55px, rgba(0, 0, 0, .12) 0 -12px 30px, rgba(0, 0, 0, .12) 0 4px 6px, rgba(0, 0, 0, .17) 0 12px 13px, rgba(0, 0, 0, .09) 0 -3px 5px;
    border-radius: 10px
}

.popup amp-img {
    width: 90%;
    margin: 10px auto;
    border-radius: 10px
}

.popup table {
    width: 95%;
    margin: 5px auto
}

.popup table td {
    white-space: pre
}

.button-tutup {
    background: #0000a8;
    border-radius: 11px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, .3) 1px 1px 1px;
    text-underline-offset: 1px;
    transition: .2s ease-in-out;
    border: 0;
    margin: 20px auto
}

.button-tutup:active,
.button-tutup:focus,
.button-tutup:hover {
    border-bottom-style: none;
    border-color: #dadada
}

.list-blog-home-post,
.portfolio-item {
    border-radius: 25px
}

.button-tutup:active,
.button-tutup:focus {
    box-shadow: rgba(0, 0, 0, .3) 0 3px 3px inset;
    outline: 0
}

.home-rtp {
    padding-top: 60px;
    overflow: hidden;
    position: relative
}

.home-rtp .section-heading h4 {
    margin: 15px 0
}

.home-rtp:before {
    background-image: url(./../../assets/images/layout/portfolio-right-dec.jpg);
    right: 0;
    width: 414px;
    height: 861px;
    z-index: 1
}

.home-rtp:after {
    background-image: url(./../../assets/images/layout/portfolio-left-dec.jpg);
    left: 0;
    width: 677px;
    height: 759px;
    z-index: 1
}

.home-rtp .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 2
}

.home-rtp .item {
    position: relative;
    z-index: 222
}

.portfolio-item {
    box-shadow: 0 0 5px #9a1006a4;
    margin-bottom: 10px
}

.portfolio-item .thumb {
    position: relative;
    border-radius: 15px
}

.portfolio-item .thumb img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    overflow: hidden
}

.portfolio-item .down-content {
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-available;
    width: -webkit-fill-available;
    overflow: hidden;
    padding: 0 7px 7px
}

.progress-rtp {
    height: 25px;
    margin: 3px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 333;
    background-color: #ececec;
    text-align: center
}

.progress-rtp h4 {
    letter-spacing: normal;
    font-size: 12pt;
    font-weight: 700;
    color: #2a2a2a;
    position: absolute;
    width: 100%;
    margin-top: 12px;
    z-index: 3
}

.bg-progress-rtp {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    color: #fff;
    z-index: 2;
    animation: 16s linear infinite move;
    box-shadow: inset 0 5px 3px rgba(255, 255, 255, .5), inset 0 -3px 7px rgba(0, 0, 0, .2)
}

#contact-box,
.info-post .icon,
.list-blog-home-post {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

@keyframes move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 150px 150px
    }
}

.merah {
    background-color: #f8485a
}

.kuning {
    background-color: #f7c93f
}

.hijau {
    background-color: #1be647
}

.portfolio-item .down-content span {
    font-size: 12px;
    color: #191a20;
    transition: .3s;
    font-weight: 500
}

.list-blog-home:before {
    content: "";
    background-image: url(./../../assets/images/layout/list-blog-home-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 961px;
    height: 1020px;
    z-index: 1
}

.list-blog-home {
    position: relative;
    padding-top: 60px
}

.button-contact,
.button-rtp-home {
    padding: 12px 25px;
    transition: .3s
}

.contact-us .section-heading,
.list-blog-home .section-heading {
    text-align: center;
    margin-bottom: 40px
}

.show-up {
    position: relative;
    z-index: 200
}

.list-blog-home-post .thumb img {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px
}

.list-blog-home-post .down-content {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    background-color: #fff;
    padding: 30px
}

.list-blog-home-post .down-content span.category,
.post-item .right-content span.category {
    font-size: 12px;
    color: #fff;
    padding: 8px 12px;
    background-color: #0000a8;
    border-radius: 18px;
    display: inline-block
}

.list-blog-home-post .down-content span.date {
    font-size: 12px;
    color: #afafaf;
    text-align: right;
    float: right;
    margin-top: 4px
}

.list-blog-home-post .down-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px
}

.list-blog-home-posts {
    margin-left: 30px
}

.post-item {
    margin-bottom: 62px;
    z-index: 1;
    position: relative
}

.copyright p,
.footer-item,
.info-post,
.post-item .right-content h4,
.post-item .thumb {
    margin-bottom: 20px
}

#contact-box,
.button-rtp-home,
.info-post {
    position: relative;
    z-index: 2
}

.post-item .thumb img {
    border-radius: 23px;
    display: inline-block
}

.post-item .right-content {
    padding-top: 0
}

.post-item .right-content span.date {
    font-size: 12px;
    color: #afafaf;
    margin-top: 4px
}

.post-item .right-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
    margin-top: 10px
}

.contact-dec img {
    max-width: 224px;
    position: absolute;
    right: 25px;
    top: -242px
}

#contact-box {
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 23px;
    text-align: center;
    padding: 20px
}

.info-post .icon {
    text-align: center;
    border-radius: 23px;
    padding: 25px 15px
}

.info-post .icon img {
    max-width: 60px;
    display: block;
    margin: 0 auto
}

.info-post .icon a {
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
    transition: .3s
}

#contact-box input {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    outline: 0;
    font-size: 15px;
    color: #2a2a2a;
    padding: 0 20px;
    border-radius: 23px;
    margin-top: 30px
}

#contact-box textarea,
.button-contact {
    margin-top: 30px;
    width: 100%;
    border-radius: 23px;
    font-size: 15px;
    outline: 0
}

#contact-box input::placeholder {
    color: #aaa
}

#contact-box textarea {
    min-width: 100%;
    max-width: 100%;
    max-height: 200px;
    min-height: 200px;
    height: 200px;
    border: 1px solid #eee;
    color: #2a2a2a;
    padding: 15px 20px
}

#contact-box textarea::placeholder {
    color: #aaa
}

.button-contact {
    display: inline-block;
    background-color: #fff;
    font-weight: 500;
    color: #0000a8;
    text-transform: capitalize;
    letter-spacing: .25px;
    border: 1px solid #0000a8
}

.button-rtp-home {
    display: table;
    background-color: #0000a8;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 23px;
    letter-spacing: .4px;
    border: 1px solid #208ad1;
    outline: 0;
    margin-left: auto;
    margin-right: auto
}

.button-rtp-home:hover {
    background-color: #fff;
    color: #0000a8
}

footer {
    margin-top: 30px
}

.footer-top {
    background-color: #2a2a2a;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px
}

.footer-item h4,
.footer-item h5 {
    margin-bottom: 20px;
    font-weight: 600
}

.footer-top .footer-item>p {
    color: rgba(255, 255, 255, .5);
    font-size: 13px
}

.copyright {
    background-color: #1e1e1e
}

.copyright::before {
    display: block;
    height: 3px;
    background-color: #0000a8;
    content: " ";
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    border-radius: 50%
}

.copyright p {
    text-align: center;
    color: #fff;
    margin-top: 10px
}

.copyright a {
    color: #0000a8;
    font-size: 14px;
    font-weight: 600
}

.mt-15 {
    margin-top: 15px
}

.footer-tag>li {
    display: inline-block;
    margin-left: 0;
    margin-top: 3px
}

.footer-tag a {
    border: 1px solid #333;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    padding: 0 12px
}

.footer-links a {
    border-bottom: 1px solid #333;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: rgba(255, 255, 255, .5);
    font-size: 13px
}

ul.footer-links,
ul.footer-tag {
    margin-left: 0
}

.footer-links li {
    list-style: none;
    margin-left: 0
}

.lc-button,
.nav-bottom-mobile,
.side-bar-button {
    display: none
}

@media (max-width:992px) {

    .background-header .main-nav .nav li:last-child,
    .background-header .nav li a.active:after,
    .header-area .main-nav .nav li:last-child,
    .main-banner:before {
        display: none
    }

    .background-header .main-nav .nav li:nth-child(6),
    .header-area .main-nav .nav li:nth-child(6) {
        padding-right: 0
    }

    #contact-box {
        overflow: hidden;
        padding: 45px
    }

    .header-area .main-nav .logo h4 {
        font-size: 20px
    }

    .main-banner .left-content {
        margin-right: 0
    }

    .main-banner {
        text-align: center;
        padding: 160px 0 30px
    }

    .main-banner .right-image {
        margin: 30px auto 0;
        text-align: center
    }

    .about .left-image,
    .features-item {
        margin-bottom: 45px
    }

    .last-features-item,
    .last-skill-item {
        margin-bottom: 0
    }

    .skill-item {
        margin-bottom: 30px
    }

    .about-left-image amp-img {
        margin-right: 0;
        margin-bottom: 45px
    }

    .descrip .naccs .menu div {
        font-size: 15px;
        font-weight: 500
    }

    .about .left-image {
        margin-right: 30px;
        margin-left: 30px
    }

    .list-blog-home-posts {
        margin-left: 0;
        margin-top: 30px
    }

    .post-item {
        margin-bottom: 70px
    }

    .contact-info {
        margin-top: 60px
    }
}

@media (max-width:767px) {

    .lc-button,
    .nav-bottom-mobile {
        z-index: 223
    }

    .box-nav-bottom,
    .lc-button {
        filter: drop-shadow(0 0 5px rgba(31, 31, 31, .1))
    }

    .box-nav-bottom,
    .lc-button,
    .nav-bottom-mobile {
        display: flex;
        position: fixed
    }

    .header-area .main-nav .logo h4 {
        font-size: 30px
    }

    .header-area .main-nav .logo h4 img {
        max-width: 30px;
        margin-left: 5px
    }

    .main-banner {
        background-position: left center
    }

    .main-banner .left-content p {
        font-weight: 600;
        margin-bottom: 60px
    }

    .main-banner .info-stat {
        margin-bottom: 15px
    }

    .descrip .naccs .menu div .thumb {
        margin-right: 20px;
        padding: 5px
    }

    .descrip .icon img {
        margin: 0
    }

    .descrip .active {
        padding: 15px;
        margin-left: 0
    }

    .descrip .naccs .menu div {
        font-size: 0px
    }

    .descrip .right-image img {
        float: none
    }

    .about .about-item,
    .about .main-green-button,
    .about .section-heading,
    .about p,
    .home-rtp .section-heading,
    .nav-bottom-link {
        text-align: center
    }

    .home-rtp .section-heading .line-dec {
        margin: 0 auto 30px
    }

    .our-services .section-heading {
        margin-left: 15px;
        margin-right: 15px
    }

    .section-heading .line-dec,
    .side-nav-menu .bord::before {
        margin-right: auto;
        margin-left: auto
    }

    .second-banner form input {
        margin-left: 0;
        padding: 0 30px
    }

    .second-banner form button {
        margin-left: 0;
        border-bottom-left-radius: 40px;
        border-top-right-radius: 0
    }

    .list-blog-home-posts {
        margin-left: 0;
        margin-top: 30px
    }

    .post-item {
        margin-bottom: 30px;
        text-align: center
    }

    .post-item .thumb img {
        max-width: 140px
    }

    .post-item .right-content p {
        display: none
    }

    .about .about-item {
        margin-top: 15px
    }

    #contact-box {
        padding: 20px
    }

    #about {
        padding-top: 20px
    }

    .side-bar-button {
        display: flex
    }

    #left-side-menu {
        width: 80%;
        padding: 20px;
        background-color: #10133f;
        text-align: left
    }

    .side-nav-menu span {
        cursor: pointer;
        padding-bottom: 20px
    }

    .side-nav-menu ul {
        list-style: none;
        padding-left: 0
    }

    .side-nav-menu li:last-child {
        position: absolute;
        bottom: 70px;
        text-align: center;
        width: 80%
    }

    .side-nav-menu .side-menu-item {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        text-align: center
    }

    .rightside-rtp .section-head .line-dec,
    .side-nav-menu .bord {
        margin-bottom: 10px
    }

    .side-nav-menu .bord::before {
        display: block;
        height: 2px;
        background-color: white;
        content: " ";
        width: 90%;
        border-radius: 40%
    }

    .side-nav-menu a {
        color: #fff;
        font-size: 12pt;
        font-weight: 400
    }

    .box-nav-bottom {
        background-image: url(./../../assets/images/layout/tes1.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        height: 70px;
        bottom: 0px;

        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav-bottom-items {
        height: 100%;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: .5;
        padding-bottom: 7px
    }

    .right-border {
        border-right: 1px solid #72a7d8
    }

    .nav-bottom-link amp-img {
        margin: 5px
    }

    .nav-bottom-link span {
        color: #d87972;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .3pt
    }

    .nav-bottom-link span.active {
        color: #fff;
        font-weight: 600
    }

    .lc-button {
        justify-content: center;
        flex-direction: row;
        width: 25%;
        height: 60px;
        bottom: 120px;
        left: 75%
    }

    .rightside-rtp {
        margin-top: 40px;
        margin-left: 0
    }

    .rightside-rtp .section-head h4 {
        font-size: 36px;
        margin-bottom: 10px
    }

    .copyright p {
        margin-bottom: 90px
    }

    .progress {
        width: 100px;
        height: 100px
    }
}



/*turnamen slot*/


.continer-turnamen {
    margin: 0.5% 25%;
}

.h1-tx {
    text-align: center;
    background-color: rgb(243, 245, 246);
    border-radius: 10px;
    color: rgb(88, 88, 88);
}

.pemenang {
    border-radius: 10px;
    text-decoration: none;
    background-color: rgb(243, 245, 246);
    height: auto;
    width: 49%;
    padding: 1%;
    float: left;
    text-align: center;
    margin: 1% 0.5%;
}


.pemenang-x {
    border-radius: 10px;
    text-decoration: none;
    background-color: rgb(243, 245, 246);
    height: auto;
    width: 98%;
    padding: 1%;
    float: left;
    text-align: center;
    margin: 1%;
}

.tbl {
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    margin: 2%;
    width: 96%;

}

.tbl-lgn {
    color: white;
    font-weight: bolder;
    background-color: rgb(92, 92, 202);
    border-radius: 10px;
    height: 50px;
    padding: 2%;
}

.tbl-lgn-x {
    color: white;
    font-weight: bolder;
    background-color: rgb(92, 92, 202);
    border-radius: 10px;
    padding: 2%;
}

.tbl tbody {
    padding: 2%;
}

.jdl-tbl {
    font-weight: bold;
    height: 50px;
    background-color: wheat;
    border-radius: 10px;
}

.in-tbl {
    height: 40px;
}


.w1 {
    background-color: goldenrod;
    color: white;
}

.w2 {
    background-color: silver;
    color: white;
}

.w3 {
    background-color: brown;
    color: white;
}


ul li {
    list-style-type: none;
}

.continer-informasi {
    margin: 6%;
}

.wraper-turnamen {
    background-color: rgb(243, 245, 246);
    ;
    border-radius: 10px;
    padding: 2%;
    margin-top: 85px;
}

.info {
    background-color: rgb(255, 255, 255);
    padding: 2%;
    border-radius: 10px;
    font-size: 10px;
    box-shadow: -3px -3px 2px rgba(0, 0, 0, 0.4);
    border: 1px solid gray;
}

.info ul li {
    font-size: 12px;
    line-height: 15px;
}

.clear {
    clear: both;
}

.lt{
    color: white;
    font-weight: bolder;
    background-color: rgb(92, 92, 202);
    border-radius: 10px;
    height: 50px;
    width: 100%;
    padding: 2.5% 0;
    margin: auto;
    box-shadow: -3px -3px 2px rgba(0,0,0,0.4);
    padding: 10px;
    border: 1px solid grey;
}

.ld {
    font-weight: bolder;
    border-radius: 10px;
    width: 100%;
    padding: 1% 0;
    margin: 2% 0 auto;
    text-align: center;
    box-shadow: -3px -3px 2px rgba(0,0,0,0.4);
    padding: 10px;
    border: 1px solid grey;
}

.ls {
    background-color: wheat;
    color: #000;
    height: 40px;
}

.lw {
    height: 70px;
    padding: 5% 0;
}

.l1{
    float: left;
    width: 33%;
}

.lh1 {
    float: left;
    width: 50%;
}



@media screen and (max-width: 768px) {

    .wraper-turnamen {
            background-color: rgb(243, 245, 246);
            ;
            border-radius: 10px;
            padding: 2%;
            margin-top: 55px;
        }
    .continer-turnamen {
        margin: 2% 5%;
    }

    .pemenang {
        border-radius: 10px;
        text-decoration: none;
        background-color: rgb(243, 245, 246);
        height: auto;
        width: 98%;
        padding: 1%;
        float: left;
        text-align: center;
        margin: 1%;
        font-size: 12px;
    }

    .pemenang-x {
        border-radius: 10px;
        text-decoration: none;
        background-color: rgb(243, 245, 246);
        height: auto;
        width: 98%;
        padding: 1%;
        float: left;
        text-align: center;
        margin: 1%;
        font-size: 12px;
    }

    .h1-tx {
        font-size: 9px;
    }

    .h1-tx p {
        font-size: 12px;
    }

    .tbl-lgn {
        color: white;
        font-weight: bolder;
        background-color: rgb(92, 92, 202);
        border-radius: 10px;
        height: 50px;
        padding: 3%;
    }

    .lw{
        padding: 7% 0;
    }

    .ls{
        padding: 4% 0;
    }

    .lt{
        padding: 5% 0;
    }

}

/*dropdown*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #060f1e;*/
    background-color: rgb(92, 92, 202);;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    border-radius: 20px;
}

.dropdown:hover .dropdown-content {
    display: block;
}