:root {
    --main: #7abc26;
    --main-orange: #f49100;
    --main-red: #F44336;
    --main-blue: #2196F3;
    --grad-1: linear-gradient(45deg, #F44336, #FFC107);
    --grad-2: linear-gradient(45deg, #f49100, #ffc30ec7);
    --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
    --color-white: #ffffff;
    --radius: 6px;
    --box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    --accent: #EC008C;
    --second: #C5DEE6;
    --light: #F2F2F2;
    --light2: #EDEDED;
    --dark: #363848;
    --dark-color: #222222;
    --white: #ffffff;
    --black: #000000;
    --danger: #F61372;
    --yellow: #F1C061;
    --color: #34364A;
    --color2: #3D3D3D;
    --color3: rgba(61, 61, 61, 0.5);
    --color-white: #ffffff;
    --border: #F5F5F7;
    --border2: #d5e5ff;
    --background: #ffffff;
    --shadow: 0 0.25rem 1rem 0.5rem rgba(54, 56, 72, 0.05);
    --shadow-xs: 0 0.15rem 0.625rem 0.5rem rgba(54, 56, 72, 0.035);
    --shadow-sm: 0 0.15rem 1rem 0.5rem rgba(54, 56, 72, 0.035);
    --shadow-md: 0 0.313rem 1.25rem rgba(54, 56, 72, 0.1);
    --transition: all .4s ease-in-out;
    --transition-2: all .2s ease-in-out;
    --transition-3: all .3s ease-in-out;
    --transition-4: all .4s ease-in-out;
    --transition-5: all .5s ease-in-out;
    --transition-6: all .6s ease-in-out;
    --transition-7: all .7s ease-in-out;
    --transition-8: all .8s ease-in-out;
    --transition-9: all .9s ease-in-out;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-120 {
    padding-bottom: 120px;
}
.ml-10{
    margin-left: 10px;
}
.mobile-login{
    display: none;
}
.play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 278px;
    padding-top: 108px;
    text-align: center;
    border-radius: 15px;
}
/* navbar */
.main-header {
    padding: 0 120px;
}
.main-header .navbar .header-wrapper{
    width: 100%;
    padding: 10px;
    gap: 30px;
}
.slicknav_btn{
    background: var(--main);
}
.slicknav_menu {
    padding: 0;
    background: linear-gradient(45deg, #4CAF50, #00BCD4);
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: 10px;
}
.slicknav_nav li a:hover {
    background-color: #00695C;
    color: #ffffff;
    border-radius: 0;
    margin: 0;
}
.main-menu {
    justify-content: flex-start;
}
.main-menu ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 25px 10px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.newsletter-form{
    padding-top: 10px;
    padding-bottom: 0px;
}
.newsletter-form h2,
.newsletter-form p{
    color: #fff;
    margin-bottom: 0;
}
.newsletter-form h2{
    padding-top: 6px;
}
.newsletter-form .right-content{
    max-width: 535px;
    width: 100%;
}
.newsletter-form .newslttr-grp{
    position: relative;
    z-index: 1;
}
.newsletter-form .newslttr-grp .form-control {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #B1B1B1;
    width: 250px;
    border-radius: 50px;
}
.newsletter-form .newslttr-grp .btn {
    background: var(--grad-2);
    padding: 10px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 0;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
}

/* heading */
.section-title h1, .section-title h2 {
    font-size: 45px;
    color: var(--main-orange);
    letter-spacing: -0.02em;
}


.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 9rem;
}
.auto-container {
    position: static;
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.hero-slider-layout .hero-slide {
    height: 640px;
}
.hero-slider-layout .hero-slide::before {
	background: none;
}
.navbar-brand img {
    width: 150px;
}

/* footer */
.main-footer {
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg-g3.png);
    background-position: top center;
    background-size: cover;
}
.mega-footer {
    padding: 100px 0 0 0;
}
.copy-text {
    color: #222;
}
.logo-footer {
    padding: 15px;
    border-radius: 12px;
}
.footer-heading img {
    max-width: 90px;
}
.footer-content p {
    max-width: 100%;
    color: var(--dark-color);
    text-align: center;
}
.footer-social-link {
    text-align: center;
}
.footer-social-link ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    border-radius: 100%;
    text-align: center;
    color: var(--white-color);
    width: 38px;
    height: 38px;
    transition: all 0.3s ease-in-out;
}
.footer-info-box .icon-box i {
    font-size: 20px;
    color: var(--dark-color);
}
.footer-copyright-links {
    color: var(--dark-color);
    padding: 20px 0;
    border: 1px solid #f0f6fd;
}
.footer-info-heading h2,
.footer-links ul li,
.footer-info-box p {
    color: var(--dark-color);
}

.footer-copyright p {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
}
.footer-policy-links ul li a {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--dark-color);
}

.footer-payment{
    padding: 30px 0;
}
.footer-payment .payment-img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.footer-payment .payment-img img {
    width: 35px;
}
.footer-links ul li {
    margin-bottom: 20px;
}
.footer-links ul li a {
    font-weight: 400;
}
/* swipper card hero */
.swiper-button-prev,
.swiper-button-next {
    background: var(--main-orange) !important;
    color: var(--color-white) !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}
.swiper-button-prev{
    left: -20px;
}
.swiper-button-next{
    right: -20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 10px;;
}
.testimonials-section {
    position: relative;
    padding: 120px 0 90px
}

.testimonials-section .bg-map-3 {
    position: absolute;
    top: 0;
    right: 0
}

.testimonials-section .carousel-outer {
    margin: 0 -10px
}

.testimonials-section .carousel-outer .testimonial-block {
    padding: 10px 10px 0
}

.testimonial-block {
    margin-bottom: 30px
}

.testimonial-block .inner-box {
    position: relative;
    padding: 25px 28px 40px;
    background-color: var(--white-color);
    overflow: hidden;
    -webkit-box-shadow: 0 0 122px rgba(0,0,0,.04);
    box-shadow: 0 0 122px rgba(0,0,0,.04)
}
.owl-carousel .owl-item {
	padding: 0 5px;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media(max-width: 991.98px) {
    .testimonial-block .inner-box {
        padding:25px 20px
    }
}

@media(max-width: 575.98px) {
    .testimonial-block .inner-box {
        text-align:center
    }
}

.testimonial-block .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 200px;
    height: 180px;
    background-color: var(--accent-color);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .inner-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 0;
    background-color: #ebf1f5;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .inner-box:hover:after {
    width: 200px;
    height: 180px
}

