::after,
::before,
* {
    box-sizing: border-box
}

.container {
    width: var(--container-width);
    padding: 0 var(--container-edge);
    margin: 0 auto;
    max-width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.row.row5,
.row.row5 .row {
    margin-left: -5px;
    margin-right: -5px
}

.row.row5 [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.row10,
.row.row10 .row {
    margin-left: -10px;
    margin-right: -10px
}

.row.row10 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row.row5,
.row.row5 .row {
    margin-bottom: -10px
}

.row.row5 [class*="col-"] {
    padding-bottom: 10px;
}

.row.row10,
.row.row10 .row {
    margin-bottom: -20px
}

.row.row10 [class*="col-"] {
    padding-bottom: 20px;
}

.row {
    margin-bottom: -30px
}

.row [class*="col-"] {
    padding-bottom: 30px;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter > [class*="col-"],
.row.no-gutter > [class*="col-"],
.row.row10.no-gutter > [class*="col-"],
.row.row5.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 575.98px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 767.98px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 991.98px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1199.98px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 991.98px) {
    .col-lg-custom {
        flex: 0 0 20%;
        max-width: 20%
    }
}
.btn {
    position: relative;
    border-radius: var(--border-radius-small);
    padding: 0.5rem 1.5rem;
    background-color: var(--main-color);
    color: white;
    transition: background-color 0.3s ease;
    font-size: 1rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 100%;
}

.btn.btn--primary {
    &:hover {
        background-color: var(--active-color);
    }
}

.btn.btn-default {
    background-color: var(--second-bg-color);
    color: var(--main-text-color);
}

.btn.btn-secondary {
    background-color: var(--active-color);
    color: var(--main-color);
    font-weight: 600;
    min-width: 140px;

    &:hover {
        background-color: var(--main-color);
        color: white;
    }
}

.btn.btn-danger {
    background-color: #ff0000;
    color: white;
    &:hover {
        background-color: #cc0000;
        color: white;
    }
}
.btn.btn-danger .fa-minus {
    display: block;
    width: 100%;
    height: 100%;
}

.btn.btn-danger .fa-minus::before,
.btn.btn-danger .fa-minus::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 2px;
    height: 12px;
    background-color: white;
}

.btn.btn-danger .fa-minus::before {
    transform: translate(50%, -50%) rotate(-45deg);
}

.btn.btn-danger .fa-minus::after {
    transform: translate(50%, -50%) rotate(45deg);
}

.mt-10 {
    margin-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.btn.btn-left {
    margin-right: auto;
    display: flex;
    justify-content: center;
}

footer {
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/themes/default/assets/images/home-bk.png");
    background-size: cover;
}

.top-footer {
    padding: 40px 0;
}

.footer-title {
    font-size: 1.125rem;
    line-height: 28px;
    color: var(--main-color);
    font-weight: 600;
}

.footer-description {
    font-size: 0.875rem;
    line-height: 24px;
    color: var(--desc-color);
    margin-top: 10px;
}

.footer-description > :first-child {
    margin-top: 0px;
}

.footer-description > :last-child {
    margin-bottom: 0px;
}

.footer-body {
    margin-top: 15px;
}

.bottom-footer-w {
    border-top: 1px solid var(--border-image-color);
    padding: 10px 0;
}

.bottom-footer {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.copy-rights,
.design-by {
    color: var(--desc-color);
    font-size: 13px;
}

.copy-rights span {
    font-family: initial;
}

.design-by {
    display: flex;
    align-items: center;
}

a.design-by {
    transition: all 0.3s linear;
}

.design-by img {
    display: block;
    margin-right: 5px;
}

a.design-by:hover {
    text-decoration: underline;
    color: var(--main-color);
}

.footer-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.footer-li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-item {
    font-size: 1rem;
    color: var(--second-color);
    transition: all 0.3s linear;
}

.footer-item:hover {
    color: var(--active-color);
}

@media (max-width: 767px) {
    .footer-title {
        font-size: 1.063rem;
        line-height: 27px;
    }

}

@media (max-width: 575.98px) {
    footer {
        border-top: 1px solid var(--main-border-color);
    }

    .top-footer {
        padding: 30px 0;
    }

    .footer-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: -10px
    }

    .footer-li {
        margin: 10px;
        position: relative;

    }

    .footer-li:not(:last-child) {
        padding-left: 10px;
    }

    .footer-li:not(:last-child):after {
        background: var(--second-border-color);
        content: "";
        height: calc(100% - 6px);
        position: absolute;
        left: -5px;
        top: 3px;
        width: 2px
    }

    .js-footer-wrapper {
        width: 100%
    }

    .js-footer-data {
        display: none
    }

    .footer-title.js-footer-btn {
        align-items: center;
        cursor: pointer;
        display: flex
    }

    .js-footer-btn:after {
        content: "\e917";
        font-family: icomoon;
        font-size: 12px;
        margin-top: 3px;
        position: absolute;
        left: 10px;
        transform: rotate(-180deg);
    }

    html[dir=ltr] .js-footer-btn:after {
        content: "\e918"
    }

    .js-footer-btn.active:after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transition: transform .5s linear
    }

    .bottom-footer {
        justify-content: center !important;
        flex-direction: column;
        align-items: center;
    }

    .footer-title {
        font-size: 1rem;
        line-height: 26px;
    }

    .footer-description {
        font-size: 0.813rem;
        line-height: 23px;
    }
}


.alert {
    font-size: 15px;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #383d41;
    background-color: #e2e3e5;
}

.full--alert {
    display: block;
}

.alert {
    border-color: #d6d8db;
}

.alert-danger, .alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert a {
    text-decoration: underline;
}
* {
    font-family: var(--font);
    box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
    font-size: 18px;
}

body {
    cursor: default;
    margin: 0;
    overflow-x: hidden;
    background: var(--main-bg-color);
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1rem;
}

.inner-content {
    padding: 90px 0 0;
    min-height: calc(100vh - 190px);
}

.hidden {
    display: none !important;
}

img,
iframe {
    max-width: 100%;
}


a[href] {
    text-decoration: none;
    cursor: pointer;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
}

.lazyloaded {
    height: auto;
    width: auto;
}

.lazyload,
.lazyloading {
    background-color: transparent;
    background-image: url("/themes/default/assets/images/loader.gif");
    background-size: 64px 64px !important;
    background-repeat: no-repeat !important;
    background-position: 50%;
}

.loading {
    background-color: white;
    background-image: url("/themes/default/assets/images/loader.gif");
    background-size: 64px 64px !important;
    background-repeat: no-repeat;
    background-position: center;
}

.lazyload.small-loading,
.lazyloading.small-loading,
.loading.small-loading {
    background-size: 36px 36px !important;
}

.g-recaptcha {
    overflow: hidden;
    margin-bottom: 5px;
}

.center .leg-block__actions {
    top: 50% !important;
    transform: translateY(-50%);
}

.justify-content-md-center,
.justify-content-sm-center,
.justify-content-xs-center,
.justify-content-lg-center {
    justify-content: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

input, select, button, textarea {
    outline: 0;
    border: 0;
    font-family: var(--font);
}

html {
    scroll-behavior: smooth;
}

.is-full {
    width: 100%;
}

.text-center {
    text-align: center;
}

.jc-bs3-container.container {
    width: 100%;
}

.no-p,
.no-padding {
    padding: 0px !important;
}

.no-pt {
    padding-top: 0px !important;
}

.no-pb {
    padding-bottom: 0px !important;
}

.no-m,
.no-margin {
    margin: 0px !important;
}

.no-mt {
    margin-top: 0px !important;
}

.no-mb {
    margin-bottom: 0px !important;
}

[dir=rtl] .d-ltr {
    direction: ltr;
}

.hide {
    display: none !important;
}

html.overflow-hidden,
body.overflow-hidden {
    overflow: hidden !important;
}

.text-main {
    color: var(--main-color) !important;
}


.text-left {
    text-align: right;

}


.breadcrumb-nav {
    background: var(--second-bg-color);
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.custom-card {
    margin-top: 6rem;
    margin-bottom: 2rem;
    padding: 2rem;
    background: var(--second-bg-color);
    border-radius: var(--border-radius);
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.h-100 {
    height: 100%;
}

.bg-primary {
    background: var(--main-color) !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    text-align: center;
    overflow: visible !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    text-align: center;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    margin-top: 1rem
}


.whatsapp-dev {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: -2px 2px 3px #999;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;

    .whatsapp_float {
        color: white;
        margin: 0;
        padding: 0;
        display: flex;
    }
}

@media (max-width: 600.98px) {
    .whatsapp-dev {
        bottom: 80px;
        left: 20px;
    }
}

block_wrapper, .inner-content {
    position: relative;
}

.edit-block-btn {
    /*position: relative;*/
    position: absolute;
    top: 60px;
    right: 20px;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 9999;
}

.edit-block-btn a {
    display: inline-block;
    background: var(--main-color);
    color: white !important;
    padding: 0.5rem;
    border-radius: var(--border-radius-small);
}

.cf-repeater__row-actions{
    position: absolute;
    left: -10px;
    top: -10px;

}
.cf-repeater__row-actions .btn.btn-danger {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
}
.cf-repeater__actions{
    padding: 10px 0;
}

.mt-30{
    margin-top: 30px;
}
.mb-15{
    margin-bottom: 15px;
}
/**
in mobile view let the form-control width be 100%
 */
@media (max-width: 767.98px) {

    .cf-repeater-rows .is-full,
    .repeater-list .is-full,
    .repeater-list .wrapped-element {
        width: 100% !important;
    }
}

/*
JQuery Simple MobileMenu Slide
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
/*Main style*/
body.mmactive {
    overflow: hidden;
}

.mobile-menu {
    display: none;
    position: relative;
}

.sm_menu_outer {
    top: 0px !important;
    height: 100vh;
    /*overflow-y: scroll;*/
    padding: 100px 0;
    overflow-x: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background-color: var(--main-color);
    transition: opacity 0.2s;
    transition-delay: 0.3s;
}

.sm_menu_outer.active .mobile-menu {
    display: block;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
}

.sm_menu_outer.active {
    opacity: 1;
    z-index: 9999;
}

.sm_menu_outer .mobile-menu li.back a {
    padding: 20px 10px;
    position: relative;
}

.sm_menu_outer .mobile-menu li.back a:after {
    content: "\e918";
    font-family: 'icomoon';
    font-size: 18px;
    color: white;
    position: absolute;
    right: 15px;
    transform: rotate(-180deg);
}

.sm_menu_outer .mobile-menu a,
.sm_menu_outer .mobile-menu span {
    color: #ffffff !important;
    width: 100%;
    display: flex;
    font-size: 1rem;
    line-height: 17px;
    letter-spacing: 1px;
    padding: 20px 15px !important;
    text-transform: capitalize;
    text-decoration: none;
    align-items: center;
    text-align: center;
    justify-content: center;
}

/*Sub Menu anim */
.sm_menu_outer.slide .mobile-menu .sub-menu {
    background-color: var(--main-color);
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}

.sm_menu_outer.slide .mobile-menu li.active > .sub-menu {
    left: 0;
}

.sm_menu_outer .mobile-menu li {
    list-style-type: none;
    color: #ffffff;
    margin: 0 !important;
    padding: 0 !important;
}

.sm_menu_outer .mobile-menu li:not(:last-child) {
    border-bottom: 0.5px solid white;
    -o-border-image: linear-gradient(to right, rgba(220, 220, 220, 0) 0%, white 20%, white 50%, white 80%, rgb(220 220 220 / 0%) 100%) 0 0 1 0;
       border-image: linear-gradient(to right, rgba(220, 220, 220, 0) 0%, white 20%, white 50%, white 80%, rgb(220 220 220 / 0%) 100%) 0 0 1 0;
}

.sm_menu_outer.slide .mobile-menu li.hasChild > .menu-item {
    position: relative;
}

.sm_menu_outer .close {
    position: absolute !important;
    top: 20px !important;
    right: 20px;
    font-size: 32px;
    color: white;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    background: transparent;
}

/*disable mobile arrow*/
.sm_menu_outer.slide .mobile-menu li.hasChild > .menu-item:after {
    content: "\e917";
    font-family: 'icomoon';
    font-size: 18px;
    color: white;
    position: absolute;
    left: 15px;
}

[dir=rtl] .sm_menu_outer.slide .mobile-menu li.hasChild > .menu-mobile-item:after,
[dir=rtl] .sm_menu_outer .mobile-menu li.back a:after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .sm_menu_outer {
        height: calc(100vh - 50px);
    }
}
header .js-burger,
.mobile-arrow {
    display: none;
}

.main-menu {
    opacity: 0;
    height: 0;
}

@media only screen and (max-width: 1100.98px) {
    header.header {
        position: absolute;
    }

    .header .navbar,
    .header .header__top.justify-content-between {
        justify-content: flex-end;
    }

    .navbar-collapse .navbar-nav,
    .header .navbar {
        display: flex;
        align-items: center;
        list-style: none;
    }

    .header .main-menu.navbar-nav {
        width: 0;
        overflow: hidden;
    }

    .header .website-logo {
        margin-left: auto;
    }

    .nav-link .btn-link {
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

    .js-burger-wrapper {
        margin-right: 15px;
    }

    /*css for burger*/
    .js-burger-wrapper .hamburger {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .hamburger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: var(--main-color);
        opacity: 1;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .hamburger span:nth-child(even) {
        right: 50%;
        border-radius: var(--border-radius) 0 0 var(--border-radius);
    }

    .hamburger span:nth-child(odd) {
        right: 0px;
        border-radius: 0 var(--border-radius) var(--border-radius) 0;
    }

    .hamburger span:nth-child(1), .hamburger span:nth-child(2) {
        top: 0px;
    }

    .hamburger span:nth-child(3), .hamburger span:nth-child(4) {
        top: 10px;
    }

    .hamburger span:nth-child(5), .hamburger span:nth-child(6) {
        top: 20px;
    }

    .hamburger.active span:nth-child(1), .hamburger.active span:nth-child(6) {
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(5) {
        transform: rotate(45deg);
    }

    .hamburger.active span:nth-child(1) {
        right: 3px;
        top: 3px;
    }

    .hamburger.active span:nth-child(2) {
        right: calc(50% - 3px);
        top: 3px;
    }

    .hamburger.active span:nth-child(3) {
        right: -50%;
        opacity: 0;
    }

    .hamburger.active span:nth-child(4) {
        right: 100%;
        opacity: 0;
    }

    .hamburger.active span:nth-child(5) {
        right: 3px;
        top: 12px;
    }

    .hamburger.active span:nth-child(6) {
        right: calc(50% - 3px);
        top: 12px;
    }
}
@media (max-width: 600.98px) {
    footer {
        padding-bottom: 50px; /*height of mini mobile menu*/
    }

    .header .js-burger-wrapper,
    .header .auth--list,
    .header .filters-form {
        display: none;
        opacity: 0;
    }

    .header .website-logo {
        margin: 0 auto !important;
    }

    .mini-mobile {
        display: flex !important;
        flex: 1;
        z-index: 999;
        position: fixed;
        width: 100%;
        bottom: 0;
        align-items: center;
        min-height: 50px;
        box-shadow: 0 0 1px 0 rgb(3 54 119 / 15%), 1px -6px 12px 0 rgb(3 54 119 / 15%);
    }

    .mini-mobile ul {
        display: flex;
        flex: 1;
        align-items: center;
        background-color: var(--main-color);
        padding: 10px;
    }

    /*!************* start css for mobile items ****************!*/
    .mini-mobile-item {
        height: 100%;
        text-align: center;
        list-style: none;
        align-items: center;
        display: flex;
        cursor: pointer;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        flex: 1;
    }

    .mini-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
        flex-direction: column;
        margin: 0px;
        height: 32px;
        border: 1px solid white;
        width: 32px;
        border-radius: var(--border-radius);
        transition: all 0.3s linear;
    }

    .mini-item .mobile-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mini-item .mobile-icon i {
        color: white;
        font-style: inherit;
        font-size: 20px;
        display: block;
        transition: all 0.3s linear;
    }

    .mini-item .mobile-icon i.icon-menu {
        font-size: 22px;
    }

    .mini-item .mobile-icon i.icon-user-o {
        font-size: 18px;
    }

    .mini-item .mobile-icon i.icon-search {
        font-size: 24px;
    }

    .active .mini-item {
        border-color: var(--active-color);
    }

    .active .mini-item .mobile-icon i {
        color: var(--active-color);
    }

    [dir=ltr] i.lang-font {
        margin-top: -10px;
    }

    /*!*Auth list*!*/
    .js-mobile-auth-list {
        opacity: 0;
        top: 0px;
        right: auto;
        left: 0;
        width: 100%;
        transform: translateY(100%);
        transition: all .5s linear;
        position: absolute;
        overflow: hidden;
        z-index: -1;
        min-width: -moz-fit-content;
        min-width: fit-content;
        border-radius: 10px;
    }

    .js-mobile-auth-list ul {
        display: flex;
        flex-direction: column;
        width: 230px;
        min-width: -moz-fit-content;
        min-width: fit-content;
        background: white;
        border-radius: 10px;
        box-shadow: 0px 5px 25px 0px rgb(170 170 170 / 30%);
        padding: 15px;
        z-index: 99;
        border: 1px solid var(--main-border-color);
    }

    .js-mobile-auth-list li {
        width: 100%;
        text-align: right;
    }

    .js-mobile-auth-list li:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(210 210 210 / 25%);
    }

    .active .js-mobile-auth-list {
        height: auto;
        opacity: 1;
        transform: translateY(calc(-100% + -15px));
    }

    .js-mobile-auth-list .dropdown-item {
        font-size: var(--description-size);
        font-weight: 400;
        padding: 0;
        color: var(--main-color);
        transition: all 0.3s linear;
    }

    .js-mobile-auth-list .dropdown-item:hover {
        color: var(--active-color);
    }
}

@charset "UTF-8";
:root {
  --container-width: 1250px;
  --container-edge: 15px;
  --bs-nav-link-font-size: 1rem;
  --font: Noto Kufi Arabic, sans-serif, sans-serif;
  --font-medium: "Noto Kufi Arabic", sans-serif;
  --font-bold: "Noto Kufi Arabic", sans-serif;
  --primary-soft-color: #437ec9;
  --primary-light-color: #36a8df;
  --primary-color: #033677;
  --main-color: #033677;
  --active-color: #fec52e;
  --second-color: #676767;
  --second-color-light: #c1c1c1;
  --main-bg-color: #fff;
  --second-bg-color: #F6F6F6;
  --main-text-color: #474747;
  --desc-color: #676767;
  --desc-color-light: #c1c1c1;
  --main-border-color: #F6F6F6;
  --second-border-color: rgb(193 193 193 / 42%);
  --border-image-color: rgb(242 242 242);
  --box-shadow: 0px 0px 20px rgb(174 174 174 / 30%);
  --title-size: 1.563rem;
  --sub-title-size: 1.063rem;
  --description-size: 1rem;
  --grid-gutter: 0.938rem;
  --border-radius: 1rem;
  --border-radius-full: 3rem;
  --border-radius-small: 0.5rem;
  --margin-bottom: 2rem;
  --secondary-color: yellow;
  --border-color: yellow;
  --text-color-light: yellow;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.12§rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1rem;
  }
  h4 {
    font-size: 0.875rem;
  }
  h5 {
    font-size: 0.75rem;
  }
  h6 {
    font-size: 0.75rem;
  }
}
.text-left {
  text-align: right;
}

.text-right {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: var(--desc-color) !important;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.text-muted :first-child {
  margin-top: 0;
}
.text-muted :last-child {
  margin-bottom: 0;
}
.text-muted i {
  font-size: 16px;
  color: var(--main-color);
  margin-left: 5px;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: var(--main-color) !important;
}

.text-active {
  color: var(--active-color) !important;
}

.fw-600 {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}

@media screen {
  .text-muted,
  .text-muted p {
    font-size: 0.938rem;
  }
}
/* Flexbox Utilities */
.flex-row {
  display: flex;
  flex-direction: row;
}

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

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.d-flex {
  display: flex;
}

@media (max-width: 575.98px) {
  .justify-content-center-575 {
    justify-content: center;
  }
}
.rounded {
  border-radius: var(--border-radius);
}

.rounded-pill {
  border-radius: 50rem;
}

.rounded-circle {
  border-radius: 50%;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-left: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-left: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-left: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-left: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-left: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-left: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-left: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

.mr-3 {
  margin-left: 1rem !important;
}

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

.ml-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-left: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-right: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-left: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pr-5 {
  padding-left: 2rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pl-5 {
  padding-right: 2rem !important;
}

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mr-5 {
  margin-left: 2rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.ml-5 {
  margin-right: 2rem !important;
}

.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-left: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-right: 3rem !important;
}

.px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-left: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-right: 3rem !important;
}

.mx-6 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 10px 0;
}

.header.sticky {
  background: white;
}

.website-logo {
  display: flex;
  align-items: center;
}

.nav-link .btn-link {
  max-height: 42px;
  padding: 0.576rem 0.5rem;
  border-radius: var(--border-radius-small);
  border: 1px solid var(--second-border-color);
  color: var(--main-color);
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.nav-link .btn-link i {
  margin-left: 0.313rem;
  font-size: 1.125rem;
  color: var(--active-color);
}

.navbar-nav .dropdown-menu {
  display: none; /* Hidden by default, shown on click */
}

.navbar-nav li.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-menu {
  display: none; /*display: none;*/
  position: absolute;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07);
  min-width: 230px; /* Adjust width as needed */
  z-index: 1000;
  border-radius: var(--border-radius-small);
  padding: 15px;
  top: 33px;
  right: 10px;
}

.auth--list li.item.dropdown {
  position: relative;
  padding: 0 10px;
}

.auth--list li.item.dropdown .dropdown-toggle {
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--second-border-color);
  border-radius: var(--border-radius-small);
}

@media only screen and (min-width: 1100.98px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .collapse {
    display: flex;
    align-items: center;
  }
  .navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .drop ul {
    display: none; /* Hidden by default, shown on click */
  }
  .navbar-nav li.drop:hover ul {
    display: block;
  }
  .navbar-nav li.drop ul {
    display: none; /*display: none;*/
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07);
    min-width: 230px; /* Adjust width as needed */
    z-index: 1000;
    border-radius: var(--border-radius-small);
    padding: 15px;
    top: 42px;
    right: 0;
  }
  .navbar-nav li {
    padding: 10px;
  }
  .navbar-nav li.auth-link {
    padding: 10px 5px;
  }
  li.menu-li.nav-link.drop {
    position: relative;
  }
}
.navbar-nav a {
  color: var(--main-color);
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
  text-wrap: nowrap;
}
.navbar-nav a:hover {
  color: var(--active-color);
}

li.dropdown.item.nav-link {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.auth--list .dropdown-menu li,
li.drop ul li {
  margin: 0;
  padding: 0;
}

.auth--list .dropdown-menu li:not(:last-child),
li.drop ul li:not(:last-child) {
  border-bottom: 1px solid var(--main-border-color);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.auth--list .dropdown-menu li .dropdown-item,
li.drop ul li .item {
  font-size: var(--description-size);
  font-weight: 400;
  padding: 0;
}

.dropdown-item i.icon-form2 {
  font-size: 1.2rem;
}

.dropdown-item i.icon-form3 {
  font-size: 1.1rem;
}

.filters-form {
  display: flex;
}

.filters-form .search {
  position: relative;
}

header .filters-form .search {
  margin-right: 5px;
}

.filters-form input[type=search] {
  width: 100%;
  max-width: 190px;
  border: 1px solid var(--second-border-color);
  padding: 0.469rem 0.625rem;
  box-sizing: border-box;
  border-radius: var(--border-radius-small);
}

.filters-form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
}

.filters-form i {
  font-size: 1.563rem;
  color: var(--desc-color-light);
  display: block; /* Ensure the icon is a block element to center it in the button */
}

@media (max-width: 1199.98px) {
  .header {
    height: 91px;
    align-items: center;
    display: flex;
  }
  .navbar-nav a {
    font-size: 1.05rem;
  }
  .nav-link .btn-link {
    font-size: 0.9rem;
  }
  .navbar-nav li {
    padding: 10px 8px;
  }
  .navbar-nav li.auth-link {
    padding: 10px 5px;
  }
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 14px;
  color: var(--main-text-color);
  font-family: var(--font);
}
::placeholder, .relationship-box select { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 14px;
  color: var(--main-text-color);
  font-family: var(--font);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
  color: var(--main-text-color);
  font-family: var(--font);
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 14px;
  color: var(--main-text-color);
  font-family: var(--font);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 8px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(193, 193, 193, 0.92);
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control[type=checkbox] {
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 5px;
  border: none;
  box-shadow: none;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(254, 197, 46, 0.4);
  outline: 0;
  box-shadow: none;
}
.form-control.is-invalid {
  border-color: #dc3545;
}
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-valid {
  border-color: #28a745;
}
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

textarea.form-control {
  height: auto;
  min-height: 2.5rem;
  padding: 0.375rem 0.75rem;
  resize: vertical;
}

.form-label {
  display: inline-block;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  color: var(--desc-color);
}

.form-group label {
  margin-bottom: 0.625rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  padding-right: 1.25rem;
}
.form-check .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-right: -1.25rem;
}
.form-check .form-check-label {
  margin-bottom: 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group .input-group-prepend,
.input-group .input-group-append {
  display: flex;
}
.input-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid rgba(193, 193, 193, 0.92);
  border-radius: 0.5rem;
}
.input-group .input-group-prepend {
  margin-left: -1px;
}
.input-group .input-group-append {
  margin-right: -1px;
}
.input-group .input-group-text {
  border-radius: 0.25rem;
}

.checkbox {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.input-list-group {
  display: flex;
}

.input-list-group__inner, .input-list {
  border: 0;
}

.input-list-two-option .input-category-list .input-list-group {
  flex-direction: row;
}

.input-category-list .input-list-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
.input-category-list .input-list-group .checkbox {
  margin-top: 0;
}

.select2-container--default .select2-selection--multiple {
  background: white !important;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-right: 0 !important;
}

.field-error {
  color: #dc3545;
}

.col-md-3 .is-full.col-12 {
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  min-height: 42px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgba(254, 197, 46, 0.4) !important;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5rem;
  border: 1px solid #dee2e6;
  border-radius: var(--border-radius-small);
}

.table {
  width: 100%;
  color: #212529;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table a {
  color: var(--primary-soft-color);
}

.table a:hover {
  color: var(--active-color);
}

tfoot span {
  font-size: 0.875rem;
  color: var(--second-color);
}

.bg-light {
  background: rgba(242, 242, 242, 0.25);
}

@media (max-width: 767.98px) {
  .table th {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .table td.min-width-col {
    min-width: 150px;
  }
  .table th,
  .table td {
    font-size: 0.938rem !important;
  }
}
.profile-nav {
  margin-bottom: 20px;
}

.profile-nav ul {
  padding-bottom: 10px;
}

.flex-container {
  display: flex;
  align-items: center;
}

.profile-info {
  display: flex;
  align-items: center;
}

.default-avatar {
  border-radius: 50%;
  box-shadow: 0px 0px 20px hsla(0, 0%, 100%, 0.34);
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.default-avatar svg {
  display: block;
  height: auto !important;
  right: 50%;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%) !important;
  width: 130px !important;
  z-index: 9;
}

.user-name {
  margin-right: 20px;
  font-size: 1.5em;
}

.nav-links {
  display: flex;
  list-style-type: none;
  padding: 0;
}

.nav-links li {
  margin-left: 10px;
  display: inline-block;
}

.nav-links a {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  position: relative;
  transition: all 0.3s linear;
  background-color: var(--second-bg-color);
  color: var(--main-text-color);
  border-radius: var(--border-radius-small);
  padding: 0.5rem 1.5rem;
}
.nav-links a:hover {
  background-color: var(--main-color);
  color: white;
}
.nav-links a.active {
  background-color: var(--main-color);
  color: white;
}

.auth-name {
  font-size: var(--description-size);
}

.card {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: #fff;
  border-radius: var(--border-radius-small);
}
.card.p-40 {
  padding: 40px;
}
.card .card-header {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
}
.card .card-body {
  margin-top: 30px;
}
.card h2 {
  margin-top: 0;
  font-size: 1.5em;
}
.card p {
  margin-bottom: 0;
}

.registration-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 30px;
  margin: -5px -10px;
  width: 100%;
}
.registration-nav .nav-item {
  flex: 1;
  margin: 5px 10px;
  display: flex;
}
.registration-nav .nav-item a {
  flex-grow: 1;
  text-align: center;
  font-size: 1.125rem;
}
.registration-nav .nav-item:first-child a {
  margin-right: 0;
}
.registration-nav .nav-item:last-child a {
  margin-left: 0;
}

.style1-scroll-x {
  overflow-x: auto !important;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  display: block !important;
}

.style1-scroll-x::-webkit-scrollbar {
  background: rgba(153, 153, 153, 0.07);
  height: 3px;
}

.style1-scroll-x::-webkit-scrollbar-track {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(153, 153, 153, 0.07);
}

.style1-scroll-x::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: var(--main-color);
  width: 10px;
  outline: 1px solid rgba(153, 153, 153, 0.07);
}

.style1-scroll-x::-webkit-scrollbar:vertical {
  display: none;
}

.gap-15 {
  gap: 15px;
}

.registration-nav .nav-item .btn {
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  .card.p-40 {
    padding: 30px;
  }
  .registration-nav .nav-item a,
  .nav-links a {
    font-size: 1.063rem;
    line-height: 27px;
  }
}
@media (max-width: 767.98px) {
  .card.p-40 {
    padding: 20px;
  }
  .registration-nav .nav-item a,
  .nav-links a {
    font-size: 1rem;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  .registration-nav .nav-item {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .card .card-body {
    margin-top: 20px;
  }
}
@media (max-width: 475.98px) {
  .card.p-40 {
    padding: 15px;
  }
  .registration-nav .nav-item a {
    min-width: 100%;
    margin: 5px 0;
  }
}
@media (max-width: 420.98px) {
  .registration-nav {
    margin: -5px 0;
    flex-direction: column;
  }
  .registration-nav .nav-item {
    min-width: 100%;
    margin: 5px 0;
  }
}
.monochrome .invert-colors {
  filter: grayscale(100%) !important;
}

.invert .invert-colors {
  filter: invert(100%) !important;
}

.sepia .invert-colors {
  filter: sepia(100%) !important;
}

.disability--menu-icon {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 999;
}

.disability--menu-items {
  position: relative;
}

.disability-menu--btn,
.disability-menu--item {
  height: 45px;
  width: 45px;
  border: 2px solid #fff;
  background-color: var(--primary-color);
  color: #fff;
  outline: none;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s linear;
}

.disability-menu--btn {
  font-size: 25px;
  opacity: 1;
}

.disability--menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.disability--menu li {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s cubic-bezier(1, -1, 0.5, 0.5);
}

.disability-menu--item.active .playIcon,
.disability-menu--item .pauseIcon {
  display: none;
}

.disability-menu--item.active .pauseIcon {
  display: block;
}

.active .disability-menu--item {
  opacity: 1;
  transition: opacity 0s linear;
}

.disability-menu--item.active {
  background-color: #fff;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.black-yellow .disability-menu--btn,
.black-yellow .disability-menu--item {
  background-color: yellow;
  border-color: #000;
  color: #000;
}

@media (max-width: 900px) {
  .disability--menu-icon {
    display: none;
  }
}
body.black-yellow {
  --main-color: yellow;
  --background-color: #000;
}
body.black-yellow * {
  background-color: var(--background-color) !important;
  color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
body.black-yellow a, body.black-yellow button, body.black-yellow input, body.black-yellow select, body.black-yellow textarea {
  color: var(--main-color) !important;
  background-color: var(--background-color) !important;
  border-color: var(--main-color) !important;
}
body.black-yellow a:hover, body.black-yellow a:focus, body.black-yellow button:hover, body.black-yellow button:focus, body.black-yellow input:hover, body.black-yellow input:focus, body.black-yellow select:hover, body.black-yellow select:focus, body.black-yellow textarea:hover, body.black-yellow textarea:focus {
  outline-color: var(--main-color) !important;
}
body.black-yellow .header,
body.black-yellow .hero-box,
body.black-yellow .block,
body.black-yellow .auth-item {
  background-color: var(--background-color) !important;
  color: var(--main-color) !important;
}
body.black-yellow .block-description,
body.black-yellow .job-info-value,
body.black-yellow .story-item .story-description,
body.black-yellow .story-item .story-title,
body.black-yellow .auth-item-text,
body.black-yellow .auth-item-url,
body.black-yellow .auth-item-title,
body.black-yellow .navbar-nav a {
  color: var(--main-color) !important;
}
body.black-yellow [style*=background-image] {
  background-image: none !important;
}
body.black-yellow ::-moz-placeholder {
  color: var(--main-color) !important;
  opacity: 0.5 !important;
}
body.black-yellow ::placeholder {
  color: var(--main-color) !important;
  opacity: 0.5 !important;
}
body.black-yellow ::-moz-selection {
  background-color: var(--main-color) !important;
  color: var(--background-color) !important;
}
body.black-yellow ::selection {
  background-color: var(--main-color) !important;
  color: var(--background-color) !important;
}

.black-yellow {
  --main-color: yellow;
  --background-color: #000;
}
.black-yellow * {
  background-color: var(--background-color) !important;
  color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.black-yellow a, .black-yellow button, .black-yellow input, .black-yellow select, .black-yellow textarea {
  color: var(--main-color) !important;
  background-color: var(--background-color) !important;
  border-color: var(--main-color) !important;
}
.black-yellow a:hover, .black-yellow a:focus, .black-yellow button:hover, .black-yellow button:focus, .black-yellow input:hover, .black-yellow input:focus, .black-yellow select:hover, .black-yellow select:focus, .black-yellow textarea:hover, .black-yellow textarea:focus {
  outline-color: var(--main-color) !important;
}
.black-yellow .header,
.black-yellow .hero-box,
.black-yellow .block,
.black-yellow .auth-item {
  background-color: var(--background-color) !important;
  color: var(--main-color) !important;
}
.black-yellow .block-description,
.black-yellow .job-info-value,
.black-yellow .story-item .story-description,
.black-yellow .story-item .story-title,
.black-yellow .auth-item-text,
.black-yellow .auth-item-url,
.black-yellow .auth-item-title,
.black-yellow .navbar-nav a {
  color: var(--main-color) !important;
}
.black-yellow [style*=background-image] {
  background-image: none !important;
}
.black-yellow ::-moz-placeholder {
  color: var(--main-color) !important;
  opacity: 0.5 !important;
}
.black-yellow ::placeholder {
  color: var(--main-color) !important;
  opacity: 0.5 !important;
}
.black-yellow ::-moz-selection {
  background-color: var(--main-color) !important;
  color: var(--background-color) !important;
}
.black-yellow ::selection {
  background-color: var(--main-color) !important;
  color: var(--background-color) !important;
}
