#menu-header-menu-additional-links {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

#menu-header-menu-additional-links li:last-child a {
    position: relative;
    padding-right: 25px !important;
}

#menu-header-menu-additional-links li:last-child a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 20px;
    height: 20px;
    z-index: 999999;
    opacity: 1;
    left: auto;
    transform: translate(0px, -36%);
    right: 0px !important;
    background: url(../images/accessibility-w.svg) center center / cover no-repeat;
}


#menu-header-menu-additional-links li:last-child a:hover::after {
    background: url(../images/accessibility-r.svg) no-repeat center center;
    background-size: cover;
}


/* -------------------------------------------------- */
[data-header*="type-1"] #search-modal {
    background-color: #000 !important;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
    order: 3;
    margin-top: 35px !important;
    width: 75%;
}

.ct-header .ct-search-box {
    order: 3;
    max-width: 100% !important;
    margin: 35px 0 0 0 !important;
}

.ct-header .ct-search-box input {
    width: calc(100% - 50px) !important;
}

.ct-header .ct-search-box form {
    border-bottom: 1px solid #454545 !important;
}

.menu .ct-menu-link,
[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a {
    text-transform: none;
    font-weight: 600;
    color: #323232;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"]>ul>li>a {
    font-weight: 600;
    text-transform: initial;
    color: #323232;
}


.menu .ct-menu-link:hover,
[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a:hover,
[data-header*="type-1"] .ct-header [data-id="menu-secondary"]>ul>li>a:hover {
    color: #c51230;
}


[data-id="widget-area-1"] {
    order: 4;
    width: 25%;
    margin-top: 35px !important;
    padding-left: 15px;
    border-left: 1px solid #939393;
    height: 598px;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.mobile-menu .ct-sub-menu-parent a {
    font-size: 18px;
    font-weight: 600 !important;
    padding-top: 0;
    line-height: 1;
    margin-bottom: 7px;
}

[data-id="widget-area-1"] div:last-child {
    margin-top: auto;
}

.menu-footer-menu-8-container {
    padding-left: 45px;
}

[data-id="widget-area-1"] .widget-title {
    display: none !important;
}

[data-id="widget-area-1"] .menu-item a {
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0 !important;
    display: block;
    line-height: 1.6;
}

[data-id="widget-area-1"] .menu-item:not(.current-menu-item) a:not(:hover) {
    color: #BDBDBD;
}

[data-id="widget-area-1"] .menu-item:first-child a {
    padding-top: 0 !important;
}

nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent {
    color: #BDBDBD !important;
}

[data-id="widget-area-1"] .menu-item a {
    display: flex;
    align-items: center;
}

.sub-menu .menu-item a:hover img,
[data-id="widget-area-1"] .menu-item a:hover img {
    filter: invert(79%) sepia(74%) saturate(6072%) hue-rotate(349deg) brightness(101%) contrast(93%);
}

#menu-top-menu li:first-child a,
#menu-first-top-menu li:first-child a,
#menu-footer-menu-8 .menu-item:first-child a,
#menu-header-menu-additional-links li:first-child a {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}

#menu-footer-menu-8 {
    display: flex;
    column-gap: 20px;
}

#menu-footer-menu-8 li:last-child a,
.header-menu-1 ul li:last-child a {
    position: relative;
}

.header-menu-1 ul li:last-child a {
    position: relative;
    padding-right: 25px !important;
}

#menu-footer-menu-8 li:last-child a {
    padding-right: 35px !important;
}

#menu-footer-menu-8 li:last-child a::after,
.header-menu-1 ul li:last-child a::after {
    content: "";
    position: absolute;
    right: 0 !important;
    bottom: 0;
    width: 20px;
    height: 20PX;
    background: url(../images/accessibility-w.svg) no-repeat center center;
    background-size: cover;
    z-index: 999999;
    opacity: 1;
    left: auto;
    transform: translate(0, -36%);
}

body:not(.home) .header-menu-1 ul li:last-child a::after {
    background: url(../images/accessibility-b.svg) no-repeat center center;
    background-size: 18px;
}

.header-menu-1 ul li:last-child a:hover::after,
body:not(.home) .header-menu-1 ul li:last-child a:hover::after,
body[data-header*="type-1:sticky:shrink"] .header-menu-1 ul li:last-child a:hover::after {
    background: url(../images/accessibility-r.svg) no-repeat center center;
    background-size: cover;
}

body[data-header*="type-1:sticky:shrink"] .header-menu-1 ul li:last-child a::after {
    background: url(../images/accessibility-b.svg) no-repeat center center;
    background-size: cover;
}

nav[class*=menu] li:hover>.ct-sub-menu-parent {
    color: unset !important;
}

nav[class*=menu] li:hover>.ct-menu-link,
nav[class*=menu] li:hover>.ct-sub-menu-parent a {
    color: #c51230 !important;
}


[data-header*="type-1"] #offcanvas {
    background: #000000 !important;
}