.testimonial-block .inner-box:hover .author-box .author-info:before {
    width: 100%
}

.testimonial-block .inner-box:hover .author-box .author-info .name,.testimonial-block .inner-box:hover .author-box .author-info .designation {
    color: var(--white-color)
}

.testimonial-block .inner-box .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 25px
}

@media(max-width: 575.98px) {
    .testimonial-block .inner-box .author-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.testimonial-block .inner-box .author-box .image {
    position: relative;
    border-radius: 50%;
    padding: 5px;
    border: 2px dashed var(--white-color);
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1
}

@media(max-width: 575.98px) {
    .testimonial-block .inner-box .author-box .image {
        border:none;
        padding: 0;
        border-radius: 0;
        margin-bottom: 10px
    }
}

.testimonial-block .inner-box .author-box .image img {
    display: block;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width: 575.98px) {
    .testimonial-block .inner-box .author-box .image img {
        border-radius:0
    }
}

.testimonial-block .inner-box .author-box .author-info {
    position: relative;
    padding: 12px 70px;
    margin-left: -60px;
    background-color: #ebf1f5;
    width: 100%;
    z-index: 1;
}

@media(max-width: 575.98px) {
    .testimonial-block .inner-box .author-box .author-info {
        margin-left:0;
        padding: 12px 35px
    }
}

.testimonial-block .inner-box .author-box .author-info:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: ""
}

