/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Canvas: SEO
-----------------------------------------------------------------*/

/* Root Settings
-----------------------------------------------------------------*/
:root {
    --cnvs-themecolor: #1D4ED7;
    --cnvs-themecolor-rgb: 254, 150, 3;
    --bs-secondary-rgb: 7, 56, 129;
    --cnvs-body-font: 'Poppins', sans-serif;
    --cnvs-header-boxshadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    --cnvs-header-height: 70px;
}

.dark {
    --cnvs-contrast-bg: #073882;
}

#header {
    --cnvs-header-floating-top-offset: 0;
    --cnvs-primary-menu-font-size: 15px;
    --cnvs-primary-menu-submenu-tt: none;
}

.is-expanded-menu #header.floating-header+.include-header {
    margin-top: -161px;
}

.is-expanded-menu #header.floating-header+.include-header .page-title-row {
    margin-top: 3rem;
}

/* Buttons
-----------------------------------------------------------------*/
.button {
    --cnvs-btn-color: #073882;
    text-shadow: none;
    font-weight: 600;
}

.button:not(.w-100):hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

div.menu-link {
    cursor: default;
}

/* Top Links
-----------------------------------------------------------------*/
.top-links-item {
    border-left: 0;
}

.top-links-item a img {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    top: -2px;
    margin-right: 8px;
    border: 1px solid var(--cnvs-contrast-0);
    background-color: var(--cnvs-contrast-700);
}

.border-bottom {
    border-color: var(--cnvs-contrast-100) !important;
}

.heading-block>p {
    color: var(--cnvs-contrast-600);
}

.slider-title p,
.feature-box.fbox-center p {
    line-height: 1.7;
    color: var(--cnvs-contrast-600);
    letter-spacing: 0;
}

.play-icon i {
    width: 70px;
    height: 70px;
    line-height: 71px;
    font-size: 24px;
    background: linear-gradient(60deg, #fE9603, #ff8e01, #ed9931, #f37055);
    color: var(--cnvs-contrast-0);
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: transform .3s ease;
    animation: animdgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animdgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.play-icon:hover i {
    transform: scale(1.1);
}

#oc-clients .oc-item img {
    height: 32px;
}

/* Badge
-----------------------------------------------------------------*/
.badge {
    padding: 8px;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-weight: 500;
    line-height: .8;
}

.badge.badge-default {
    border: 1px solid var(--cnvs-themecolor);
    color: var(--cnvs-themecolor);
}

/* Carousel
-----------------------------------------------------------------*/
.oc-desc {
    position: absolute;
    top: 5%;
    left: 5%;
    bottom: 16px;
    background-color: #FFF;
    padding: 25px;
    border-radius: 3px;
    height: 90%;
    width: 90%;
}

.charity-card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.charity-card h3 {
    font-size: 16px;
}

.charity-card h3 a {
    color: #111;
}

.charity-card .skill-progress-percent::after {
    content: "\F518";
    font-family: 'bootstrap-icons';
    color: var(--cnvs-themecolor);
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.charity-card .counter.counter-inherit.counter-instant {
    display: inline-block;
}

.charity-card .skill-progress-percent {
    display: inherit;
    position: relative;
    background-color: transparent;
    color: #222;
    text-shadow: none;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: inherit;
    padding: 0;
    border-radius: 0;
}

.skill-progress-percent {
    right: -14px;
}

.progress:not(.skills-animated) {
    opacity: 0;
}

.charity-card .skill-progress-percent .counter {
    display: block;
    position: relative;
    white-space: nowrap;
}

.owl-carousel .owl-item .oc-desc {
    opacity: 0;
    transform: scale(0.7);
    transition: all .3s cubic-bezier(0.4, 0.2, 0.2, 1);
}

/* .owl-carousel .owl-item:hover .oc-desc, */
.owl-carousel .owl-item.active.center .oc-desc {
    opacity: 1;
    transform: scale(1);
}

.world-map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.counter-section [class^=col-]:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    opacity: .4;
    background-image: url('images/divider-2.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.device-sm .counter-section [class^=col-]:nth-child(2)::after,
.device-md .counter-section [class^=col-]:nth-child(2)::after,
.device-xs .counter-section [class^=col-]::after {
    display: none;
}


/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

    #header.transparent-header.floating-header {
        margin-top: 15px;
    }

    #header:not(.sticky-header) #header-wrap .container {
        box-shadow: var(--cnvs-header-boxshadow)
    }

    .menu-link {
        text-transform: none;
        letter-spacing: 0;
        font-size: var(--cnvs-primary-menu-font-size);
        font-weight: 600;
    }

    .sub-menu-container .menu-item>.menu-link {
        font-size: calc(var(--cnvs-primary-menu-font-size) - 1px);
    }

    /* Topbar
    -----------------------------------------------------------------*/
    #top-bar.transparent-topbar {
        border-bottom: 0;
        z-index: 399;
    }

    #top-bar.transparent-topbar #top-social li {
        border: 0;
    }

    /* Slider Text
    -----------------------------------------------------------------*/
    .slider-title h2 {
        font-size: 50px;
        line-height: 1.3;
        letter-spacing: -1px;
        font-weight: 700;
        margin-bottom: 26px;
    }
}