/* [data-header*="type-1"] #offcanvas {
    height: 80% !important;
} */


.ct-header .ct-container {
    position: relative;
}

.ct-header .site-logo-container {
    position: absolute;
    top: 0;
    left: 0;
}

nav[class*=menu] .ct-menu-link {
    text-decoration: none;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    transition: all .4s ease-in-out;
}

/* body:not(.home, .page-child)[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 234px;
} */


[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    height: unset !important;
}


body.home[data-header="type-1:sticky"] .ct-header-socials .ct-icon-container path,
body.page-id-176[data-header="type-1:sticky"] .ct-header-socials .ct-icon-container path,
body.page-id-32357[data-header="type-1:sticky"] .ct-header-socials .ct-icon-container path,
body.page-id-178[data-header="type-1:sticky"] .ct-header-socials .ct-icon-container path,
body.page-id-180[data-header="type-1:sticky"] .ct-header-socials .ct-icon-container path,
body.page-id-2658[data-header="type-1:sticky"] .ct-header-socials .ct-icon-container path {
    fill: #ffffff !important;
}

body.home:not([data-header="type-1:sticky:shrink"]) nav[class*=menu] .ct-menu-link,
body.home:not([data-header="type-1:sticky:shrink"]) .ct-header [data-id="menu"]>ul>li>a,
body.page-id-176:not([data-header="type-1:sticky:shrink"]) nav[class*=menu] .ct-menu-link,
body.page-id-176:not([data-header="type-1:sticky:shrink"]) .ct-header [data-id="menu"]>ul>li>a,
body.page-id-32357:not([data-header="type-1:sticky:shrink"]) nav[class*=menu] .ct-menu-link,
body.page-id-32357:not([data-header="type-1:sticky:shrink"]) .ct-header [data-id="menu"]>ul>li>a,
body.page-id-178:not([data-header="type-1:sticky:shrink"]) nav[class*=menu] .ct-menu-link,
body.page-id-178:not([data-header="type-1:sticky:shrink"]) .ct-header [data-id="menu"]>ul>li>a,
body.page-id-180:not([data-header="type-1:sticky:shrink"]) nav[class*=menu] .ct-menu-link,
body.page-id-180:not([data-header="type-1:sticky:shrink"]) .ct-header [data-id="menu"]>ul>li>a,

body.page-id-2658:not([data-header="type-1:sticky:shrink"]) nav[class*=menu] .ct-menu-link,
body.page-id-2658:not([data-header="type-1:sticky:shrink"]) .ct-header [data-id="menu"]>ul>li>a {
    color: #ffffff;
}

/* body.page-id-176:not([data-header="type-1:sticky:shrink"]) .active nav[class*=menu] .ct-menu-link:not(:hover),
body.page-id-178:not([data-header="type-1:sticky:shrink"]) .active nav[class*=menu] .ct-menu-link:not(:hover),
body.page-id-180:not([data-header="type-1:sticky:shrink"]) .active nav[class*=menu] .ct-menu-link:not(:hover),
body.page-id-2658:not([data-header="type-1:sticky:shrink"]) .active nav[class*=menu] .ct-menu-link:not(:hover),
body.home:not([data-header="type-1:sticky:shrink"]) .active nav[class*=menu] .ct-menu-link:not(:hover) {
    color: #000000 !important;
} */