.testimonial-block .inner-box .author-box .name {
    position: relative;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .inner-box .author-box .designation {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .inner-box .content-box {
    padding-left: 15px;
    padding-right: 20px
}

@media(max-width: 575.98px) {
    .testimonial-block .inner-box .content-box {
        padding:0
    }
}

.testimonial-block .inner-box .rating {
    position: relative;
    font-size: 12px;
    line-height: 1em;
    color: #f9b524;
    margin-bottom: 8px
}

.testimonial-block .inner-box .rating i {
    margin-right: 5px
}

.testimonial-block .inner-box .text {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-block .inner-box .icon-quote {
    position: absolute;
    bottom: 0;
    right: 28px
}

@media(max-width: 991.98px) {
    .testimonial-block .inner-box .icon-quote {
        opacity:.3
    }
}

@media(max-width: 575.98px) {
    .testimonial-block .inner-box .icon-quote {
        display:none
    }
}

.testimonials-section-two {
    position: relative;
    padding: 120px 0
}

.testimonials-section-two .icon-plane-5 {
    position: absolute;
    bottom: 200px;
    left: 40px
}

@media(max-width: 991.98px) {
    .testimonials-section-two .icon-plane-5 {
        display:none
    }
}

.testimonials-section-two .bg {
    bottom: 0;
    height: auto;
    /*top: -170px*/
}

.testimonials-section-two .bg:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    background-color: #04223e;
    content: ""
}

.testimonials-section-two .testimonial-block {
    margin-bottom: 40px
}

.testimonials-section-two .testimonial-block .inner-box {
    position: relative;
    background-color: #04223e;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonials-section-two .testimonial-block .inner-box:hover {
    background-color: var(--white-color)
}

.testimonials-section-two .testimonial-block .inner-box:hover .text {
    color: var(--text-color)
}

.testimonials-section-two .testimonial-block .inner-box:hover .author-info .name {
    color: var(--theme-color2)
}

.testimonials-section-two .testimonial-block .inner-box:hover .author-info .designation {
    color: var(--text-color)
}

.testimonials-section-two .testimonial-block .inner-box:hover .icon-quote-2 {
    opacity: 0
}

.testimonials-section-two .testimonial-block .inner-box:hover .icon-quote-3 {
    opacity: 1
}

.testimonials-section-two .testimonial-block .inner-box:after {
    background-color: #d00005
}

.testimonials-section-two .testimonial-block .inner-box .author-info:before {
    display: none
}

.testimonials-section-two .testimonial-block .inner-box .text {
    color: var(--white-color);
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.testimonials-section-two .testimonial-block .inner-box .icon-quote-2 {
    position: absolute;
    bottom: 0;
    right: 28px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width: 575.98px) {
    .testimonials-section-two .testimonial-block .inner-box .icon-quote-2 {
        display:none
    }
}

.testimonials-section-two .testimonial-block .inner-box .icon-quote-3 {
    position: absolute;
    bottom: 0;
    right: 28px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width: 575.98px) {
    .testimonials-section-two .testimonial-block .inner-box .icon-quote-3 {
        display:none
    }
}

.clients-section .sponsors-outer {
    padding: 47px 0;
}
.clients-carousel {
    padding: 60px 0;
    position: relative;
}
.client-block {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.clients-section ul li {
    list-style-type: none;
}
.client-block .image {
    position: relative;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.client-block img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    opacity: 1;
    width: auto !important;
    display: inline-block !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
/**** CEK HARGA ****/
.cek-harga {
    box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
    padding: 30px;
    border-radius: 10px;
    border-top: 3px solid #1f4b97;
    border-right: 4px solid #1f4b97;
    border-bottom: 4px solid #ff3400;
    border-left: 3px solid #ff3400;
}
.cek-harga .control-label {
    font-size: 0.875rem;
    margin-bottom: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.875rem;
    line-height: 35px;
}
.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    font-size: 0.875rem;
}
.select2-container .select2-selection--single {
    height: 35px;
}
.cek-harga .input-group {
    height: 35px;
}
.cek-harga .form-control {
    font-size: 0.875rem;
}
.btn-default {
    font-size: 0.875rem;
}
.btn-default:hover{
    color: #fff;
    font-weight: 400;
}
.btn-small {
    padding: 5px 15px;
    font-size: .85rem;
}
.paket-harga .card, .harga-layanan .card {
    box-shadow: 0px 5px 5px 0px rgba(3, 75, 91, 0.10);
    border-radius: 10px;
    border-top: 2px solid #1f4b97;
    border-right: 2px solid #1f4b97;
    border-bottom: 2px solid #ff3400;
    border-left: 2px solid #ff3400;
}
.paket-harga .card-body {
    min-height: 135px;
}
.harga-layanan .card h5 {
    color: var(--accent-color);
}
.harga-layanan .card {
    min-height: 165px;
}
.services-icon {
    position: absolute;
    top: -20px;
    right: -40px;
    /*top: -35px;
    left: 50%;*/
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #305795;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.services-one__icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: var(--accent-color);
    z-index: -1;
}
.services-icon i{
    font-size: 1.8rem;
    color: #ffffff;
}
.btn-order, .btn-order:hover {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--accent-color);
    padding: 5px 25px;
    font-size: 0.75rem;
    color: #fff;
    border-radius: 0 0 7px;
}
.input-currency, .input-satuan {
    max-width: 55px;
    background: #B3E5FC !important;
}
/**** CEK RESI ****/
.cek-resi {
	padding: 50px 20px;
    box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
	border-top: 3px solid #1f4b97;
    border-right: 3px solid #1f4b97;
    border-bottom: 3px solid #ff3400;
    border-left: 3px solid #ff3400;
    border-radius: 10px;
}
.cek-resi .label {
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--accent-color);
}

/**** MEMBER AREA ****/
.btn-login {
    background: var(--grad-2);
    color: #fff;
    padding: 12px 20px;
    border-radius: 25px;
}
.btn-login:hover {
    background: var(--grad-1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 25px;
}
.btn-login i {
    margin-left: 10px;
    padding-left: 8px;
    transition: all 0.4s ease-in-out;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
}
.btn-free {
    background: linear-gradient(45deg, #4caf50f2, #4dd0e1);
    padding: 12px 27px;
    border-radius: 25px;
    color: #fff;
}
.btn-free:hover {
    background: linear-gradient(45deg, #FFEB3B, #4CAF50);
    color: #fff;
    padding: 12px 27px;
    border-radius: 25px;
}
.btn-accent {
    background: var(--grad-2);
    color: #fff;
    padding: 12px 27px;
    border-radius: 25px;
}
.btn-accent:hover {
    background: var(--grad-1);
    color: #fff;
    padding: 12px 27px;
    border-radius: 25px;
}
.auth-modal .inner-modal {
    padding: 3.2rem 1.875rem;
}
.modal-style .inner-modal {
    position: relative;
    overflow: hidden;
    padding: 1.875rem;
}

.form-control {
    position: relative;
    display: block;
    width: 100%;
    height: calc(2rem + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    background: var(--white);
    border: 1px solid var(--border2);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.2;
    color: var(--color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.form-control::placeholder {
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 0.02rem;
    color: var(--color);
    opacity: 0.3;
}

.form-control::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 0.02rem;
    color: var(--color);
    opacity: 0.3;
}

.form-control::-moz-placeholder {
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 0.02rem;
    color: var(--color);
    opacity: 0.3;
}

.form-control:-ms-input-placeholder {
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 0.02rem;
    color: var(--color);
    opacity: 0.3;
}

.form-control:-moz-placeholder {
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 0.02rem;
    color: var(--color);
    opacity: 0.3;
}

.form-control:disabled, .form-control[readonly] {
    background-color: var(--light);
    opacity: 1;
}
.form-style .form-group .form-control {
    padding-left: calc(0.95rem + 1.25rem);
}
.form-control:focus, .select2-selection--single:focus {
    box-shadow: none;
    background: var(--white) !important;
    border-color: var(--accent) !important;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.btn-masuk {
    position: relative;
    overflow: hidden;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0.625rem;
    padding: 1rem 2.5rem;
    background: var(--grad-2);
    border: 1px solid var(--grad-2);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.04rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.form-style .form-group .group-inner {
    position: relative;
}
.form-style .form-group .group-inner .group-inner-icon {
    position: absolute;
    top: 1.2rem;
    left: 0.875rem;
    width: 1.25rem;
    z-index: 2;
}
.form-style .form-group .group-inner .group-inner-icon i {
    font-size: 1rem;
    color: var(--color2);
}
.form-style .form-group .group-inner.s-icon .form-control {
    padding-left: calc(0.95rem + 1.25rem);
}
.form-style label {
    padding: 10px 0;
}
.page-dashboard {
    padding: 60px 0;
}
.dashboard-menu ul {
    padding: 0;
    margin: 0;
}
.dashboard-menu ul li:not(:last-child) {
    margin-bottom: 10px;
}
.dashboard-menu ul li {
    position: relative;
    border-radius: 10px;
    border: 1px solid #ececec;
    border-radius: 10px;
}
.dashboard-menu ul li a {
    font-size: 0.9rem;
    color: #000000;
    padding: 15px 30px;
    font-weight: 400;
}
.dashboard-menu ul li a:hover {
    cursor: pointer;
}
.dashboard-menu ul li a.active {
    color: #fff;
    background : var(--grad-1);
    border-radius: 10px;
}

.dashboard-menu ul li a i {
    color: #002667;
    font-size: 19px;
}
.dashboard-menu ul li a.active i {
    color: #fff;
}

.dashboard-menu ul li a i.mr-10 {
    margin-right: 10px;
}
.form-dashboard {
    box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
    padding: 30px;
    border-radius: 10px;
}
.form-dashboard .control-label{
    margin-bottom: 10px;
}
.form-dashboard .form-control {
    height: calc(2rem + 0.75rem + 1px);
}
.form-dashboard textarea.form-control {
    height: calc(4rem + 0.75rem + 1px);
}
.form-dashboard .select2-container .select2-selection--single {
    height: calc(2rem + 0.75rem + 1px);
    background: var(--white);
    border-color: var(--border2);
    border-radius: 0.5rem;
}
.form-dashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.form-dashboard .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2rem + 0.75rem + 1px);
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid var(--border2);
    height: 2.5rem;
}
.table-responsive input.form-control {
    height: calc(1.5rem + 0.75rem + 1px);
}
.page-dashboard .table>:not(caption)>*>* {
    padding: 0.9rem .5rem;
}

/* Timeline tracking order */
.py-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}

@media(min-width:576px) {
    .py-sm-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:768px) {
    .py-md-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:992px) {
    .py-lg-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:1200px) {
    .py-xl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:1400px) {
    .py-xxl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

.bsb-timeline-2 {
    --bsb-tl-color: var(--bs-primary-bg-subtle);
    --bsb-tl-circle-color: var(--bs-primary);
    --bsb-tl-circle-size: 32px;
    --bsb-tl-circle-offset: 16px
}

.bsb-timeline-2 .timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.bsb-timeline-2 .timeline:after {
    background-color: #eeeeee;
    bottom: 0;
    content: "";
    left: 0;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px
}

.bsb-timeline-2 .timeline>.timeline-item {
    margin: 0;
    padding: 0;
    position: relative
}

.bsb-timeline-2 .timeline>.timeline-item .timeline-icon {
    align-items: center;
    background-color: var(--bsb-tl-circle-color);
    border-radius: 50%;
    display: flex;
    height: var(--bsb-tl-circle-size);
    justify-content: center;
    left: calc(var(--bsb-tl-circle-offset)*-1);
    position: absolute;
    top: 0;
    width: var(--bsb-tl-circle-size);
    z-index: 1
}

.bsb-timeline-2 .timeline>.timeline-item .timeline-body {
    margin: 0;
    padding: 0;
    position: relative
}

.bsb-timeline-2 .timeline>.timeline-item .timeline-content {
    padding: 0 0 2.5rem 2.5rem
}

@media(min-width:768px) {
    .bsb-timeline-2 .timeline>.timeline-item .timeline-content {
        padding-bottom: 1rem
    }
}

.bsb-timeline-2 .timeline>.timeline-item:last-child .timeline-content {
    padding-bottom: 0
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background: #315695;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.timeline .timeline-item h6 {
    font-size: 0.9rem;
}
.timeline .timeline-item p {
    margin-bottom: 5px;
}
.bsb-timeline-2 .timeline>.timeline-item .timeline-icon.first{
    background-color: #1a9f4e;
    color: #fff;
}
.bsb-timeline-2 .timeline>.timeline-item .timeline-icon{
    background: #eee;
    color: #fff;
}
/* end tracking order */
.office .icon-box i {
    font-size: 3rem;
    margin-bottom: 1rem;
}
/***** Button Stycky WhatsApp *****/
.stickynav-dekstop {
    position: fixed;
    bottom: -15%;
    right: 0%;
    line-height: 40px;
    overflow: hidden;
    padding: 0px 10px 25px 0;
    text-decoration: none!important;
    z-index: 100;
    -webkit-transition: var(--transition-3);
    -moz-transition: var(--transition-3);
    -ms-transition: var(--transition-3);
    -o-transition: var(--transition-3);
    transition: var(--transition-3);
}

.stickynav-dekstop.active {
    bottom: 10%;
    visibility: visible;
    opacity: 0.7;
}
/***** End Button Stycky WhatsApp *****/

/***** Back to Top *****/
.back-to-top {
    position: fixed;
    bottom: -10%;
    right: 1rem;
    width: 2.5rem;
    height: 4rem;
    border-radius: 1.25rem;
    border: 0;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: 1px solid #f6f9fc;
    box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.02);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.back-to-top:before {
    content: '\f176';
    font-family: 'Font Awesome 6 Pro';
    font-size: 1.6rem;
    font-weight: 100;
    color: #363848;
}

.back-to-top.active {
    bottom: 1.5rem;
    visibility: visible;
    opacity: 0.7;
}

/* dashboard */
.default-dashboard ul.d-flex {
    gap: 16px;
    margin: 24px 0 14px;
}
.default-dashboard ul li {
    width: 100%;
    list-style: none;
}
.default-dashboard ul.d-flex li > .d-flex {
    padding: 20px 15px;
    align-items: center;
    text-align: center;
    border-radius: 4px;
}
.bg-light-primary {
    background-color: rgba(67, 185, 178, 0.1) !important;
    color: #43B9B2 !important;
}
.default-dashboard ul.d-flex li > .d-flex .flex-shrink-0 {
    width: 42px;
    height: 40px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-primary {
    border: 1px solid #43B9B2 !important;
}
.default-dashboard ul.d-flex li > .d-flex .flex-grow-1 {
    margin-top: 10px;
}
.default-dashboard .flex-grow-1 h6{
    margin: 10px 0;
    font-size: 0.875rem;
    font-weight: 500;
}

/*** login & Register ***/
.login-box {
    box-shadow: 0px 5px 5px 0px rgba(3, 75, 91, 0.10);
    border-radius: 10px;
    border-top: 2px solid #1f4b97;
    border-right: 2px solid #1f4b97;
    border-bottom: 2px solid #ff3400;
    border-left: 2px solid #ff3400;
}
.providing-content-body {
	line-height: 1.5rem;
}
@media only screen and (max-width: 480px) {
    .hero-slider-layout .hero-slide {
        height: 425px;
    }
    .hero-slider-layout .swiper-pagination {
        bottom: 12px;
    }
    .back-to-top {
        width: 2rem;
        height: 3.5rem;
    }

    .back-to-top:before {
        font-size: 1.4rem;
        margin-left: -2px;
    }

    .back-to-top.active {
        bottom: 2rem;
        opacity: 0.4;
    }
}

.welcome-container{
	position: fixed;
	display: block;
	width: 257px;
	height: 257px;
	bottom: 3rem;
	right: 1rem;
	opacity: 0;
	transform: none;
    z-index: 9;
}
.welcome-container.active {
    opacity: 1;
}
.qcw-cs-welcome {
	width: 100%;
	background: #FFF;
	border-radius: 8px;
	box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.1);
	text-align: center;
	padding: 32px;
	position: relative;
}
.qcw-cs-welcome {
	color: #444;
}
.qcw-cs-welcome .qcw-header {
	display: flex;
	flex-direction: column;
	padding: 15px 0;
	margin: -32px -32px 32px -32px;
	border-radius: 8px 8px 0 0;
}
.qcw-header {
	background: #33c875;
}
.qcw-cs-welcome .qcw-user-display-name {
	font-size: 16px;
	font-weight: 600;
	width: 100%;
}
.qcw-user-display-name {
	color: #ffffff !important;
}
span.qcw-cs-close-welcome {
	cursor: pointer;
	position: absolute;
	top: -12px;
	right: -10px;
}
.qcw-welcome-text {
	font-size: 14px;
	background: #FFF;
}
	
@media (max-width: 398px) {
	.cta-section .col-8 {
		max-width: 100%
	}
	.cta-section .col-2 {
		left: 8%;
		max-width: 50%;
		margin-top: 15px;
	}
	.welcome-container{
		width: 320px;
	}
}

@media (max-width: 768px) {
	.welcome-container{
		display: none;
	}
    .call-main1 h1 {
        font-size: 28px;
    }
    .call-main1 p {
        font-size: 14px;
         margin-top: 15px;
    }
}
.call-to-action {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.call-to-action .call-content {
    position: relative;
    z-index: 1
}

.call-to-action .call-content h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ffffff40;
    padding: 10px 20px;
    background: #ffffff14;
    margin-bottom: 14px!important;
    border-radius: 15px;
    margin-bottom: 17px!important
}

.call-to-action .call-content h2 span {
    color: #162241
}

.call-to-action .call-content p {
    font-size: 18px;
    font-weight: 700
}

section.call-to-action1 {
    padding: 4.75rem 0 5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

section.call-to-action1 .call-inner {
    position: relative;
    z-index: 1
}

section.call-to-action1 .call-inner .call-content {
    position: relative;
    z-index: 1
}

section.call-to-action1 .call-inner .call-content h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ffffff40;
    padding: 10px 20px;
    background: #ffffff14
}

section.call-to-action1 .call-inner .call-content h2 span {
    color: #162241
}

section.call-to-action1 .call-inner .call-content p {
    font-size: 18px
}

section.call-to-action1:before,section.call-to-action1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}


/*-------------------------------------------------------
    Banner Style Home One And Home Five (variation-2)
-------------------------------------------------------------*/
.rbt-banner-1 {
    background-color: var(--color-light);
    padding: 0 150px;
    position: relative;
    overflow: hidden;
    /*background-image: url(../images/bg-g1.webp);*/
    background-image: url(../image/bg_hero.png);
    background-position: top center;
    background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-banner-1 {
        padding: 0 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-1 {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-1 {
        padding: 0 60px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-banner-1 {
        padding: 0 30px;
    }
}
/*
.rbt-banner-1::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(../../img/banner-bg-shape-1.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 145px;
    z-index: 9;
}
*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-1::after {
        height: 142px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-banner-1::after {
        height: 109px;
    }
}
@media (min-width: 1921px) {
    .rbt-banner-1::after {
        height: 250px;
    }
}
.rbt-banner-1 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-1 .content {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-1 .content {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-banner-1 .content {
        display: block;
    }
}
.rbt-banner-1 .content .inner {
    position: relative;
    z-index: 1;
}
.rbt-new-badge.rbt-new-badge-one {
    font-size: 18px;
    color: #f59c0c;
    margin-bottom: 60px;
}
.rbt-new-badge-icon {
    position: absolute;
    margin-top: 10px;
    color: #f59c0c;
    font-size: 42px; 
}
.rbt-new-badge-text {
    position: absolute;
    padding-left: 55px;
    padding-top: 5px;
}
.rbt-new-badge-text p {
    font-weight: 600;
}
.rbt-new-badge-text h4 {
    color: #f59c0c;
}
.rbt-banner-1 .content .inner .title {
    font-size: 64px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .rbt-banner-1 .content .inner .title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-banner-1 .content .inner .title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-1 .content .inner .title {
        font-size: 54px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-1 .content .inner .title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-banner-1 .content .inner .title {
        font-size: 42px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .rbt-banner-1 .content .inner .title {
        font-size: 32px;
    }
}
.rbt-banner-1 .content .inner .description {
    font-size: 22px;
    margin-bottom: 60px;
    font-weight: 400;
    padding-right: 24px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .rbt-banner-1 .content .inner .description {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-banner-1 .content .inner .description {
        padding-right: 18%;
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-1 .content .inner .description {
        padding-right: 26%;
    }
}
@media only screen and (max-width: 575px) {
    .rbt-banner-1 .content .inner .description {
        font-size: 16px;
        margin-bottom: 20px;
        padding-right: 0;
    }
}
.rbt-banner-1 .content .shape-wrapper {
    margin-top: 20px;
    z-index: 2;
    margin-bottom: 6px;
    position: relative;
    left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-1 .content .shape-wrapper {
        left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-1 .content .shape-wrapper {
        left: -76px;
        bottom: -14px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-banner-1 .content .shape-wrapper {
        display: none;
    }
}
.rbt-banner-1 .content .shape-wrapper img {
    max-width: none;
    height: auto;
    max-width: 534px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-1 .content .shape-wrapper img {
        max-width: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-banner-1 .content .shape-wrapper img {
        max-width: 450px;
    }
}
.rbt-banner-1 .content .shape-wrapper .hero-bg-shape-1 {
    position: absolute;
    top: 112px !important;
    left: 5px !important;
    z-index: -3;
}
.rbt-banner-1 .content .shape-wrapper .hero-bg-shape-1 img {
    max-width: 100%;
    height: auto;
}
.rbt-banner-1 .content .shape-wrapper .hero-bg-shape-2 {
    position: absolute;
    top: 112px !important;
    left: 70px !important;
    z-index: -2;
}
.rbt-banner-1 .content .shape-wrapper .hero-bg-shape-2 img {
    max-width: 100%;
    height: auto;
}
.rbt-banner-1 .content .banner-card {
    position: relative;
    max-width: 390px;
    overflow: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-1 .content .banner-card {
        position: absolute;
        max-width: 350px;
        bottom: 12%;
        right: 7%;
        z-index: 2;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-1 .content .banner-card {
        position: absolute;
        max-width: 290px;
        bottom: 12%;
        right: 40px;
        z-index: 2;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-banner-1 .content .banner-card {
        position: relative;
        max-width: 320px;
        bottom: 12%;
        right: 40px;
        z-index: 2;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .rbt-banner-1 .content .banner-card {
        right: 0;
        left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-1.variation-2 {
        padding: 0 60px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-banner-1.variation-2 {
        padding: 0 15px;
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
.rbt-banner-1.variation-2::after {
    display: none;
}
.rbt-banner-1.variation-2 .content {
    display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-1.variation-2 .content {
        padding-right: 10%;
    }
}
.rbt-banner-1.variation-2 .content .banner-card {
    margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-1.variation-2 .content .banner-card {
        position: static;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-banner-1.variation-2 .content .banner-card {
        position: static;
        margin-top: 40px;
    }
}
.rbt-banner-1.variation-2 .content .inner .title {
    font-size: 60px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 29px;
    padding-right: 10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-banner-1.variation-2 .content .inner .title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-1.variation-2 .content .inner .title {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-1.variation-2 .content .inner .title {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-banner-1.variation-2 .content .inner .title {
        font-size: 30px;
        padding-right: 0;
        margin-bottom: 15px;
    }
}
.rbt-banner-1.variation-2 .content .inner .description {
    padding-right: 17%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-banner-1.variation-2 .content .inner .description {
        padding-right: 20%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-1.variation-2 .content .inner .description {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-1.variation-2 .content .inner .description {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-banner-1.variation-2 .content .inner .description {
        font-size: 18px;
    }
}
.rbt-banner-1.variation-2
    .content
    .inner
    .rbt-new-badge.rbt-new-badge-one::before {
    box-shadow: none;
}

/*----------------------------- 
    Edu Course Style 
-------------------------------*/
.rbt-card {
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 30px;
    border-radius: var(--radius);
    background: var(--color-white);
    position: relative;
    height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card {
        padding: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-card {
        padding: 15px;
    }
}
.rbt-card .rbt-card-img {
    position: relative;
}
.rbt-card .rbt-card-img a {
    display: block;
}
.rbt-card .rbt-card-img a img {
    width: 100%;
    transition: 0.5s;
    object-fit: cover;
    border-radius: var(--radius);
}
.rbt-card .rbt-card-body {
    padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card .rbt-card-body {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card .rbt-card-body {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body {
        padding-top: 20px;
    }
}
.rbt-card .rbt-card-body .rbt-meta {
    margin-left: 0;
    margin-bottom: 14px;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body .rbt-meta {
        margin-bottom: 8px;
    }
}
.rbt-card .rbt-card-body .rbt-category {
    margin-bottom: 15px;
}
.rbt-card .rbt-card-body .lesson-number {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card .rbt-card-body .lesson-number {
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body .lesson-number {
        margin-bottom: 8px;
    }
}
.rbt-card .rbt-card-body .rbt-card-title {
    margin-bottom: 10px;
}
.rbt-card .rbt-card-body .rbt-card-title a {
    color: var(--color-heading);
}
.rbt-card .rbt-card-body .rbt-card-title a:hover {
    color: var(--main-blue);
}
.rbt-card .rbt-card-body .rbt-card-title {
    font-size: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 18px;
    }
}
.rbt-card .rbt-card-body .rbt-card-text {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .rbt-card .rbt-card-body .rbt-card-text {
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body .rbt-card-text {
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (max-width: 1199px) {
    .rbt-card .rbt-card-body .rbt-author-meta {
        margin-bottom: 10px !important;
    }
}
.rbt-card .rbt-card-body .rbt-review {
    margin-bottom: 12px;
}
.rbt-card .rbt-card-body .rbt-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.rbt-card .rbt-card-body .rbt-card-bottom .rbt-btn-link {
    font-size: 14px;
}
.rbt-card .rbt-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-top: -10px;
}
@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-top {
        margin-bottom: 10px;
        margin-top: 0;
    }
}
.rbt-card .rbt-card-top .rbt-review {
    margin-bottom: 0;
}
.rbt-meta li {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    margin: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-meta li {
        margin: 3px;
    }
}
@media only screen and (max-width: 767px) {
    .rbt-meta li {
        margin: 3px;
    }
}
.rbt-meta li i {
    margin-right: 5px;
}
/*-----------------------
    Swiper Slider  
------------------------*/
.slick-initialized .slick-slide {
    margin-bottom: -10px;
}

.swiper-cards .swiper-slide {
    overflow: visible;
}

.swiper-3d .swiper-slide-shadow {
    background: transparent;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    position: absolute;
}

.rbt-dot-bottom-center {
    padding-bottom: 60px;
}
.rbt-dot-bottom-center .rbt-swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
}
.rbt-dot-bottom-center .rbt-swiper-pagination.swiper-pagination-fraction {
    color: var(--heading-opacity);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
}

.rbt-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    opacity: 0.5;
    background: transparent;
    box-shadow: inset 0 0 0 5px var(--main-red);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin: 0 8px !important;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .rbt-swiper-pagination .swiper-pagination-bullet {
        margin: 0 16px !important;
    }
}
.rbt-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    box-shadow: inset 0 0 0 1px var(--main-blue);
    transform: scale(2);
    opacity: 1;
}

.bg-gradient-3 .rbt-swiper-pagination .swiper-pagination-bullet,
.bg-gradient-7 .rbt-swiper-pagination .swiper-pagination-bullet {
    box-shadow: inset 0 0 0 5px var(--color-white);
}
.bg-gradient-3
    .rbt-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bg-gradient-7
    .rbt-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    box-shadow: inset 0 0 0 1px var(--color-white);
}

/*====================
44. Course css
======================*/
.course-area {
    background: linear-gradient(180deg, transparent, #daebfa82);
}
.course-area.bg-2 {
    background: #edf5fc;
}
.different-courses-section {
    background: #4caf84;
}
.course-area.bg-img {
    position: relative;
}
.course-area.bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/shape/02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.course-item {
    margin-bottom: 25px;
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    padding: 14px;
    border-radius: 20px;
    position: relative;
}
.course-item.no-shadow {
    box-shadow: none;
}
.course-content {
    padding-top: 18px;
}
.course-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #1a9f4e;
    color: var(--color-white);
    font-size: 12px;
    padding: 10px 35px;
    line-height: 1;
    box-shadow: var(--box-shadow);
    border-radius: 50px 50px 0 50px;
    border: 2px solid #ffffff;
    z-index: 1;
}
.course-tag.c1 {
    background: var(--main-red);
}
.course-tag.c2 {
    background: var(--color-red);
}
.course-img a {
    display: block;
    overflow: hidden;
    border-radius: 15px;
}
.course-img a img {
    border-radius: 15px;
    transition: all 0.3s ease-out 0s;
}
.course-item:hover .course-img img {
    transform: scale(1.1);
    transition: all 0.3s ease-out 0s;
}
.course-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.course-meta .category {
    background: rgb(from var(--theme-color) r g b/0.08);
    color: var(--theme-color);
    font-size: 15px;
    padding: 6px 10px;
    border-radius: 50px 50px 50px 0;
}
.course-meta .category.c1 {
    background: rgb(from #18d1c6 r g b / 0.08);
    color: #16cfc5;
}
.course-meta .category.c2 {
    background: rgb(from var(--color-skyblue) r g b/0.08);
    color: var(--color-skyblue);
}
.course-meta .category.c3 {
    background: rgb(from var(--color-yellow) r g b/0.08);
    color: var(--color-yellow);
}
.course-meta .category.c4 {
    background: rgb(from var(--color-red) r g b/0.08);
    color: var(--color-red);
}
.course-meta .category.c5 {
    background: rgb(from var(--color-blue) r g b/0.08);
    color: var(--color-blue);
}
.course-meta .rating {
    color: var(--body-text-color);
    font-size: 15px;
}
.course-meta .rating i {
    color: var(--color-yellow);
}
.course-title a {
    color: var(--color-dark);
    font-size: 18px;
    text-transform: capitalize;
}
.course-title a:hover {
    color: var(--theme-color);
}
.course-info {
    margin-top: 12px;
}
.course-info ul.paket-fitur {
    flex-direction: column;
    font-size: 11px;
    margin-bottom: 8px;
    align-items: normal;
    gap: 0;
}
.course-info ul.paket-fitur li {
    padding: 5px 0;
}
/* font awesome check icon before li */
.course-info ul.paket-fitur li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    color: var(--main);
    display: inline-block;
    width: 15px;
    margin-right: 5px;
}
.course-info ul {
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.course-info ul li {
    color: var(--body-text-color);
}
.course-info ul li i {
    margin-right: 5px;
}
.course-info .lecture i {
    color: var(--color-green);
}
.course-info .duration i {
    color: var(--color-red);
}
.course-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ff98004d;
    padding-top: 20px;
    padding-bottom: 12px;
    margin-top: 12px;
}
.course-instructor {
    display: flex;
    align-items: center;
    gap: 7px;
}
.course-instructor:hover h6 {
    color: var(--theme-color);
}
.course-instructor img {
    width: 32px;
    border-radius: 50px;
    box-shadow: var(--box-shadow);
}
.course-instructor h6 {
    color: var(--color-dark);
    font-size: 15px;
    transition: var(--transition);
}
.course-price span {
    color: var(--main-red);
    font-size: 17px;
    font-weight: 500;
}
.course-price del {
    color: var(--body-text-color);
    font-size: 15px;
    margin-right: 4px;
}
.course-border .course-item {
    border: 1px solid var(--border-info-color);
    box-shadow: none;
}
.course.top-banner-section {
    padding: 70px 0;
    background: var(--grad-2);
    color: #fff;
}
.course .top-banner-content p {
    line-height: 1.6em;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}
.course .top-banner-button .btn-primary {
    background: var(--grad-1);
    padding: 12px 25px;
    border-radius: 7px;
    color: #fff;
    border: none;
}
.course .top-banner-button .btn-outline {
    background: #fff;
    padding: 12px 25px;
    border-radius: 7px;
    color: #111;
    border: 1px solid #ffffff;
}
.course .top-banner-button .btn-danger {
    margin-left: 10px;
    padding: 12px 25px;
    border-radius: 7px;
}
.course .top-banner-button .btn i {
    margin-right: 10px;
}
.providing-content-body h4 > b,
.providing-content-body h5 > b{
    font-size: 1.2rem;
    font-weight: 600;
}
.providing-content-body ul,
.providing-content-body ol{
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
}

.providing-content-body ul li,
.providing-content-body ol li{
    padding-bottom: 10px;
    font-size: 1rem;
}
.providing-content-body ol{
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
}
.thead-blue {
    padding: 15px 0 !important;
    border-radius: 7px 7px 0 0;
    background: #d1e6f9 !important;
}

/* course slider */
.course-slider .course-item {
    box-shadow: none;
}
.course-slider .course-instructor img {
    width: 32px !important;
}
.course-slider .owl-nav button {
    position: absolute;
    background: var(--main-orange) !important;
    color: var(--color-white) !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px !important;
    text-align: center;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    top: 50%;
    transform: translateY(-50%);
    margin-top: -30px;
}
.course-slider .owl-nav button:hover {
    background: var(--main-red) !important;
}
.course-slider .owl-prev {
    left: -16px;
}

@media all and (max-width: 767px) {
    .course-slider .owl-prev {
        left: -10px;
    }
}
.course-slider .owl-next {
    right: -16px;
}
@media all and (max-width: 767px) {
    .course-slider .owl-next {
        right: -10px;
    }
}
.course-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.course-slider .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 2px solid var(--theme-color);
    margin: 4px;
    transition: var(--transition2);
}
.course-slider .owl-dots button.active {
    background: var(--theme-color);
}

/* course tab */
.course-tab .nav {
    border: 1.5px solid var(--theme-color);
    border-radius: 50px;
    padding: 5px;
    gap: 12px;
}
@media all and (max-width: 767px) {
    .course-tab .nav {
        border-radius: 25px;
    }
}
.course-tab .nav .nav-link {
    padding: 4px 15px;
    border-radius: 50px;
    background: rgb(from var(--theme-color) r g b/0.07);
    color: var(--theme-color);
    font-weight: 500;
}
.course-tab .nav .nav-link.active {
    background: var(--gradient);
    color: var(--color-white);
}

/* course-sidebar */
.course-sidebar .widget {
    background: rgb(from var(--theme-color2) r g b/0.05);
    padding: 20px;
    border-radius: 15px;
}
.course-sidebar .widget .title {
    margin-bottom: 25px;
}
.course-sidebar .search-form .form-group {
    position: relative;
}
.course-sidebar .search-form .form-group .form-control {
    padding-right: 50px;
}
.course-sidebar .search-form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: transparent;
    border: none;
    border-radius: 15px;
    color: var(--theme-color);
}
.course-sidebar .form-check {
    margin-bottom: 10px;
}
.course-sidebar .rating .form-check label i {
    color: var(--color-yellow);
}

/* course sort */
.course-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    background: rgb(from var(--theme-color2) r g b/0.05);
    padding: 5px 5px 5px 20px;
    border-radius: 15px;
}
@media all and (max-width: 767px) {
    .course-sort {
        flex-direction: column;
        gap: 15px;
        padding: 20px 10px;
    }
}
.course-sort .course-showing {
    color: var(--body-text-color);
}
.course-sort .nice-select {
    height: 45px;
    line-height: 45px;
    margin-bottom: 0;
    border-radius: 10px;
}

/* course-area list */
.course-area.list .course-item {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
@media all and (max-width: 767px) {
    .course-area.list .course-item {
        gap: 20px;
    }
}
.course-area.list .course-item .course-tag {
    right: unset;
    left: 0;
}
.course-area.list .course-img img {
    width: 260px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media all and (max-width: 767px) {
    .course-area.list .course-img img {
        width: 100%;
        height: auto;
    }
}
.course-area.list .course-content {
    flex: 1;
    padding-top: 0;
}

.different-single-item {
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px 50px;
    margin-bottom: 25px;
}
.different-single-item.bg-fff3ed {
    background-color: #fff3ed;
}
.different-single-item.bg-fff3ed .more-btn {
    color: #b83d00;
}
.different-single-item.bg-e5f9f5 {
    background-color: #e5f9f5;
}
.different-single-item.bg-e5f9f5 .more-btn {
    color: #0c5543;
}
.different-single-item img {
    margin-bottom: 20px;
    width: 60px;
}
.different-single-item h3 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 15px;
}
.different-single-item .more-btn {
    color: #694500;
    font-weight: 500;
}
.hover-style {
    position: relative;
    transition: all ease .5s;
    z-index: 1;
}
.hover-style::before,
.hover-style::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--main);
    right: 0;
    top: 0;
    transition-delay: 0.2s;
    border-radius: var(--radius);
    z-index: -1;
}
.hover-style::after {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    transition-delay: 0.6s;
}
.hover-style .inner-border {
    display: block;
}
.hover-style .inner-border::before,
.hover-style .inner-border::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--main);
    transition-delay: 0s;
    left: 0;
    top: 0;
    border-radius: var(--radius);
    z-index: -1;
}
.hover-style .inner-border::after {
    transition-delay: 0.4s;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.hover-style:hover::before {
    width: 100%;
    transition-delay: 0.4s;
}
.hover-style:hover::after {
    width: 100%;
    transition-delay: 0s;
}
.hover-style:hover .inner-border::before {
    height: 100%;
    transition-delay: 0.6s;
}
.hover-style:hover .inner-border::after {
    height: 100%;
    transition-delay: 0.2s;
}
.hover-style.active::before {
    width: 100%;
    transition-delay: 0.4s;
}
.hover-style.active::after {
    width: 100%;
    transition-delay: 0s;
}
.hover-style.active .inner-border::before {
    height: 100%;
    transition-delay: 0.6s;
}
.hover-style.active .inner-border::after {
    height: 100%;
    transition-delay: 0.2s;
}


/* SOAL */
.soal-content {
    margin: 25px 0;
    padding: 20px;
    border: 1px solid #e1effb;
    border-radius: 15px;
}
.soal-content .soal-header {
    margin-top: 20px;
}
.soal-content .soal-header .soal-title {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.soal-content .soal-body p {
    line-height: 1.6rem;
    margin-bottom: 0;
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 500;
}
.soal-content .soal-jawaban {
    margin: 15px 0;
}
.soal-jawaban .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 10px;
}
.soal-jawaban .form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 10px;
}
.soal-jawaban .form-check label {
    font-size: 15px;
    color: #0e0e0e;
    font-weight: 500;
}
.soal-sidebar {
    margin: 25px 0;
    border: 1px solid #e1effb;
    border-radius: 15px;
}
.soal-sidebar .durasi-soal {
    background-color: #ffdf85;
    text-align: center;
    padding: 20px 0;
    border-radius: 15px 15px 0 0;
}
.soal-sidebar .navigasi-soal {
    padding: 20px;
}
.soal-sidebar h4 {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.soal-sidebar p {
    font-size: 20px;
}
.soal-sidebar p span {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    vertical-align: bottom;
    margin-left: 5px;
    text-transform: uppercase;
}
.btn-nomor-soal {
    margin-right: 7px;
    margin-bottom: 7px;
    border-radius: 10px;
    padding: 7px 20px;
    background-color: #fff;
    border: 1px solid #929292;
    color: #0e0e0e;
    font-weight: 600;
}
.btn-nomor-soal.active {
    background-color: #0d6efde6;
    border-color: #0d6efde6;
    color: #fff;
}

.btn-nomor-soal:hover {
    border-color: #0d6efde6;
}
.soal-footer {
    margin: 50px 0;
    padding-top: 25px;
    border-top: 1px solid #e1effb;
}
.btn-previous{
    border-radius: 10px;
    padding: 7px 20px;
    background-color: #fff;
    border: 1px solid #929292;
    color: #0e0e0e;
    font-size: 14px;
    font-weight: 400;
}
.btn-next{
    border-radius: 10px;
    padding: 7px 20px;
    background: var(--grad-1);
    border: 1px solid var(--main-orange);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.modal-finish {
    padding: 60px 20px;
}
.modal-finish p {
    font-size: 16px;
    color: #4b4b4b;
}
/*====================
29. Faq css 
======================*/
.faq-area .accordion-item {
  border: none;
  background: var(--color-white);
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: var(--box-shadow);
}
.faq-area .accordion-button {
  border-radius: 0px;
  background: transparent;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-dark);
  box-shadow: none;
}
@media all and (max-width: 991px) {
  .faq-area .accordion-button {
    font-size: 16px;
  }
}
.faq-area .accordion-button::after {
  content: "\f107";
  background: none;
  color: var(--color-dark);
  font-size: 24px;
  font-weight: 500;
  font-family: "Font Awesome 6 pro";
  width: unset;
  height: unset;
  margin-right: 3px;
}
.faq-area .accordion-button:not(.collapsed) {
  background: transparent;
  border-bottom: 1px dashed var(--border-info-color);
  box-shadow: none;
}
.faq-area .accordion-button:not(.collapsed)::after {
  content: "\f107";
  transform: rotate(-180deg);
}
.faq-area .accordion-button span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.faq-area .accordion-button span i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
  color: var(--color-white);
  background: var(--main);
}
.faq-area .accordion-button-body {
  color: #222;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  .faq-area .faq-content {
    margin-bottom: 50px;
  }
}

.faq-content p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.accordion-body {
    line-height: 1.5rem;
}