:root {
    --ar-font: "DinNext", sans-serif;
    --en-font: "Nunito", sans-serif;
    --font-num: "Nunito", sans-serif;
}

[dir=ltr] {
    --bs-body-font-family: var(--en-font);
}

[dir=rtl] {
    --bs-body-font-family: var(--ar-font);
}

@font-face {
    font-family: 'Nunito';
    src: url("fonts/nunito-regular.ttf") format('truetype');
}

@font-face {
    font-family: "DinNext";
    src: url("fonts/DINNextLTArabic-Regular.woff") format("woff");
    /*    src: url("fonts/DINNextLTArabic-Regular.ttf") format("truetype");*/
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DinNext";
    src: url("fonts/DINNextLTArabic-Bold.woff") format("woff");
    /*    src: url("fonts/DINNextLTArabic-Bold.ttf") format("truetype");*/
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: "DinNext";
    src: url("fonts/DINNextLTArabic-UltraLight.woff") format("woff"),
    src: url("fonts/DINNextLTArabic-UltraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: "DinNext";
    src: url("fonts/DINNextLTArabic-Medium.woff") format("woff");
    /*  src: url("fonts/DINNextLTArabic-Medium.ttf") format("truetype");*/
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DinNext";
    src: url("fonts/DINNextLTArabic-Light.woff") format("woff");
    /* src: url("fonts/DINNextLTArabic-Light.ttf") format("truetype");*/
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: "DinNext";
    src: url("fonts/DINNextLTArabic-Heavy.woff") format("woff");
    src: url("fonts/DINNextLTArabic-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*/
@font-face {
    font-family: "DinNext";
    src: url("fonts/DINNextLTArabic-Black.woff") format("woff");
    /* src: url("fonts/DINNextLTArabic-Black.ttf") format("truetype");*/
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*:root {
    --font-xl-headline: 6rem;
    --font-lg-headline: 3rem;
    --font-md-headline: 2.5rem;
    --font-subtitle: 2rem;
    --font-formgroup-title: 1rem;
    --font-paragraph-md: 1rem;
    --font-paragraph-sm: 0.875rem;
    --font-paragraph-lg-ar: 1.25rem;
    --font-paragraph-md-ar: 1.125rem;
    --font-paragraph-sm-ar: 0.875rem;
    --font-button: 1.5rem;
    --font-submit: 1rem;
    --font-size-base: 1rem;
    --font-size-md: 1rem;
    --font-size-sm: 0.85rem;
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: 700;
    --font-black: 900;
}*/
:root {
    --font-xl-headline: 6rem;
    --font-lg-headline: 2.5rem;
    --font-md-headline: 2.5rem;
    --font-subtitle: 1.5rem;
    --font-formgroup-title: 1rem;
    --font-paragraph-md: 1rem;
    --font-paragraph-sm: 0.875rem;
    --font-paragraph-lg-ar: 1.0rem;
    --font-paragraph-md-ar: 1.125rem;
    --font-paragraph-sm-ar: 0.875rem;
    --font-button: 1.5rem;
    --font-submit: 1rem;
    --font-size-base: 1rem;
    --font-size-md: 1rem;
    --font-size-sm: 0.85rem;
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: 700;
    --font-black: 900;
}

*, html, body {
    font-family: var(--ar-font) !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, ul, li {
    font-family: var(--ar-font) !important;
}

body {
    /*min-height: 768px !important;*/
    background-color: #277344;
    font-size: 16px !important;
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 30px;
    }
}

.btn {
    font-size: 15px !important;
}

a {
    text-decoration: none;
    color: #8585b1;
    font-weight: bold;
}

.font-light {
    font-weight: var(--font-light) !important;
}

.font-regular {
    font-weight: var(--font-regular) !important;
}

.font-medium {
    font-weight: var(--font-medium) !important;
}

.font-semi-bold {
    font-weight: var(--font-semi-bold) !important;
}

.font-bold {
    font-weight: var(--font-bold) !important;
}

.font-black {
    font-weight: var(--font-black) !important;
}

.typo-xl-headline, .home__title {
    /*    font-size: var(--font-xl-headline);
    font-weight: var(--font-bold);*/
    font-size: 32px;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.typo-lg-headline, .home-statistics__title {
    /*font-size: var(--font-lg-headline);*/
    /*    font-size: 40px;*/
    font-size: 30px;
    font-weight: var(--font-bold);
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.typo-md-headline, .banner__title {
    font-size: 30px;
    font-weight: var(--font-semi-bold);
    line-height: normal;
    /*    text-transform: capitalize;*/
    margin: 0;
    max-width: 900px;
}

.home__sub-title {
    font-size: 40px;
    font-weight: var(--font-semi-bold);
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.typo-subtitle, .notification-box__title {
    font-size: var(--font-subtitle);
    font-size: 30px;
    font-weight: var(--font-bold);
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

@media(min-width:1500px) {
    .home__sub-title {
        font-size: 60px !important;
    }

    .typo-md-headline, .banner__title {
        font-size: 30px !important;
    }

    .typo-xl-headline, .home__title {
        font-size: 35px !important;
    }
    .typo-xl-headline, .home__sub__title {
        font-size: 25px !important;
    }
}

@media(max-width:992px) {
    .banner__title {
        width: 400px !important;
        font-size: 24px !important;
    }
}

@media (max-width: 1400px) and (min-width: 993px) {
    .typo-md-headline, .home__sub-title {
        font-size: 30px;
    }

    .banner__title {
        font-size: 24px;
        width: 490px;
    }
}


.typo-formgroup-title, .mega-menu__nav-link {
    font-size: var(--font-formgroup-title);
    font-weight: var(--font-semi-regular);
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.typo-paragraph-md {
    font-size: var(--font-paragraph-md);
    font-weight: var(--font-regular);
    line-height: 27px;
    text-transform: capitalize;
    margin: 0;
}

.typo-paragraph-sm {
    font-size: var(--font-paragraph-sm);
    font-weight: var(--font-regular);
    line-height: 24px;
    text-transform: capitalize;
    margin: 0;
}

.typo-paragraph-lg-ar, .map-regions__title, .statistics-card__bottom, .about-box {
    /*   font-size: 20px;*/
    font-size: 16px;
    font-weight: var(--font-regular);
    /*line-height: 36px;*/
    line-height: 22px;
    text-transform: capitalize;
    margin: 0;
}

.typo-paragraph-md-ar {
    padding: 0px 30px;
}

.typo-paragraph-md-ar, .program-card__desc, .home-statistics__text, .about-goal__text {
    font-size: var(--font-paragraph-md-ar);
    font-size: 16px;
    font-weight: var(--font-regular);
    line-height: 27px;
    text-transform: capitalize;
    margin: 0;
    text-align: justify;
}


[dir=ltr] .typo-paragraph-md-ar, .program-card__desc, .home-statistics__text, .about-goal__text {
    font-size: 16px;
}

.typo-paragraph-sm-ar {
    font-size: var(--font-paragraph-sm-ar);
    font-weight: var(--font-regular);
    line-height: 24px;
    text-transform: capitalize;
    margin: 0;
}


.font-button, .mega-menu__nav-link > span {
    font-size: var(--font-button);
    font-weight: var(--font-bold);
    line-height: 32px;
    text-transform: capitalize;
    margin: 0;
}

.font-submit {
    font-size: var(--font-submit);
    font-weight: var(--font-bold);
    line-height: 21px;
    text-transform: capitalize;
    margin: 0;
}

.font-size-base {
    font-size: var(--font-size-base);
    font-weight: var(--font-regular);
    line-height: 27px;
    text-transform: capitalize;
    margin: 0;
}

.font-size-md {
    font-size: var(--font-size-md);
    font-weight: var(--font-regular);
    line-height: 27px;
    text-transform: capitalize;
    margin: 0;
}

.font-size-sm {
    font-size: var(--font-size-sm);
    font-weight: var(--font-light);
    line-height: 24px;
    text-transform: capitalize;
    margin: 0;
}

.font-num {
    font-family: var(--font-num) !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-no-underline {
    text-decoration: none !important;
}

.text-line-through {
    text-decoration: line-through !important;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.text-start {
    text-align: start !important;
}

.text-end {
    text-align: end !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

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

.landing-container {
    --bs-gutter-x: 6.5rem;
}

.landing-page {
    position: relative;
    display: flex;
    flex-direction: column;
    color: var(--color-white, #fff);
    min-height: 100vh;
    height: 100vh;
    padding: 7rem 0 5rem;
}

.landing-page__slide {
    flex: 1;
}

.landing__section {
    position: relative;
    padding: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.landing-page__footer {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    /* z-index: 10;*/
    z-index: 2000 !important;
}

.landing-footer--container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.landing-footer__end {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.help-button {
    --bg: #fff;
    --fill: var(--Primary-Dark-Purple, #277344);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    border: 4px solid rgba(255, 255, 255, 0.15);
}

.help-button--light {
    --bg: var(--Light, #277344);
    --fill: #fff;
}

.help-button > svg {
    width: 20px;
    height: 20px;
    fill: var(--fill);
}

.chatbtnanimation {
    position: relative;
}

    .chatbtnanimation::after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 50px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        transform: scale(0);
        animation-name: chatbuttonpulsing;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

@keyframes chatbuttonpulsing {
    0% {
        transform: scale(0.5);
    }

    50%, 100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.landing-page__progress {
    --swiper-pagination-progressbar-size: 10px;
    --swiper-pagination-progressbar-bg-color: rgba(255, 255, 255, 0.10);
    --swiper-pagination-color: linear-gradient(90deg, #277344 0%, #343253 100%);
    position: relative;
    width: 500px;
}

    .landing-page__progress .swiper-pagination-progressbar,
    .landing-page__progress .swiper-pagination-progressbar-fill {
        border-radius: 3em;
    }

    .landing-page__progress .swiper-pagination-progressbar {
        border: 1px solid rgba(255, 255, 255, 0.01);
    }


.landing-page__progress-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.landing-page__arrows-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.rightarrow,
.leftarrow,
.mouseico {
    /* display: flex;
        justify-content: center;
        align-items: center;*/
    color: rgba(255, 255, 255, 0.5);
}

.landing-page__progress-container i {
    height: auto;
}

[dir=ltr] .landing-page__progress-container i::before {
    transform: rotate(180deg) !important;
}

.landing-page__arrows-container img {
    width: 20px;
    filter: brightness(60%) invert(0.7);
}

.__rokhas-contenet-holder .logopart .activelogo {
    background-color: white !important;
}

    .__rokhas-contenet-holder .logopart .activelogo img {
        filter: none;
        -webkit-filter: none !important;
    }

.activeArrow {
    color: white;
    animation-name: blinkingarr;
    animation-duration: 700ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.landing-page__arrows-container .activeArrow {
    color: white;
    animation-name: blinkingarr;
    animation-duration: 700ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.landing-footer__start {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 16px;
}

/*.landing-page__slide-name {
    font-size: 14px;
    height: 22px;
    width: 150px;
}*/

.landing-page__slide-name {
    /*   font-size: 14px;
    height: 11px;
    padding: 0px 10px;*/
    font-size: 15px;
    height: 11px;
    padding: 0px 20px;
}

@keyframes blinkingarr {
    0% {
        opacity: 50%;
    }

    100% {
        opacity: 100%;
    }
}

#homeSlider .swiper-button-prev {
    --swiper-navigation-size: 15px;
    --swiper-navigation-color: white;
    top: 6px !important;
    right: -24px !important;
    left: auto !important;
}

[dir=ltr] #homeSlider .swiper-button-prev {
    left: -24px !important;
    right: auto !important;
    transform: rotate(180deg);
}

#homeSlider .swiper-button-prev::after {
    content: "\f280";
    font-family: "bootstrap-icons";
}

#homeSlider .swiper-button-next {
    --swiper-navigation-size: 15px;
    --swiper-navigation-color: white;
    right: auto !important;
    left: -24px !important;
    top: 6px !important;
}

[dir=ltr] #homeSlider .swiper-button-next {
    left: auto !important;
    right: -24px !important;
    transform: rotate(180deg);
}

#homeSlider .swiper-button-next::after {
    content: "\f27f";
    font-family: "bootstrap-icons";
}

#homeSlider .swiper-button-prev:not(.swiper-button-disabled),
#homeSlider .swiper-button-next:not(.swiper-button-disabled) {
    animation-name: blinkingarr;
    animation-duration: 700ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.home {
    height: 100%;
    /* padding-top: 5rem;*/
    padding-top: 3rem;
}

.home__figure {
    --bg: linear-gradient(180deg, #102317 0.03%, rgba(16, 35, 23, 0.95) 11.34%, rgba(16, 35, 23, 0.30) 31.75%, rgba(16, 35, 23, 0.44) 77.32%, rgba(16, 35, 23, 0.65) 86.6%, #102317 100%);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

    .home__figure video,
    .home__figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home__figure:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: var(--bg);
    }

.home__figure--about {
    --bg: linear-gradient(180deg, #102317 0.03%, rgba(16, 35, 23, 0.95) 11.34%, rgba(16, 35, 23, 0.30) 31.75%, rgba(16, 35, 23, 0.44) 77.32%, rgba(16, 35, 23, 0.65) 86.6%, #102317 100%);
}

.home__figure--chart {
    background-color: #222136;
    --bg: linear-gradient(180deg, rgba(34, 33, 54, 97%) 0.07%, rgba(34, 33, 54, 97%), rgba(34, 33, 54, 97%) 99.92%);
    background-image: url("../images/chart_logo_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*
.home__container {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}*/

.home__container {
    display: flex;
    padding-inline-start: 70px;
    align-items: center;
    height: calc(100vh - 340px);
    justify-content: flex-start;
}


@media (min-width: 1600px) {
    .home__container {
        padding-top: 0;
    }
}

.home__heading {
    color: var(--color-white, #fff);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

[dir=rtl] .home__heading {
    align-items: flex-start;
}

.home__notifications {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    transition: all 0.2s ease-in-out;
    z-index: 1000;
}

.home__notifications--hidden {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 3rem);
}

.about-content-wrapper,
.about-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-block {
    gap: 10px;
}

@media (max-width: 1600px) {
    .about-content-wrapper, .about-block {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
}


.about-box {
    border-radius: 30px;
    background: rgba(112, 112, 163, 0.4);
    padding: 30px;
    text-align: justify;
}

.about-goals {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-goal {
    display: flex;
    gap: 16px;
    align-items: center;
}

.about-goal__icon {
    width: 70px;
    flex: 0 0 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 17px;
}

    .about-goal__icon img {
        width: 100%;
        height: 100%;
    }

.about-goal__text {
    color: var(--color-white, #fff);
}

.home-statistics {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.home-statistics__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.home-statistics__num {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.home-statistics__count {
    font-size: 85px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(88deg, #277344 -3.52%, #E6EFFA 67.16%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.home-statistics__bottom-cell {
    display: flex;
    gap: 20px;
}

.home-statistics__bottom-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #343253;
    color: var(--Secondary-Light-blue, #E6EFFA);
    font-size: 48px;
    font-weight: 700;
    width: 100px;
    height: 100px;
}

.home-statistics__bottom-number--grad {
    background: rgba(112, 112, 163, 0.8);
}

@media (min-width: 1600px) {
    .home-statistics__bottom-number {
        font-size: 64px;
        width: 160px;
        height: 120px;
    }
}

.home-statistics__bottom-text {
    display: flex;
    flex-direction: column;
    color: var(--Secondary-Light-blue, #E6EFFA);
    font-size: 30px;
    gap: 10px;
}

    .home-statistics__bottom-text strong {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.1;
    }
/*@media (min-width: 1600px) {
  .home-statistics__bottom-text {
    font-size: 30px;
  }
  .home-statistics__bottom-text strong {
    font-size: 52px;
  }
}*/
.home-statistics__bottom {
    display: flex;
    justify-content: space-between;
}

.statistics-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 35px;
    background: linear-gradient(115deg, rgba(43, 103, 239, 0.2) 0%, rgba(112, 61, 148, 0.2) 50.52%, rgba(69, 12, 120, 0.2) 100%), #343253;
    padding: 25px;
    /*height: 200px;*/
    height: 150px;
}

@media(min-width: 1600px) {
    .statistics-card {
        /* height: 220px;*/
        height: 185px;
    }
}

.statistics-card__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

@media(max-width: 1600px) {
    .statistics-card__top {
        font-size: 35px !important;
        line-height: unset;
    }
}

.statistics-card__top-icon {
    height: 64px;
    width: 46px;
    fill: #fff;
}

@media(min-width: 1600px) {
    .statistics-card__top-icon {
        height: 73px;
        width: 66px;
    }
}

.statistics-card__bottom {
    padding-bottom: 0.8rem;
}

.swiper#home_statistics_slide {
    padding-bottom: 50px;
}

    .swiper#home_statistics_slide .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0.8);
    }

.home-programs {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.program-card {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: rgba(112, 112, 163, 0.5);
    border-radius: 30px;
    height: 100%;
}

@media (min-width: 992px) {
    .program-card {
        max-width: 520px;
    }
}

.program-card__title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.program-card__logo {
    height: 40px;
}

    .program-card__logo img {
        max-width: 100%;
        height: 100%;
    }

.program-card__link {
    margin-top: auto;
    color: #fff;
}

.org-chart {
    /* --row-gap: 15px;*/
    --row-gap: 5px;
    display: flex;
    flex-wrap: wrap;
    row-gap: var(--row-gap);
}

.org-chart--top {
    justify-content: center;
    gap: 50px;
}

    .org-chart--top .org-chart__col {
        width: 19.285714%;
    }

.org-chart + .org-chart {
    margin-top: var(--row-gap);
}

@media (min-width: 1600px) {
    .org-chart {
        --row-gap: 25px;
    }
}

.org-chart__col {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

@media (max-width: 1299px) {
    .org-chart__col {
        width: 33.285714%;
    }
}

@media (min-width: 1300px) {
    .org-chart__col {
        width: 14.2857142857%;
    }
}

@media (max-width: 980px) {
    .org-chart--top {
        width: max-content;
        gap: 170px;
        margin: 0 -140px;
        padding-bottom: 60px;
    }


    #bottom-div {
        row-gap: 60px;
    }
}

.org-chart-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    /* width: 150px;*/
    width: 200px;
    margin: auto;
}

.org-chart-card-top {
    width: 340px;
}

@media(min-width: 1600px) {
    .org-chart-card-top {
        width: 390px;
    }
}


.org-chart-card__image {
    height: 99px;
    width: 85px;
    border-radius: 5px;
    overflow: hidden;
    background: #343253;
}

    .org-chart-card__image > img {
        width: 100%;
        height: 100%;
        /*     object-fit: contain;*/
        object-fit: cover;
    }

.org-chart-card__name {
    color: #E6EFFA;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.org-chart-card__title {
    color: #9e9e9e;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 1600px) {
    .org-chart-card__name {
        font-size: 14px;
    }

    .org-chart-card__title {
        font-size: 12px;
    }

    .org-chart-card {
        gap: 0px;
    }

    .org-chart + .org-chart {
        margin-top: 10px;
    }
}
/*@media (max-width: 1600px) {
    .org-chart-card__title {
        display:none;
    }
}*/
.h5, h5 {
    font-size: 20px;
}

p {
    font-size: 16px !important;
    font-weight: normal;
}



.header {
    padding: 1.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    display: flex;
    gap: 30px;
}

    .header__logo img {
        height: 50px;
    }

@media(max-width:500px) {
    .header__logo img {
        height: 30px;
    }
}

.header__end__container {
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1400px) {
    .header__end__container {
        justify-content: flex-end;
    }
}

.nav-list {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 32px;
}

@media (min-width: 1600px) {
    .nav-list {
        gap: 48px;
    }
}


.nav-list__item {
    list-style: none;
}

.nav-list__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.nav-list svg {
    fill: #F3F0FC;
}

.nav-list svg, .nav-list img {
    width: 32px;
    height: 32px;
}

.nav-list__text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.header__user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__burger-menu {
    display: none;
}

.header__nav {
    display: none;
}

@media only screen and (min-width: 1300px) {
    .header__nav {
        display: inline-block;
    }
}

.header__nav-list {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .header__burger-menu {
        display: block;
    }

    .header__end {
        position: fixed;
        top: 145px;
        background: antiquewhite;
        width: 100%;
        height: 100%;
        top: 109px;
        left: -100%;
        transition: all 0.5s;
    }

    .header__end--show {
        left: 0;
    }

    .nav-list {
        justify-content: center;
        flex-direction: column;
        padding-top: 70px;
    }

    .header__user {
        flex-direction: column;
        gap: 32px;
    }

    .row.header__end__container {
        flex-direction: column;
        gap: 75px;
    }
}

[dir=rtl] .btn:not(.btn-icon) {
    /* padding-top: 0.275rem;
    padding-bottom: 0.475rem;*/
}

.btn {
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-padding-x: 1.25rem;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

    .btn svg {
        fill: var(--bs-btn-color);
    }

.btn-rounded {
    --bs-btn-border-radius: 50%;
}

._seachiconholder {
    position: relative;
    width: 38px;
    height: 38px;
}

    ._seachiconholder .searchbartoggle {
        z-index: 10 !important;
        opacity: 1 !important;
        top: 50px !important;
    }

    ._seachiconholder .searchbarholder {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 431px;
        height: 80px;
        background-color: rgba(112, 112, 163, 0.25);
        z-index: -1;
        left: 0;
        top: 40px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

[dir=ltr] ._seachiconholder .searchbarholder {
    left: auto;
    right: 0;
}

._seachiconholder .searchbarholder input[type=text] {
    position: relative;
    color: white;
    border-radius: 10px;
    width: 409px;
    height: 53px;
    background-color: rgba(112, 112, 163, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 10px 0 75px;
}

.searchbarholder.show {
    opacity: 1;
}

[dir=ltr] ._seachiconholder .searchbarholder input[type=text] {
    padding: 0 75px 0 10px;
}

._seachiconholder .searchbarholder input[type=text]:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.3);
}

._seachiconholder .searchbarholder input[type=text]::placeholder {
    color: white !important;
}

._seachiconholder .searchbarholder button[type=submit] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: absolute;
    left: 18px;
    background-color: #277344;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 13px;
}

[dir=ltr] ._seachiconholder .searchbarholder button[type=submit] {
    left: auto;
    right: 18px;
}

._seachiconholder .searchbarholder button[type=submit]:hover {
    background-color: rgba(112, 112, 163, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

._seachiconholder .searchbarholder button[type=submit]:active {
    background-color: rgba(112, 112, 163, 0.5);
    transform: translate(1px, 1px);
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
}



.btn-primary {
    background: linear-gradient(0deg, var(--Light, #277344) 0%, var(--Light, #277344) 100%), linear-gradient(90deg, #2B67EF 0%, #703D94 100%);
    --bs-btn-color: #fff;
    --bs-btn-border-color: #277344;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b7b7cb;
    --bs-btn-hover-border-color: #b7b7cb;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b7b7cb;
    --bs-btn-active-border-color: #b7b7cb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #277344;
    --bs-btn-disabled-border-color: #277344;
}

.btn-primary--black {
    --bs-btn-border-color: #fff;
	color: #fff
}

    .btn-primary--black svg {
        fill: #000;
    }

    .btn-primary--black:hover, .btn-primary--black:focus, .btn-primary--black:active {
        color: #fff;
    }

        .btn-primary--black:hover svg, .btn-primary--black:focus svg, .btn-primary--black:active svg {
            fill: #fff;
        }

.btn-info {
    width: 190px;
    padding: 10px 20px;
    background-color: #222136;
    border: none;
    outline: none;
    border-radius: 5px;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #222136;
    }

.btn-outline-light {
    --bs-btn-color: #fff;
    --bs-btn-border-color: rgba(255, 255, 255, .5);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #fff;
}

.btn-icon {
    --bs-btn-padding-y: .2rem;
    --bs-btn-padding-x: .2rem;
    width: 38px;
    height: 38px;
    justify-content: center;
    font-size: 18px !important;
}

.btn-dropdown {
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.dropdown-toggle::after {
    display: none;
}

.mega-menu {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
    /* z-index: 100;*/
    z-index: 2600;
    background: rgba(55, 162, 96, 0.95) !important;
    backdrop-filter: blur(42px);
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1600px) {
    .mega-menu {
        width: 35%;
    }
}


[dir=ltr] .mega-menu {
    left: unset;
    right: 0;
}

@media (max-width: 992px) {
    .mega-menu {
        width: 100%;
    }
}

.mega-menu--hidden {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
}

.mega-menu__header {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    align-items: center;
}

    .mega-menu__header .btns-groub {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 33%;
    }

.mega-menu__close {
    width: 48px;
    height: 48px;
}

.mega-menu__nav {
    flex: 1;
    display: flex;
    justify-content: center;
    overflow: auto;
}

    .mega-menu__nav ul {
        list-style: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        /*  gap: 10px;*/
        gap: 25px;
    }

@media only screen and (max-width: 1600px) {

    .mega-menu__nav ul {
        gap: 10px
    }
}

.mega-menu__nav-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

    .mega-menu__nav-link > span {
        font-size: 18px;
        color: #fff;
    }

    .mega-menu__nav-link:hover {
        color: #fff;
    }

.mega-menu__parent + .notdisplay ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

    .mega-menu__parent + .notdisplay ul li {
        margin: 0;
        padding: 10px 5px;
    }

        .mega-menu__parent + .notdisplay ul li a {
            text-decoration: none;
            color: white;
            transition: all 300ms ease-in-out;
            display: block;
        }

            .mega-menu__parent + .notdisplay ul li a:hover {
                transform: translateY(-5px);
                color: rgba(255, 255, 255, 0.8);
            }



.mega-menu__description {
    font-weight: var(--font-semi-regular) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px !important;
}
/*.mega-menu__nav-link:hover .mega-menu__description {
    display: block !important;
}*/
@media only screen and (max-width: 1700px) {
    .mega-menu__description {
        /* display: none; */
    }

    .mega-menu__nav ul {
        gap: 30px;
    }
}

.mega-menu__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

@media only screen and (max-width: 992px) {
    .mega-menu__footer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 3.75rem;
        flex-wrap: wrap-reverse;
    }
}

.mega-menu__watermark {
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

    .mega-menu__watermark > img {
        max-width: 28vw;
        height: 100vh;
    }

@media only screen and (max-width: 992px) {
    .mega-menu__watermark > img {
        max-width: 80vw;
    }
}


.mega-menu__footer-start {
    display: flex;
    align-items: center;
    gap: 1.875rem;
}

    .mega-menu__footer-start .mega-menu-footer-link {
        text-decoration: none;
        color: #e9e9eb;
        font-size: 0.875rem;
        font-weight: 400;
    }

        .mega-menu__footer-start .mega-menu-footer-link:hover {
            color: #ffffff;
        }

.mega-menu__footer-mid {
    color: #a8a7af;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 24px;
}

.mega-menu__footer-end {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

    .mega-menu__footer-end .mega-menu-footer-link {
        padding: 0.625rem;
    }

.social-media-link i, .social-media-link svg {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-media-link:hover i, .social-media-link:hover svg {
    color: #fff;
}

.notdisplay {
    display: none;
}

.mega-menu__parent-sub {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

    .mega-menu__parent-sub i {
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
    }

.notification-box {
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.07);
    background: rgba(34, 33, 54, 0.8);
    box-shadow: 4px 4px 24px -10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7px);
    /*    padding: 1.4rem 1.8rem 1.8rem;*/
    padding: 10px 15px;
    /*display: flex;
    flex-direction: column;
    gap: 0.8rem;*/
    position: fixed;
    bottom: 50px;
    /*  width: 50%;*/
    width: fit-content;
}

    .notification-box .announcement-body {
        font-weight: normal !important;
        margin: 20px 10px;
    }

        .notification-box .announcement-body span {
            line-height: 2;
        }

[dir=ltr] .notification-box .announcement-body {
    text-align: left;
}

.notification-box .announcement-body a {
    color: #aaaac8;
}

[dir=rtl] .notification-box {
    right: 50px;
}

[dir=ltr] .notification-box {
    left: 50px;
}

.notification-box__title {
    line-height: normal;
    font-size: 24px;
    margin-bottom: 10px;
}

.notification-box__text {
    margin-bottom: 0;
    font-size: 16px;
    /* line-height: 27px;*/
    /*  padding-inline-end: 3rem;*/
}
    /*
        .notification-box__text span {
            font-weight: var(--font-bold);
        }*/


    .notification-box__text img {
        height: 450px !important;
    }

@media(max-width:992px) {
    .notification-box {
        /*        width: fit-content;*/
        width: 100% !important;
    }

    .notification-box__text img {
        /*      height: 555px !important;*/
        width: 100% !important;
    }
}

.notification-box__actions {
    display: flex;
    justify-content: flex-end;
    /*gap: 1.2rem;*/
    gap: 0.6rem;
    margin-top: 0.7rem;
}

.breadcrumb {
    --bs-breadcrumb-item-color: #E6EFFA;
    --bs-breadcrumb-item-active-color: #999eac;
    --bs-breadcrumb-font-size: 0.875rem;
    --bs-breadcrumb-font-weight: 400;
    --bs-breadcrumb-divider: url("https://business.sa/images/svg-icons.svg#arrow");
}

    .breadcrumb .breadcrumb-item a {
        transition: all 0.3s;
        text-decoration: none;
        font-size: var(--bs-breadcrumb-font-size);
        font-weight: var(--bs-breadcrumb-font-weight);
        color: var(--bs-breadcrumb-item-color);
    }

    .breadcrumb .breadcrumb-item:hover a {
        color: #277344;
    }

[dir=ltr] .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: url(../images/Vector.svg);
    /*    content: ">";*/
    color: #277344;
    /*    color: var(--bs-breadcrumb-item-active-color);*/
    font-weight: 600;
    padding: 0px 6px;
    transform: rotate(180deg);
}

[dir=rtl] .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: url(../images/Vector.svg);
    /*    content: ">";*/
    color: #277344;
    float: right;
    /*padding-right: 0;
    padding-left: var(--bs-breadcrumb-item-padding-x);*/
    padding: 3px 6px;
}
/*
    [dir=rtl] .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 0;
        padding-right: var(--bs-breadcrumb-item-padding-x);
    }*/

.page-section {
    background-color: #fff;
    position: relative;
    padding: 0.125rem 0 8.875rem 0;
    /*min-height: 150vh;*/
    min-height: calc(100vh - 335px);
    /* min-height: fit-content;*/
    z-index: 0;
}

@media(max-width:1600px) {
    .page-section {
        /* padding: 15px 60px;*/
        /* padding: 10px 0;*/
        padding: 10px 0px 60px 0px;
    }
}


.layout-floating-chat {
    position: fixed;
    left: 12px;
    bottom: 50px;
}

[dir=ltr] .layout-floating-chat {
    left: unset;
    right: 12px;
}

.layout-floating-chat .p1,
.layout-floating-chat .p2 {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    color: white;
    cursor: pointer !important;
}

    .layout-floating-chat .p1 .txt,
    .layout-floating-chat .p2 .txt {
        transition: all 0.5s ease-in-out;
        z-index: -1;
    }

.ShowChat {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.hideChat {
    transform: translateX(-50px) !important;
    opacity: 0 !important;
}

[dir=ltr] .hideChat {
    transform: translateX(50px) !important;
}

.hidehelp {
    transform: translateX(-50px) !important;
    transition-delay: 500ms !important;
    opacity: 0 !important;
}

[dir=ltr] .hidehelp {
    transform: translateX(50px) !important;
}


.purchase {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.purchase__maincart {
    width: 100%;
    background-color: rgba(112, 112, 163, 0.6);
    border-radius: 10px;
    padding: 25px 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

    .purchase__maincart h3 {
        font-size: 23px;
        width: fit-content;
        margin: 0 auto;
        position: relative;
        margin-bottom: 15px;
    }

        .purchase__maincart h3::after {
            content: url("../images/heading_hline.svg");
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 0;
        }

@media (max-width: 1400px) {
    .purchase__maincart h3::after {
        content: "";
    }
}

.purchase__maincart p {
    padding: 7px 15px 0;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

.purchase__secondsection {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-direction: row;
}

@media (max-width: 1400px) {
    .purchase__secondsection {
        flex-direction: column;
    }
}

.purchase__secondsection .purchase__secondsection-blocks {
    flex: 1.1;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

[dir=ltr] .purchase__secondsection .purchase__secondsection-blocks {
    gap: 4px;
}

.purchase__secondsection .purchase__secondsection-blocks .active {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #343253 !important;
}

.purchase__secondsection .purchase__secondsection-block {
    width: 164px;
    height: 105px;
    border-radius: 10px;
    background-color: rgba(112, 112, 163, 0.6);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    transition: all 300ms ease-in-out;
}

@media (max-width: 1400px) {
    .purchase__secondsection .purchase__secondsection-block {
        /*width: 222px;*/
        width: 340px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .purchase__secondsection .purchase__secondsection-block {
        width: 32.2580645161%;
    }
}

.purchase__secondsection .purchase__secondsection-block .icon-section {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 55px;
    overflow: hidden;
}

.purchase__secondsection .purchase__secondsection-block .txt-section {
    padding-top: 10px;
    width: 100%;
    flex: 1;
    max-height: 55px;
    overflow: hidden;
}

.purchase__secondsection .purchase__secondsection-block svg {
    width: 33px;
}

    .purchase__secondsection .purchase__secondsection-block svg path {
        stroke: rgba(255, 255, 255, 0.7);
    }

.purchase__secondsection .purchase__secondsection-block i {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.7);
}

.purchase__secondsection .purchase__secondsection-block h6 {
    font-weight: 200;
    text-align: center;
    font-size: 16px;
}

.purchase__secondsection .purchase__secondsection-block:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #343253;
}

    .purchase__secondsection .purchase__secondsection-block:hover i {
        color: white;
    }

    .purchase__secondsection .purchase__secondsection-block:hover svg path {
        stroke: white;
    }

.purchase__secondsection .purchase__secondsection-privew {
    flex: 3;
    background-color: #343253;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 20px;
    }

        .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content h5 {
            font-weight: 400;
            color: rgba(255, 255, 255, 0.7);
            padding-bottom: 20px;
            line-height: 1.5;
            text-align: justify;
        }

        .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content p {
            color: #9DAFDA;
            font-weight: 300;
            font-size: 17px;
            width: 50%;
            text-align: center;
        }

        .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .linkpart {
            width: 100%;
            margin-top: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

            .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .linkpart img {
                width: 90px;
            }

            .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .linkpart .vline {
                border-left: 1px solid rgba(255, 255, 255, 0.5);
                height: 20px;
            }

            .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .linkpart a {
                color: white;
                text-decoration: none;
                font-size: 16px;
                font-weight: 300;
                display: flex;
                gap: 10px;
                transition: all 300ms ease-in-out;
            }

[dir=ltr] .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .linkpart i {
    transform: rotate(-180deg);
}

.purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .linkpart a:hover,
.purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .linkpart a :active {
    color: #9DAFDA;
}

.purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .contact-cont {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
    padding: 5px;
}

    .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .contact-cont .telholder,
    .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .contact-cont .mailholder {
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

        .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .contact-cont .telholder .teltxt,
        .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .contact-cont .mailholder .teltxt {
            font-size: 20px;
            color: rgba(255, 255, 255, 0.7);
            letter-spacing: 3px;
        }

        .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .contact-cont .telholder .mailtxt a,
        .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .contact-cont .mailholder .mailtxt a {
            font-size: 20px;
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: all 0.3s ease-in-out;
        }

            .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .contact-cont .telholder .mailtxt a:hover,
            .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .contact-cont .mailholder .mailtxt a:hover {
                color: white;
            }

    .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .contact-cont .conatact-ico-cont {
        display: flex;
        padding: 7px;
        background-color: #277344;
        border-radius: 9px;
        justify-content: center;
        align-items: center;
    }

        .purchase__secondsection .purchase__secondsection-privew .purchase__secondsection-content .contact-cont .conatact-ico-cont i {
            font-size: 20px;
            line-height: 0;
            color: rgba(255, 255, 255, 0.7);
        }

/*_hierachy*/

._hierachy .mainbg {
    background-color: rgb(34, 33, 54);
    z-index: 9;
}

._hierachy .f-p-holder {
    position: absolute;
    z-index: 10;
    width: 480px;
    height: 493px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

._hierachy .hierachycontainer {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 980px) {
    ._hierachy .hierachycontainer {
        height: 965px;
    }
}

._hierachy .top-main-holder {
    position: relative;
    left: -50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    width: 903px;
    height: 101px;
    top: 0;
    z-index: 3;
}

[dir=ltr] ._hierachy .top-main-holder {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

._hierachy .center-main-holder {
    position: relative;
    left: -50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    width: 903px;
    height: 101px;
    top: 69px;
    z-index: 2;
}

[dir=ltr] ._hierachy .center-main-holder {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

._hierachy .last-main-holder {
    position: relative;
    left: -50%;
    transform: translateX(50%);
    width: 903px;
    height: 101px;
    top: 138px;
}

[dir=ltr] ._hierachy .last-main-holder {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

._hierachy .h-right-line {
    position: absolute;
    height: 3px;
    width: 128px;
    background-color: #6a6886;
    top: 50%;
    right: -128px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

[dir=ltr] ._hierachy .h-right-line {
    right: auto;
    left: -128px;
}

._hierachy .h-right-line::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    background-color: #6a6886;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

[dir=ltr] ._hierachy .h-right-line::after {
    right: auto;
    left: -8px;
}

._hierachy .h-left-line {
    position: absolute;
    height: 3px;
    width: 128px;
    background-color: #6a6886;
    top: 50%;
    left: -128px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

[dir=ltr] ._hierachy .h-left-line {
    left: auto;
    right: -128px;
}

._hierachy .h-left-line::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    background-color: #6a6886;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

[dir=ltr] ._hierachy .h-left-line::after {
    left: auto;
    right: -8px;
}

._hierachy .top-right-corner {
    bottom: -11px;
    left: 69px;
    position: absolute;
    width: 37px;
    height: 11px;
    border-top: 3px solid #6a6886;
    border-right: 3px solid #6a6886;
    border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -ms-border-radius: 0 10px 0 0;
    -o-border-radius: 0 10px 0 0;
}

[dir=ltr] ._hierachy .top-right-corner {
    left: auto;
    right: 69px;
    border-left: 3px solid #6a6886;
    border-right: none;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
}

._hierachy .top-right-corner .v-line-bottom {
    position: absolute;
    right: -3px;
    bottom: -67px;
    width: 3px;
    height: 67px;
    background-color: #6a6886;
}

[dir=ltr] ._hierachy .top-right-corner .v-line-bottom {
    right: auto;
    left: -3px;
}

._hierachy .top-right-corner .v-line-bottom::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 8px;
    height: 8px;
    background-color: #6a6886;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

[dir=ltr] ._hierachy .top-right-corner .v-line-bottom::after {
    right: 50%;
}

._hierachy .top-left-corner {
    bottom: -11px;
    right: 69px;
    position: absolute;
    width: 37px;
    height: 11px;
    border-top: 3px solid #6a6886;
    border-left: 3px solid #6a6886;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
}

[dir=ltr] ._hierachy .top-left-corner {
    right: auto;
    left: 69px;
    border-left: none;
    border-right: 3px solid #6a6886;
    border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -ms-border-radius: 0 10px 0 0;
    -o-border-radius: 0 10px 0 0;
}

._hierachy .top-left-corner .v-line-bottom {
    position: absolute;
    left: -3px;
    bottom: -67px;
    width: 3px;
    height: 67px;
    background-color: #6a6886;
}

[dir=ltr] ._hierachy .top-left-corner .v-line-bottom {
    left: auto;
    right: -3px;
}

._hierachy .top-left-corner .v-line-bottom::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 8px;
    height: 8px;
    background-color: #6a6886;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

[dir=ltr] ._hierachy .top-left-corner .v-line-bottom::after {
    right: 50%;
}

@media (min-width: 981px) {
    ._hierachy .top-left-corner .v-line-bottom-extend::after {
        content: none;
    }
}

._hierachy .block-contour {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 90px;
    border: 3px solid #6a6886;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

._hierachy .l-level-block-postion {
    position: relative;
}

._hierachy .sbc-block-position {
    position: absolute;
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

._hierachy .ceo-block-position {
    position: absolute;
    z-index: 11;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

._hierachy .internal-audit-dep-block-position {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

[dir=ltr] ._hierachy .internal-audit-dep-block-position {
    right: auto;
    left: 0;
}

._hierachy .corporate-excellence-dep-block-position {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

[dir=ltr] ._hierachy .corporate-excellence-dep-block-position {
    right: auto;
    left: 0;
}

._hierachy .risk-and-compliance-dep-block-position {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

[dir=ltr] ._hierachy .risk-and-compliance-dep-block-position {
    left: auto;
    right: 0;
}

._hierachy .deputy-ceo-block-position {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

._hierachy .right-block-double-position {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

[dir=ltr] ._hierachy .right-block-double-position {
    right: auto;
    left: 0;
}

._hierachy .left-block-double-position {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

[dir=ltr] ._hierachy .left-block-double-position {
    left: auto;
    right: 0;
}

._hierachy .block-hole-top {
    z-index: 1;
    width: 29px;
    height: 5px;
    position: absolute;
    top: -3px;
    left: 50%;
    background-color: rgb(34, 33, 54);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

._hierachy .block-hole-bottom {
    width: 29px;
    height: 5px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    background-color: rgb(34, 33, 54);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

._hierachy .block-hole-right {
    background-color: rgb(34, 33, 54);
    height: 29px;
    width: 5px;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

[dir=ltr] ._hierachy .block-hole-right {
    right: auto;
    left: -3px;
}

._hierachy .block-hole-left {
    background-color: rgb(34, 33, 54);
    height: 29px;
    width: 5px;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

[dir=ltr] ._hierachy .block-hole-left {
    left: auto;
    right: -3px;
}

._hierachy .block-content {
    width: 198px;
    height: 73px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

._hierachy .block-content-bg {
    background-image: url(../images/hierarchyblockbg.svg);
    background-repeat: no-repeat;
    background-position: 114% 50%;
    background-size: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

._hierachy .hover-disabled {
    pointer-events: none;
}

._hierachy .block-content-bg-color-level-1 {
    background-color: rgba(112, 112, 163, 0.5);
    transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
}

    ._hierachy .block-content-bg-color-level-1:hover {
        background-color: rgba(112, 112, 163, 0.8);
    }

        ._hierachy .block-content-bg-color-level-1:hover .block-content-title {
            display: none;
        }

        ._hierachy .block-content-bg-color-level-1:hover .block-content-nameandemail {
            display: flex;
        }

._hierachy .block-content-bg-color-level-2 {
    background-color: rgba(255, 255, 255, 0.2);
    transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
}

    ._hierachy .block-content-bg-color-level-2:hover {
        background-color: rgba(255, 255, 255, 0.4);
    }

        ._hierachy .block-content-bg-color-level-2:hover .block-content-title {
            display: none;
        }

        ._hierachy .block-content-bg-color-level-2:hover .block-content-nameandemail {
            display: flex;
        }

._hierachy .block-content-bg-color-level-3 {
    background-color: rgba(112, 112, 163, 0.2);
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

    ._hierachy .block-content-bg-color-level-3:hover {
        background-color: #277344;
    }

        ._hierachy .block-content-bg-color-level-3:hover .block-content-title {
            display: none;
        }

        ._hierachy .block-content-bg-color-level-3:hover .block-content-nameandemail {
            display: flex;
        }

._hierachy .block-content-title {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 5px;
}

    ._hierachy .block-content-title h6 {
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        margin: 0;
    }

._hierachy .block-content-nameandemail {
    display: none;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    overflow: hidden;
    gap: 5px;
}

    ._hierachy .block-content-nameandemail .nameandmailholder {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        white-space: nowrap;
        flex-wrap: nowrap;
        font-weight: normal;
    }

        ._hierachy .block-content-nameandemail .nameandmailholder span {
            display: block;
            width: 100%;
            max-width: 156px;
            text-wrap: nowrap;
            font-weight: normal;
        }

        ._hierachy .block-content-nameandemail .nameandmailholder .small-font {
            font-size: 14px;
        }

._hierachy .block-contour-double {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: white;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 180px;
    border: 3px solid #6a6886;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

._hierachy .s-p-holder-desktop {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: center;
    align-items: end;
    position: absolute;
    z-index: 1;
    width: 1598px;
    height: 140px;
    top: 511px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media (max-width: 980px) {
    ._hierachy .s-p-holder-desktop {
        display: none;
    }
}

._hierachy .top-center-line {
    z-index: 10;
    position: absolute;
    height: 49px;
    width: 3px;
    background-color: #6a6886;
    left: 50%;
    top: -49px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

    ._hierachy .top-center-line::after {
        content: "";
        position: absolute;
        bottom: -1px;
        right: -2px;
        display: block;
        width: 8px;
        height: 8px;
        background-color: #6a6886;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

._hierachy .top-right-corner-line {
    z-index: 2;
    top: -54px;
    right: 50%;
    position: absolute;
    width: 234px;
    height: 50px;
    border-top: 3px solid #6a6886;
    border-right: 3px solid #6a6886;
    border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -ms-border-radius: 0 10px 0 0;
    -o-border-radius: 0 10px 0 0;
}

[dir=ltr] ._hierachy .top-right-corner-line {
    right: auto;
    left: 49%;
    border-right: none;
    border-left: 3px solid #6a6886;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
}

._hierachy .top-right-corner-line::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -5px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #6a6886;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

[dir=ltr] ._hierachy .top-right-corner-line::after {
    right: auto;
    left: -5px;
}

._hierachy .top-left-corner-line {
    z-index: 2;
    top: -54px;
    left: 49%;
    position: absolute;
    width: 234px;
    height: 50px;
    border-top: 3px solid #6a6886;
    border-left: 3px solid #6a6886;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
}

[dir=ltr] ._hierachy .top-left-corner-line {
    left: auto;
    right: 49%;
}

[dir=ltr] ._hierachy .top-left-corner-line {
    border-left: none;
    border-right: 3px solid #6a6886;
    border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -ms-border-radius: 0 10px 0 0;
    -o-border-radius: 0 10px 0 0;
}

._hierachy .top-left-corner-line::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -5px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #6a6886;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

[dir=ltr] ._hierachy .top-left-corner-line::after {
    left: auto;
    right: -5px;
}



/*
_hierachy*/




.companies {
    display: flex;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
    .companies {
        justify-content: space-between;
    }
}

.companies__item {
    width: 130px;
    height: 130px;
    max-width: 130px;
    max-height: 130px;
    position: relative;
}

.companies__item__child {
    padding: 24px 14px;
    /*width: 100%;*/
    width: 99%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    z-index: 10;
    transition: all 500ms ease-in-out;
}


    .companies__item__child .img_conteiner {
        max-width: 82px;
        max-height: 82px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 300ms ease-in-out;
    }

        .companies__item__child .img_conteiner img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: all 300ms ease-in-out;
        }

    .companies__item__child .title {
        display: block;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        font-size: 16px;
        color: #343253;
        text-align: center;
        line-height: 1;
        transition: all 300ms ease-in-out;
        bottom: 0;
        left: -50%;
        width: 100%;
        transform: translate(50%, 0);
        font-size: 11px;
    }

    .companies__item__child:hover {
        transform: scale(1.4);
    }

        .companies__item__child:hover .title {
            visibility: visible;
            opacity: 1;
            bottom: 15%;
        }

        .companies__item__child:hover .img_conteiner {
            top: 40%;
        }

        .companies__item__child:hover img {
            transform: scale(0.7692307692);
        }


[dir=ltr] .companies__item__child .title {
    font-size: 10px;
}

[dir=ltr] .companies__item__child:hover .title {
    bottom: 12%;
}

.spread-bg {
    position: absolute;
    width: 50%;
    height: 100px;
    left: 0;
    bottom: 0;
    opacity: 0.8 !important;
    z-index: -1;
}

.spread-bg--primary::before {
    content: "";
    position: absolute;
    width: 10%;
    box-shadow: 0 0 900px 100px #2B67EF;
    left: 12rem;
    top: 9rem;
}

.spread-bg--primary::after {
    content: "";
    position: absolute;
    width: 10%;
    box-shadow: 0 0 900px 100px #703D94;
    left: 30rem;
    top: 9rem;
}

.spread-bg--secondary::before {
    content: "";
    position: absolute;
    width: 10%;
    box-shadow: 0 0 900px 100px #450C78;
    left: 12rem;
    top: 30rem;
}

.spread-bg--secondary::after {
    content: "";
    position: absolute;
    width: 10%;
    box-shadow: 0 0 900px 100px #2415A6;
    left: 30rem;
    top: 30rem;
}

.banner {
    position: relative;
    display: flex;
    flex-direction: column;
    color: var(--color-white, #fff);
    height: 670px;
    max-height: 60vh;
    padding: 7rem 0 3rem;
    justify-content: flex-end;
}

.banner__video {
    position: fixed;
    width: 100%;
    /*height: 62%;*/
    height: 60%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}

    .banner__video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner__video:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(180deg, #102317 0.03%, rgba(16, 35, 23, 0.95) 11.34%, rgba(16, 35, 23, 0.30) 31.75%, rgba(16, 35, 23, 0.44) 77.32%, rgba(16, 35, 23, 0.65) 86.6%, #102317 100%);
        /*background: linear-gradient(180deg, #1D1C2E 0.03%, rgba(29, 28, 46, 0.95) 11.34%, rgba(29, 28, 46, 0.3) 31.75%, rgba(29, 28, 46, 0.44) 77.32%, rgba(29, 28, 46, 0.65) 86.6%, #1D1C2E 100%), linear-gradient(0deg, rgba(29, 28, 46, 0.65) 0%, rgba(29, 28, 46, 0.65) 100%);*/
    }
.breadcrumb-item.active{
	color: #ccc;
}
.banner__image {
    position: fixed;
    width: 100%;
    height: 62%;
    z-index: -1;
    top: 0;
    left: 0;
}

    .banner__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner__image:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(180deg, #1D1C2E 0.03%, rgba(29, 28, 46, 0.95) 11.34%, rgba(29, 28, 46, 0.3) 31.75%, rgba(29, 28, 46, 0.44) 77.32%, rgba(29, 28, 46, 0.65) 86.6%, #1D1C2E 100%), linear-gradient(0deg, rgba(29, 28, 46, 0.65) 0%, rgba(29, 28, 46, 0.65) 100%);
    }

ul.tabs-list {
    display: flex;
    align-items: center;
    gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs-btn {
    color: #b1b6c8;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    transition: all 0.3s;
    position: relative;
    border: unset !important;
    z-index: 1;
}

    .tabs-btn::before {
        content: "";
        position: absolute;
        width: 0;
        height: 4px;
        background-color: #277344;
        bottom: 7px;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .tabs-btn--active, .tabs-btn:hover, .tabs-btn:active, .tabs-btn:focus {
        color: #E6EFFA !important;
    }

        .tabs-btn--active::before, .tabs-btn:hover::before, .tabs-btn:active::before, .tabs-btn:focus::before {
            opacity: 1;
            visibility: visible;
            width: 100%;
        }

.tabs-content {
    display: none;
}

.tabs-content--show {
    display: block;
    animation: fade-in 1500ms forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.media__content {
    margin-top: 3rem;
}

.card--media {
    position: relative;
    border-radius: 15px;
    border: 1px solid #414861;
    background-color: transparent;
    overflow: hidden;
}

    .card--media::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(0deg, rgba(52, 50, 83, 0.85) 2.89%, rgba(52, 50, 83, 0) 81%), no-repeat;
    }

    .card--media .card__title {
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
    }

        .card--media .card__title:hover {
            color: #FFF;
        }

    .card--media .card__img {
        width: 100%;
        height: 100%;
        padding: 0;
    }

        .card--media .card__img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .card--media .card__content {
        position: absolute;
        flex-direction: row;
        bottom: 0;
        padding: 2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 2;
    }

    .card--media .card__icon {
        padding: 0;
    }

        .card--media .card__icon svg {
            fill: #fff;
        }

.card--quick-access {
    background: #277344;
    border: unset;
    padding: 2rem;
    border-radius: 20px;
}

    .card--quick-access .card__title {
        color: #FFF;
        font-size: 1.25rem;
        font-weight: 700;
        margin: 0;
    }
/*
.faqs-section {
    margin-top: 4rem;
}
*/
input::placeholder, .form-select {
    color: #343253 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.form-label {
    color: #d5d5da;
    font-size: 14px;
    font-weight: 400;
}

.form-control, .form-select {
    min-height: 38px;
}

.card__search-field .form-control {
    background-image: url(../images/search-icon.svg);
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    background-position: left 0.75rem center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 16px 12px;
}

[dir=rtl] .card__search-field .form-control {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    background-position: right 0.75rem center;
}

.card__search-field .form-control {
    background-image: url(../images/search-icon.svg);
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    background-position: left 0.75rem center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 16px 12px;
}

[dir=rtl] .card__search-field .form-control {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    background-position: right 0.75rem center;
}

[dir=rtl] .form-select {
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    background-position: left 0.75rem center;
}

.accordion-header button {
    font-size: 18px;
    font-weight: 500;
}

[dir=rtl] .accordion-header button {
    text-align: right;
}

.accordion-item {
    background-color: transparent;
    border: 1px solid var(--Light, #277344);
    color: #333!important;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px !important;
    transition: border 0.3s;
}

    .accordion-item:not(:first-of-type) {
        border: 1px solid var(--Light, #277344);
    }

.accordion-item--show {
    border-width: 2px;
}

    .accordion-item--show:not(:first-of-type) {
        border-width: 2px;
    }

.accordion-item + .accordion-item {
    margin-top: 10px;
}

.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
}

    .accordion-button::after {
        display: none;
    }

    .accordion-button:not(.collapsed)::after {
        display: none;
    }

    .accordion-button::before {
        content: "+";
        width: unset;
        height: unset;
        background: unset;
        font-size: 28px;
        height: 0;
        line-height: 0;
        margin-inline-end: 10px;
        width: 15px;
    }

    .accordion-button:not(.collapsed)::before {
        content: "-";
        background: unset;
        transform: unset;
    }

.accordion-body__contnent {
    margin: 0;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

.accordion__title-group {
    margin: 0;
    color: #E6EFFA;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.accordion-body {
    /*  padding-top: 0;*/
    font-family: var(--ar-font) !important;
    padding: 5px 60px;
}

    .accordion-body a {
        color: #fff;
    }

        .accordion-body a:hover {
            color: #b4b4db;
        }

.contact-us {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
    /* padding-bottom: 4.125rem;*/
}

.contact-us__container {
    position: relative;
}

.contact-us__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
}

.contact-us__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 14px;
    background-color: transparent;
    border: unset;
    position: relative;
}

    .contact-us__card + .contact-us__card::before {
        content: "";
        border-right: 2px solid rgba(255, 255, 255, 0.2);
        height: 42px;
        margin: 0 30px;
    }

@media only screen and (max-width: 991px) {
    .contact-us__card + .contact-us__card::before {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .contact-us__card:last-child::before {
        display: none;
    }
}

.card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__subtitle {
    color: #E6EFFA;
    font-size: 1rem;
    font-weight: 400;
    /*        text-wrap: wrap;*/
}

.card__title {
    color: #E6EFFA;
    font-size: 2.5rem;
    font-weight: 700;
    direction: ltr;
    text-align: right;
    text-decoration: none;
    transition: color 0.3s;
}

[dir=ltr] .card__title {
    text-align: left;
}

.card__title:hover {
    color: #adade5;
}

.card__img {
    padding: 1rem;
    border-radius: 20px;
    background-color: #277344;
}



/*.map {
    margin-top: 5.625rem;
}
*/
.map__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.map-info__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    position: relative;
    width: 100%;
}

[dir=ltr] .map-info__container i, [dir=rtl] .map-info__container i {
    color: white;
    font-size: 25px;
    line-height: 0;
    position: absolute;
    z-index: 10;
}


[dir=rtl] .map-info__container i {
    right: 170px;
}

[dir=ltr] .map-info__container i {
    left: 191px;
}

[dir=ltr] .map-info__container .icon-effect, [dir=rtl] .map-info__container .icon-effect {
    box-sizing: border-box;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: clickEffect;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    position: absolute;
    top: 7px;
    z-index: 5;
}



[dir=rtl] .map-info__container .icon-effect {
    right: 183px;
}

[dir=ltr] .map-info__container .icon-effect {
    left: 205px;
}

.map-info__title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 500;
}

.map-info__title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 500;
}

.map-info__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-light-sq {
    border: 3px solid rgba(255, 255, 255, 0.1);
    background: #277344;
}

    .btn-light-sq:hover, .btn-light-sq:focus, .btn-light-sq:active {
        border: 3px solid rgba(255, 255, 255, 0.1) !important;
        background: #277344 !important;
    }

@keyframes clickEffect {
    0% {
        opacity: 1;
        width: 0.5em;
        height: 0.5em;
        margin: -0.25em;
        border-width: 0.5em;
    }

    100% {
        opacity: 0.2;
        width: 7em;
        height: 7em;
        margin: -3.5em;
        border-width: 0.02em;
    }
}

.contact-us__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 14px;
    background-color: transparent;
    border: unset;
    position: relative;
}

    .contact-us__card + .contact-us__card::before {
        content: "";
        border-right: 2px solid rgba(255, 255, 255, 0.2);
        height: 42px;
        margin: 0 30px;
    }

@media only screen and (max-width: 991px) {
    .contact-us__card + .contact-us__card::before {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .contact-us__card:last-child::before {
        display: none;
    }
}

.contact-us-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-us-card__subtitle {
    /*   color: #E6EFFA;
    font-size: 1rem;*/
    color: #000;
    font-size: 0.80rem;
    font-weight: 400;
    /*text-wrap: wrap;*/
}

.contact-us-card__title {
    color: #E6EFFA;
    font-size: 2rem;
    font-weight: 700;
    direction: ltr;
    text-align: right;
    text-decoration: none;
    transition: color 0.3s;
}

[dir=ltr] .contact-us-card__title {
    text-align: left;
}

.contact-us-card__title:hover {
    color: #adade5;
}

.contact-us-card__img {
    padding: 1rem;
    border-radius: 20px;
    background-color: #277344;
}

.main-title-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: var(--color-white, #fff);
}

.filters-container {
    max-height: 66px;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /*     -ms-border-radius: 6px;
        -o-border-radius: 6px;*/
}

@media (max-width: 992px) {
    .filters-container {
        flex-direction: column;
        max-height: max-content;
        gap: 21px;
        justify-content: center;
        padding: 35px 10px;
    }
}

.filters-container__filters {
    display: flex;
    flex-grow: 3;
    justify-content: flex-start;
    align-items: center;
}

    .filters-container__filters a {
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        width: max-content;
        gap: 15px;
        box-sizing: border-box;
        color: var(--color-white, #fff);
        font-size: 16px;
        font-weight: 500;
        /*line-height: 1.1;*/
        margin: 0;
        transition: background-color 0.3s linear;
        -webkit-transition: background-color 0.3s linear;
        -moz-transition: background-color 0.3s linear;
        /*-ms-transition: background-color 0.3s linear;*/
        -o-transition: background-color 0.3s linear;
    }

        .filters-container__filters a:link {
            text-decoration: none;
            color: rgba(255, 255, 255, 0.7);
        }

        .filters-container__filters a:hover {
            color: white;
        }

    .filters-container__filters .active {
        background-color: #222136;
        border-bottom: 3px solid #277344;
        border-radius: 3px;
    }

        .filters-container__filters .active .txt {
            color: white;
        }

.filters-container__dropdown {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    gap: 20px;
    padding-inline-end: 15px;
}

.filters-container__dropdown__select-props {
    color: var(--color-white, #fff) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}


.filters-container__dropdown .search-btn {
    --bs-btn-padding-y: .2rem;
    --bs-btn-padding-x: .2rem;
    width: 38px;
    min-width: 38px;
    height: 38px;
    justify-content: center;
    background-color: rgba(112, 112, 163, 0.6);
}

    .filters-container__dropdown .search-btn svg {
        fill: var(--color-white, #fff);
    }

.filters-container__searchboxholder {
    max-height: 38px;
    padding-inline-start: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .filters-container__searchboxholder input[type=text] {
        background-color: rgba(112, 112, 163, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        padding: 5px;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 300;
        min-width: 200px;
    }

        .filters-container__searchboxholder input[type=text]:focus {
            outline: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: none;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

.filters-container__dropdown .search-btn {
    --bs-btn-padding-y: .2rem;
    --bs-btn-padding-x: .2rem;
    width: 38px;
    min-width: 38px;
    height: 38px;
    justify-content: center;
    background-color: rgba(112, 112, 163, 0.6);
    margin-inline-start: -10px;
}

    .filters-container__dropdown .search-btn svg {
        fill: var(--color-white, #fff);
    }

.filters-container__searchboxholder {
    max-height: 38px;
    padding-inline-start: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .filters-container__searchboxholder input[type=text] {
        background-color: rgba(112, 112, 163, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        padding: 5px;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 300;
        min-width: 200px;
    }

        .filters-container__searchboxholder input[type=text]:focus {
            outline: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: none;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

[dir=rtl] .select-control {
    background-image: url(../images/dropdown-ico.svg);
    padding: 0.375rem 2.25rem 0.375rem 2.25rem;
    background-position: right 0.75rem center;
    background-color: rgba(55, 162, 96, 0.6) !important;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border-radius: 5px;
}


[dir=ltr] .select-control {
    background-image: url(../images/dropdown-ico.svg);
    padding: 0.375rem 2.25rem 0.375rem 2.25rem;
    background-position: left 0.75rem center;
    background-color: rgba(112, 112, 163, 0.6);
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border-radius: 5px;
    width: 200px;
}

[dir=ltr] .select-control__searchbox-holder {
    width: 100%;
    background-color: yellow;
}
/*div:not(.active) > a {
    color: grey;
}*/
.form-control {
    background-color: rgba(112, 112, 163, 0.6);
    color: #fff;
}

    .form-control::placeholder {
        color: #fff;
    }

.ser-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
}

    .ser-container.ribbon {
        font-size: 28px;
        font-weight: bold;
        color: #fff;
    }

[dir=ltr] .ser-container {
    gap: 20px;
}
/*.ser-container .ser-block {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;*/
/*   -ms-transition: all 0.3s ease-in-out;*/
/*-o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: rgba(34, 33, 54, 0.9);
        color: var(--color-white, #fff) !important;
        text-decoration: none;
        min-width: 297px;
        width: 297px;
        max-width: 297px;
        height: 192px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;*/
/*   -ms-border-radius: 10px;
        -o-border-radius: 10px;*/
/*border-radius: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }*/
.ser-container .ser-block {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    /*-ms-transition: all 0.3s ease-in-out;*/
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(34, 33, 54, 0.9);
    color: var(--color-white, #fff) !important;
    text-decoration: none;
    min-width: 297px;
    width: 297px;
    max-width: 297px;
    height: 192px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* -ms-border-radius: 10px;
    -o-border-radius: 10px;*/
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

    .ser-container .ser-block .ribbon {
        position: absolute;
        --r: 10px;
        padding: 0 23px 0 15px;
        line-height: 1.8;
        clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
        border-image: conic-gradient(#277344 0 0) fill 0;
        width: fit-content;
        left: 0;
        top: 10px;
    }

[dir=ltr] .ser-container .ser-block {
    min-width: 295px;
    width: 295px;
    max-width: 295px;
}

@media (max-width: 992px) {
    .ser-container .ser-block {
        width: 47%;
        max-width: 100%;
    }
}

.ser-container .ser-block .text_cont {
    display: flex;
    justify-content: center;
    align-items: start;
    flex: 1;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
}

.ser-container .ser-block .text_cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex: 1;
    width: 100%;
    padding: 10px 5px 10px 5px;
    overflow: hidden;
}

    .ser-container .ser-block .text_cont h6 {
        text-align: center;
        font-weight: 300;
        line-height: 1.5;
        padding: 0;
        margin: 0;
    }

.ser-container .ser-block .notdisplay {
    display: none;
}

.ser-container .ser-block .img_cont-icologo,
.ser-container .ser-block .img_cont-fulllogo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 10px;
    flex: 1.5;
    overflow: hidden;
}

    .ser-container .ser-block .img_cont-icologo img {
        max-width: 25%;
    }

    .ser-container .ser-block .img_cont-fulllogo img {
        max-width: 70%;
    }

.ser-container .ser-block:hover {
    background-color: var(--color-white, #fff);
}

    .ser-container .ser-block:hover h6 {
        color: #464646;
    }

    .ser-container .ser-block:hover img {
        filter: none;
        -webkit-filter: none;
    }

.ser-container .ser-block img {
    filter: grayscale(1) invert(1) contrast(1) brightness(2);
    -webkit-filter: grayscale(1) invert(1) contrast(1) brightness(2);
}


.faq-block {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    /*  -ms-transition: all 0.3s linear;*/
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: rgba(34, 33, 54, 0.9);
    color: var(--color-white, #fff) !important;
    text-decoration: none;
    /*    width: 297;
    max-width: 297px;
    height: 192px;*/
    max-width: 280px;
    height: 170px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*  -ms-border-radius: 10px;
        -o-border-radius: 10px;*/
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    padding: 25px 15px;
    text-align: center;
}

    .faq-block h6 {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.7);
    }

    .faq-block:hover {
        background-color: var(--color-white, #fff);
    }

        .faq-block:hover h6 {
            color: #464646;
        }

        .faq-block:hover img {
            filter: none;
            -webkit-filter: none;
        }

    .faq-block img {
        /*max-width: 190px;
        max-height: 100px;*/
        max-width: 65px;
        max-height: 65px;
        /*filter: grayscale(1) invert(1) contrast(1) brightness(2);*/
        filter: grayscale(1) invert(1) contrast(1) brightness(2);
    }

.faq-logo {
    max-width: 260px;
    max-height: 130px;
    filter: grayscale(1) invert(1) contrast(1) brightness(2);
}

.paragraph {
    position: relative;
    overflow: hidden;
    padding: 25px 0 0 0;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

@media (max-width: 992px) {
    .tabcont {
        /*margin-top: 115px;*/
    }

    [dir=rtl] #tabcont_journey {
        margin-right: 70px !important;
    }

    [dir=ltr] #tabcont_journey {
        margin-right: -70px !important;
        margin-left: 7px;
    }
}

.tabs-container {
    width: max-content;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

    .tabs-container ul,
    li {
        /*list-style: none;*/
        margin: 0;
        padding: 0;
    }

    .tabs-container .nav-link {
        cursor: pointer;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        width: max-content;
        gap: 15px;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.7);
        font-size: 18px;
        line-height: 1.1;
        transition: background-color 0.3s linear;
        -webkit-transition: background-color 0.3s linear;
        -moz-transition: background-color 0.3s linear;
        /*-ms-transition: background-color 0.3s linear;*/
        -o-transition: background-color 0.3s linear;
    }

[dir=ltr] .tabs-container .nav-link {
    font-size: 15px;
}

.tabs-container .nav-link:hover {
    color: #fff;
}

/*.result-container {
    width: 730px;
    padding: 20px 25px;
    position: relative;
    font-size: 17px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-align: justify !important;

}*/

.result-container {
    width: 777px;
    padding: 20px 0;
    position: relative;
    color: #fff;
    text-align: justify !important;
    font-size: 17px !important;
}

.result-container-scroll {
    height: 120px;
    max-height: 120px;
    overflow-y: auto;
    padding: 10px 5px;
    /* width */
    /* Track */
}


[dir=rtl] .sub-tab-content {
    width: 670px !important;
}

.result-container-scroll::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.result-container-scroll::-webkit-scrollbar-track {
    background-color: #494765;
    border-radius: 8px;
}

.result-container-scroll::-webkit-scrollbar-button:vertical:start:decrement {
    content: "";
    background-image: url('../images/inc.svg');
    background-position: center;
    width: 12px;
    background-repeat: no-repeat;
    min-height: 40px;
}

.result-container-scroll::-webkit-scrollbar-button:vertical:end:increment {
    content: "";
    background-image: url('../images/dec.svg');
    background-position: center;
    width: 12px;
    background-repeat: no-repeat;
    min-height: 40px;
}

.result-container-scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #277344;
}

    .result-container-scroll::-webkit-scrollbar-thumb:focus {
        background-color: #277344;
    }

    .result-container-scroll::-webkit-scrollbar-thumb:active {
        background-color: #277344;
    }

    .result-container-scroll::-webkit-scrollbar-thumb:hover {
        background-color: #277344;
    }

.result-container-scroll::-webkit-scrollbar-corner {
    background-color: transparent;
}

/*   .result-container span {
        color: #fff !important;
        font-size: 17px !important;
    }*/

.result-container p {
    /*color: var(--color-white, #fff);*/
    font-weight: normal;
    color: #fff !important;
    font-size: 17px !important;
}

    .result-container p span {
        font-weight: normal;
        color: #fff !important;
        font-size: 17px !important;
    }

.result-container ul {
    margin: 12px 0px;
    /* padding-top: 10px;*/
    padding: 0px 25px;
}

    .result-container ul > li {
        list-style: disc;
        padding-bottom: 10px;
    }

    .result-container ul span {
        color: #fff !important;
        font-size: 17px !important;
    }

    .result-container ul > li > ul li {
        list-style: disc;
        padding-bottom: 10px;
    }

    .result-container ul > li > ul {
        margin: 5px -14px;
    }

        .result-container ul > li > ul li > ul li {
            list-style: circle;
        }

            .result-container ul > li > ul li > ul li > ul {
                margin: 5px 20px;
            }

            .result-container ul > li > ul li > ul li::marker {
                color: rgba(255, 255, 255, 0.4);
            }

        .result-container ul > li > ul li::marker {
            color: rgba(255, 255, 255, 0.4);
        }



.result-container ._commerce_shrikat {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

    .result-container ._commerce_shrikat .sub-tab-content {
        padding: 10px 22px;
        width: 732px;
        height: fit-content;
        min-height: 170px;
        max-height: 170px;
        background-color: rgb(62, 60, 92);
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        /* width */
        /* Track */
    }

        .result-container ._commerce_shrikat .sub-tab-content .download-content {
            height: 150px;
            overflow: hidden auto;
            /* width */
            /* Track */
        }

            .result-container ._commerce_shrikat .sub-tab-content .download-content::-webkit-scrollbar {
                width: 12px;
                height: 12px;
            }

            .result-container ._commerce_shrikat .sub-tab-content .download-content::-webkit-scrollbar-track {
                background-color: #494765;
                border-radius: 8px;
            }

            .result-container ._commerce_shrikat .sub-tab-content .download-content::-webkit-scrollbar-thumb {
                border-radius: 8px;
                background-color: #277344;
            }

                .result-container ._commerce_shrikat .sub-tab-content .download-content::-webkit-scrollbar-thumb:focus {
                    background-color: #277344;
                }

                .result-container ._commerce_shrikat .sub-tab-content .download-content::-webkit-scrollbar-thumb:active {
                    background-color: #277344;
                }

                .result-container ._commerce_shrikat .sub-tab-content .download-content::-webkit-scrollbar-thumb:hover {
                    background-color: #277344;
                }

            .result-container ._commerce_shrikat .sub-tab-content .download-content::-webkit-scrollbar-corner {
                background-color: transparent;
            }

        .result-container ._commerce_shrikat .sub-tab-content ul {
            margin: 0;
            padding: 0;
            margin-inline-start: 10px;
        }

            .result-container ._commerce_shrikat .sub-tab-content ul > li {
                list-style: none;
                padding-inline-start: 10px;
                font-size: 16px;
            }

                .result-container ._commerce_shrikat .sub-tab-content ul > li:not(:last-child) {
                    padding-bottom: 13px !important;
                }

                .result-container ._commerce_shrikat .sub-tab-content ul > li:last-child {
                    padding-bottom: 0 !important;
                }

                .result-container ._commerce_shrikat .sub-tab-content ul > li::marker {
                    content: url("../images/polit_def.svg");
                }

[dir=ltr] .result-container ._commerce_shrikat .sub-tab-content ul > li::marker {
    content: url("../images/polit_def_ltr.svg");
}

.result-container ._commerce_shrikat .sub-tab-content ul > li a {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

    .result-container ._commerce_shrikat .sub-tab-content ul > li a:hover, .result-container ._commerce_shrikat .sub-tab-content ul > li a:active {
        color: #fff;
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
    }

.result-container ._commerce_shrikat .sub-tabs-container {
    gap: 5px;
    display: flex;
    flex-direction: column;
    min-height: 170px;
    justify-content: center;
}

    .result-container ._commerce_shrikat .sub-tabs-container .active-tab {
        background-color: rgba(112, 112, 163, 0.6) !important;
    }

        .result-container ._commerce_shrikat .sub-tabs-container .active-tab path {
            fill: white;
        }

    .result-container ._commerce_shrikat .sub-tabs-container .sub-tab {
        width: fit-content;
        height: fit-content;
        padding: 10px 15px;
        background-color: rgb(62, 60, 92);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border-radius: 7px 0 0 7px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transition: all 300ms ease;
    }

[dir=ltr] .result-container ._commerce_shrikat .sub-tabs-container .sub-tab {
    border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #222136;
    border-bottom: 3px solid #277344;
    border-radius: 3px;
    color: #fff;
}

.service-box-container {
    position: relative;
    width: 730px;
    /*width: 880px;*/
}

[dir=rtl] .start-service-box {
    position: absolute;
    /*width: 360px;*/
    width: 390px;
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    /*gap: 10px;*/
    gap: 5px;
    /* top: -320px;*/
    top: -245px;
    /*    left: -380px;*/
    left: -250px;
    top: -320px;
    left: -410px;
}

@media (min-width: 1301px) {
    [dir=rtl] .start-service-box {
        left: -450px;
    }
}

@media (max-width: 1300px) and (min-width: 993px) {
    [dir=rtl] .start-service-box {
        left: 180px;
        top: -380px;
        transform: translateX(-50%);
    }
}

@media (max-width: 992px) {
    [dir=rtl] .start-service-box {
        left: 80px;
        top: -425px;
        transform: translateX(-50%);
    }

    .service-box-container {
        width: unset;
    }
}

[dir=rtl] .start-service-box h6 {
    color: #277344;
}

[dir=rtl] .start-service-box b {
    font-size: 20px;
}

[dir=rtl] .start-service-box__sub-title {
    display: flex;
    gap: 10px;
}

[dir=rtl] .btn-cont a {
    padding: 10px 25px;
    background-color: #222136;
    border: none;
    outline: none;
    border-radius: 5px;
}

/*[dir=rtl] #service-link {
    padding: 6px 20px;
    background-color: #222136;
    border: none;
    outline: none;
    border-radius: 5px;
}*/

[dir=rtl] .btn-cont .txt {
    color: var(--color-white, #fff);
    padding: 0 3px;
    font-size: 18px;
    font-weight: 500;
}

[dir=rtl] .btn-cont .ico {
    padding-inline-start: 10px;
}

[dir=rtl] .btn-cont a:active {
    background-color: var(--base0B);
}

[dir=ltr] .start-service-box {
    position: absolute;
    /*     width: 360px;*/
    width: 390px;
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    /*gap: 10px;*/
    gap: 5px;
    /*   top: -320px;*/
    top: -320px;
    /*   right: -380px;*/
    right: -450px;
    z-index: 10;
}

#service-terms {
    width: 666px;
}

[dir = rtl] #service-terms {
    width: 653px !important;
}

#service-desc {
    width: 666px;
}

[dir = rtl] #service-desc {
    width: 653px !important;
}

@media (min-width: 1301px) {
    [dir=ltr].start-service-box {
        left: -400px;
    }
}

@media (max-width: 1300px) and (min-width: 993px) {
    [dir=ltr] .start-service-box {
        right: -50px;
        top: -370px;
        transform: translateX(50%);
    }
}

@media(max-width: 992px) {
    [dir=ltr] .start-service-box {
        right: 240px;
        top: -425px;
        transform: translateX(50%);
    }
}

/*@media (max-width: 1400px) and (min-width: 993px) {
    [dir=ltr] .start-service-box {
        top: -315px;
        right: -235px;
    }
}
@media (max-width: 992px) {
    [dir=ltr] .start-service-box {
        right: 50%;
        top: -52px;
        transform: translateX(50%);
    }
}*/

[dir=ltr] .start-service-box h6 {
    color: #277344;
}

[dir=ltr] .start-service-box b {
    font-size: 20px;
}

[dir=ltr] .start-service-box__sub-title {
    display: flex;
    gap: 10px;
}

[dir=ltr] .btn-cont a {
    padding: 10px 25px;
    background-color: #222136;
    border: none;
    outline: none;
    border-radius: 5px;
}

[dir=ltr] .btn-cont .txt {
    color: var(--color-white, #fff);
    padding: 0 3px;
    font-size: 18px;
    font-weight: 500;
}

[dir=ltr] .btn-cont .ico {
    padding-inline-end: 10px;
    transform: rotate(180deg);
}

[dir=ltr] .btn-cont a:active {
    background-color: var(--base0B);
}

.hr {
    border-bottom: 1px solid white;
}

#scrollblocks .swiper-button-prev:after,
#scrollblocks .swiper-rtl .swiper-button-next:after {
    content: url("../images/guidance/leftarrsocroll2.svg");
}

#scrollblocks .swiper-button-prev,
#scrollblocks .swiper-rtl .swiper-button-next {
    top: 20px;
    left: 59px;
}

#scrollblocks .swiper-button-next:after,
#scrollblocks .swiper-rtl .swiper-button-prev:after {
    content: url("../images/guidance/rightarrscroll2.svg");
}

#scrollblocks .swiper-button-next,
#scrollblocks .swiper-rtl .swiper-button-prev {
    top: 20px;
    left: 100px;
    right: auto;
}

#subservice2slide {
    overflow: hidden;
}

    #subservice2slide .swiper-button-prev:after,
    #subservice2slide .swiper-rtl .swiper-button-next:after {
        content: url("../images/guidance/backarr2.svg");
    }

    #subservice2slide .swiper-slide {
        display: flex;
        justify-content: center;
    }

        #subservice2slide .swiper-slide .block {
            width: 297px;
            min-width: 297px;
            height: 192px;
            background-color: rgba(34, 33, 54, 0.6);
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            padding: 10px;
            transition: all 0.3s linear;
        }

            #subservice2slide .swiper-slide .block:hover {
                background-color: white;
                cursor: pointer;
            }

                #subservice2slide .swiper-slide .block:hover h5 {
                    color: #222136;
                }

                #subservice2slide .swiper-slide .block:hover .logoholder img {
                    filter: none;
                }

            #subservice2slide .swiper-slide .block h5 {
                color: var(--color-white, #fff);
                font-weight: 500;
                text-align: center;
                font-size: 1rem !important;
            }

            #subservice2slide .swiper-slide .block .logoholder {
                display: flex;
                width: 100%;
                height: 100px;
                max-height: 100px;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                #subservice2slide .swiper-slide .block .logoholder img {
                    /*max-width: 100%;*/
                    max-width: 160px;
                    max-height: 90px;
                    filter: grayscale(1) brightness(0.7) invert(1) contrast(0.4);
                }

/*{
    max-width: 100%;
    filter: grayscale(1) brightness(0.7) invert(1) contrast(0.4);
}*/

.services__subtabs-main-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50px;
}

@media (max-width: 992px) {
    .services__subtabs-main-container {
        flex-direction: column-reverse;
        gap: 10px;
        padding-top: 100px;
    }
}

.services__subtabs-container {
    gap: 5px;
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    padding-top: 50px;
}

@media (max-width: 992px) {
    .services__subtabs-container {
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
}

.services__subtabs-container .active {
    background-color: rgba(112, 112, 163, 0.6) !important;
}

    .services__subtabs-container .active svg {
        fill: white !important;
    }

.services__subtabs-container .services__subtabs-tab {
    padding: 7px 15px;
    background-color: rgb(62, 60, 92);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 7px 0 0 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 300ms ease;
}

    .services__subtabs-container .services__subtabs-tab:hover {
        background-color: #277344;
    }

        .services__subtabs-container .services__subtabs-tab:hover i {
            color: white;
        }

    .services__subtabs-container .services__subtabs-tab .txt {
        color: #fff;
    }

    .services__subtabs-container .services__subtabs-tab svg {
        fill: rgba(255, 255, 255, 0.5);
        transition: all 300ms ease;
    }

.services__subtabs-contents {
    display: flex;
    justify-content: center;
    min-width: 810px;
    min-height: 465px;
    height: 100%;
    background-color: rgb(62, 60, 92);
    border-radius: 10px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .services__subtabs-contents [data-tab-content] {
        display: none;
    }

    .services__subtabs-contents .active[data-tab-content] {
        display: block;
    }

    .services__subtabs-contents .content-video iframe {
        width: 800px;
        height: 400px;
    }

@media (max-width: 992px) {
    .services__subtabs-contents .content-video iframe {
        width: 650px;
    }
}

.services__subtabs-contents .content-pdf {
    border-radius: 10px;
    width: 800px;
    padding: 50px 0;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    .services__subtabs-contents .content-pdf {
        width: 650px;
    }
}

.services__subtabs-contents .content-pdf .linkpart {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    .services__subtabs-contents .content-pdf .linkpart img {
        width: 90px;
    }

    .services__subtabs-contents .content-pdf .linkpart .vline {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        height: 20px;
    }

    .services__subtabs-contents .content-pdf .linkpart a {
        color: white;
        text-decoration: none;
        font-size: 16px;
        font-weight: 300;
        display: flex;
        gap: 10px;
        transition: all 300ms ease-in-out;
    }

        .services__subtabs-contents .content-pdf .linkpart a:hover,
        .services__subtabs-contents .content-pdf .linkpart a :active {
            color: rgba(255, 255, 255, 0.8);
        }


.pub-grid-margin {
    margin-top: 113px;
}

.pub-grid-margin {
    margin-top: 113px;
}

.pub-grid {
    display: flex;
    flex-wrap: wrap;
    /*   gap: 138px 31px;*/
    gap: 130px 8px;
    justify-content: flex-start;
}

.pub-box-holder {
    width: 411px;
    max-height: 271px;
    height: 271px;
    background-color: rgba(112, 112, 163, 0.6);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.3s;
}

    .pub-box-holder:hover {
        background-color: rgba(112, 112, 163, 0.8);
    }

@media (max-width: 992px) {
    .pub-box-holder {
        width: 100%;
    }
}

.pub-box-holder .img-holder {
    flex: 2;
    display: flex;
    justify-content: center;
    position: relative;
}

    .pub-box-holder .img-holder .img-cont {
        background: #00488e;
        width: fit-content;
        min-width: 242px;
        height: 242px;
        top: -57%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
    }

        .pub-box-holder .img-holder .img-cont::before {
            position: absolute;
            content: "";
            width: 231px;
            height: 227px;
            background: transparent;
            right: 0px;
            bottom: 0px;
            z-index: 0;
            border-right: 5px solid white;
            border-bottom: 5px solid white;
        }

        .pub-box-holder .img-holder .img-cont::after {
            position: absolute;
            content: "";
            border-right: 10px solid;
            border-image: linear-gradient(to right, rgba(208, 208, 208, 0.4196078431), rgba(0, 0, 0, 0.05)) 1 100%;
            top: 2px;
            left: 0px;
            height: 239px;
            z-index: 1;
        }

    .pub-box-holder .img-holder img {
        max-width: 240px;
        height: 241px !important;
        /* object-fit: fill;*/
        object-fit: cover;
        background: #00478e;
    }

.pub-box-holder .title-holder {
    flex: 1;
    text-align: center;
    min-height: 56px;
    width: 100%;
    padding: 5px 10px;
}

    .pub-box-holder .title-holder h5 {
        color: white;
        line-height: 1.5;
        font-size: 20px;
        font-weight: 300;
    }

.r-gap {
    row-gap: 150px;
}

.press-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

@media (max-width: 992px) {
    .press-grid {
        justify-content: center;
        gap: 33px;
    }
}

.press-box-holder {
    width: 400px;
    height: 320px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    color: white;
}

    .press-box-holder:hover {
        text-decoration: none;
        color: white;
    }

        .press-box-holder:hover img {
            transform: scale(1.1);
            filter: brightness(80%);
        }

    .press-box-holder .img-holder {
        flex: 3;
        overflow: hidden;
        width: 100%;
        max-height: 215px;
    }

        .press-box-holder .img-holder img {
            max-width: 100%;
            transition: all 0.3s linear;
        }

    .press-box-holder .title-holder {
        flex: 1;
        max-height: 100%;
        background-color: rgba(112, 112, 163, 0.6);
        padding: 10px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        .press-box-holder .title-holder .pub-date {
            position: absolute;
            /*width: 78px;*/
            /*max-width: 78px;*/
            /*height: 28px;*/
            padding: 2px 3px;
            background-color: #343253;
            top: -13px;
            right: 10%;
            color: white;
            font-size: 12px;
            text-align: center;
            border-radius: 5px;
        }

        .press-box-holder .title-holder h6 {
            line-height: 1.5;
        }

[dir=rtl] .policy-content {
    background-color: white;
    padding: 50px 70px;
    width: 100%;
    border-radius: 6px;
}

    [dir=rtl] .policy-content .policy-main-holder-ico {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

        [dir=rtl] .policy-content .policy-main-holder-ico img {
            width: 75px;
            max-width: 75px;
        }

    [dir=rtl] .policy-content .heade-title {
        line-height: 1.5;
        text-align: center;
    }

    [dir=rtl] .policy-content .point {
        line-height: 1.8;
        color: #4a4a4a;
        font-size: 18px;
        text-align: justify;
        padding-inline-start: 50px;
        position: relative;
    }

    [dir=rtl] .policy-content .points {
        line-height: 1.8;
        color: #4a4a4a;
        font-size: 18px;
        text-align: justify;
        padding-inline-start: 50px;
        position: relative;
    }

        [dir=rtl] .policy-content .points::after {
            content: url("../images/polit_def.svg");
            position: absolute;
            top: 3px;
            right: 23px;
        }

[dir=ltr] .policy-content {
    background-color: white;
    padding: 50px 70px;
    width: 100%;
    border-radius: 6px;
}

    [dir=ltr] .policy-content .policy-main-holder-ico {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

        [dir=ltr] .policy-content .policy-main-holder-ico img {
            width: 75px;
            max-width: 75px;
        }

    [dir=ltr] .policy-content .heade-title {
        line-height: 1.5;
        text-align: center;
    }

    [dir=ltr] .policy-content .point {
        color: #4a4a4a;
        font-size: 19px;
        text-align: justify;
        padding-inline-start: 50px;
        position: relative;
    }

    [dir=ltr] .policy-content .points {
        color: #4a4a4a;
        font-size: 19px;
        text-align: justify;
        padding-inline-start: 50px;
        position: relative;
    }

        [dir=ltr] .policy-content .points::after {
            content: url("../images/polit_def_ltr.svg");
            position: absolute;
            top: 0;
            left: 10px;
        }

[dir=rtl] .terms-content {
    background-color: white;
    padding: 50px 70px;
    width: 100%;
    border-radius: 6px;
}

    [dir=rtl] .terms-content .terms-main-holder-ico {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

        [dir=rtl] .terms-content .terms-main-holder-ico img {
            width: 75px;
            max-width: 75px;
        }

    [dir=rtl] .terms-content .heade-title {
        line-height: 1.5;
        text-align: justify;
    }

    [dir=rtl] .terms-content .point {
        line-height: 1.8;
        color: #4a4a4a;
        font-size: 18px;
        text-align: justify;
        padding-inline-start: 5px;
        position: relative;
        font-weight: 600;
    }

    [dir=rtl] .terms-content .points {
        line-height: 1.8;
        color: #4a4a4a;
        font-size: 18px;
        text-align: justify;
        padding-inline-start: 50px;
        position: relative;
    }

        [dir=rtl] .terms-content .points::after {
            content: url("../images/polit_def.svg");
            position: absolute;
            top: 3px;
            right: 10px;
        }

[dir=ltr] .terms-content {
    background-color: white;
    padding: 50px 70px;
    width: 100%;
    border-radius: 6px;
}

    [dir=ltr] .terms-content .terms-main-holder-ico {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

        [dir=ltr] .terms-content .terms-main-holder-ico img {
            width: 75px;
            max-width: 75px;
        }

    [dir=ltr] .terms-content .heade-title {
        line-height: 1.5;
        text-align: justify;
    }

    [dir=ltr] .terms-content .point {
        color: #4a4a4a;
        font-size: 19px;
        text-align: justify;
        padding-inline-start: 5px;
        position: relative;
        font-weight: 600;
    }

    [dir=ltr] .terms-content .points {
        color: #4a4a4a;
        font-size: 19px;
        text-align: justify;
        padding-inline-start: 50px;
        position: relative;
    }

        [dir=ltr] .terms-content .points::after {
            content: url("../images/polit_def_ltr.svg");
            position: absolute;
            top: 0;
            left: 10px;
        }

.gui-grid {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.gui-block {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    /*       -ms-transition: all 0.3s linear;*/
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: rgba(255, 255, 255, 0.07);
    color: var(--color-white, #fff) !important;
    text-decoration: none;
    width: 191px;
    height: 121px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*   -ms-border-radius: 4px;
        -o-border-radius: 4px;*/
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 9px;
    padding: 15px;
    /*min-width:301px;*/
}

[dir=ltr] .gui-block {
    width: 222px;
}

@media (max-width: 992px) {
    .gui-block {
        width: 212px;
    }
}

.gui-block .txtholder {
    width: 100%;
    min-height: 30px;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

.gui-block .icoholder {
    height: 79px;
    width: 100%;
    /*padding: 10px 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.gui-block h6 {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 0;
}

.gui-block:hover {
    background-color: var(--color-white, #fff);
}

    .gui-block:hover h6 {
        color: #464646;
    }

    /*.gui-block img {
    filter: invert(0.5) brightness(1) contrast(0.5);
}*/
    .gui-block:hover img {
        filter: grayscale(1) invert(1) contrast(1) brightness(1);
    }

.back-holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /* height: 40px;*/
    height: 60px;
    /*margin: 50px 0;*/
    margin: 0px 0px 100px;
    color: var(--color-white, #fff);
}

.backpart {
    flex: 2;
}

    .backpart a {
        text-decoration: none;
        color: var(--color-white, #fff);
        font-size: 18px;
    }

    .backpart h4 {
        font-size: 24px;
        padding: 5px 10px;
        color: var(--color-white, #fff);
    }

@media (max-width:992px) {
    .back-holder {
        margin: 0px 0px 50px;
    }
}

.backpart a .back-txt {
    padding: 0 10px;
}

.droppart {
    flex: 1;
    display: flex;
    align-items: center;
}

    .droppart h6 {
        font-size: 16px;
        font-weight: 400;
        margin: auto;
        color: var(--color-white, #fff);
    }

.droppart__drop {
    width: 290px;
    position: relative;
}

    .droppart__drop .list {
        position: absolute;
        z-index: 11;
        background: #277344;
        width: 290px;
        top: 40px;
        left: 0;
        padding: 15px;
        border-radius: 0 0 10px 10px;
    }

        .droppart__drop .list ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            padding: 0;
            margin: 0;
            gap: 7px;
            list-style: none;
        }

            .droppart__drop .list ul li {
                width: fit-content;
                padding: 7px 5px;
                color: var(--color-white, #fff);
                background-color: rgba(34, 33, 54, 0.4117647059);
                font-size: 10px;
                font-weight: 700;
                border-radius: 3px;
            }

    .droppart__drop .clickable {
        width: 100%;
        background: rgba(112, 112, 163, 0.3);
        padding: 6px 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

.droppart [class^="bi-"]::before, .droppart [class*=" bi-"]::before {
    line-height: 1.5;
    color: var(--color-white, #fff);
}

.hidden {
    display: none;
}

.showen {
    display: flex;
}

.dopcolor {
    background-color: #222136 !important;
}

.media-grid {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .media-grid {
        justify-content: center;
    }
}

.media-block {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    /* -ms-transition: all 0.3s linear;*/
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: rgba(255, 255, 255, 0.07);
    color: var(--color-white, #fff) !important;
    text-decoration: none;
    width: 412px;
    min-width: 412px;
    min-height: 180px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*      -ms-border-radius: 4px;
        -o-border-radius: 4px;*/
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 9px;
    padding: 15px;
}

    .media-block img {
        width: 50px;
        height: 50px;
    }

@media (max-width: 1500px) {
    .media-block {
        width: 320px;
        min-width: 320px;
    }
}



.gui-grid-sub1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .gui-grid-sub1 {
        justify-content: center;
    }
}

.menu-block-sub1 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    /*    -ms-transition: all 0.3s linear;*/
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: rgba(255, 255, 255, 0.07);
    color: var(--color-white, #fff) !important;
    text-decoration: none;
    width: 412px;
    min-width: 412px;
    min-height: 180px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*        -ms-border-radius: 4px;
        -o-border-radius: 4px;*/
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 9px;
    padding: 15px;
}

@media (max-width: 1500px) {
    .menu-block-sub1 {
        width: 320px;
        min-width: 320px;
    }
}

.gui-block-sub1 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    /*  -ms-transition: all 0.3s linear;*/
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: rgba(255, 255, 255, 0.07);
    color: var(--color-white, #fff) !important;
    text-decoration: none;
    width: 412px;
    min-width: 412px;
    min-height: 180px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*      -ms-border-radius: 4px;
        -o-border-radius: 4px;*/
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 9px;
    padding: 15px;
}

@media (max-width: 992px) {
    .gui-block-sub1 {
        min-width: 100%;
    }
}

@media (max-width: 1500px) and (min-width: 993px) {
    .gui-block-sub1 {
        width: 320px;
        min-width: 350px;
    }
}

.gui-block-sub1 h6 {
    /* font-size: 20px;*/
    font-weight: 300;
    text-align: center;
}

.gui-block-sub1:hover {
    background-color: var(--color-white, #fff);
}

    .gui-block-sub1:hover h6 {
        color: #464646;
    }

.gui-block-sub1 .icoholder {
    height: 79px;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gui-block-sub1:hover img {
    filter: invert(0.5) brightness(1) contrast(0.5);
}

footer {
    background-color: #277344;
    width: 100%;
    z-index: 1000 !important;
    position: relative;
}

    footer .footer__backgroundlayer {
        width: 100%;
        background-color: rgba(34, 33, 54, 0.5);
    }

        footer .footer__backgroundlayer .footer__content-holder {
            width: 100%;
            padding: 20px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

@media (max-width: 992px) {
    footer .footer__backgroundlayer .footer__content-holder {
        flex-direction: column;
        gap: 15px;
    }
}

footer .footer__backgroundlayer .footer__content-holder .footer__copright {
    flex: 1;
}

    footer .footer__backgroundlayer .footer__content-holder .footer__copright h5 {
        color: rgba(255, 255, 255, 0.6);
        padding: 0;
        text-align: center;
        font-weight: 300;
        font-size: 14px;
        margin: 10px 0px;
    }

footer .footer__backgroundlayer .footer__content-holder .footer__social {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    footer .footer__backgroundlayer .footer__content-holder .footer__social a {
        text-decoration: none;
        color: #fff;
        padding: 0 10px;
    }

        footer .footer__backgroundlayer .footer__content-holder .footer__social a svg {
            fill: #fff;
        }

footer .footer__backgroundlayer .footer__content-holder .footer__liks {
    /*  flex: 1;*/
    flex: 2;
}

    footer .footer__backgroundlayer .footer__content-holder .footer__liks ul {
        margin: 0;
        padding: 0;
        display: flex;
        /*        justify-content: flex-start;*/
        justify-content: center;
        align-items: center;
        list-style: none;
    }

        footer .footer__backgroundlayer .footer__content-holder .footer__liks ul li {
            margin: 0;
            padding: 0;
        }

            footer .footer__backgroundlayer .footer__content-holder .footer__liks ul li a {
                color: var(--color-white, #fff);
                text-decoration: none;
                padding: 0 10px;
                font-weight: 300;
                font-size: 13px;
            }



.sitemap__mt {
    margin-top: 61px;
}

.sitemap__with_sub_pages {
    position: relative;
}

[dir=rtl] .sitemap__with_sub_pages::before {
    position: absolute;
    content: url("../images/sitemap/subpages-rtl.svg");
    right: 24px;
    bottom: -68px;
}

[dir=ltr] .sitemap__with_sub_pages::before {
    position: absolute;
    content: url("../images/sitemap/subpage-ltr.svg");
    right: 82px;
    bottom: -70px;
}

.sitemap__with_page {
    position: relative;
}

[dir=rtl] .sitemap__with_page::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 58px;
    background-color: rgba(255, 255, 255, 0.1);
    right: 24px;
    bottom: -60px;
}

[dir=ltr] .sitemap__with_page::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 58px;
    background-color: rgba(255, 255, 255, 0.1);
    left: 25px;
    bottom: -60px;
}

.sitemap__page-holder {
    background-color: rgba(255, 255, 255, 0.1);
    width: 230px;
    height: 40px;
    display: flex;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 7px;
    justify-content: flex-start;
    align-items: center;
}

    .sitemap__page-holder img {
        width: 16px;
        height: 16px;
    }

    .sitemap__page-holder h5, .sitemap__page-holder a {
        color: white !important;
        font-weight: 400;
        font-size: 16px;
        margin: 0;
    }

.sitemap__sub-pages-holder {
    width: 100%;
    height: fit-content;
    margin-top: 39px;
    padding-inline-start: 150px;
    display: flex;
    justify-content: flex-start;
    gap: 34px;
}

    .sitemap__sub-pages-holder img {
        width: 16px;
        height: 16px;
    }

    .sitemap__sub-pages-holder .sub-pages {
        width: 230px;
        height: 40px;
        padding: 10px 14px;
        background-color: #222136;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        border-radius: 7px;
        align-items: center;
    }

        .sitemap__sub-pages-holder .sub-pages h5, .sitemap__sub-pages-holder .sub-pages a {
            color: white;
            font-weight: 400;
            font-size: 16px;
            margin: 0;
        }

.gui-grid-sub2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .gui-grid-sub2 {
        justify-content: center;
    }
}


.gui-block-sub2 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    /*    -ms-transition: all 0.3s ease-in-out;*/
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(34, 33, 54, 0.9);
    color: var(--color-white, #fff) !important;
    text-decoration: none;
    min-width: 297px;
    width: 297px;
    max-width: 297px;
    height: 192px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*  -ms-border-radius: 10px;
    -o-border-radius: 10px;*/
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

[dir=ltr] .gui-block-sub2 {
    min-width: 285px;
    width: 285px;
    max-width: 285px;
}


@media (max-width: 992px) {
    .gui-block-sub2 {
        width: 47%;
        max-width: 100%;
    }
}

.gui-block-sub2 .img_cont-icologo,
.gui-block-sub2 .img_cont-fulllogo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 10px;
    flex: 1.5;
    overflow: hidden;
}

    .gui-block-sub2 .img_cont-icologo img,
    .gui-block-sub2 .img_cont-fulllogo img {
        max-width: 80%;
    }

.gui-block-sub2 .text-holder {
    display: flex;
    justify-content: center;
    align-items: start;
    flex: 2;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
}

    .gui-block-sub2 .text-holder h6 {
        text-align: center;
        font-weight: 300;
        line-height: 1.5;
        padding: 0;
        margin: 0;
    }

.gui-block-sub2:hover {
    background-color: var(--color-white, #fff);
}

    .gui-block-sub2:hover h6 {
        color: #464646;
    }

    .gui-block-sub2:hover img {
        filter: none;
        -webkit-filter: none;
    }

.gui-block-sub2 img {
    max-width: 170px;
    filter: grayscale(1) invert(1) contrast(1) brightness(2);
    -webkit-filter: grayscale(1) invert(1) contrast(1) brightness(2);
}

.backdec {
    width: max-content;
    position: relative;
}

    .backdec a {
        position: absolute;
        width: 45px;
        height: 45px;
        background-color: #277344;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        border: 6px solid #222136;
        box-sizing: border-box;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

        .backdec a img {
            max-width: 22px;
        }

[dir=ltr] .backdec img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.divone {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}

@media (max-width: 992px) {
    .divone {
        flex-direction: column;
        gap: 30px;
    }
}

.divone h4 {
    font-size: 22px;
    border-bottom: 6px solid #277344;
    /*   text-decoration: underline 5px #277344;*/
}

.divone .divsub1 {
    flex: 1;
    display: flex;
}

.divone .divsub2 {
    flex: 1;
    position: absolute;
    display: flex;
    justify-content: flex-end;
}

[dir=rtl] .divone .divsub2 {
    left: 0;
}

[dir=ltr] .divone .divsub2 {
    right: 0;
}

@media (max-width: 992px) {
    .divone .divsub2 {
        justify-content: center;
    }
}

.divone .divsub2 .box {
    min-width: 376px;
    width: 376px;
    padding: 40px 20px;
    display: flex;
    background-color: rgba(34, 33, 54, 0.9);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    max-height: 310px;
    overflow-y: auto;
    gap: 25px;
    /* border-top: 30px solid rgba(34, 33, 54, 0.9); */
    /* border-bottom: 30px solid rgba(34, 33, 54, 0.9); */
}

@media (max-width: 1200px) {
    .divone .divsub2 .box {
        margin: -105px;
    }
}

.divone .divsub2 .box::-webkit-scrollbar {
    width: 10px;
}

.divone .divsub2 .box::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.divone .divsub2 .box::-webkit-scrollbar-thumb {
    background: #277344;
    border-radius: 10px;
}

    .divone .divsub2 .box::-webkit-scrollbar-thumb:hover {
        background: #277344;
    }

.divone .divsub2 .box .rowo {
    width: 100%;
    display: flex;
    gap: 20px;
}

    .divone .divsub2 .box .rowo .txt, .divone .divsub2 .box .rowo h5, .divone .divsub2 .box .rowo .content {
        color: var(--color-white, #fff);
    }

        .divone .divsub2 .box .rowo .txt p {
            margin: 0;
        }

.steps-holder {
    display: flex;
    width: 110px;
    justify-content: flex-start;
    align-items: flex-start;
}

    .steps-holder h4 {
        color: var(--color-white, #fff);
        font-size: 20px !important;
    }

    .steps-holder h5 {
        color: var(--color-white, #fff);
        font-weight: 300;
        font-size: 18px;
    }

[dir=ltr] .steps-holder h5 {
    font-size: 1rem;
    line-height: 25px;
}

.step-sort {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #277344;
    color: var(--color-white, #fff);
    text-align: center;
    margin-left: 10px;
    margin-right: unset;
    font-size: 13px;
    line-height: 2;
    font-weight: bold;
}

[dir=ltr] .step-sort {
    margin-left: unset;
    margin-right: 10px;
    line-height: 25px;
}

.step-desc {
    padding-top: 20px;
}

    .step-desc h5 {
        color: var(--color-white, #fff);
        font-size: 20px;
    }

    .step-desc div {
        color: rgba(255, 255, 255, 0.7);
        font-size: 16px;
        padding: 0px 0px 25px;
    }


.sub3-guidence-result-container {
    /*width: 796px;*/
    width: 835px;
    position: relative;
    overflow: hidden;
    padding: 25px 0 0 0;
    color: rgba(255, 255, 255, 0.7);
    min-height: 300px;
    font-size: 18px;
}

@media(max-width:1600px) {
    .sub3-guidence-result-container {
        /*     width: 100%;*/
        width: 835px;
    }
}

.sub3-guidence-result-container ul {
    padding: 0;
    margin: 0;
}

    .sub3-guidence-result-container ul > li {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.7);
        padding-bottom: 25px;
        margin-inline-start: 30px;
    }

.sub3-guidence-result-container  ul > li > ul > li {
    padding-bottom: 5px;
}

.sub3-guidence-result-container3 {
    width: 100%;
    padding: 25px 0 0 0;
}

    .sub3-guidence-result-container3 ul {
        padding: 0;
        margin: 0 20px 0 0;
    }

        .sub3-guidence-result-container3 ul li {
            list-style: disc;
            color: rgba(255, 255, 255, 0.7);
            font-size: 18px;
            padding-bottom: 10px;
        }

            .sub3-guidence-result-container3 ul li::marker {
                color: white;
            }

.sub3-guidence-result-container2 {
    /*width: 100%;*/
    width: 835px;
    position: relative;
    padding: 25px 0 0 0;
}

    .sub3-guidence-result-container2 .swiper-button-prev:after,
    .sub3-guidence-result-container2 .swiper-rtl .swiper-button-next:after {
        content: url("../images/guidance/leftarrsocroll2.svg");
    }

    .sub3-guidence-result-container2 .swiper-button-next:after,
    .sub3-guidence-result-container2 .swiper-rtl .swiper-button-prev:after {
        content: url("../images/guidance/rightarrscroll2.svg");
    }

    .sub3-guidence-result-container2 .swiper-button-prev,
    .sub3-guidence-result-container2 .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, -38px);
        right: auto;
    }

@media (max-width: 992px) {
    .sub3-guidence-result-container2 .swiper-button-prev,
    .sub3-guidence-result-container2 .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 100px);
    }
}

.sub3-guidence-result-container2 .swiper-button-next,
.sub3-guidence-result-container2 .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -27px);
    left: auto;
}

@media (max-width: 992px) {
    .sub3-guidence-result-container2 .swiper-button-next,
    .sub3-guidence-result-container2 .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 100px);
    }
}

.printtabico {
    width: 620px;
    display: flex;
    justify-content: flex-end;
}





#mapsslide {
    overflow: hidden;
}

    #mapsslide .swiper-slide {
        display: flex;
        justify-content: center;
    }

        #mapsslide .swiper-slide .map-block {
            width: 383px;
            min-width: 383px;
            background-color: rgba(112, 112, 163, 0.25);
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            padding: 20px;
        }

            #mapsslide .swiper-slide .map-block .map-container {
                height: 170px;
                max-height: 170px;
                width: 100%;
                border-radius: 5px;
                overflow: hidden;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            #mapsslide .swiper-slide .map-block ul {
                margin: 0;
                padding: 0;
            }

                #mapsslide .swiper-slide .map-block ul li {
                    padding: 15px 0;
                    display: flex;
                    justify-content: flex-start;
                    gap: 15px;
                    color: var(--color-white, #fff);
                    font-weight: 300;
                }

                    #mapsslide .swiper-slide .map-block ul li span:nth-child(2) h5 {
                        font-weight: 300;
                    }

                    #mapsslide .swiper-slide .map-block ul li:not(:last-child) {
                        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
                    }

            #mapsslide .swiper-slide .map-block .logo {
                margin-bottom: 20px;
                max-height: 45px;
                display: flex;
                justify-content: flex-start;
                /*filter: grayscale(1) brightness(0) invert(1);*/
                filter: grayscale(1) invert(1) contrast(1) brightness(2);
            }

                #mapsslide .swiper-slide .map-block .logo img {
                    max-width: 100%;
                    height: 100%;
                }



:root {
    --animate-duration: 1s;
    --animate-delay: 0;
    --animate-repeat: 1;
}

.animate {
    opacity: 0;
    animation-duration: var(--animate-duration);
    animation-delay: var(--animate-delay);
    animation-fill-mode: both;
}

.map-wrapper {
    position: relative;
    /*margin-top: 5.625rem;*/
}

.map-wrapper__regions {
    width: 100%;
}

.map__region {
    cursor: pointer;
}

    .map__region text {
        fill: #fff;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .map__region path {
        transition: all 0.3s ease-in-out;
    }

    .map__region--active path, .map__region:hover path {
        fill: var(--Light, #277344);
        stroke-width: 1.5px;
        stroke: rgba(255, 255, 255, 0.1);
    }

    .map__region--active text, .map__region:hover text {
        opacity: 1;
    }

    .map__region:hover path {
        fill: rgba(112, 112, 163, 0.3);
    }

.map-regions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #fff;
    transition: all 0.3s ease;
}

.map-regions--hidden {
    width: 0;
}

.map-regions__title {
    font-size: 24px;
    margin-bottom: 1rem;
}

.map-regions__locations {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 840px;
    overflow: hidden;
}

.map-location {
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


    .map-location i {
        font-size: 40px;
        line-height: 0;
    }

    .map-location:nth-child(1) {
        --animate-delay: 0.2s;
    }

    .map-location:nth-child(2) {
        --animate-delay: 0.4s;
    }

    .map-location:nth-child(3) {
        --animate-delay: 0.6s;
    }

    .map-location:nth-child(4) {
        --animate-delay: 0.8s;
    }

    .map-location:nth-child(5) {
        --animate-delay: 1s;
    }

    .map-location:nth-child(6) {
        --animate-delay: 1.2s;
    }

    .map-location:nth-child(7) {
        --animate-delay: 1.4s;
    }

    .map-location:nth-child(8) {
        --animate-delay: 1.6s;
    }

    .map-location:nth-child(9) {
        --animate-delay: 1.8s;
    }

    .map-location:nth-child(10) {
        --animate-delay: 2s;
    }

.map-location__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

[ltr].map-location__row {
    margin-left: 84px !important;
}

[rtl].map-location__row {
    margin-right: 88px !important;
}

.map-location__cell {
    display: flex;
    align-items: center;
    gap: 14px;
}

.map-location__icon svg {
    fill: #fff;
    width: 32px;
    height: 32px;
}

.map-location__title {
    font-size: 16px;
    font-weight: 500;
}

[ltr].map-location__cell {
    margin-left: 86px !important;
}

[rtl].map-location__cell {
    margin-right: 88px !important;
}

.map-location__value {
    font-weight: normal !important;
    font-size: 16px;
}

.map-location__spacer {
    height: 45px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    right: 513px;
    top: 12px;
}

.map-location__logos {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0;
}

.map-location__logo img {
    max-width: 50px;
    max-height: 40px;
}

.map-location__logo + .map-location__logo {
    display: flex;
}

    .map-location__logo + .map-location__logo:after {
        content: "";
        border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
        margin: 0 15px;
    }

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

    .map-location__link .btn {
        --bs-btn-color: #fff;
        --bs-btn-bg: #222136;
        --bs-btn-border-color: #222136;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #333;
        --bs-btn-hover-border-color: #333;
        --bs-btn-focus-shadow-rgb: 130, 138, 145;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #333;
        --bs-btn-active-border-color: #333;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #222136;
        --bs-btn-disabled-border-color: #222136;
        padding: 5px 16px;
    }

        .map-location__link .btn svg {
            width: 18px;
            height: 18px;
        }

        .map-location__link .btn span {
            padding-bottom: 2px;
        }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate__fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInDown {
    animation-name: fadeInDown;
}

.image-container {
    padding: 0px 5px;
}

.flex-holder {
    display: flex;
    flex-direction: column;
    gap: 100px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 40px 15px 90px;
}

[dir=rtl] .stepsholder-odd {
    display: flex;
    justify-content: flex-start;
    width: 1050px;
    gap: 75px;
    flex-direction: row;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    [dir=rtl] .stepsholder-odd {
        gap: 25px;
        width: 800px;
    }
}

[dir=rtl] .stepsholder-odd .block {
    position: relative;
    display: flex;
    align-items: center;
    width: 300px;
    max-width: 300px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: #343253;
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s linear;
}

@media (max-width: 1200px) {
    [dir=rtl] .stepsholder-odd .block {
        width: 200px;
    }
}

[dir=rtl] .stepsholder-odd .block:hover {
    border: 2px solid rgba(255, 255, 255, 0.7);
}

[dir=rtl] .stepsholder-odd .block a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    gap: 16px;
    padding: 10px 20px;
    height: 70px;
    max-height: 70px;
    min-height: 70px;
}

    [dir=rtl] .stepsholder-odd .block a .swiper {
        width: 140px;
        height: 65px;
        margin-left: unset;
        margin-right: unset;
    }

        [dir=rtl] .stepsholder-odd .block a .swiper .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #343253;
        }

[dir=rtl] .stepsholder-odd .num {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 10;
    font-size: 30px;
    font-weight: 300;
    color: #277344;
    font-weight: 500;
    background-color: #343253;
    padding: 0 5px;
    line-height: 1.2;
}

[dir=rtl] .stepsholder-odd .block:hover img {
    /*  filter: brightness(0.2) invert(1) contrast(2);*/
    filter: grayscale(1) invert(1) contrast(1) brightness(2);
}

[dir=rtl] .stepsholder-odd .block h5 {
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    width: 420px;
    /*overflow: hidden;
    white-space: pre-line;
    height: 50px;*/
}

@media (max-width: 1200px) {
    [dir=rtl] .stepsholder-odd .block h5 {
        font-size: 12px;
        font-weight: 300;
    }
}

[dir=rtl] .stepsholder-odd .block img {
    /*filter: grayscale(0) brightness(0) invert(1);*/
    filter: grayscale(1) invert(1) contrast(1) brightness(2);
    width: 55px;
    max-width: 55px;
    max-height: 55px;
}

[dir=rtl] .stepsholder-odd .block__start::before {
    position: absolute;
    content: url(../images/guidance/tools/start.svg);
    top: 50%;
    left: 101%;
    transform: translateY(-50%);
}

[dir=rtl] .stepsholder-odd .block__continue-line::after {
    position: absolute;
    content: url(../images/guidance/tools/line.svg);
    top: 50%;
    right: 101%;
    transform: translateY(-50%);
}

[dir=rtl] .stepsholder-odd .block__finish_odd::after {
    position: absolute;
    content: url(../images/guidance/tools/finish_odd.svg);
    top: 15%;
    right: 101%;
    transform: translateY(-50%);
}

[dir=rtl] .stepsholder-odd .block__continue-curve-odd::after {
    position: absolute;
    content: url(../images/guidance/tools/odd_curve.svg);
    top: 175%;
    right: 101%;
    transform: translateY(-50%);
}

[dir=rtl] .stepsholder-even {
    display: flex;
    justify-content: flex-start;
    width: 1050px;
    gap: 75px;
    flex-direction: row-reverse;
    margin: 0 auto;
}

@media (max-width: 1300px) and (min-width: 993px) {
    [dir=rtl] .stepsholder-even {
        gap: 25px;
        width: 800px;
    }
}

@media (max-width: 992px) {
    [dir=rtl] .stepsholder-even {
        gap: 25px;
        width: 640px;
    }
}

[dir=rtl] .stepsholder-even .block {
    position: relative;
    display: flex;
    align-items: center;
    width: 300px;
    max-width: 300px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: #343253;
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s linear;
}

@media (max-width: 1200px) {
    [dir=rtl] .stepsholder-even .block {
        width: 200px;
    }
}

[dir=rtl] .stepsholder-even .block:hover {
    border: 2px solid rgba(255, 255, 255, 0.7);
}

[dir=rtl] .stepsholder-even .block a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    gap: 16px;
    padding: 10px 20px;
    height: 70px;
    max-height: 70px;
    min-height: 70px;
}

    [dir=rtl] .stepsholder-even .block a .swiper {
        width: 140px;
        height: 65px;
        margin-left: unset;
        margin-right: unset;
    }

        [dir=rtl] .stepsholder-even .block a .swiper .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #343253;
        }

[dir=rtl] .stepsholder-even .num {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 10;
    font-size: 30px;
    font-weight: 300;
    color: #277344;
    font-weight: 500;
    background-color: #343253;
    padding: 0 5px;
    line-height: 1.2;
}

[dir=rtl] .stepsholder-even .block:hover img {
    /*filter: brightness(0.2) invert(1) contrast(2);*/
    filter: grayscale(1) invert(1) contrast(1) brightness(2);
}

[dir=rtl] .stepsholder-even .block h5 {
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    width: 420px;
    /*overflow: hidden;
    white-space: pre-line;
    height: 50px;*/
}

@media (max-width: 1200px) {
    [dir=rtl] .stepsholder-even .block h5 {
        font-size: 12px;
        font-weight: 300;
    }
}

[dir=rtl] .stepsholder-even .block img {
    transition: all 1s linear;
    /*filter: grayscale(0) brightness(0) invert(1);*/
    filter: grayscale(1) invert(1) contrast(1) brightness(2);
    width: 55px;
    max-width: 55px;
    max-height: 55px;
}

[dir=rtl] .stepsholder-even .block__start::before {
    position: absolute;
    content: url(../images/guidance/tools/line.svg);
    top: 50%;
    left: 101%;
    transform: translateY(-50%);
}

[dir=rtl] .stepsholder-even .block__continue-line::after {
    position: absolute;
    content: url(../images/guidance/tools/line.svg);
    top: 50%;
    left: 101%;
    transform: translateY(-50%);
}

[dir=rtl] .stepsholder-even .block__finish_even::after {
    position: absolute;
    content: url(../images/guidance/tools/finish_eve.svg);
    top: 15%;
    left: 101%;
    transform: translateY(-50%);
}

[dir=rtl] .stepsholder-even .block__continue-curve-even::after {
    position: absolute;
    content: url(../images/guidance/tools/eve_curve.svg);
    top: 175%;
    left: 101%;
    transform: translateY(-50%);
}

[dir=ltr] .stepsholder-odd {
    display: flex;
    justify-content: flex-start;
    width: 1050px;
    gap: 75px;
    flex-direction: row;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    [dir=ltr] .stepsholder-odd {
        gap: 25px;
        width: 800px;
    }
}

[dir=ltr] .stepsholder-odd .block {
    position: relative;
    display: flex;
    align-items: center;
    width: 300px;
    max-width: 300px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: #343253;
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s linear;
    max-height: 70px;
}

@media (max-width: 1200px) {
    [dir=ltr] .stepsholder-odd .block {
        width: 200px;
    }
}

[dir=ltr] .stepsholder-odd .block:hover {
    border: 2px solid rgba(255, 255, 255, 0.7);
}

[dir=ltr] .stepsholder-odd .block a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    gap: 16px;
    /*padding: 10px 20px;*/
    padding: 5px 10px;
    height: 70px;
    max-height: 70px;
    min-height: 70px;
}

    [dir=ltr] .stepsholder-odd .block a .swiper {
        width: 140px;
        height: 65px;
        margin-left: unset;
        margin-right: unset;
    }

        [dir=ltr] .stepsholder-odd .block a .swiper .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #343253;
        }

[dir=ltr] .stepsholder-odd .num {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 10;
    font-size: 30px;
    font-weight: 300;
    color: #277344;
    font-weight: 500;
    background-color: #343253;
    padding: 0 5px;
    line-height: 1.2;
}

[dir=ltr] .stepsholder-odd .block:hover img {
    /*filter: brightness(0.2) invert(1) contrast(2);*/
    filter: grayscale(1) invert(1) contrast(1) brightness(2);
}

[dir=ltr] .stepsholder-odd .block h5 {
    color: white;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    width: 420px;
    /*overflow: hidden;
    white-space: pre-line;
    height: 50px;*/
}

@media (max-width: 1200px) {
    [dir=ltr] .stepsholder-odd .block h5 {
        font-size: 12px;
        font-weight: 300;
    }
}

[dir=ltr] .stepsholder-odd .block img {
    transition: all 1s linear;
    /*filter: grayscale(0) brightness(0) invert(1);*/
    filter: grayscale(1) invert(1) contrast(1) brightness(2);
    width: 55px;
    max-width: 55px;
    max-height: 55px;
}

[dir=ltr] .stepsholder-odd .block__start::before {
    position: absolute;
    content: url(../images/guidance/tools/start_en.svg);
    top: 50%;
    right: 101%;
    transform: translateY(-50%);
}

[dir=ltr] .stepsholder-odd .block__continue-line::after {
    position: absolute;
    content: url(../images/guidance/tools/line.svg);
    top: 50%;
    left: 101%;
    transform: translateY(-50%);
}

[dir=ltr] .stepsholder-odd .block__finish_odd::after {
    position: absolute;
    content: url(../images/guidance/tools/finish_eve.svg);
    top: 15%;
    left: 101%;
    transform: translateY(-50%);
}

[dir=ltr] .stepsholder-odd .block__continue-curve-odd::after {
    position: absolute;
    content: url(../images/guidance/tools/eve_curve.svg);
    top: 175%;
    left: 101%;
    transform: translateY(-50%);
}

[dir=ltr] .stepsholder-even {
    display: flex;
    justify-content: flex-start;
    width: 1050px;
    gap: 75px;
    flex-direction: row-reverse;
    margin: 0 auto;
}

@media (max-width: 1300px) and (min-width: 993px) {
    [dir=ltr] .stepsholder-even {
        gap: 25px;
        width: 800px;
    }
}

@media (max-width: 992px) {
    [dir=ltr] .stepsholder-even {
        gap: 25px;
        width: 640px;
    }
}

[dir=ltr] .stepsholder-even .block {
    position: relative;
    display: flex;
    align-items: center;
    width: 300px;
    max-width: 300px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: #343253;
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s linear;
    max-height: 70px;
}

@media (max-width: 1200px) {
    [dir=ltr] .stepsholder-even .block {
        width: 200px;
    }
}

[dir=ltr] .stepsholder-even .block:hover {
    border: 2px solid rgba(255, 255, 255, 0.7);
}

[dir=ltr] .stepsholder-even .block a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    gap: 16px;
    padding: 10px 20px;
    height: 70px;
    max-height: 70px;
    min-height: 70px;
}

    [dir=ltr] .stepsholder-even .block a .swiper {
        width: 140px;
        height: 65px;
        margin-left: unset;
        margin-right: unset;
    }

        [dir=ltr] .stepsholder-even .block a .swiper .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #343253;
        }

[dir=ltr] .stepsholder-even .num {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 10;
    font-size: 30px;
    font-weight: 300;
    color: #277344;
    font-weight: 500;
    background-color: #343253;
    padding: 0 5px;
    line-height: 1.2;
}

[dir=ltr] .stepsholder-even .block:hover img {
    /*filter: brightness(0.2) invert(1) contrast(2);*/
    filter: grayscale(1) invert(1) contrast(1) brightness(2);
}

[dir=ltr] .stepsholder-even .block h5 {
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    width: 420px;
    /*overflow: hidden;
    white-space: pre-line;
    height: 50px;*/
}

@media (max-width: 1200px) {
    [dir=ltr] .stepsholder-even .block h5 {
        font-size: 12px;
        font-weight: 300;
    }
}

[dir=ltr] .stepsholder-even .block img {
    transition: all 1s linear;
    /*filter: grayscale(0) brightness(0) invert(1);*/
    filter: grayscale(1) invert(1) contrast(1) brightness(2);
    width: 55px;
    max-width: 55px;
    max-height: 55px;
}

[dir=ltr] .stepsholder-even .block__start::before {
    position: absolute;
    content: url(../images/guidance/tools/line.svg);
    top: 50%;
    left: 101%;
    transform: translateY(-50%);
}

[dir=ltr] .stepsholder-even .block__continue-line::after {
    position: absolute;
    content: url(../images/guidance/tools/line.svg);
    top: 50%;
    right: 101%;
    transform: translateY(-50%);
}

[dir=ltr] .stepsholder-even .block__finish_even::after {
    position: absolute;
    content: url(../images/guidance/tools/finish_odd.svg);
    top: 15%;
    right: 101%;
    transform: translateY(-50%);
}

[dir=ltr] .stepsholder-even .block__continue-curve-even::after {
    position: absolute;
    content: url(../images/guidance/tools/odd_curve.svg);
    top: 175%;
    right: 101%;
    transform: translateY(-50%);
}

.terms-content {
    background-color: transparent !important;
    color: #fff !important;
}

    .terms-content .heade-title {
        line-height: 2;
        font-weight: 300 !important;
    }

    .terms-content .point {
        color: #000 !important;
    }

    .terms-content .points {
        color: #000 !important;
    }

.policy-content {
    background-color: transparent !important;
    color: #fff !important;
}

    .policy-content .point {
        color: #000 !important;
    }

    .policy-content .points {
        color: #000 !important;
    }

.h4, h4 {
    font-size: 20px;
}

@media (min-width: 2000px) {
    .h4, h4 {
        font-size: 24px;
    }
}

.start-service-box button, .btn-cont a {
    padding: 10px 25px;
    background-color: #222136;
    border: none;
    outline: none;
    border-radius: 5px;
}

    .start-service-box button .txt {
        color: var(--color-white, #fff);
        padding: 0 3px;
        font-size: 18px;
        font-weight: 500;
    }

.service-box-content {
    color: #277344;
    padding-inline-start: 44px;
    font-size: 16px !important;
    font-weight: 400;
}

    .service-box-content h1, .service-box-content h2, .service-box-content h3, .service-box-content h4, .service-box-content h5, .service-box-content h6 {
        font-size: 16px;
    }

    .service-box-content ul {
        margin: 0 14px;
    }
/*.service-box-fees ul{
    display:flex;
    gap:5px;
}
.service-box-fees ul li {
    background:#f7f7f7;
}*/

#service-durations p {
    margin: unset !important;
    font-size: 16px !important;
}


.back-txt {
    font-size: 16px;
    /*    font-size: 20px;
    font-weight: 500;*/
    color: #c8c8d0;
}

[dir=ltr] .go-back img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

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

ol, ul {
    padding-left: 0rem;
    padding-right: 0rem;
}

.no-filter {
    filter: unset !important;
}

/* Add some basic styles */
.ul-logos {
    list-style: none;
    padding: 0;
}

    .ul-logos li {
        display: inline-block;
        margin: 10px;
        position: relative;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

        .ul-logos li img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            display: block;
        }


/* JavaScript will add a class for hover effect */
.fade-in {
    opacity: 1 !important;
}

[dir=rtl] .form-check .form-check-input {
    float: right;
    margin-left: unset;
    /*margin-right: -1.5em;*/
}

#guidelines-terms {
    font-family: var(--bs-body-font-family);
    width: 790px;
    padding: 15px 0px;
}

#guidelines-terms {
    padding: 15px 0px;
}

    #guidelines-terms > ul > li, #guidelines-terms div > li {
        list-style: none !important;
        text-align: justify;
    }

    #guidelines-terms ul ul {
        margin: 10px -25px 0px;
    }

.form-check-input {
    background-color: #8585b1;
    border: none;
}

    .form-check-input:checked {
        background-color: #222136;
        border-color: #222136;
    }

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.10); /*rgba(255, 255, 255, 0.10);*/
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #277344; /*linear-gradient(0deg, #277344 0%, #343253 100%);*/
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #277344;
    }

.mobile-only {
    display: none;
}

.mobile-none {
    display: inline;
}

@media(max-width:992px) {
    .mobile-only {
        display: inline;
    }

    .mobile-none {
        display: none;
    }
}

.__rokhas-contenet-holder {
    width: 100%;
    height: 338px;
    display: flex;
}

@media (max-width: 1200px) {
    .__rokhas-contenet-holder {
        flex-direction: column;
    }
}

.__rokhas-contenet-holder .logopart {
    flex: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

[dir=ltr] .__rokhas-contenet-holder .swiper-wrapper {
    padding: 0px 15px;
}

[dir=rtl] .__rokhas-contenet-holder .swiper-wrapper {
    padding: 0px;
}

.__rokhas-contenet-holder .logopart .logobox {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    width: 100%;
    height: 240px;
    max-height: 240px;
    /*    background-color: #2B2D5A;*/
    background-color: #25243c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*  -ms-border-radius: 10px;
    -o-border-radius: 10px;*/
    border-radius: 10px;
    padding: 10px;
    position: relative;
    text-decoration: none;
}

    .__rokhas-contenet-holder .logopart .logobox::before {
        left: -9.4px;
        position: absolute;
        content: "";
        /*  border-right: 10px solid #464A91;*/
        border-right: 10px solid #25243c;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        /*   top: 70%;*/
        top: 66%;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }

[dir=ltr] .__rokhas-contenet-holder .logopart .logobox::before {
    left: auto;
    right: -19.2px;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #26243c;
}

@media (max-width: 1200px) {
    .__rokhas-contenet-holder .logopart .logobox::before {
        border-right: 10px solid transparent;
    }
}

.__rokhas-contenet-holder .logopart .logobox .logo {
    flex: 2;
    display: flex;
    justify-content: center;
    padding: 5px;
}

    .__rokhas-contenet-holder .logopart .logobox .logo img {
        max-width: 70%;
        filter: grayscale(1) invert(1);
        -webkit-filter: grayscale(1) invert(1);
    }

.__rokhas-contenet-holder .logopart .logobox .name {
    flex: 1;
    display: flex;
    width: 100%;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
}

.__rokhas-contenet-holder .logopart {
    flex: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

    .__rokhas-contenet-holder .logopart .logobox,
    .__rokhas-contenet-holder .logopart .mainbox {
        display: flex;
        flex-direction: column;
        min-width: 250px;
        width: 100%;
        height: 240px;
        max-height: 240px;
        background-color: #25243c;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        padding: 10px;
        position: relative;
        text-decoration: none;
    }

        .__rokhas-contenet-holder .logopart .logobox::before,
        .__rokhas-contenet-holder .logopart .mainbox::before {
            left: -9.2px;
            position: absolute;
            content: "";
            border-right: 10px solid #25243c;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            top: 70%;
            -webkit-transform: translateY(-50px);
            -moz-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            -o-transform: translateY(-50px);
            transform: translateY(-50px);
        }

[dir=ltr] .__rokhas-contenet-holder .logopart .logobox::before,
[dir=ltr] .__rokhas-contenet-holder .logopart .mainbox::before {
    left: auto;
    right: -19.2px;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #464A91;
}

@media (max-width: 1200px) {
    .__rokhas-contenet-holder .logopart .logobox::before,
    .__rokhas-contenet-holder .logopart .mainbox::before {
        border-right: 10px solid transparent;
    }
}

.__rokhas-contenet-holder .logopart .logobox .logo,
.__rokhas-contenet-holder .logopart .mainbox .logo {
    flex: 2;
    display: flex;
    justify-content: center;
    padding: 5px;
}

    .__rokhas-contenet-holder .logopart .logobox .logo img,
    .__rokhas-contenet-holder .logopart .mainbox .logo img {
        max-width: 70%;
        filter: grayscale(1) invert(1);
        -webkit-filter: grayscale(1) invert(1);
    }

.__rokhas-contenet-holder .logopart .logobox .name,
.__rokhas-contenet-holder .logopart .mainbox .name {
    flex: 1;
    display: flex;
    width: 100%;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
}

.__rokhas-contenet-holder .logopart .active-logobox {
    background-color: rgba(255, 255, 255, 0.8);
}

.__rokhas-contenet-holder .logopart .active-logo .logo img {
    filter: none;
    -webkit-filter: none;
}

.__rokhas-contenet-holder .logopart .active-name .name {
    color: rgba(0, 0, 0, 0.8);
}

.__rokhas-contenet-holder .logopart .active-arrow::before {
    border-right: 10px solid rgba(255, 255, 255, 0.8);
}

[dir=ltr] .__rokhas-contenet-holder .logopart .active-arrow::before {
    border-left: 10px solid rgba(255, 255, 255, 0.8);
}

@media (max-width: 1200px) {
    .__rokhas-contenet-holder .logopart .active-arrow::before {
        border-right: 10px solid transparent;
    }
}

.__rokhas-contenet-holder .scrollpart {
    flex: 3;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .__rokhas-contenet-holder .scrollpart .filterholder {
        width: 830px;
    }

        .__rokhas-contenet-holder .scrollpart .filterholder .select-control {
            width: 300px;
        }

        .__rokhas-contenet-holder .scrollpart .filterholder .filters-container__dropdown {
            padding-inline-end: unset;
        }

    .__rokhas-contenet-holder .scrollpart .dashholder {
        overflow: hidden;
        /* border: 1px dashed rgba(255, 255, 255, 0.8);*/
        max-width: 830px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        /*      -ms-border-radius: 10px;
        -o-border-radius: 10px;*/
        border-radius: 10px;
        padding: 10px;
        padding-inline-start: 25px;
        position: relative;
        background-color: #3E3C5C;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

[dir=ltr] .__rokhas-contenet-holder .scrollpart .dashholder {
    padding-inline-start: 10px;
    padding-inline-end: 25px;
}

.__rokhas-contenet-holder .scrollpart .dashholder #rokhasid {
    overflow: hidden;
}

/*.__rokhas-contenet-holder .scrollpart .dashholder .block {
    width: calc(100% - 15px);
    min-height: 250px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}*/

.__rokhas-contenet-holder .scrollpart .dashholder .block {
    width: calc(100% - 15px);
    min-height: 250px;
    padding: 10px;
    display: flex;
    row-gap: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .__rokhas-contenet-holder .scrollpart .dashholder .block .lesthan3 {
        flex-grow: 1;
        /* max-height: 214px;*/
        max-height: 107px;
    }

    .__rokhas-contenet-holder .scrollpart .dashholder .block a {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        /*-ms-transition: all 0.5s ease;*/
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        text-decoration: none;
        display: flex;
        width: 230px;
        max-width: 230px;
        background-color: rgba(34, 33, 54, 0.8);
        color: white;
        padding: 10px 10px;
        border-radius: 6px;
        justify-content: center;
        font-size: 14px;
        font-weight: 300;
        min-height: 107px;
        max-height: 107px;
        overflow: hidden;
        align-items: center;
        text-align: center;
    }

        .__rokhas-contenet-holder .scrollpart .dashholder .block a:hover {
            transform: translateY(-5px);
            -webkit-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            -o-transform: translateY(-5px);
        }

    .__rokhas-contenet-holder .scrollpart .dashholder .block .active-block {
        background-color: white;
        color: black;
        font-weight: bold;
    }

[dir=ltr] .__rokhas-contenet-holder .scrollpart .swiper-button-prev2,
[dir=rtl] .__rokhas-contenet-holder .scrollpart .swiper-button-next2 {
    position: absolute;
    top: 50%;
    left: 2px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .__rokhas-contenet-holder .scrollpart .swiper-button-prev2:after,
    [dir=rtl] .__rokhas-contenet-holder .scrollpart .swiper-button-next2:after {
        content: url("../images/guidance/leftarrsocroll2.svg");
    }

[dir=ltr] .__rokhas-contenet-holder .scrollpart .swiper-button-next2,
[dir=rtl] .__rokhas-contenet-holder .scrollpart .swiper-button-prev2 {
    position: absolute;
    top: 50%;
    right: 2px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .__rokhas-contenet-holder .scrollpart .swiper-button-next2:after,
    [dir=rtl] .__rokhas-contenet-holder .scrollpart .swiper-button-prev2:after {
        content: url("../images/guidance/rightarrscroll2.svg");
    }



.__rokhas-contenet-holder .logopart .active-parent {
    background-color: rgba(255, 255, 255, 0.8);
}

    .__rokhas-contenet-holder .logopart .active-parent .logo img {
        filter: none;
        -webkit-filter: none;
    }

    .__rokhas-contenet-holder .logopart .active-parent .name {
        color: rgba(0, 0, 0, 0.8);
    }

    .__rokhas-contenet-holder .logopart .active-parent::before {
        border-right: 10px solid rgba(255, 255, 255, 0.8);
    }

[dir=ltr] .__rokhas-contenet-holder .logopart .active-parent::before {
    border-left: 10px solid rgba(255, 255, 255, 0.8);
}

@media (max-width: 1200px) {
    .__rokhas-contenet-holder .logopart .active-parent::before {
        border-right: 10px solid transparent;
    }
}



.opensource__tabs-holder {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 41px;
}

    .opensource__tabs-holder .tabs-block-opensource {
        width: 280px;
        height: 200px;
        background-color: #333;
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: white;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        /*  -ms-border-radius: 10px;
        -o-border-radius: 10px;*/
    }

    .opensource__tabs-holder .active-block {
        background-color: rgba(55, 162, 96, 0.95) ;
        border: 1px solid rgba(255, 255, 255, 0.8);
    }

.opensource__contentholder {
    max-width: 920px;
    background-color: rgba(55, 162, 96, 0.95);
    margin: 100px auto;
    padding: 50px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /* -ms-border-radius: 6px;
    -o-border-radius: 6px;*/
    border-radius: 6px;
}

    .opensource__contentholder label span {
        color: #EE485B;
        padding: 10px;
    }

    .opensource__contentholder .tab-content-opensource {
        width: 100%;
        min-height: 150px;
        color: white;
    }

        .opensource__contentholder .tab-content-opensource p {
            font-weight: 300;
            font-size: 18px !important;
        }

.opensource__title {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.opensource__subtitle {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 25px;
}

.opensource__intro {
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    line-height: 2;
    font-size: 18px;
}

.opensource__prencbox {
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background-color: #313366;
    width: fit-content;
    margin: 50px auto;
}

.opensource__dotholder {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

    .opensource__dotholder .dottitle {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }

        .opensource__dotholder .dottitle .polit {
            width: 25px;
            height: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            position: relative;
        }

            .opensource__dotholder .dottitle .polit::after {
                position: absolute;
                content: url("../images/polit_def.svg");
            }

[dir=ltr] .opensource__dotholder .dottitle .polit::after {
    transform: rotateY(180deg);
}

.opensource__dotholder .dottitle .polit span {
    color: white;
    font-size: 14px;
}

.opensource__dotholder .dottitle .title {
    color: rgba(255, 255, 255, 0.8);
}

.opensource__dotholder .para {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 16px;
}

.opensource__dotholder li {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    list-style: circle;
    line-height: 2;
    padding-inline-start: 10px;
}

    .opensource__dotholder li::marker {
        content: url("../images/Vector.svg");
    }

[dir=ltr] .opensource__dotholder li ::marker {
    content: url("../images/Vector_ltr.svg");
}

}


.opensource__tabcont {
    width: 100%;
    padding: 10px 15px;
    max-width: calc(100% - 100px);
}

    .opensource__tabcont p {
        color: rgba(255, 255, 255, 0.8);
        line-height: 2;
        font-weight: 300;
    }

.opensource__linksholder {
    width: 100%;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    .opensource__linksholder img {
        width: 180px;
    }

    .opensource__linksholder .vline {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        height: 20px;
    }

    .opensource__linksholder a {
        color: white;
        text-decoration: none;
        font-size: 16px;
        font-weight: 300;
        display: flex;
        gap: 10px;
        transition: all 300ms ease-in-out;
    }

        .opensource__linksholder a:hover,
        .opensource__linksholder a :active {
            color: #9DAFDA;
        }

.opensource__formholder {
    max-width: 920px;
    background-color: #3E3C5C;
    margin: 0 auto;
    padding: 50px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /*    -ms-border-radius: 6px;
    -o-border-radius: 6px;*/
    border-radius: 6px;
}

    .opensource__formholder .form-label {
        color: #d5d5da;
        font-size: 18px;
        font-weight: 400;
    }

    .tab-content-opensource .form-control, .opensource__formholder .form-control {
        background-color: #fff !important;
        color: #343253;
    }

.opensource__submit {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /*    -ms-border-radius: 6px;
    -o-border-radius: 6px;*/
    color: white;
    padding: 12px 30px;
    font-size: 18px;
}


/*.carrers {
    display: flex;
    justify-content: flex-start;
}

.carrers__filter-container {
    padding: 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

    .carrers__filter-container .search-hoder {
        display: flex;
        justify-content: flex-start;
        align-items: center;*/
/* width: 100%; */
/*flex: 1;
        gap: 5px;
    }

        .carrers__filter-container .search-hoder input[type=text] {
            background-color: rgba(112, 112, 163, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 4px;
            padding: 5px;
            color: rgba(255, 255, 255, 0.8);
            font-weight: 300;
            min-width: 600px;
        }

          
            .carrers__filter-container .search-hoder input::placeholder {
                color: #fff !important;
            }
            .carrers__filter-container .search-hoder input[type=text]:focus {
                outline: 1px solid rgba(255, 255, 255, 0.3);
                box-shadow: none;
                border: 1px solid rgba(255, 255, 255, 0.3);
            }

        .carrers__filter-container .search-hoder .search-btn {
            --bs-btn-padding-y: .2rem;
            --bs-btn-padding-x: .2rem;
            width: 38px;
            min-width: 38px;
            height: 38px;
            justify-content: center;
            background-color: rgba(112, 112, 163, 0.6);
        }

            .carrers__filter-container .search-hoder .search-btn svg {
                fill: var(--color-white, #fff);
            }

    .carrers__filter-container .dropdown-hoder {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex: 2;
        gap: 30px;
    }

@media (max-width: 1200px) {
    .carrers__filter-container .dropdown-hoder {
        justify-content: center;
    }
}

.carrers__filter-container .dropdown-hoder .city-ico {
    background-image: url("../images/cityico.svg");
    background-size: 19px 15px;
}

.carrers__filter-container .dropdown-hoder .postion-ico {
    background-image: url("../images/postionico.svg");
    background-size: 19px 15px;
}

.career-section {
    margin: 3rem 0.5rem;
}

    .career-section a {
        text-decoration: none;
    }

.career-section__blocks-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 33px;
}

    .career-section__blocks-container .block {
        width: 407px;
        height: 223px;
        max-height: 223px;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.07);
        display: flex;
        flex-direction: column;
        padding: 15px;
        transition: all 0.3s ease-in-out;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;*/
/*       -ms-border-radius: 10px;
        -o-border-radius: 10px;*/
/*}

@media (max-width: 1200px) {
    .career-section__blocks-container .block {
        width: 100%;
        height: auto;
    }
}

.career-section__blocks-container .block:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.career-section__blocks-container .block .titleholder {
    flex: 1;
    max-height: 65px;
    overflow: hidden;
}

    .career-section__blocks-container .block .titleholder h5 {
        color: #fff;
        font-weight: 400;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

.career-section__blocks-container .block .descriptionholder {
    flex: 1;
    max-height: 65px;
    overflow: hidden;
    width: 100%;
}

    .career-section__blocks-container .block .descriptionholder p {
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.5;
        text-align: justify;
    }

@media (max-width: 1200px) {
    .career-section__blocks-container .block .descriptionholder p {
        text-align: center;
    }
}

.career-section__blocks-container .block .moreinfo {
    padding-top: 15px;
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

    .career-section__blocks-container .block .moreinfo .city {
        padding: 10px 20px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;*/
/*      -ms-border-radius: 5px;
        -o-border-radius: 5px;*/
/*}

    .career-section__blocks-container .block .moreinfo .inidate {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
    }

    .career-section__blocks-container .block .moreinfo .readmore {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
    }

[dir=ltr] .career-section__blocks-container .block .moreinfo .readmore .moreico img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.career_maxw-none {
    max-width: none;
}

.uploadinput-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.career-title {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

.career-des {
    color: rgba(255, 255, 255, 0.8);
    line-height: 2.2;
}

.career-open p, .career-open ul li {
    font-size: 18px !important;
    font-weight: normal;
}

.career-open ul {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-inline-start: 10px;
}

    .career-open ul > li {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        padding-bottom: 10px;
        padding-inline-start: 10px;
    }

        .career-open ul > li::marker {
            content: url("../images/polit_def.svg");
        }*/

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

.carrers__filter-container {
    padding: 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

    .carrers__filter-container .search-hoder {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* width: 100%; */
        flex: 1;
        gap: 5px;
    }

        .carrers__filter-container .search-hoder input::placeholder {
            color: #fff !important;
        }

        .carrers__filter-container .search-hoder input[type=text] {
            background-color: rgba(112, 112, 163, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 4px;
            padding: 5px;
            color: rgba(255, 255, 255, 0.8);
            font-weight: 300;
            min-width: 600px;
        }

            .carrers__filter-container .search-hoder input[type=text]:focus {
                outline: 1px solid rgba(255, 255, 255, 0.3);
                box-shadow: none;
                border: 1px solid rgba(255, 255, 255, 0.3);
            }

        .carrers__filter-container .search-hoder .search-btn {
            --bs-btn-padding-y: .2rem;
            --bs-btn-padding-x: .2rem;
            width: 38px;
            min-width: 38px;
            height: 38px;
            justify-content: center;
            background-color: rgba(112, 112, 163, 0.6);
        }

            .carrers__filter-container .search-hoder .search-btn svg {
                fill: var(--color-white, #fff);
            }


    .carrers__filter-container .search-hoder {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* width: 100%; */
        flex: 1;
        gap: 5px;
    }

        .carrers__filter-container .search-hoder input::placeholder {
            color: #fff !important;
        }

        .carrers__filter-container .search-hoder input[type=text] {
            background-color: rgba(112, 112, 163, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 4px;
            padding: 5px;
            color: rgba(255, 255, 255, 0.8);
            font-weight: 300;
            min-width: 600px;
        }

            .carrers__filter-container .search-hoder input[type=text]:focus {
                outline: 1px solid rgba(255, 255, 255, 0.3);
                box-shadow: none;
                border: 1px solid rgba(255, 255, 255, 0.3);
            }

        .carrers__filter-container .search-hoder .search-btn {
            --bs-btn-padding-y: .2rem;
            --bs-btn-padding-x: .2rem;
            width: 38px;
            min-width: 38px;
            height: 38px;
            justify-content: center;
            background-color: rgba(112, 112, 163, 0.6);
        }

            .carrers__filter-container .search-hoder .search-btn svg {
                fill: var(--color-white, #fff);
            }

    .carrers__filter-container .dropdown-hoder {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex: 2;
        gap: 30px;
    }

@media (max-width: 1200px) {
    .carrers__filter-container .dropdown-hoder {
        justify-content: center;
    }
}

.carrers__filter-container .dropdown-hoder .city-ico {
    background-image: url("../images/cityico.svg");
    background-size: 19px 15px;
}

.carrers__filter-container .dropdown-hoder .postion-ico {
    background-image: url("../images/postionico.svg");
    background-size: 19px 15px;
}

.career-section {
    margin-top: 4rem;
}

    .career-section a {
        text-decoration: none;
    }

.career-section__blocks-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 33px;
}

    .career-section__blocks-container .block {
        width: 407px;
        height: 223px;
        max-height: 223px;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.07);
        display: flex;
        flex-direction: column;
        padding: 15px;
        transition: all 0.3s ease-in-out;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

@media (max-width: 1200px) {
    .career-section__blocks-container .block {
        width: 100%;
        height: auto;
    }
}

.career-section__blocks-container .block:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.career-section__blocks-container .block .titleholder {
    flex: 1;
    max-height: 65px;
    overflow: hidden;
}

    .career-section__blocks-container .block .titleholder h5 {
        color: #fff;
        font-weight: 400;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

.career-section__blocks-container .block .descriptionholder {
    flex: 1;
    max-height: 65px;
    overflow: hidden;
    width: 100%;
}

    .career-section__blocks-container .block .descriptionholder p {
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.5;
        text-align: justify;
    }

@media (max-width: 1200px) {
    .career-section__blocks-container .block .descriptionholder p {
        text-align: center;
    }
}

.career-section__blocks-container .block .moreinfo {
    padding-top: 15px;
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

    .career-section__blocks-container .block .moreinfo .city {
        padding: 10px 20px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .career-section__blocks-container .block .moreinfo .inidate {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
    }

    .career-section__blocks-container .block .moreinfo .readmore {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
    }

[dir=ltr] .career-section__blocks-container .block .moreinfo .readmore .moreico img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.career_maxw-none {
    max-width: none;
}

.uploadinput-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.career-title {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

.career-des {
    color: rgba(255, 255, 255, 0.8);
    line-height: 2.2;
}

.career-open ul {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-inline-start: 10px;
}

    .career-open ul > li {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        padding-bottom: 10px;
        padding-inline-start: 10px;
    }

        .career-open ul > li::marker {
            content: url("../images/polit_def.svg");
        }

.career_description .maindesc {
    margin-bottom: 40px;
    width: 100%;
    background-color: rgba(34, 33, 54, 0.2);
    border: 1px solid rgba(112, 112, 163, 0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .career_description .maindesc .title {
        width: 100%;
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
    }

    .career_description .maindesc h2 {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
        padding-top: 10px;
    }

    .career_description .maindesc .content {
        width: 100%;
        height: fit-content;
        padding: 20px 30px;
    }

        .career_description .maindesc .content p {
            color: rgba(255, 255, 255, 0.8);
            font-weight: 200;
            line-height: 2;
            text-align: justify;
        }

.career_description .seconddesc {
    margin-bottom: 40px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(112, 112, 163, 0.7);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .career_description .seconddesc .title {
        cursor: pointer;
        width: 100%;
        padding: 20px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
    }

        .career_description .seconddesc .title:active {
            background-color: rgba(255, 255, 255, 0.3);
        }

        .career_description .seconddesc .title .titlepart {
            width: fit-content;
            display: flex;
            justify-content: flex-start;
            gap: 10px;
            flex-direction: row;
            align-items: center;
        }

            .career_description .seconddesc .title .titlepart h2 {
                color: rgba(255, 255, 255, 0.8);
                font-size: 16px;
                font-weight: normal;
                line-height: 1;
                padding-top: 10px;
            }

        .career_description .seconddesc .title .iconcont {
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .career_description .seconddesc .title .iconcont i {
                font-size: 20px;
                color: white;
                height: 37px;
            }

    .career_description .seconddesc .content {
        width: 100%;
        height: fit-content;
        padding: 20px 30px;
    }

        .career_description .seconddesc .content ul {
            padding: 0;
            padding-inline-start: 5px;
            margin: 0;
        }

            .career_description .seconddesc .content ul > li {
                color: rgba(255, 255, 255, 0.7);
                padding-inline-start: 15px;
                padding-bottom: 20px;
                text-align: justify;
            }

                .career_description .seconddesc .content ul > li::marker {
                    content: url("../images/polit_def.svg");
                }

[dir=ltr] .career_description .seconddesc .content ul > li::marker {
    content: url("../images/polit_def_ltr.svg");
}

.__freelanc-contenet-holder {
    display: flex;
    width: fit-content;
    gap: 20px;
    margin-top: -20px;
}

@media (max-width: 992px) {
    .__freelanc-contenet-holder {
        margin-top: 500px;
    }
}

.__freelanc-contenet-holder .holder {
    width: fit-content;
    height: fit-content;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.__freelanc-contenet-holder .active {
    background-color: white !important;
}

    .__freelanc-contenet-holder .active img {
        filter: none !important;
    }

    .__freelanc-contenet-holder .active h2 {
        color: rgb(35, 35, 35) !important;
    }

.__freelanc-contenet-holder .block {
    width: 260px;
    height: 150px;
    background-color: rgba(34, 33, 54, 0.8);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .__freelanc-contenet-holder .block:hover {
        background-color: white;
    }

        .__freelanc-contenet-holder .block:hover .title h2 {
            color: rgb(35, 35, 35);
        }

        .__freelanc-contenet-holder .block:hover .logo img {
            filter: none;
        }

    .__freelanc-contenet-holder .block .logo {
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-grow: 1;
    }

        .__freelanc-contenet-holder .block .logo img {
            max-width: 100%;
            filter: grayscale(1) invert(1);
        }

    .__freelanc-contenet-holder .block .title {
        width: 100%;
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .__freelanc-contenet-holder .block .title h2 {
            color: white;
            font-size: 20px;
            font-weight: 400;
        }


.identity__holder {
    display: flex;
    width: 100%;
    padding: 100px 0;
    justify-content: center;
    gap: 30px;
    flex-direction: row;
}

@media (max-width: 992px) {
    .identity__holder {
        flex-direction: column;
    }
}

.identity__holder .block {
    transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    width: 240px;
    height: 213px;
    background-color: rgba(112, 112, 163, 0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 992px) {
    .identity__holder .block {
        width: 100%;
    }
}

.identity__holder .block a {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: white;
    font-weight: normal;
    height: 100%;
}

@media (max-width: 992px) {
    .identity__holder .block a {
        align-items: center;
    }
}

.identity__holder .block:hover {
    background-color: rgba(112, 112, 163, 0.45);
}

    .identity__holder .block:hover .logo-part img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

.identity__holder .block .logo-part {
    width: 100%;
    flex: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .identity__holder .block .logo-part img {
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

@media (max-width: 992px) {
    .identity__holder .block .logo-part img {
        width: 13%;
    }
}

.identity__holder .block .link-part {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    padding: 15px 10px;
    align-items: flex-end;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {
    .identity__holder .block .link-part {
        width: 40%;
    }
}

._newguidance .filterholder {
    width: 100%;
    max-width: 1290px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    ._newguidance .filterholder h2 {
        color: white;
        font-size: 18px;
    }

._newguidance .filterpad {
    padding-inline-end: 0;
    min-width: 250px;
}

    ._newguidance .filterpad .wid {
        min-width: 250px;
    }

._newguidance .scrollpart {
    flex: 3;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

    ._newguidance .scrollpart .dashholder {
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: rgba(112, 112, 163, 0.2);
        width: 100%;
        max-width: 1290px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        padding: 30px 10px;
        padding-inline-start: 25px;
        position: relative;
    }

[dir=ltr] ._newguidance .scrollpart .dashholder {
    padding-inline-start: 10px;
    padding-inline-end: 25px;
}

._newguidance .scrollpart .dashholder #rokhasid {
    overflow: hidden;
}

._newguidance .scrollpart .dashholder .block {
    width: calc(100% - 15px);
    min-height: 180px;
    padding: 10px;
    display: flex;
    row-gap: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    ._newguidance .scrollpart .dashholder .block .activeblock {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        background-color: rgba(255, 255, 255, 0.2);
    }

    ._newguidance .scrollpart .dashholder .block a {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        text-decoration: none;
        display: flex;
        width: 270px;
        max-width: 270px;
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
        padding: 10px 10px;
        border-radius: 6px;
        justify-content: center;
        font-size: 14px;
        font-weight: 300;
        min-height: 107px;
        max-height: 107px;
        overflow: hidden;
        align-items: center;
        text-align: center;
    }

        ._newguidance .scrollpart .dashholder .block a:hover {
            transform: translateY(-5px);
            -webkit-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            -o-transform: translateY(-5px);
            background-color: rgba(255, 255, 255, 0.2);
        }

    ._newguidance .scrollpart .dashholder .block .lesthan3 {
        flex-grow: 1;
        max-height: 214px;
    }

    ._newguidance .scrollpart .dashholder .block .active-block {
        background-color: white;
        color: black;
        font-weight: bold;
    }

._newguidance .scrollpart .swiper-button-prev2:after,
._newguidance .scrollpart .swiper-rtl .swiper-button-next:after {
    content: url("https://business.sa/assets/images/keyboard_arrow_right.svg");
}

._newguidance .scrollpart .swiper-button-prev2,
._newguidance .scrollpart .swiper-rtl .swiper-button-next2 {
    position: absolute;
    top: 50%;
    right: -6px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

._newguidance .scrollpart .swiper-button-next2:after,
._newguidance .scrollpart .swiper-rtl .swiper-button-prev2:after {
    content: url("https://business.sa/assets/images/keyboard_arrow_left.svg");
}

._newguidance .scrollpart .swiper-button-next2,
._newguidance .scrollpart .swiper-rtl .swiper-button-prev2 {
    position: absolute;
    top: 50%;
    left: -6px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

._newguidance .mainsecondpart {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    margin-top: 100px;
    flex-direction: column;
    gap: 10px;
}

    ._newguidance .mainsecondpart .grideholder {
        display: flex;
        width: 100%;
        gap: 40px;
        flex-direction: row;
        flex-wrap: wrap;
    }

        ._newguidance .mainsecondpart .grideholder .blockholder {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            width: 200px;
            height: 100px;
            background-color: rgba(255, 255, 255, 0.1);
            width: 392px;
            min-width: 392px;
            height: 165px;
            border-radius: 10px;
            padding: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }

@media (max-width: 1024px) {
    ._newguidance .mainsecondpart .grideholder .blockholder {
        width: 308px;
        min-width: 308px;
    }
}

._newguidance .mainsecondpart .grideholder .blockholder:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

._newguidance .mainsecondpart .grideholder .blockholder a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    text-align: center;
}



.rc-anchor-checkbox-label, .rc-anchor-normal .rc-anchor-pt, .rc-anchor-invisible .rc-anchor-pt, .rc-anchor-compact .rc-anchor-pt {
    font-family: "Nunito", "DinNext", sans-serif !important;
}

span.yottie-widget-feed-section-pagination-bullet {
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 7px 10px !important;
    color: #fff !important;
}

#yottie_1 .yottie-widget-header-channel-title, #yottie_1 .yottie-widget-header-channel-title a {
    color: #ffffff !important;
}

.yottie-widget-header-inner {
    background: transparent !important;
}

#yottie_1 .yottie-widget-feed {
    background: transparent !important;
}

#yottie_1 .yottie-widget-nav {
    background: transparent !important;
}

#yottie_1 .yottie-widget-feed-section-slide {
    background: transparent !important;
}

#yottie_1 .yottie-widget-header-overlay {
    background: transparent !important;
}

#yottie_1 .yottie-widget-header {
    background: transparent !important;
}

.yottie-widget-feed-section-pagination {
    background: transparent !important;
}

    .yottie-widget-feed-section-pagination .swiper-pagination-bullet-active {
        background: #277344 !important;
    }

span.yottie-widget-feed-section-pagination-bullet:hover {
    background: #277344 !important;
}

#yottie_1 .yottie-widget-header-channel-properties-item {
    /* color: #a7a7dd !important;*/
    color: #277344 !important;
    font-size: 15px !important;
}


#yottie_1 .yottie-widget-header-channel-caption {
    /*        color: #fff !important;*/
    color: #8585b1 !important;
}

.yottie-widget-video-info {
    display: none !important;
}

.yottie-widget-video-info-caption {
    height: 1px !important;
}

.yt-subscription-button-subscriber-count-branded-horizontal {
    background: #277344 !important;
    color: #fff !important;
    border: 1px solid #277344 !important;
}

.yottie-widget-video-classic {
    margin-bottom: 30px !important;
    margin-right: 30px !important;
    /* width: 241px !important; */
    border-radius: 15px !important;
}

#yottie_1 .yottie-widget-video {
    background: #343252 !important;
}

@media (min-width: 1400px) {
    [dir=ltr] .offset-xxl-1 {
        margin-left: unset;
        margin-right: 8.33333333% !important;
    }
}

@media (min-width: 992px) {
    [dir=ltr] .offset-lg-1 {
        margin-left: unset;
        margin-right: 8.33333333%;
    }
}

@media(max-width:1700px) {
    .typo-subtitle, .notification-box__title {
        font-size: 20px !important;
    }

    .about-box {
        font-size: 16px !important;
    }

    .typo-paragraph-md-ar, .program-card__desc, .home-statistics__text, .about-goal__text {
        font-size: 16px !important;
    }

    .home {
        padding-top: 1rem !important;
        display: flex;
        align-items: center;
    }

    .typo-lg-headline, .home-statistics__title {
        font-size: 30px;
    }

    .typo-paragraph-lg-ar, .map-regions__title, .statistics-card__bottom, .about-box {
        font-size: 16px;
    }

    .home-statistics__bottom-text {
        font-size: 24px;
    }
}

@media (max-width:992px) {
    .notification-box {
        bottom: 250px;
        left: -50%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
    }

    [dir=rtl] .notification-box {
        right: auto;
    }
}

@media(max-width:1200px) {
    .typo-paragraph-lg-ar, .map-regions__title, .statistics-card__bottom, .about-box {
        font-size: 11px;
    }

    .statistics-card__top {
        font-size: 25px;
    }

    .statistics-card__top-icon {
        height: 40px;
        width: 30px;
    }
    /* .typo-paragraph-md-ar, .program-card__desc, .home-statistics__text, .about-goal__text {
        font-size: 15px !important;
    }*/

}



@media print {
    .PrintHeader {
        font-family: var(--bs-body-font-family) !important;
    }

    .PrintHeader-right, .PrintHeaderDetails-right {
        direction: rtl;
    }

        .PrintHeader-right .PrintInstitutionsTitle {
            margin-left: 10px;
        }

    .PrintHeader-left .PrintInstitutionsTitle {
        margin-right: 10px;
    }

    .PrintInstitutionsTitle {
        color: white;
        background-color: #2c2a6b;
        background-color: #2c2a6b !important;
        -webkit-print-color-adjust: exact;
        padding: 10px 20px;
        width: fit-content;
        width: -moz-fit-content;
        border-top-left-radius: 20px;
        font-size: 24px;
        display: inline-block;
    }

    .PrintLicenseTitle {
        display: inline-block;
        color: #2c2a6b;
    }

    .PrintHeader img {
        height: 40px;
    }

    .PrintHeaderDetails {
        border-bottom: 3px #2c2a6b solid;
        border-top: 3px #2c2a6b solid;
        margin: 20px 0;
    }

    .PrintHeaderTitle {
        padding: 10px 0;
    }

    .PrintHeaderTitleImage {
        height: 25px;
    }

    .PrintHeader-right .PrintHeaderTitleImage {
        margin-left: 10px;
    }

    .PrintHeader-left .PrintHeaderTitleImage {
        margin-right: 10px;
    }

    .PrintHeaderTitleH {
        display: inline-block;
        color: #2c2a6b;
    }
}



.__news {
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .__news .subjecttitle {
        margin: 0 auto;
        text-align: center;
        max-width: 660px;
        color: white;
        padding: 40px 0;
        font-size: 24px;
    }

    .__news .slidepart {
        width: 660px;
        height: 377px;
        overflow: hidden;
        margin: 0 auto;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    }

        .__news .slidepart .carousel {
            max-height: 377px;
        }

            .__news .slidepart .carousel .slideimageshadow {
                box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
            }

            .__news .slidepart .carousel .pubdate {
                border-radius: 10px 0 0 0;
                -webkit-border-radius: 10px 0 0 0;
                -moz-border-radius: 10px 0 0 0;
                -ms-border-radius: 10px 0 0 0;
                -o-border-radius: 10px 0 0 0;
                position: absolute;
                width: 235px;
                height: 47px;
                background-color: rgba(112, 112, 163, 0.4);
                z-index: 10;
                bottom: 0;
                display: flex;
                justify-content: space-between;
                padding: 0 5px;
            }

                .__news .slidepart .carousel .pubdate .location {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    padding: 0 5px;
                }

                    .__news .slidepart .carousel .pubdate .location h5 {
                        color: white;
                        font-weight: 200;
                        font-size: 14px;
                        margin: 0;
                        text-wrap: nowrap;
                        max-width: 50px;
                        overflow: hidden;
                        text-align: start;
                    }

                .__news .slidepart .carousel .pubdate .date {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    padding: 0 5px;
                }

                    .__news .slidepart .carousel .pubdate .date h5 {
                        color: white;
                        font-weight: 200;
                        font-size: 14px;
                        margin: 0;
                        text-wrap: nowrap;
                        max-width: 100px;
                        overflow: hidden;
                        text-align: start;
                    }

        .__news .slidepart .carousel-control-next-icon {
            background-image: url("https://business.sa/assets/images/news_next_slide.svg");
        }

        .__news .slidepart .carousel-control-prev-icon {
            background-image: url("https://business.sa/assets/images/news_prev_slide.svg");
        }

        .__news .slidepart .carousel-control-next,
        .__news .slidepart .carousel-control-prev {
            opacity: 1;
            width: 6%;
        }

    .__news .newspart {
        max-width: 992px;
        margin: 0 auto;
        padding: 50px 10px;
    }

        .__news .newspart, .__news .newspart p, .__news .newspart span {
            color: #fff !important;
            font-weight: normal;
        }

            .__news .newspart p,
            .__news .newspart span {
                font-family: "DinNext" !important;
                font-size: 16px !important;
                font-weight: 300 !important;
                line-height: 2 !important;
                color: white;
                background-color: transparent !important;
            }

    .__news .was-holder {
        max-width: 992px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .__news .was-holder a {
            color: white;
            width: 282px;
            height: 83px;
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
        }

            .__news .was-holder a:hover {
                background-color: rgba(255, 255, 255, 0.05);
            }

            .__news .was-holder a span {
                display: flex;
                padding: 16px 12px;
                border-inline-end: 1px solid white;
            }

            .__news .was-holder a div {
                padding: 16px 12px;
            }


a[id="fr-logo"] {
    display: none !important;
}

p[data-f-id="pbf"] {
    display: none !important;
}

a[href*="www.froala.com"] {
    display: none !important;
}

@media (max-width: 1200px) {
    .__rokhas-contenet-holder .scrollpart .filterholder {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .__rokhas-contenet-holder .scrollpart .filterholder .drop {
        justify-content: center;
        padding: 10px 0;
    }
}

._search-result .advance-search-bar-holder {
    width: 57%;
    background-color: rgba(34, 33, 54, 0.6);
    padding: 22px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

@media (max-width: 1200px) {
    ._search-result .advance-search-bar-holder {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    ._search-result .advance-search-bar-holder {
        width: 100%;
    }
}



@media (max-width: 1200px) {
    ._search-result .advance-search-bar-holder {
        flex-direction: row;
        align-items: center;
    }
}

._search-result .advance-search-bar-holder input[type=text] {
    background-color: rgba(112, 112, 163, 0.7);
    color: white;
    padding: 0 8px;
    width: 90%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

media (max-width: 1200px) {
    ._search-result .advance-search-bar-holder input[type=text]

{
    width: 70%;
}

}

@media (max-width: 768px) {
    ._search-result .advance-search-bar-holder input[type=text] {
        width: 70%;
    }
}

@media (max-width: 480px) {
    ._search-result .advance-search-bar-holder input[type=text] {
        width: 70%;
    }
}


._search-result .advance-search-bar-holder input[type=text]::placeholder {
    color: white !important;
}

._search-result .advance-search-bar-holder input[type=text]:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.5);
}

._search-result .advance-search-bar-holder select {
    min-width: 405px;
}

@media (max-width: 1200px) {
    ._search-result .advance-search-bar-holder select {
        width: 100%;
    }
}

._search-result .advance-search-bar-holder select:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.5);
    border: none;
}

._search-result .advance-search-bar-holder button[type=submit] {
    background-color: #277344;
    color: white;
    padding: 7px 45px;
    border-radius: 5px;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

    ._search-result .advance-search-bar-holder button[type=submit]:hover {
        background-color: rgba(112, 112, 163, 0.9);
    }

    ._search-result .advance-search-bar-holder button[type=submit]:active {
        background-color: rgba(112, 112, 163, 0.5);
        transform: translate(1px, 1px);
        -webkit-transform: translate(1px, 1px);
        -moz-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
        -o-transform: translate(1px, 1px);
    }

._search-result .search-results-holder {
    width: 100%;
}

    ._search-result .search-results-holder .resultholder {
        width: 100%;
        height: 170px;
        max-height: 170px;
        position: relative;
        padding-inline-start: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

        ._search-result .search-results-holder .resultholder:not(:last-child):after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.2);
            bottom: 0;
            left: 0;
            z-index: 999;
        }

        ._search-result .search-results-holder .resultholder a {
            text-decoration: none;
            color: white;
            position: relative;
            transition: all 300ms linear;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            -o-transition: all 300ms linear;
        }

            ._search-result .search-results-holder .resultholder a h2 {
                font-size: 16px;
                margin: 0;
                font-weight: 400;
                text-wrap: nowrap;
                width: 1075px;
                overflow: hidden;
                text-overflow: ellipsis;
            }

@media (max-width: 1200px) {
    ._search-result .search-results-holder .resultholder a h2 {
        text-wrap: wrap;
        width: 100%;
    }
}

._search-result .search-results-holder .resultholder a:hover {
    color: rgba(255, 255, 255, 0.8);
}

._search-result .search-results-holder .resultholder a::after {
    content: url("../images/polit_def.svg");
    position: absolute;
    right: -29px;
    top: 0;
}

[dir=ltr] ._search-result .search-results-holder .resultholder a::after {
    right: auto;
    left: -29px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

._search-result .search-results-holder .resultholder p {
    color: white;
    margin: 0;
    padding-top: 20px;
    font-weight: 200;
    text-wrap: nowrap;
    width: 1075px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {
    ._search-result .search-results-holder .resultholder p {
        width: 100%;
        text-wrap: wrap;
    }
}

._search-result nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

    ._search-result nav ul {
        display: flex;
        margin: 0;
        padding: 0;
    }

        ._search-result nav ul .active-number a {
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }

        ._search-result nav ul .disabled-arrow a {
            pointer-events: none;
            cursor: auto;
        }

            ._search-result nav ul .disabled-arrow a svg path {
                fill: rgba(255, 255, 255, 0.7);
            }

[dir=ltr] ._search-result nav ul li svg {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

._search-result nav ul li:nth-child(2) {
    padding-inline-end: 10px;
}

._search-result nav ul li:nth-last-child(2) {
    padding-inline-start: 10px;
}

._search-result nav ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-last-child(1)):not(:nth-last-child(2)) {
    padding: 0 5px;
}

._search-result nav ul li:nth-child(1) a, ._search-result nav ul li:nth-child(2) a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
}

._search-result nav ul li:nth-last-child(1) a, ._search-result nav ul li:nth-last-child(2) a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
}

._search-result nav ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-last-child(1)):not(:nth-last-child(2)) a {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: 400;
}

    ._search-result nav ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-last-child(1)):not(:nth-last-child(2)) a:hover {
        color: rgba(255, 255, 255, 0.8);
    }

.advance-search-bar-holder {
    padding: 10px 15px !important;
}

.highlight {
    background-color: #277344;
}
/*breadcrumb-search*/
.search-breadcrumb .breadcrumb-item::after {
    content: ""; /* Custom separator */
    color: #666;
    margin: 0 1px;
}

.search-breadcrumb {
    margin-top: 10px;
    margin-bottom: -5px;
}

    .search-breadcrumb .breadcrumb-item:last-child::after {
        content: "";
    }

    .search-breadcrumb .breadcrumb-item a {
        color: #007bff;
        text-decoration: none;
    }

        .search-breadcrumb .breadcrumb-item a:hover {
            text-decoration: underline;
        }

    .search-breadcrumb .breadcrumb-item i {
        margin-right: 4px;
    }

    .search-breadcrumb .breadcrumb-item a::after {
        content: none !important;
        position: static !important;
    }

.no-results {
    text-align: center;
    font-size: 1.2em;
    color: white;
    padding: 20px;
}

._hierachy {
    position: relative;
    zoom: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    zoom: 100%;
}

@media (max-width: 1597px) {
    ._hierachy {
        /*zoom: 80%;*/
        zoom: 75%;
    }
}

@media (max-width: 1275px) {
    ._hierachy {
        zoom: 60%;
    }
}

@media (max-width: 980px) {
    ._hierachy {
        zoom: 100%;
    }
}

._hierachy .f-p-holder-laptop {
    position: relative;
    margin: 0 auto;
    width: 480px;
    height: 493px;
}

._hierachy .block-hole-color {
    background: rgb(29, 28, 45) !important;
}

._hierachy .block-hole-width {
    width: 60px;
}

._hierachy .block-hole-top-4 {
    top: -4px;
}

._hierachy .s-p-holder-desktop-postion {
    top: 494px;
}

._hierachy .s-p-holder-laptop {
    padding-top: 20px;
    z-index: 9;
    display: none;
    flex-direction: row;
    width: 610px;
    height: 650px;
    border-top: 4px solid #6a6886;
    border-right: 4px solid #6a6886;
    border-left: 4px solid #6a6886;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    position: absolute;
    top: 680px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media (max-width: 980px) {
    ._hierachy .s-p-holder-laptop {
        top: 513px;
    }
}

@media (max-width: 980px) {
    ._hierachy .s-p-holder-laptop {
        display: flex;
    }
}

._hierachy .bottom-right-corner-line {
    bottom: 49%;
    right: -66px;
    position: absolute;
    width: 61px;
    height: 46px;
    border-top: none;
    border-left: none;
    border-right: 4px solid #6a6886;
    border-bottom: 4px solid #6a6886;
    border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
}

[dir=ltr] ._hierachy .bottom-right-corner-line {
    right: auto;
    left: -66px;
    border-left: 4px solid #6a6886;
    border-right: none;
}

._hierachy .bottom-right-corner-line::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: -5px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #6a6886;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

[dir=ltr] ._hierachy .bottom-right-corner-line::after {
    left: auto;
    right: -5px;
}

._hierachy .bottom-left-corner-line {
    bottom: 49%;
    left: -66px;
    position: absolute;
    width: 61px;
    height: 46px;
    border-top: none;
    border-right: none;
    border-left: 4px solid #6a6886;
    border-bottom: 4px solid #6a6886;
    border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -ms-border-radius: 0 0 0 10px;
    -o-border-radius: 0 0 0 10px;
}

[dir=ltr] ._hierachy .bottom-left-corner-line {
    left: auto;
    right: -66px;
    border-right: 4px solid #6a6886;
    border-left: none;
    border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
}

._hierachy .bottom-left-corner-line::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: -5px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #6a6886;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

[dir=ltr] ._hierachy .bottom-left-corner-line::after {
    right: auto;
    left: -5px;
}

._hierachy .block-holder-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

._hierachy .block-holder-col-start {
    align-items: flex-start;
}

._hierachy .block-holder-col-end {
    align-items: flex-start;
}

._hierachy .block-contour-margin-start {
    margin-inline-start: 59px;
}

._hierachy .block-contour-margin-end {
    margin-inline-end: 59px;
}

._hierachy .block-hole-custom-left {
    height: 373px;
    left: -4px;
    top: auto;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    background: rgb(29, 28, 45) !important;
}

[dir=ltr] ._hierachy .block-hole-custom-left {
    left: auto;
    right: -4px;
    background: rgb(29, 28, 45) !important;
}

._hierachy .block-hole-custom-right {
    height: 265px;
    right: -4px;
    top: auto;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    background: rgb(29, 28, 45) !important;
}

[dir=ltr] ._hierachy .block-hole-custom-right {
    right: auto;
    left: -4px;
    background: rgb(29, 28, 45) !important;
}

._hierachy .border-w {
    border-width: 4px;
}

#guidelines-terms h5 {
    margin: 0 50px 21px 50px !important;
}

ul > li {
    font-size: 16px;
    padding-right: 10px;
}

[dir=ltr] ul > li {
    font-size: 15px;
    padding-left: 5px;
}


ul > li::marker {
    content: url('../images/polit_def.svg');
}

[dir=ltr] ul > li::marker {
    content: url('../images/polit_def_ltr.svg');
}

[dir=ltr] ul > li {
    margin-right: 15px;
}


ul > li ul {
    margin: 5px 0px !important;
}


ul.nav.nav-pills > li::marker {
    content: '';
}

ul.nav-list > li::marker {
    content: '';
}

ul.no-svg > li::marker {
    content: '';
}

ul.no-marker > li::marker {
    content: '';
}

ul.no-marker > li::marker {
    content: '';
}

.service-box-content .service-box-fees ul > li::marker {
    content: '';
}

ol.breadcrumb > li::marker {
    content: '';
}

ul.CustomUL ul {
    list-style: none;
    margin-right: -25px;
    margin-top: 18px;
}

    ul.CustomUL ul > li {
        position: relative;
        padding-left: 25px;
    }

[dir=ltr] ul.CustomUL ul > li {
    position: relative;
    margin-right: -25px;
    margin-top: 18px;
}

ul.CustomUL ul > li::marker, ul > li > ul > li::marker {
    content: url('../images/Vector.svg');
}

[dir=ltr] ul.CustomUL ul > li::marker, [dir=ltr] ul > li > ul > li::marker {
    content: url('../images/Vector_ltr.svg');
}

ul.CustomUL > li {
    position: relative;
    padding-left: 25px;
}

ul > li:has(input[type="checkbox"])::marker {
    content: '';
}

.service-box-content ul > li::marker {
    content: url('../images/polit_def.svg') !important;
}

[dir=ltr] .service-box-content ul > li::marker {
    content: url('../images/polit_def_ltr.svg') !important;
}

[dir=ltr] .service-box-content ul > li {
    padding-left: 10px !important;
}

.CustomUL > ul.CustomUL {
    margin-right: -16px !important;
}

ul.CustomUL ul > li::marker {
    content: url('../images/Vector.svg');
}

[dir=ltr] ul.CustomUL ul > li::marker {
    content: url('../images/Vector_ltr.svg');
}

ul.CustomUL > ul > ul.CustomUL > li::marker {
    content: url('../images/li-bold.svg') !important;
}

ul.CustomUL.NewCustomUL > li > ul > li > ul.CustomUL > li::marker {
    content: url('../images/li-bold.svg');
}

img {
    pointer-events: none;
}

ol > li {
    list-style: none;
    position: relative;
    padding: 0px 3px;
}

    ol > li::marker {
        list-style: none;
        content: url('../images/polit_def.svg');
    }

[dir=ltr] ol > li::marker {
    list-style: none;
    content: url('../images/polit_def_ltr.svg');
}

ol > li ::marker {
    list-style-image: url('../images/polit_def.svg');
    list-style-position: inside;
    content: url('../images/li-bold.svg');
}

._search-result li {
    color: #333;
    font-weight: 200;
    text-overflow: ellipsis;
}

    ._search-result li::marker {
        content: '';
    }

.breadcrumb li ::marker {
    content: '';
}

li .breadcrumb-item {
    content: '';
}

@media (max-width: 992px) {

    .mega-menu__nav-link > span {
        font-size: 30px !important;
        font-weight: 700 !important;
        line-height: 3.75;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .mega-menu__nav-link [class^="bi-"]::before,
    .mega-menu__nav-link [class*=" bi-"]::before {
        font-weight: 900 !important;
        line-height: 1;
        font-size: 14px;
    }

    .mega-menu__description {
        line-height: 0.75 !important;
    }

    .mega-menu .mega-menu__description {
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {
    .mega-menu__description {
        display: none;
    }

    .mega-menu__nav-link > span {
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 2.5;
    }

    .mega-menu__nav-link [class^="bi-"]::before,
    .mega-menu__nav-link [class*=" bi-"]::before {
        font-weight: 800 !important;
        line-height: 1;
    }

    .mega-menu__description {
        line-height: 0.75 !important;
    }

    .mega-menu .mega-menu__description {
        font-size: 20px !important;
    }
}

@media (max-width: 480px) {

    .mega-menu__nav-link > span {
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 2.5;
    }

    .mega-menu__nav-link [class^="bi-"]::before,
    .mega-menu__nav-link [class*=" bi-"]::before {
        font-weight: 700 !important;
        line-height: 1;
    }

    .mega-menu__description {
        line-height: 0.75 !important;
    }

    .mega-menu .mega-menu__description {
        font-size: 20px !important;
    }
}

[dir=rtl] .select-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/dropdown-ico.svg'), url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>'); /* Native arrow */
    background-repeat: no-repeat;
    background-position: right 0.75rem center, left 0.75rem center;
    background-size: 16px 12px, 12px;
    padding: 0.375rem 2rem 0.375rem 2rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgba(112, 112, 163, 0.6);
    color: white;
    text-align: right;
    direction: rtl;
}

@media (max-width: 768px) {
    [dir=rtl] .select-control {
        background-position: right 0.5rem center, left 0.5rem center;
        padding: 0.375rem 1.5rem 0.375rem 1.5rem;
    }
}
/* LTR Styles */
[dir=ltr] .select-control {
    /* Remove browser styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Custom theme arrow (left) and native arrow (right) */
    background-image: url('../images/dropdown-ico.svg'), /* Theme arrow */
    url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>'); /* Native arrow */
    background-repeat: no-repeat;
    /* Position theme arrow on the left and native arrow on the right */
    background-position: left 0.75rem center, right 0.75rem center;
    background-size: 16px 12px, 12px;
    /* Padding for text to avoid overlap with arrows */
    padding: 0.375rem 2rem 0.375rem 2rem;
    /* Dropdown styles */
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgba(112, 112, 163, 0.6);
    color: white;
    text-align: left; /* Align text to the left */
    direction: ltr; /* Ensure proper LTR behavior */
}


ol.breadcrumb > li::marker {
    content: '';
}

.map-regions .map-regions__title {
    font-size: 24px !important;
    margin-bottom: 1rem !important;
}

._search-result ul > li::marker {
    content: '' !important;
}

.w-42 {
    width: 38% !important;
}

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

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

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


[dir=rtl].custom-map-regions__title {
    margin-right: -7px
}

@media (max-width: 992px) {
    .custom-map-regions__title {
        margin-right: 15px;
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .divone .divsub2 {
        justify-content: center;
        bottom: 346px;
    }

    ul.custom-nav > li {
        padding: 0;
    }
}

#dropdownresult > ul > li::marker {
    content: '' !important;
}

#dropdownresult > ul > li::marker {
    content: '' !important;
}

.policy-content ul > li > span {
    color: #000 !important;
}

.policy-content li {
    color: #000 !important;
}

.policy-content p {
    color: #fff !important;
    line-height: 2 !important;
    font-size: 1.3rem !important;
}

.policy-content span {
    color: #000 !important;
    line-height: 2 !important;
    font-size: 1rem !important;
}

.policy-content ul > li > span {
    color: #000 !important;
}

p[dir="RTL"] b span[lang="AR-SA"] {
    /* text-decoration: underline  #277344; */
    color: #d2d2dc !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

p[style*="direction: rtl"] b span[lang="AR-SA"] {
    /* text-decoration: underline  #277344; */
    color: #d2d2dc !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.policy-content p[style*="direction: rtl"] b span[lang="AR-SA"]:nth-of-type(4) {
    margin-right: -47px; /* Adjust the value as needed */
}

.policy-content p[style*="direction: rtl"] b span[lang="AR-SA"]:nth-child(3) {
    margin-right: -47px; /* Adjust the value as needed */
}

span[style*="text-align: var(--bs-body-text-align)"] span[lang="AR-SA"] {
    /* text-decoration: underline #277344; */
    text-decoration-thickness: 2px; /* Underline thickness */
    text-underline-offset: 5px; /* Space between text and underline */
    font-size: 1.5rem;
    font-weight: 700;
    font-size: 1rem !important;
    color: #d2d2dc !important;
}


.terms-content ul > li > span {
    color: #000 !important;
    line-height: 1 !important;
    font-size: 1rem !important;
}


.terms-content li {
    color: #000 !important;
    line-height: 2 !important;
    font-size: 1rem !important;
}

.terms-content p {
    color: #000 !important;
    line-height: 2 !important;
    font-size: 1rem !important;
}

.terms-content h5 > span {
    color: #000 !important;
    line-height: 2 !important;
    font-size: 1rem !important;
}

.terms-content span {
    color: #000 !important;
    font-size: 1rem !important;
}

[dir=ltr] .terms-content ul > li > span {
    color: #000 !important;
    font-size: 1rem !important;
}


p[style*="direction: rtl"] b span[lang="AR-SA"] {
    margin: 0 !important;
}

.policy-content a {
    position: relative; /* Needed for pseudo-element positioning */
    color: #000; /* Default text color */
    text-decoration: none; /* Remove default underline */
    padding: 0 4px; /* Optional padding for aesthetics */
    display: inline-block; /* Ensure proper pseudo-element behavior */
    background-color: transparent !important;
    font-weight: bold !important;
    transition: color 0.3s ease; /* Smooth transition for text color */
}

[dir='ltr'].policy-content a:not(:has(span)) {
    padding-left: 34px !important; /* Optional padding for aesthetics */
}

.policy-content a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Default underline thickness */
    background-color: #000; /* Default underline color */
    transform: scaleX(0); /* Initially hidden */
    transform-origin: left; /* Animation starts from the left */
    transition: transform 0.3s ease; /* Smooth underline animation */
}

.policy-content a:hover {
    color: #277344 !important; /* Change text color on hover */
}

[dir="rtl"] .policy-content a:hover {
    color: #277344;
}

.policy-content a:hover::after {
    transform: scaleX(1); /* Expand underline */
}

.policy-content a:active {
    color: #277344 !important; /* Optional: Change text color on click */
}


p[style*="direction: rtl"] b span[lang="AR-SA"] {
    margin: 0 !important;
}

.policy-content li {
    text-indent: -35px !important;
}

span[style*="font-family: 'DIN Next LT Arabic'"] {
    line-height: 1.8 !important;
}

.policy-content h5 {
    Padding-top: 0.5rem !important;
}

.policy-content ul {
    margin-bottom: 0 !important;
}

li > span > span {
    line-height: 2 !important;
}

.policy-content li {
    margin-bottom: 0 !important;
}

    .policy-content li > span > b {
        text-decoration: underline #277344;
        text-decoration-thickness: 2px;
        text-underline-offset: 5px;
    }

    .policy-content li > b > span:first-child {
        text-decoration: underline #277344;
        text-decoration-thickness: 2px;
        text-underline-offset: 5px;
    }

    .policy-content li > span:nth-child(3):has(span) {
        text-decoration: underline #277344;
        text-decoration-thickness: 2px;
        text-underline-offset: 5px;
    }

[dir="ltr"] .policy-content a:not(:has(span)) {
    padding-left: 34px !important;
}
/*start Offices*/



.__guidance-query-result .filter-holder {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(87, 83, 114);
}

    .__guidance-query-result .filter-holder .requestbtn {
        padding-left: 21px !important;
        padding-right: 21px !important;
    }

.__guidance-query-result .results-holder {
    width: 100%;
    display: flex;
    gap: 36px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.__guidance-query-result .disclaimer {
    color: white;
    font-size: 12px;
    margin-top: 2px;
    margin-right: -11px;
}

.__guidance-query-result__block {
    display: flex;
    flex-direction: column;
    width: 408px;
    min-height: 206px;
    max-height: 287px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(87, 83, 114);
    padding: 15px;
    gap: 12px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 992px) {
    .__guidance-query-result__block {
        width: 100%;
    }
}

/*.__guidance-query-result__block h3 {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-wrap: nowrap;
}*/

.__guidance-query-result__block .textno {
    color: white;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 300;
}

.__guidance-query-result__block .emaillimet {
    max-width: 257px;
    overflow: hidden;
    text-wrap: nowrap;
}

.__guidance-query-result__block .footer {
    height: 100%;
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.__guidance-query-result .advance-search-bar-holder {
    width: 100% !important;
}


.advance-search-bar-holder {
    margin-top: 5.25rem;
}

.service-box-fees ul:has(li:only-child) li::marker {
    content: '' !important;
}


[dir="ltr"] .service-box-fees ul:has(li:only-child) li {
    margin-left: -19px;
}

[dir="rtl"] .service-box-fees ul:has(li:only-child) li {
    margin-right: -22px;
}

.box .content ul:has(li:only-child) li::marker {
    content: '' !important;
}


.divone .divsub2 .box .rowo .icon {
    width: 40px !important;
    /* background: red; */
    max-width: 40px !important;
    overflow: hidden !important;
    text-align: start !important;
}

.box .content ul:has(li:only-child) li {
    padding-right: 0 !important;
}

.block-link {
    display: flex !important;
    align-items: center !important;
    gap: 0px !important;
    justify-content: flex-start !important;
}
/* General styles for the navigation list */
.nav-list {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.nav-list__item {
    position: relative;
}

/* 🟢 Base Style for Links */
.nav-list__link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 8px 10px;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease-in-out;
}

    /* ✨ Underline Effect on Hover */
    .nav-list__link::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -2px;
        width: 0;
        height: 2px;
        background-color: #277344;
        transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    }

    /* 🔵 Hover - Expand Underline */
    .nav-list__link:hover::after {
        width: 100%;
        left: 0;
    }

/* 🎯 Active State - Keep Underline */
.nav-list__item.active .nav-list__link::after {
    width: 100%;
    left: 0;
    background-color: #277344; /* Adjust for consistency */
}





.__guidance-query-result .filter-holder {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(87, 83, 114);
}

    .__guidance-query-result .filter-holder .requestbtn {
        padding-left: 21px !important;
        padding-right: 21px !important;
    }

.__guidance-query-result .results-holder {
    width: 100%;
    display: flex;
    gap: 36px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.__guidance-query-result .iconholder {
    background-color: #277344;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    min-width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.__guidance-query-result .disclaimer {
    color: white;
    font-size: 13px;
    font-weight: 300;
}

.__guidance-query-result__block {
    display: flex;
    flex-direction: column;
    width: 408px;
    min-height: 169px;
    max-height: 287px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(87, 83, 114);
    padding: 15px;
    gap: 12px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 992px) {
    .__guidance-query-result__block {
        width: 100%;
    }
}

.__guidance-query-result__block .lisholder {
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.__guidance-query-result__block .title {
    height: 50px;
    max-height: 50px;
    overflow: hidden;
}

.__guidance-query-result__block h3 {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

.__guidance-query-result__block .textno {
    color: white;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 300;
    display: block;
    min-width: 200px;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
}

.__guidance-query-result__block .emaillimet {
    max-width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-decoration: none;
}

.__guidance-query-result__block .footer {
    height: 100%;
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

select option {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

@media (max-width: 1200px) {
    .ser-container .ser-block {
        width: 348px;
        max-width: none;
    }
}

#faqs_ul > ul > li::marker {
    content: '';
}

nav ul .disabled-arrow a {
    pointer-events: none;
    cursor: auto;
}

    nav ul .disabled-arrow a svg path {
        fill: rgba(255, 255, 255, 0.7);
    }

nav ul .active-number a {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#faqs_ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

    #faqs_ul ul {
        display: flex;
        margin: 0;
        padding: 0;
    }

@media (max-width: 1200px) {
    ._search-result .advance-search-bar-holder {
        flex-direction: column;
        align-items: center;
    }
}
.mega-menu__nav-link:not(:has(i)) .mega-menu__nav-name {
  text-decoration: none;
  color: white;
  transition: all 300ms ease-in-out;
  display: block;
  position: relative;
  width: fit-content;
}
.mega-menu__nav-link:not(:has(i)) .mega-menu__nav-name::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #277344;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.mega-menu__nav-link:not(:has(i)) .mega-menu__nav-name:hover {
  color: rgba(255, 255, 255, 0.8);
}
.mega-menu__nav-link:not(:has(i)) .mega-menu__nav-name:hover::after {
  width: 100%;
  left: 0;
}
-----------------------------------------------------------

.mega-menu__parent + .notdisplay ul li a {
  text-decoration: none;
  color: white;
  transition: all 300ms ease-in-out;
  display: block;
  position: relative;
  width: fit-content;
}
.mega-menu__parent + .notdisplay ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #277344;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.mega-menu__parent + .notdisplay ul li a:hover {
  transform: translateY(-5px);
  color: rgba(255, 255, 255, 0.8);
}
.mega-menu__parent + .notdisplay ul li a:hover::after {
  width: 100%;
  left: 0;
}
.mega-menu__parent {
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

    .mega-menu__parent:hover {
        transform: translateY(-5px);
        color: rgba(255, 255, 255, 0.8);
    }