body.home:not([data-header="type-1:sticky:shrink"]) nav[class*=menu] .ct-menu-link:hover {
    color: #c51230 !important;
}


.arrow_down .stk-button:hover .stk--inner-svg svg {
    transform: translate(0, 4px) !important;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] {
    background-color: #0A0A0A26;
}

/* ---------------------------------------------------------------------------------------------- */


.banner {
    position: relative;
    z-index: 0;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}


#search-modal input {
    color: #ffffff;
}


#search-modal .ct-panel-content>form {
    display: flex;
    align-items: center;
}

#search-modal .ct-panel-content>form input {
    margin: 0;
    height: 44px;
    font-size: 18px;
    padding-right: 10px;
}

#search-modal .ct-panel-content>form input:hover {
    transform: unset !important;
}

/* ---------------------------------------------------------------------------------------------- */

/* [aria-label="Megamenu"][data-interaction=click] [class*=children]:not(.dropdown-active)>ul {
    display: unset;
}

[aria-label="Megamenu"][data-submenu-dots=yes] [class*=children]>ul.sub-menu {
    display: none;
} */

[aria-label="Megamenu"][data-submenu-dots=yes] [class*=children]>ul li a:not(:empty):before {
    display: none !important;
}

/* [aria-label="Megamenu"][data-interaction=click] [class*=children]:not(.dropdown-active)>ul {
    visibility: hidden;
    opacity: 0;
    transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    transform: translateX(-20px);
} */

/* [aria-label="Megamenu"]>ul {
    width: 400px;
} */

/* [aria-label="Megamenu"] li {
    width: 350px;
}

[aria-label="Megamenu"] [class*=children]>ul.sub-menu {
    position: absolute;
    left: 390px;
    top: 17px;
    overflow: initial;
    width: auto;
    z-index: 999;
    margin-left: 0;
    padding-left: 0 !important;
} */
/* 
[aria-label="Megamenu"] [class*=children]>ul.sub-menu .sub-menu {
    top: 64px;
}

[aria-label="Megamenu"] [class*=children]>ul.sub-menu .sub-menu .nav-back-btn {
    margin-bottom: 20px;
}

[aria-label="Megamenu"] [class*=children]>ul.sub-menu .sub-menu {
    left: 440px;
}

[aria-label="Megamenu"] {
    position: relative;
}

#offcanvas .ct-panel-actions {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#offcanvas .ct-panel-content-inner {
    height: auto;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
} */

/* [aria-label="Megamenu"] .menu-item-has-children:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    height: 100%;
} */

/* [aria-label="Megamenu"] li {
    border-bottom: 1px solid #D0D0D0 !important;
} */



/* [aria-label="Megamenu"] .ct-menu-link {
    padding: 12px 0 !important;
} */

#menu-megamenu-1>li {
    width: 31.33%;
    border-left: 1px solid rgba(174, 165, 140, 0.30);
    padding: 0 15px;
}

/* [aria-label="Megamenu"] .ct-menu-link:hover {
    color: #b50f21 !important;
} */

/* .ct-header .ct-search-box {
    max-width: 350px !important;
} */

.ct-header .ct-search-box input {
    color: #ffffff !important;
    padding-left: 0;
    border-top: none;
    border-left: none;
    height: 44px !important;
    border-radius: 0;
}

.ct-header .ct-search-box .wp-element-button {
    border-top: none !important;
    border-right: none !important;
    justify-content: flex-end;
    border-radius: 0 !important;
}


/* ----------------------------------------------------------- */

/* .ct-panel.active [aria-label="top-menu"] {
    width: 40% !important;
} */

.ct-panel.active [aria-label="top-menu"] ul {
    display: none;
}

.ct-panel.active [aria-label="top-menu"] ul .ct-menu-link {
    font-size: 16px;
    color: #5A5B5E;
    white-space: nowrap;
    font-weight: 600;
}

.ct-panel.active [aria-label="top-menu"] ul {
    justify-content: flex-end;
    column-gap: 45px;
}



