:root {
    --theme__color1: #ce9f4d;
    --theme__color2: #2C3E50;
    --theme__color3: #1D2C3C;
    --text__color: #222222;
    --notoKufiArabic: 'Noto Kufi Arabic', sans-serif;
    --elMessiri: 'El Messiri', sans-serif;
}

*,
::before,
::after {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    color: #222222;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: var(--notoKufiArabic);
}

a,
a:active,
a:focus,
a:active,
a:hover {
    text-decoration: none !important;
    color: inherit;
}

input {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover,
a:focus,
input:focus,
input:hover,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
button:focus {
    outline: none;
}

::placeholder {
    opacity: 1;
}

:focus::placeholder {
    opacity: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
}

.h2 {
    font-size: 32px;
}

.h3 {
    font-size: 24px;
    margin: 0 0 18px;
}

.h5 {
    font-size: 16px;
    margin: 0 0 14px;
    color: var(--theme__color1);
    font-weight: 400;
}

.b-md {
    font-size: 18px;
    line-height: 1.4;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin: 0;
}

.main-wrap {
    width: 100%;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1124px;
    }
}

/* header */
.header-section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-in {}

.header-top {
    background: var(--theme__color2);
    color: #fff;
}

.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-language {
    display: flex;
}

.h-language li {
    margin-right: 13px;
}

.h-language li:last-child {
    margin-right: 0;
}