.slider-title h3 {
    display: inline-block;
    font-size: 18px;
    color: var(--cnvs-contrast-500);
}

/* Section Layanan Aplikasi
-----------------------------------------------------------------*/
.section-layanan {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/images/slider/swiper/2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.min-h-1px {
    min-height: 1px !important
}

.min-h-2px {
    min-height: 2px !important
}

.min-h-3px {
    min-height: 3px !important
}

.min-h-4px {
    min-height: 4px !important
}

.min-h-5px {
    min-height: 5px !important
}

.min-h-6px {
    min-height: 6px !important
}

.min-h-7px {
    min-height: 7px !important
}

.min-h-8px {
    min-height: 8px !important
}

.min-h-9px {
    min-height: 9px !important
}

.min-h-10px {
    min-height: 10px !important
}

.min-h-15px {
    min-height: 15px !important
}

.min-h-20px {
    min-height: 20px !important
}

.min-h-25px {
    min-height: 25px !important
}

.min-h-30px {
    min-height: 30px !important
}

.min-h-35px {
    min-height: 35px !important
}

.min-h-40px {
    min-height: 40px !important
}

.min-h-45px {
    min-height: 45px !important
}

.min-h-50px {
    min-height: 50px !important
}

.min-h-55px {
    min-height: 55px !important
}

.min-h-60px {
    min-height: 60px !important
}

.min-h-65px {
    min-height: 65px !important
}

.min-h-70px {
    min-height: 70px !important
}

.min-h-75px {
    min-height: 75px !important
}

.min-h-80px {
    min-height: 80px !important
}

.min-h-85px {
    min-height: 85px !important
}

.min-h-90px {
    min-height: 90px !important
}

.min-h-95px {
    min-height: 95px !important
}

.min-h-100px {
    min-height: 100px !important
}

.min-h-125px {
    min-height: 125px !important
}

.min-h-150px {
    min-height: 150px !important
}

.min-h-175px {
    min-height: 175px !important
}

.min-h-200px {
    min-height: 200px !important
}

.min-h-225px {
    min-height: 225px !important
}

.min-h-250px {
    min-height: 250px !important
}

.min-h-275px {
    min-height: 275px !important
}

.min-h-300px {
    min-height: 300px !important
}

.min-h-325px {
    min-height: 325px !important
}

.min-h-350px {
    min-height: 350px !important
}

.min-h-375px {
    min-height: 375px !important
}


.min-w-1px {
    min-width: 1px !important
}

.min-w-2px {
    min-width: 2px !important
}

.min-w-3px {
    min-width: 3px !important
}

.min-w-4px {
    min-width: 4px !important
}

.min-w-5px {
    min-width: 5px !important
}

.min-w-6px {
    min-width: 6px !important
}

.min-w-7px {
    min-width: 7px !important
}

.min-w-8px {
    min-width: 8px !important
}

.min-w-9px {
    min-width: 9px !important
}

.min-w-10px {
    min-width: 10px !important
}

.min-w-15px {
    min-width: 15px !important
}

.min-w-20px {
    min-width: 20px !important
}

.min-w-25px {
    min-width: 25px !important
}

.min-w-30px {
    min-width: 30px !important
}

.min-w-35px {
    min-width: 35px !important
}

.min-w-40px {
    min-width: 40px !important
}

.min-w-45px {
    min-width: 45px !important
}

.min-w-50px {
    min-width: 50px !important
}

.min-w-55px {
    min-width: 55px !important
}

.min-w-60px {
    min-width: 60px !important
}

.min-w-65px {
    min-width: 65px !important
}

.min-w-70px {
    min-width: 70px !important
}

.min-w-75px {
    min-width: 75px !important
}

.min-w-80px {
    min-width: 80px !important
}

.min-w-85px {
    min-width: 85px !important
}

.min-w-90px {
    min-width: 90px !important
}

.min-w-95px {
    min-width: 95px !important
}

.min-w-100px {
    min-width: 100px !important
}

.min-w-125px {
    min-width: 125px !important
}

.min-w-150px {
    min-width: 150px !important
}

.min-w-175px {
    min-width: 175px !important
}

.min-w-200px {
    min-width: 200px !important
}

.min-w-225px {
    min-width: 225px !important
}

.min-w-250px {
    min-width: 250px !important
}

.min-w-275px {
    min-width: 275px !important
}

.min-w-300px {
    min-width: 300px !important
}

.min-w-550px {
    min-width: 550px !important
}



.mw-1px {
    max-width: 1px !important
}

.mw-2px {
    max-width: 2px !important
}

.mw-3px {
    max-width: 3px !important
}

.mw-4px {
    max-width: 4px !important
}

.mw-5px {
    max-width: 5px !important
}

.mw-6px {
    max-width: 6px !important
}

.mw-7px {
    max-width: 7px !important
}

.mw-8px {
    max-width: 8px !important
}

.mw-9px {
    max-width: 9px !important
}

.mw-10px {
    max-width: 10px !important
}

.mw-15px {
    max-width: 15px !important
}

.mw-20px {
    max-width: 20px !important
}

.mw-25px {
    max-width: 25px !important
}

.mw-30px {
    max-width: 30px !important
}

.mw-35px {
    max-width: 35px !important
}

.mw-40px {
    max-width: 40px !important
}

.mw-45px {
    max-width: 45px !important
}

.mw-50px {
    max-width: 50px !important
}

.mw-55px {
    max-width: 55px !important
}

.mw-60px {
    max-width: 60px !important
}

.mw-65px {
    max-width: 65px !important
}

.mw-70px {
    max-width: 70px !important
}

.mw-75px {
    max-width: 75px !important
}

.mw-80px {
    max-width: 80px !important
}

.mw-85px {
    max-width: 85px !important
}

.mw-90px {
    max-width: 90px !important
}

.mw-95px {
    max-width: 95px !important
}

.mw-100px {
    max-width: 100px !important
}

.mw-125px {
    max-width: 125px !important
}

.mw-150px {
    max-width: 150px !important
}

.mw-175px {
    max-width: 175px !important
}

.mw-200px {
    max-width: 200px !important
}

.mw-225px {
    max-width: 225px !important
}

.mw-250px {
    max-width: 250px !important
}

.w-2 {
    width: 2% !important;
}

.w-3 {
    width: 3% !important;
}

.w-4 {
    width: 4% !important;
}

.w-5 {
    width: 5% !important;
}

.w-6 {
    width: 6% !important;
}

.w-7 {
    width: 7% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.gap-7 {
    gap: 6rem !important;
}

.gap-8 {
    gap: 8rem !important;
}

.gap-9 {
    gap: 9rem !important;
}

.gap-10 {
    gap: 10rem !important;
}