/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */

nav[class*=menu] .ct-menu-link:not(:hover) {
    color: #BDBDBD;
}

.ct-toggle-close path {
    fill: #ffffff !important;
}

/* .ct-header .ct-search-box>form {
    display: flex;
    border-bottom: 1px solid #aea58c;
} */

.ct-header .ct-search-box>form button {
    font-size: 0;
    height: 40px !important;
    padding: 0;
    width: 40px;
    line-height: 40px !important;
    border: none;
    background: url(../images/search1.svg) no-repeat;
    background-size: 15px;
    background-position: center right;
    filter: brightness(2.5);
}

.ct-header .ct-search-box>form [type=submit]:hover {
    transform: unset !important;
}

.ct-header .ct-search-box input {
    border: none;
}

/* nav.mobile-menu.menu-container {
    position: absolute;
    right: 0;
    height: 100%;
} */

.has-submenu {
    margin-top: 82px !important;
}

#offcanvas [aria-label="top-menu"]>ul {
    margin-inline-end: 90px;
}


.mobile-menu [class*=children]>ul.is-animating {
    transition: height .000000000000000000000000001s ease !important;
}

/* --------------------------------------------------------------------------- */

.nav-back-btn {
    background: transparent !important;
    font-size: 20px;
    /* font-weight: 500; */
    color: #5A5B5E;
    fill: #5A5B5E;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 26px;
}

svg.back-arrow-icon {
    transform: rotate(90deg);
    margin: 0 8px 0 -3.5px;
    width: 26px;
    height: 26px;
}

.mobile-menu .sub-menu a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.mobile-menu .sub-menu li:last-child a {
    padding-bottom: 0 !important;
}


[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
    background-color: #0A0A0A38 !important;
}

/* @media screen and (min-width: 601px) {
    [aria-label="Megamenu"] li:hover svg:not(.back-arrow-icon) {
        transform: rotate(-90deg);
    }

    [aria-label="Megamenu"] li svg:not(.back-arrow-icon),
    [aria-label="Megamenu"] li:hover svg:not(.back-arrow-icon) {
        transform: rotate(270deg) !important;
    }
} */


/* .ct-panel {
    transition: unset !important;
} */

/* [aria-label="Megamenu"] li li {
    width: 400px;
} */


/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

.ct-toggle-dropdown-mobile {
    display: none !important;
}

.mobile-menu>ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.mobile-menu[data-interaction=click] [class*=children]:not(.dropdown-active)>ul {
    display: block !important;
    padding: 0;
}


/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */


@media (min-width: 1201px) {

    .home[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
        height: 300px !important;
    }
}

@media (max-width: 1300px) {
    [data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] {
        padding: 15px;
    }

    [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
        height: 200px !important;
    }
}