.h-language li a {
    font-size: 13px;
    height: 46px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.h-language li a::after {
    content: '';
    height: 8px;
    width: 17px;
    background: var(--theme__color1);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    opacity: 0;
    transition: 0.3s;
}

.h-language li a.active::after,
.h-language li a:hover:after {
    opacity: 1;
}

.h-language li a.active,
.h-language li a:hover {
    color: var(--theme__color1);
}

.ht-right {
    padding: 8px 0 9px;
    display: flex;
    align-items: center;
}

.h-search {
    width: 300px;
    position: relative;
}

.h-search .s-icon {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translate(0, -50%);
}

.h-search .input {
    line-height: 1.2;
    font-size: 14px;
    width: 100%;
    background: #566879;
    border: 1px solid rgba(255, 255, 255, 0.418);
    border-radius: 5px;
    color: #fff;
    padding: 0 28px;
    height: 27px;
}

.h-social {
    margin: 0 0 0 12px;
    display: flex;
}

.h-social li {
    margin-right: 15px;
}

.h-social li:last-child {
    margin-right: 0;
}

.h-social li a {
    height: 23px;
    width: 23px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    color: var(--theme__color2);
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.h-social li a:hover {
    background: var(--theme__color2);
    color: #fff;
}

.header-bottom {}

.header-bottom-inner {
    display: flex;
}

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

.main-menu>ul {
    display: flex;
    flex-grow: 1;
}

.main-menu>ul>li {
    display: flex;
    flex-direction: column;
}

.main-menu>ul>li:last-child {}

.main-menu>ul>li>a {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #222222;
    text-align: center;
    width: 113px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.3s;
    flex-grow: 1;
}

.main-menu>ul>li>a:hover {
    background: var(--theme__color1);
    color: #fff;
}

.main-menu>ul>li>a>.a-line {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50, 0);
    height: 100%;
    width: 1px;
}

.main-menu>ul>li>a .icon {
    height: 50px;
    width: 45px;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu>ul>li>a .icon img {
    max-width: initial;
    transition: 0.3s;
}

.main-menu>ul>li>a:hover .icon img {
    filter: grayscale(1) brightness(0) invert(1);
}

.header-logo {
    width: 200px;
    margin: 0 0 -65px;
    flex-shrink: 0;
}

/* header-end */





/* ---offcanvas-css--- */
.offcanvas-open {
    font-size: 22px;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.offcanvas-open:hover {
    color: var(--theme__color1);
}

.offcanvas-close {
    color: var(--theme__color1);
    position: absolute;
    transition: 0.3s;
    right: 20px;
    top: 13px;
    font-size: 22px;
    line-height: 1;
}

.offcanvas-close:hover {
    color: #97A3AE;
}

.offcanvas-top-c {
    color: #fff;
}

.offcanvas-top-c .row1 {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.offcanvas-top-c .row2 {
    padding: 0 20px;
}

.offcanvas-top-c .row2 .h-search {
    width: 100%;
}

.offcanvas-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transform: translateX(-105%);
    transition: 0.3s;
    display: flex;

}

.offcanvas-menu.active {
    transform: translate(0);
}

.offcanvas-menu .offmenu {
    max-width: 280px;
    min-width: 200px;
    z-index: 5;
    position: relative;
    background: var(--theme__color2);
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.offcanvas-menu .offmenu :-webkit-scrollbar {
    display: none;
}

.mobile-menu {
    padding: 20px;
}

.mobile-menu li a {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #fff;
    padding: 13px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.103);
    transition: 0.3s;
}

.mobile-menu li a:hover {
    color: var(--theme__color1);
    text-decoration: underline !important;
}

.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.178);
    z-index: 2;
    transform: 0;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.offcanvas-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ---offcanvas-css-end---*/

/* --preloader-- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--theme__color1);
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* --preloader-end-- */



/* ---hero-section--- */
.hero-section {
    /* background: url('../images/hero-bg.jpg') no-repeat center center/cover; */
    background: var(--theme__color3) url('../images/bg-paterns3.jpg') center center no-repeat;
    background-size: cover;
}

.hero-section-inner {
    height: 660px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---hero-section---end */


/* ---hero-ex-section--- */
.hero-ex-section {
    padding: 64px 0;
    position: relative;
    z-index: 10;
}

.hero-ex-section-inner {}

.hero-ex-row {
    display: flex;
}

.hero-ex-row .content-side {
    padding: 40px 0 0;
}

.hero-ex-row .content-side p {
    text-align: justify;
}

.hero-ex-row .gld-bx {
    width: 33.2%;
    margin: -27px 0 0 37px;
    flex-shrink: 0;
}

.gld-bx {
    padding: 13px;
    background: url('../images/gold-bg.png') no-repeat center center/cover, var(--theme__color1);
    color: #fff;
    flex-shrink: 0;
    border-radius: 12px;
    box-shadow: 6.128px 5.142px 10px 0px rgba(0, 1, 1, 0.16);
}

.gld-bx-inner {
    padding: 32px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.637);
}

.gld-sng-row {
    margin-bottom: 40px;
    display: flex;
}

.gld-sng-row:last-child {
    margin-bottom: 0;
}

.gld-sng-row .texts {
    direction: rtl;
}

.gld-sng-row .texts h4 {
    font-size: 20px;
    margin: 0 0 8px;
    font-weight: 600;
}

.gld-sng-row .texts h3 {
    font-size: 30px;
    margin: 0 0 0;
    font-weight: 700;
}

.gld-sng-row .icon {
    margin: 0 0 0 21px;
    width: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gld-sng-row .icon img {}

/* ---hero-ex-section---end */


/* ---sec-cont-blk--- */
.sec-cont-blk {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sec-cont-blk.center-this {
    align-items: center;
    text-align: center;
}

.sec-cont-blk .bottom-button {
    margin: 10px 0 0;
}

/* ---sec-cont-blk---end */


/* ---news-section--- */
.news-section {
    padding: 72px 0 80px;
    background: #F8F8FA;
    position: relative;
    z-index: 1;
}

.news-section-2 {
    padding: 72px 0 80px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.news-shape {
    position: absolute;
}

.news-shape-bl {
    width: 542px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.news-shape-br {
    width: 542px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.news-section-inner {}

.news-title {
    margin: 0 0 35px;
}

.news-cards-wrapper {
    --inner-space: 38px;
    --bt-space: var(--inner-space);
    --item: 4;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--inner-space) * -0.5) calc(var(--bt-space) * -1);
    justify-content: center;
}

.news-card {
    padding: 5px 4px;
    width: calc((100% / var(--item)) - var(--inner-space));
    margin: 0 calc(var(--inner-space) * 0.5) var(--bt-space);
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 5.142px 10px 0px rgba(0, 1, 1, 0.1);
    display: flex;
    flex-direction: column;
}

.news-card .image {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.news-card .image img {
    width: 100%;
    transition: 0.3s;
}

.news-card:hover .image img {
    transform: scale(1.03);
}

.news-card .content {
    padding: 16px 10px 8px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-card .content h3 {
    font-size: 17px;
    margin: 0 0 17px;
    font-weight: 500;
    color: #000;
}

.news-card .content h3 a {
    transition: 0.3s;
}

.news-card .content h3:hover a {
    color: var(--theme__color1);
}

.news-card .content h5 {
    margin: auto 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #878787;
}


.news-bottom-row {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---news-section---end */



/* ---section-a--- */
.section-a {
    padding: 50px 0 45px;
    background: url('../images/a-bg.png') no-repeat center center/cover, var(--theme__color1);
    color: #fff;
}

.section-a-inner {}

.section-a-content {}

.section-a-content .h2,
.section-a-content p {
    text-shadow: 6.128px 5.142px 10px rgba(0, 1, 1, 0.16);
    direction: rtl;
}

/* ---section-a---end */


/* ---section-opp--- */
.section-opp {
    padding: 100px 0 100px;
    background: url('../images/bg-paterns1.png');
    background-repeat: repeat-x !important;
    background-size: auto 300px !important;
}

.section-opp-inner {}

.opp-cont-wrapper {
    --inner-space: 35px;
    --bt-space: var(--inner-space);
    --item: 3;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--inner-space) * -0.5) calc(var(--bt-space) * -1);
    justify-content: center;
}

.opp-content-single {
    width: calc((100% / var(--item)) - var(--inner-space));
    margin: 0 calc(var(--inner-space) * 0.5) var(--bt-space);
}

.opp-content-single .title {
    margin: 0 0 13px;
}

.opp-content-single .title .h3 {
    margin: 0 0 5px;
    color: #000;
}

.opp-content-single .title .h3 a {
    transition: 0.3s;
}

.opp-content-single .title .h3 a:hover {
    color: var(--theme__color1);
}

.opp-content-single .title .bt-line {
    width: 131px;
    transform: scaleX(-1);
}

.opp-content-mp {}

.opp-content-mp-li {
    margin-bottom: 20px;
}

.opp-content-mp-li:last-child {
    margin-bottom: 0;
}

.opp-content-mp-li h4 {
    font-size: 16.2px;
    margin: 0 0 2px;
    font-weight: 600;
    color: #000;
}

.opp-content-mp-li h4 a {
    transition: 0.3s;
}

.opp-content-mp-li h4 a:hover {
    color: var(--theme__color1);
}

.opp-content-mp-li h6 {
    font-size: 12.6px;
    margin: 0;
    font-weight: 600;
    color: #bdbdbd;
}

/* ---section-opp---end */



/* ---footer-section--- */
.footer-section {}

.footer-top-shape-row {
    height: 79px;
    margin-bottom: -2px;
    background: url('../images/footer-top-shapes.png') repeat center center/auto 100%;
}

.footer-top {
    padding: 50px 0 60px;
    background: var(--theme__color2);
    color: #fff;
}

.footer-top-inner {
    display: flex;
}

.footer-logo-column {
    width: 34%;
    flex-shrink: 0;
    padding: 0 12px 0 0;
}

.footer-menu-column {
    width: 22%;
    padding: 0 12px;
}


.foot-title {
    margin: 0 0 10px;
}

.foot-title h3 {
    font-size: 17px;
    margin: 0 0 4px;
    font-weight: 700;
}

.foot-title .bt-line {
    width: 93px;
    transform: scaleX(-1);
}

.f-cta {}

.f-cta .input-outer {
    margin: 0 0 7px;
    position: relative;
}

.f-cta .input-outer .input {
    font-size: 12px;
    padding: 7px 18px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid transparent;
    font-weight: 700;
    line-height: 1.2;
    background: #fff;
    color: #000;
    text-align: left;
    box-shadow: 6.128px 5.142px 10px 0px rgba(0, 1, 1, 0.16);
    height: 36px;
}

.f-cta .input-outer .env-i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    color: #828282;
    font-size: 20px;
}

.f-cta .submit-button {
    width: 100%;
    font-size: 14px;
    padding: 9px 18px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid transparent;
    font-weight: 700;
    line-height: 1.2;
    background: var(--theme__color1);
    color: #fff;
    text-align: center;
    display: block;
    box-shadow: 6.128px 5.142px 10px 0px rgba(0, 1, 1, 0.16);
    transition: 0.3s;
}

.f-cta .submit-button:hover {
    background: #ecae41;
}

.footer-logo-column p {
    font-size: 14px;
}

.footer-menu {}

.footer-menu li {
    margin: 0 0 3px;
}

.footer-menu li a {
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.footer-menu li a:hover {
    color: var(--theme__color1);
}


.footer-bottom {
    padding: 23px 0;
    background: var(--theme__color3);
    color: #fff;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    width: 55px;
}

.copyright {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}

.page-title {
    font-size: 30px;
    color: white;
    text-align: center;
    padding-top: 110px;
}

.main-news-slider {
    padding: 50px 0px;
}

.main-news-slider .main-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    border-radius: 10px;
    height: 500px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (width < 1200px) {
    .main-news-slider .main-image {
        height: 400px;
    }
}

@media (width < 990px) {
    .main-news-slider .main-image {
        height: 300px;
    }
}

.main-news-slider a {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    margin: auto 30px;
    display: block;
    border-radius: 5px;
    position: absolute;
    bottom: 30px;
    color: white;
    transition: all 0.2s ease-in-out;
}

.main-news-slider a:hover {
    background: rgba(0, 0, 0, 1);
    color: var(--theme__color1);
}

.main-news-slider h3 {
    font-weight: bold;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}

.subnav {
    position: relative;
}

.subnav:hover .subnav-content {
    display: block;
}

.subnav-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    border: solid #ccc 1px;
    border-radius: 5px;
    padding: 15px;
    width: 230px;
    top: 145px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.subnav-content li {
    background: #f2f2f2;
    display: block;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.2s ease-in-out;
}

.subnav-content li a {
    color: #000;
    text-decoration: none;
}

.subnav-content li:hover {
    background: #dedede;
}

.subnav-content li.submenu::after {
    content: "\f053";
    display: block;
    float: left;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

li.submenu:hover ul {
    display: block;
}

li.submenu ul {
    display: none;
    position: absolute;
    right: 215px;
    background-color: white;
    border: solid #ccc 1px;
    border-radius: 5px;
    padding: 15px;
    width: 230px;
    margin-top: -30px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.mt-inner {
    padding-top: 30px !important;
}

.breadcrumb-item a {
    color: white;
}

.breadcrumb-item.active {
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.related-news-section .list-group-item b {
    font-size: 13px;
    line-height: 11px;
}

.related-news-section .list-group-item small {
    font-size: 11px;
}

.sidebar-widgets .bt-line {
    transform: scaleX(-1);
}

.sidebar-widgets .default-button {
    min-width: unset !important;
    width: 100%;
}

.page-link {
    color: #333;
}

.page-link:hover {
    color: #ce9f4d;
}

.filament-tiptap-grid-builder {
    display: grid !important;
}
