svg {
    max-width: 100%;
    max-height: 100%;
}

.font-nulshock {
    font-family: 'Nulshock';
    font-weight: 700;
}
.font-poppins {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.theme-bg { background-color: var(--theme) !important; }
.secondary-bg { background-color: var(--secondary) !important; }
.tertiary-bg { background-color: var(--tertiary) !important; }
.text-theme { color: var(--theme) !important; }
.text-secondary { color: var(--secondary) !important; }
.text-tertiary { color: var(--tertiary) !important; }
.text-white-secondary { color: #dddddd !important; }
.link-secondary { color: var(--secondary) !important; }
.link-secondary:hover { color: var(--header) !important; }
.mh-auto { min-height: auto !important; }

.section-custom-padding { padding: 50px 0; }

.header-main svg { height: 60px; }
.offcanvas__logo svg { height: 60px; }
.absolute-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.bg-image {
    background-size: cover;
    background-position: center;
    min-height: 250px;
}

.wegkruip {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.alert {
    line-height: 27px;
    border-radius: 0;
}
.alert-success,
.alert-danger { color: #fff; }
.alert-success { background-color: rgb(0 79 43); }
.alert-danger { background-color: rgb(121 12 23); }

.mfp-wrap,
.mfp-content { z-index: 10000; }
button.mfp-close, button.mfp-arrow { z-index: 10001; }

.box-area-icon {
    display: flex;
    flex-direction: row;
}
.box-area-icon .icon img { max-width: 100px; }
.box-area-icon .heading { line-height: 1.5rem; }
.sidebar-icon-lg {
    font-size: 4.5rem;
    line-height: 5rem;
}

.cert-container {
    display: flex;
    padding: .75rem 0;
    border: 1px solid #fff;
    width: 100%;
    align-items: center;
    gap: .75rem;
    background: rgba(255, 255, 255, .1);
}
.cert-container:hover { background: rgba(255, 255, 255, .9); }
.cert-container .icon {
    font-size: 35px;
    line-height: 45px;
}
.cert-container .title {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #666;
}
.cert-container .icon { color: var(--tertiary); }
.cert-container:hover .title { color: #000; }

/* XL */
@media (max-width: 1399px) {
    .box-area-icon { flex-direction: column; }
    .box-area-icon .icon img { max-width: 150px; }
    .box-area-icon .content { text-align: center; }
}
/* LG */
@media (max-width: 1199px) {
    .box-area-icon { flex-direction: row; }
    .box-area-icon .content { text-align: left; }
}
/* MD */
@media (max-width: 991px) {
    .box-area-icon { flex-direction: column; }
    .box-area-icon .content { text-align: center; }
}
/* SM */
@media (max-width: 767px) {
    .box-area-icon { flex-direction: row; }
    .box-area-icon .content { text-align: left; }
}
/* XS */
@media (max-width: 575px) {
    .circle-image { width: 140px; }
    .hero-1 .hero-content .hero-bottom { flex-direction: column; }
    .hero-1 .hero-content .hero-bottom .content { width: 100%; }
    .hero-1 .hero-content .hero-bottom .content p { width: 100%; }
    .hero-1 .hero-content .hero-bottom .content .count-item { justify-content: center; }
    .box-area-icon { flex-direction: column; }
    .box-area-icon .content { text-align: center; }
}