@media screen and (max-width: 999.98px) {
    [data-header*="type-1"] [data-id="mobile-menu"] {
        width: 100%;
        padding-right: 10px;
    }

    .mobile-menu>ul {
        display: flex;
        flex-wrap: wrap;
        row-gap: 30px;
    }

    #offcanvas [data-device=desktop] {
        display: block !important;
        position: relative;
        z-index: 1;
    }

    #offcanvas [data-device=desktop] .mobile-menu {
        display: none !important;
    }

    .ct-header .ct-search-box {
        background: #000000;
    }

    #menu-megamenu>li {
        width: 100%;
    }

    #offcanvas .ct-panel-content {
        flex: unset !important;
    }

    #offcanvas .ct-panel-actions {
        margin: 0;
    }

    #offcanvas [data-id="widget-area-1"] {
        display: none !important;
    }

    .ct-toggle-dropdown-mobile {
        right: 4px;
        top: -4px;
        display: block !important;
    }

    [aria-label="Megamenu"] [class*=children]>ul.sub-menu {
        position: unset;
        width: 100%;
        margin-left: 0;
        background: #323232;
        padding: 10px !important;
        margin-bottom: 15px;
        border-radius: 6px;
    }

    [aria-label="Megamenu"] [class*=children]>ul.sub-menu .sub-menu {
        margin-bottom: 0;
    }

    [aria-label="Megamenu"][data-interaction=click] [class*=children]:not(.dropdown-active)>ul {
        display: none !important;
    }

    ul#menu-first-top-menu-1 {
        align-items: center;
        column-gap: 15px;
    }

    ul#menu-first-top-menu-1 li:not(:first-child) a {
        font-size: 14px;
    }

    nav[class*=menu] li[class*=current-menu-]>.ct-menu-link svg,
    nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent svg {
        /* fill: var(--theme-icon-active-color, var(--theme-icon-hover-color, var(--theme-link-active-color, var(--theme-link-hover-color)))); */
        fill: #323232 !important;
    }

    nav[class*=menu] li.dropdown-active[class*=current-menu-]>.ct-menu-link svg,
    nav[class*=menu] li.dropdown-active[class*=current-menu-]>.ct-sub-menu-parent svg {
        fill: var(--theme-icon-active-color, var(--theme-icon-hover-color, var(--theme-link-active-color, var(--theme-link-hover-color)))) !important;
    }

    .ct-toggle-dropdown-mobile:focus {
        outline: none;
        box-shadow: none;
    }

    ul#menu-first-top-menu-1 li:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    [data-sticky*=yes] {
        padding: 10px;
    }

    .home [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
        height: 180px !important;
    }

    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 0;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        padding-top: 45px !important;
        margin-top: -20px !important;
    }

    .wp-block-navigation__responsive-container.is-menu-open {
        overflow: unset !important;
    }


    .page__menu__wrap,
    #page__menu__wrap {
        top: 88px;
        padding: 0 !important;
    }

    [aria-label="Megamenu"] li,
    [aria-label="Megamenu"] li li {
        width: 100%;
    }

    [aria-label="Megamenu"] li:last-child {
        border-bottom: none !important;
    }

    .menu-item-has-children {
        position: relative;
    }

    nav[class*=menu] .sub-menu .ct-menu-link {
        font-size: 16px;
    }

    .ct-panel.active [aria-label="top-menu"] {
        width: 100% !important;
    }

    .ct-panel.active [aria-label="top-menu"] ul {
        justify-content: flex-start;
        column-gap: 15px;
        flex-wrap: wrap;
    }

    #offcanvas .ct-panel-content-inner {
        height: auto;
    }

    .ct-panel-actions {
        padding: 16px !important;
    }

    .ct-panel-content-inner {
        padding-inline: 16px !important;
    }

    [data-header*="type-1"] #offcanvas {
        height: 100% !important;
        padding: 0 20px 20px 20px;
    }
}

@media screen and (max-width: 767px) {
    [aria-label="Megamenu"] li li {
        width: 100%;
    }

    .nav-back-btn {
        margin-bottom: 15px;
    }

    .page__menu__wrap,
    #page__menu__wrap {
        top: 71px;
    }

    [aria-label="Megamenu"] [class*=children]>ul.sub-menu {
        max-height: 320px;
        overflow: auto;
    }

    .nav-back-btn,
    [aria-label="Megamenu"] [class*=children]>ul.sub-menu .sub-menu .nav-back-btn {
        display: none;
    }

    [aria-label="Megamenu"] [class*=children]>ul.sub-menu ul {
        padding: 0 !important;
    }

    .dropdown-active>span [aria-haspopup="true"] svg {
        transform: rotate(180deg) !important;
    }

    .has-submenu {
        margin-top: 62px !important;
        max-height: 740px;
        /* overflow: auto; */
        padding-right: 10px;
    }

    .ct-panel-actions {
        padding: 20px 16px !important;
    }

    [data-header*="type-1"] #offcanvas {
        padding: 15px 16px 20px 20px;
    }

    [data-header*="type-1"] [data-id="mobile-menu"] {
        margin-top: 40px !important;
        width: 100%;
    }



    .ct-panel-content-inner {
        padding-inline: 0 !important;
    }

    [aria-label="Megamenu"] [class*=children]>ul.sub-menu {
        margin-bottom: 0;
    }
}