/******* English Font *******/
/* @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Poppins/Poppins-Light.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Poppins/Poppins-Regular.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Poppins/Poppins-Medium.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Poppins/Poppins-Bold.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf) format("truetype");
    font-display: swap;
} */

/******* Arabic Font *******/
/* @font-face {
    font-family: "Avenir";
    font-style: light;
    font-weight: 300;
    src: url(../fonts/Avenir/AvenirArabic-Light.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Avenir";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Avenir/AvenirArabic-Regular.ttf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Avenir";
    font-style: medium;
    font-weight: 600;
    src: url(../fonts/Avenir/AvenirArabic-Medium.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Avenir";
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/Avenir/AvenirArabic-Black.otf) format("opentype");
    font-display: swap;
}




@font-face {
    font-family: "Somar";
    font-style: light;
    font-weight: 300;
    src: url(../fonts/Somar/Somar-ExtraLight.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Somar";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Somar/Somar-Light.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Somar";
    font-style: medium;
    font-weight: 600;
    src: url(../fonts/Somar/Somar-Bold.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Somar";
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/Somar/Somar-ExtraBold.otf) format("opentype");
    font-display: swap;
} */

@font-face {
    font-family: "AhdaType";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/AhdaType/AhdaType-Light.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "AhdaType";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/AhdaType/AhdaType-Regular.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "AhdaType";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/AhdaType/AhdaType-Medium.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "AhdaType";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/AhdaType/AhdaType-Bold.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "AhdaType";
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/AhdaType/AhdaType-Black.otf) format("opentype");
    font-display: swap;
}

:root {
    --green: #006E61;
    --gold: #C39753;
    --blue: #164d5c;
    --white: #fff;
    scroll-behavior: smooth;
    --start: right;
    --end: left;
}

    :root[dir="ltr"] {
        --start: left;
        --end: right;
    }

/******************************************************************************/
body {
    /* font-family: 'Somar', 'Poppins', Arial, sans-serif; */
    font-family: "AhdaType";
    font-size: 24px;
    font-weight: 500;
    scroll-behavior: smooth;
}

.no-focus *:focus,
.no-focus {
    outline: 0 !important;
}

a {
    color: #0f7179;
    -webkit-transition: color 0.12s ease-out;
    transition: color 0.12s ease-out;
}

    a:hover,
    a:focus {
        color: #0f7179;
        text-decoration: none;
    }

p {
    color: #6d6d6d;
}

.sec_title {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 1.7rem;
    color: #545454;
}

    .sec_title img {
        width: 120px;
    }

:root[dir="ltr"] .sec_title img {
    transform: rotate(180deg)
}

.btn {
    display: inline-flex;
    width: fit-content;
    position: relative;
    font-size: 1.3rem;
}

.btn_gold {
    background-color: #efefef;
    color: var(--green);
    padding: .5rem 2rem;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 1px var(--gold);
    border-radius: 7px;
}

.btn_green {
    background-color: var(--green);
    color: #fff;
    padding: .5rem 2rem;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 1px var(--gold);
    border-radius: 7px;
}

    .btn_green:hover {
        color: var(--gold);
    }

    .btn_green::after {
        content: "";
        position: absolute;
        left: -12px;
        top: 7px;
        width: 13px;
        height: 26px;
        background-image: url(../imgs/arw_left.svg);
        background-repeat: no-repeat;
        z-index: 99999;
    }

    .btn_green::before {
        content: "";
        position: absolute;
        right: -12px;
        top: 7px;
        width: 13px;
        height: 26px;
        background-image: url(../imgs/arw_right.svg);
        background-repeat: no-repeat;
        z-index: 99999;
    }

.cd-section > div {
    background-color: #fff;
    height: 100vh;
}

.page_header {
    padding: 4rem 0;
    background-color: var(--green);
    margin-top: 100px;
    background-image: url(../imgs/header_ptrn.png);
    background-repeat: no-repeat;
    background-size: auto 200%;
    background-position: left center;
    border-top: 1px solid #408c83;
}

.breadcrumb-item a {
    color: var(--gold);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\F284";
    font-family: bootstrap-icons !important;
    color: #fff;
    font-size: 1rem;
    line-height: 2;
}

:root[dir="ltr"] .breadcrumb-item + .breadcrumb-item::before {
    content: "\F285";
    font-family: bootstrap-icons !important;
    color: #fff;
    font-size: 1rem;
    line-height: 2;
}

.main_wrapper {
    min-height: calc(100vh - 689px);
}

.bg_green {
    background-color: var(--green);
}

.bg_gold {
    background-color: var(--gold);
}

.bg_blue {
    background-color: var(--blue);
}

.text-green {
    color: var(--green);
}

.text-gold {
    color: var(--gold);
}

.text-blue {
    color: var(--blue);
}

html.grayscale {
    filter: rgb(70, 70, 70);
    filter: grayscale(100%);
}

body.zoom {
    zoom: 1.25;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    color: #1e2125;
    background-color: #e9ecef;
}

/**** Start Styling ****************************************************/

/**** Start Navbar ************************/
.main_navbar {
    background-color: var(--green);
    transition: background-color 200ms linear;
}

    .main_navbar.scrolled {
        background-color: var(--green);
        transition: background-color 200ms linear;
    }

/*.main_navbar.transparent {
    background-color: transparent !important;
    transition: background-color 200ms linear;
}*/

.dropdown-menu {
    font-size: 1.3rem;
}

.navbar-brand {
    width: 245px;
    display: inline-block;
    margin: 0;
}

    .navbar-brand img {
        width: 100%;
    }

.main_navbar .nav-link {
    color: #fff;
    font-size: 1.5rem;
}

    .main_navbar .nav-link:hover {
        color: var(--gold);
    }

.main_navbar .nav-item.dropdown:hover > a {
    color: var(--gold);
}

.dropdown-toggle::after {
    display: inline-block;
    margin-right: .255em;
    vertical-align: -2px;
    content: "\F282";
    font-family: bootstrap-icons !important;
    font-size: 1rem;
    border: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.nav-link .bi {
    font-size: 1rem;
}

.nav-link.lang_btn {
    direction: ltr;
}

.search_btn.dropdown-toggle::after {
    display: none;
}

.actions_btns {
    padding-left: 1rem;
    margin-right: 4rem;
}

.search_dd {
    left: 0;
    right: auto !important;
    min-width: 230px;
    padding: .5rem;
}

:root[dir="ltr"] .search_dd {
    left: auto !important;
    right: 0 !important;
}

.search_dd .form-control,
.search_dd .form-control:focus {
    outline: none;
    box-shadow: none;
    font-size: 1.2rem;
}

.access_dd {
    left: 0;
    right: auto !important;
    min-width: 230px;
    padding: .5rem;
}

:root[dir="ltr"] .access_dd {
    left: auto !important;
    right: 0 !important;
}

.access_dd button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

    .access_dd button .bi {
        line-height: 0;
    }

        .access_dd button .bi.active {
            color: var(--gold);
        }



/**** End Navbar ************************/
/**** Start Carousel ************************/
.main_carousel .slider_actions {
    /* position: relative;
    margin-top: -4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; */
    position: absolute;
    margin-top: -4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.main_carousel .carousel-inner {
    /* height: 100%; */
    height: 100vh;
}

.main_carousel .carousel-item {
    height: 100%;
    z-index: 9999;
    position: relative;
}

    .main_carousel .carousel-item .crsl_img {
        /* object-fit: contain; */
        /* width: 100%; */
        /* height: 100%; */
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        display: block;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: auto;
        overflow: hidden;
    }

    .main_carousel .carousel-item .crsl_overlay {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        /* background-color: rgba(0, 0, 0, 0.46); */
        /* background-image: url(../imgs/pattern_1.png); */
        background-image: url(../imgs/layer_1.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left bottom;
        width: 100%;
        height: 100%;
        z-index: 9;
    }

.ptrn {
    position: absolute;
    width: 200px;
    left: 50px;
    bottom: 50px;
    z-index: 999999;
}

.carousel-caption {
    position: absolute;
    display: flex;
    left: auto;
    bottom: 2.5rem;
    top: 2.5rem;
    right: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: var(--start);
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    max-width: 50%;
}

.main_carousel .carousel-caption {
    background-color: rgb(2 36 32 / 50%) !important;
    top: auto;
    bottom: 6rem;
    padding: 2rem;
    left: 7%;
    right: 7%;
    max-width: 100%;
}

.carousel-caption h5 {
    font-weight: bold;
    font-size: 2.5rem;
    color: #fff;
}

.carousel-caption p {
    font-size: 1.7rem;
    color: #fff;
}

.carousel-indicators {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0rem;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        padding: 0;
        margin-left: 10px;
        margin-right: 10px;
        text-indent: -999px;
        cursor: pointer;
        background-color: var(--white);
        background-clip: padding-box;
        border: 0;
        border-radius: 50px;
        opacity: 1;
        transition: all .4s ease;
    }

    .carousel-indicators .active {
        background-color: var(--gold);
        /* width: 40px; */
    }

.carousel-control-next,
.carousel-control-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.7rem;
    height: 1.7rem;
}

.carousel-control-prev-icon {
    background-image: url(../imgs/arrow_gold_right.svg);
}

.carousel-control-next-icon {
    background-image: url(../imgs/arrow_gold_left.svg);
}

:root[dir="ltr"] .carousel-control-prev-icon {
    background-image: url(../imgs/arrow_gold_left.svg);
}

:root[dir="ltr"] .carousel-control-next-icon {
    background-image: url(../imgs/arrow_gold_right.svg);
}

/**** End Carousel ************************/
/**** End Intro ************************/
.intro_ptrn {
    background-image: url(../imgs/ptrn3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    left: 0;
    top: 0;
    /* bottom: 70px; */
    bottom: 0px;
    width: 50%;
    z-index: -1;
    opacity: .1;
}

.btm_ptrn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background-image: url(../imgs/btm_ptrn.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cntnt_height {
    /* height: calc(100vh - 70px); */
    height: 100vh;
}

.intro_img_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .intro_img_wrap img {
        max-width: 100% !important;
        max-height: 80%;
    }

.intro_sec p {
    font-size: 1.5rem;
}

/**** End Intro ************************/
/**** Start acheavment Carousel ************************/
/* .ach_carousel {
    padding-top: 100px;
}  */
.ach_carousel > div {
    background-color: #e4efee;
    min-height: 100vh;
}

.ach_carousel_wrap {
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.ach_carousel .carousel-inner {
    /*height: 700px;*/
    border-radius: 70px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 0px 1px var(--gold);
}

.ach_carousel .carousel-item {
    max-height: 55vh;
    z-index: 9999;
    position: relative;
}

    .ach_carousel .carousel-item .crsl_img {
        object-fit: contain;
        width: 100%;
        /* height: 100%; */
    }

    .ach_carousel .carousel-item .crsl_overlay {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.46);
        /* background-image: url(../imgs/pattern_1.png); */
        /* background-image: url(../imgs/layer_1.svg); */
        /* background-size: cover; */
        /* background-repeat: no-repeat; */
        /* background-position: left bottom; */
        width: 100%;
        height: 100%;
        z-index: 9;
    }

.ptrn {
    position: absolute;
    width: 200px;
    left: 50px;
    bottom: 50px;
    z-index: 999999;
}

.ach_carousel .carousel-caption {
    position: absolute;
    display: flex;
    left: auto;
    bottom: 2.5rem;
    top: 2.5rem;
    right: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: var(--start);
    flex-direction: column;
    justify-content: center;
    z-index: 999;
}

:root[dir="ltr"] .ach_carousel .carousel-caption {
    left: 15%;
    right: auto;
}

.carousel-caption h5 {
    font-weight: bold;
    font-size: 2.5rem;
    color: #fff;
}

.carousel-caption p {
    font-size: 1.7rem;
    color: #fff;
}

.ach_carousel .slider_actions {
    position: absolute;
    /* width: 100%; */
    /* margin-top: -4rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* z-index: 999; */
    right: 8%;
    left: 8%;
    top: 50vh;
}

.ach_carousel .carousel-control-next,
.ach_carousel .carousel-control-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

.ach_carousel .carousel-control-next-icon,
.ach_carousel .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
}

.ach_carousel .carousel-control-prev-icon {
    background-image: url(../imgs/arrow_green_right.svg);
}

.ach_carousel .carousel-control-next-icon {
    background-image: url(../imgs/arrow_green_left.svg);
}

:root[dir="ltr"] .ach_carousel .carousel-control-prev-icon {
    background-image: url(../imgs/arrow_green_left.svg);
}

:root[dir="ltr"] .ach_carousel .carousel-control-next-icon {
    background-image: url(../imgs/arrow_green_right.svg);
}

.ach_carousel .ach_ptrn {
    position: absolute;
    width: 300px;
    right: 7%;
    bottom: 5vh;
    z-index: 999;
}

/**** End acheavment Carousel ************************/
/**** Start acheavment Carousel ************************/
.news_carousel > div {
    background-color: #efefef;
}

.news_carousel_wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.news_carousel .carousel-inner {
    height: 100%;
}

.news_carousel .carousel-item {
    height: 100%;
    z-index: 9999;
    position: relative;
}

    .news_carousel .carousel-item .crsl_img {
        /* object-fit: contain; */
        width: 100%;
        border-radius: 40px;
        border: 15px solid #fff;
        /* box-shadow: 0px 0px 0px 1px var(--gold); */
        display: block;
        /* height: 100%; */
    }

.news_carousel .news_det {
    padding-top: 100px;
    padding-bottom: 0;
}

    .news_carousel .news_det h5 {
        font-weight: bold;
        font-size: 2.5rem;
        color: #4e4e4e;
    }

    .news_carousel .news_det p {
        font-size: 1.7rem;
        color: #7e7e7e;
    }

.news_carousel .slider_actions {
    position: relative;
    margin-top: 2rem;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 999;
}

.news_carousel .carousel-indicators {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0rem;
    list-style: none;
}

    .news_carousel .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        padding: 0;
        margin-left: 10px;
        margin-right: 10px;
        text-indent: -999px;
        cursor: pointer;
        background-color: var(--white);
        background-clip: padding-box;
        border: 0;
        border-radius: 50px;
        opacity: 1;
        transition: all .4s ease;
    }

    .news_carousel .carousel-indicators .active {
        background-color: var(--gold);
        /* width: 40px; */
    }

.news_carousel .carousel-control-next,
.news_carousel .carousel-control-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

.news_carousel .carousel-control-next-icon,
.news_carousel .carousel-control-prev-icon {
    width: 1.7rem;
    height: 1.7rem;
}


.news_carousel .carousel-control-next-icon,
.news_carousel .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
}

.news_carousel .carousel-control-prev-icon {
    background-image: url(../imgs/arrow_green_right.svg);
}

.news_carousel .carousel-control-next-icon {
    background-image: url(../imgs/arrow_green_left.svg);
}

:root[dir="ltr"] .news_carousel .carousel-control-prev-icon {
    background-image: url(../imgs/arrow_green_left.svg);
}

:root[dir="ltr"] .news_carousel .carousel-control-next-icon {
    background-image: url(../imgs/arrow_green_right.svg);
}

.news_carousel .news_ptrn {
    position: absolute;
    height: 100%;
    left: -20vw;
    z-index: 0;
    opacity: .1;
}

/**** End acheavment Carousel ************************/
/**** Start Footer Carousel ************************/
footer {
    background-color: var(--green);
    padding: 3rem 0;
    overflow: hidden;
    /*    background-image: url(../imgs/foot_ptrn.svg);
    background-repeat: no-repeat;
    background-position: 28px -119px;
    background-size: 160px;*/
}



.footer_logo {
    width: 250px;
}

footer h5 {
    font-weight: 700;
    font-size: 1.6rem;
}

footer p,
footer span {
    font-weight: 500;
    font-size: 1.4rem;
}

footer h5,
footer p,
footer span {
    color: #fff;
    transition: all .2s ease;
}

footer a {
    display: block;
    margin-bottom: .5rem;
}

    footer a:hover > * {
        color: var(--gold);
    }

footer .form-control {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.217);
    border: 1px solid rgba(255, 255, 255, 0.417);
    transition: all .2s ease;
    color: #fff;
}

    footer .form-control:hover,
    footer .form-control:focus {
        background-color: rgba(255, 255, 255, 0.317);
        border: 1px solid rgba(255, 255, 255, 0.417);
        color: #fff;
        outline: none;
        box-shadow: none;
    }

footer button {
    background-color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 50px;
    display: block;
    width: 100%;
    padding: .5rem;
    color: var(--green);
    transition: all .2s ease;
}

    footer button:hover {
        background-color: var(--gold);
        color: #fff;
    }

.copyrights {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #fff;
    position: relative;
}

    .copyrights:after {
        content: "";
        position: absolute;
        width: 160px;
        height: 330px;
        background-image: url(../imgs/foot_ptrn.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        left: -170px;
        bottom: 60px;
    }

:root[dir="ltr"] .copyrights:after {
    background-image: url(../imgs/foot_ptrn_en.svg);
    left: auto;
    right: -170px;
}


.copyrights .social {
    display: flex;
    gap: .5rem;
}

    .copyrights .social a {
        color: #fff;
        border: 1px solid #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        width: 35px;
        border-radius: 7px;
        font-size: 1rem;
    }

        .copyrights .social a i {
            line-height: 0;
        }

.copyrights p {
    margin: 0;
}

/**** End Footer Carousel ************************/
/**** Start BDA Carousel ************************/
.bda_wrap {
    padding: 5rem 0;
}

.bda_img_wrap {
    height: 190px;
    width: 190px;
    background-color: #d0cabd;
    background-image: url(../imgs/bda_inactive.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 12px 49px;
    position: relative;
    transition: all .2s ease;
}

.splide__track--nav > .splide__list > .splide__slide {
    border: none;
}

    .splide__track--nav > .splide__list > .splide__slide.is-active {
        /* border-color: transparent; */
        border: none;
    }

        .splide__track--nav > .splide__list > .splide__slide.is-active .bda_img_wrap {
            background-color: #9a7a59;
            background-image: url(../imgs/bda_active.png);
        }

.bda_wrap .bda_img_wrap img {
    /* height: 190px;
    width: auto !important; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.bda_wrap .bda_img_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #d0cabd;
    opacity: .7;
    transition: all .2s ease;
}

.splide__track--nav > .splide__list > .splide__slide.is-active .bda_img_wrap .overlay {
    opacity: 0;
}

.splide__arrows {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.splide__arrow_cstm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: var(--gold);
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    left: auto !important;
    right: auto !important;
    line-height: 0;
    border: none;
    font-size: 1.2rem;
}

.bda_wrap .item_cntnt {
    margin-top: 1rem;
    background-image: url(../imgs/side_ptrn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding-right: 1.5rem;
}

:root[dir="ltr"] .bda_wrap .item_cntnt {
    background-position: left;
    padding-right: 0;
    padding-left: 1.5rem;
}

.bda_wrap .item_cntnt p {
    margin: 0;
    font-size: 1.3rem;
}

    .bda_wrap .item_cntnt h5 {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 700;
    }

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    margin-top: .5rem;
}

.owl-dot,
.owl-dot:focus {
    outline: none;
    transition: all .2s ease;
}

    .owl-dot span {
        height: 13px;
        width: 13px;
        background-color: #c69a47;
        display: inline-block;
        border-radius: 50px;
        transition: all .2s ease;
    }

    .owl-dot.active span {
        background-color: #0f7179;
        width: 45px;
    }

.owl-nav {
    display: flex;
    gap: .5rem;
    margin-top: 3rem;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: var(--gold);
    color: #fff;
    font-size: 1.8rem;
    position: relative;
}

    .owl-carousel .owl-nav button.owl-next.disabled,
    .owl-carousel .owl-nav button.owl-prev.disabled {
        background-color: rgb(195 151 83 / 46%);
    }

    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span {
        display: none;
    }

    .owl-carousel .owl-nav button.owl-next::after,
    .owl-carousel .owl-nav button.owl-prev::after {
        content: "";
        font-family: bootstrap-icons !important;
        color: #fff;
        font-size: 1rem;
        line-height: 2;
    }

    .owl-carousel .owl-nav button.owl-next::after {
        content: "\F284";
    }

    .owl-carousel .owl-nav button.owl-prev::after {
        content: "\F285";
    }

:root[dir="ltr"] .owl-carousel .owl-nav button.owl-next::after {
    content: "\F285";
}

:root[dir="ltr"] .owl-carousel .owl-nav button.owl-prev::after {
    content: "\F284";
}

.bda_btm_ptrn {
    width: 80%;
    margin-top: 1rem;
}

/* .amir_wrap {
    padding-top: 3rem;
} */
.amir_img {
    max-width: 100%;
}

.amir_cntnt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: var(--start);
}

    .amir_cntnt h3 {
        font-weight: 800;
        font-size: 2rem;
        color: var(--gold);
    }

    .amir_cntnt h5 {
        font-weight: 700;
        font-size: 1.7rem;
    }

.ms_wrap {
    height: 600px;
    position: relative;
}

    .ms_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        display: block;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: auto;
    }

/* #main-slider .splide__slide,
#main-slider .splide__list {
    height: fit-content;
} */

/**** End BDA ************************/
/**** Start Events ************************/
.events_wrap {
    padding: 4rem 0;
}

.e_item {
    overflow: hidden;
    border-radius: 8px;
}

.e_img_wrap {
    height: 300px;
    position: relative;
}

    .e_img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        display: block;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0%;
    }

.e_tag {
    margin: 0;
    text-align: center;
    background-color: #4e4e4e;
    color: #fff;
}

.e_cntn {
    background-color: var(--gold);
    color: #fff;
    padding: 1rem;
}

    .e_cntn p {
        color: #fff;
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        margin: 0;
    }

        .e_cntn p i {
            font-size: 1rem;
        }

    .e_cntn span {
        height: 2px;
        width: 100px;
        background-color: #fff;
        display: block;
        margin: .3rem auto 1rem;
    }

    .e_cntn h6 {
        text-align: center;
        font-size: 1.4rem;
        font-weight: 500;
    }

/**** End Events ************************/
/**** Start Statistics ************************/
.ststcs_wrap {
    padding: 3rem 0;
}

.s_item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: .8rem;
}

    .s_item img {
        width: 50px;
    }

    .s_item p {
        width: calc(100% - 50px);
    }

/**** End Statistics ************************/
/**** Start Projects ************************/
.proj_wrap {
    padding: 3rem 0;
}

.proj_img_wrap {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

    .proj_img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        display: block;
        position: absolute;
        top: 0%;
        left: 0%;
        bottom: auto;
        right: auto;
        overflow: hidden;
    }

    .proj_img_wrap h3 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 2rem;
        background-color: rgba(16, 34, 26, 0.8);
        color: #fff;
        z-index: 999;
        margin: 0;
    }

.proj_cntnt {
    padding: 1rem;
}

    .proj_cntnt p {
        line-height: 1.2;
        margin-bottom: 5px;
    }

.more_link {
    text-decoration: none;
}

.proj_slider .owl-nav {
    position: absolute;
    left: 30px;
    top: 440px;
}
:root[dir="ltr"] .proj_slider .owl-nav {
    left: auto;
    right: 30px;
}

    .main_proj_wrap {
        position: relative;
    }

.proj_date.absolute {
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 999;
}

.proj_date {
    display: inline-flex;
    background-color: var(--blue);
}

    .proj_date p {
        color: #fff;
        margin: .7rem 5rem .3rem;
    }

    .proj_date span {
        display: inline-flex;
        background-color: var(--gold);
        flex-direction: column;
        padding: .5rem 1rem;
        color: #fff;
        line-height: .5;
        font-weight: 400;
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
    }

        .proj_date span h3 {
            font-weight: 600;
            line-height: .5;
            padding-top: 5px;
        }

.btwn_ptrn {
    width: 100%;
}
:root[dir="ltr"] .btwn_ptrn {
    transform: rotate(180deg);
}

.proj_cards .proj_date {
    width: 100%;
}

    .proj_cards .proj_date p {
        margin-right: 1rem;
        margin-left: 1rem;
    }
:root[dir="ltr"] .proj_cards .proj_date p {
    margin-right: 1rem;
    margin-left: 1rem;
}

    .proj_cards .proj_date span {
        margin-right: auto;
    }
:root[dir="ltr"] .proj_cards .proj_date span {
    margin-right: 0;
    margin-left: auto;
}

.proj_cards .e_cntn {
    background-color: #fff;
    border: 1px solid #333;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: var(--blue);
}

    .proj_cards .e_cntn h6 {
        text-align: start;
        font-weight: 700;
        font-size: 1.4rem;
        margin-bottom: 0rem;
    }

    .proj_cards .e_cntn p {
        color: var(--blue);
        font-size: 1.3rem;
        line-height: 1.2;
        opacity: .9;
    }

    .proj_cards .e_cntn a {
        color: var(--blue);
    }

/**** End Projects ************************/
/**** Start News ************************/
.news_slider .owl-nav {
    top: 385px;
}

.news_block_cntnt {
    display: flex;
    background-color: #fff;
    color: var(--blue);
    padding: 1rem;
    gap: .5rem;
    display: flex;
    background-color: #fff;
    color: var(--blue);
    padding: 1rem;
    gap: .5rem;
    background-image: url(../imgs/btwn_ptrn.svg);
    background-repeat: no-repeat;
    background-size: auto 13px;
    background-position: bottom right;
    padding-bottom: 1.5rem;
}

    .news_block_cntnt .e_cntn {
        padding: 0;
        display: flex;
        flex-direction: column;
        border: none;
        width: calc(100% - 110px);
    }

        .news_block_cntnt .e_cntn p {
            font-size: 1.1rem;
            margin-bottom: .5rem;
        }

    .news_block_cntnt .e_img_wrap {
        width: 110px;
        height: 110px;
        overflow: hidden;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border: 3px solid #fff;
        box-shadow: 0px 0px 0px 1px #c0c0c0;
    }

/**** End News ************************/
/**** Start Strategy ************************/
.strtgy_wrap {
    padding: 3rem 0;
}

.st_desc {
    width: calc(100% - 50px);
}

.st_desc {
    width: 100%;
}

    .st_desc p {
        font-size: 1.3rem;
        width: 100%;
    }

.line_ptrn {
    background-image: url(../imgs/btwn_ptrn.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom right;
    display: block;
    height: 13px;
}
:root[dir="ltr"] .line_ptrn {
    transform: rotate(180deg);
}
/**** End Strategy ************************/
/**** start About ************************/
.about_wrap {
    min-height: 45vh;
    position: relative;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.about_wrap p {
    color: #fff;
    background-color: rgb(5 47 43 / 81%);
    position: relative;
    padding: 2.5rem;
    margin: 0;
    font-size: 1.7rem;
    text-align: justify;
}

/**** End About ************************/
/**** Start structure ************************/
.strctr_wrap {
    padding: 3rem 0;
}

/**** End structure ************************/
.cntct_wrap {
    padding: 5rem 0;
    min-height: 45vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cntct_cntnt {
    border: 1px solid rgb(0 110 97 / 16%);
    background-color: rgb(0 110 97 / 6%);
}

.cntct_form {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .cntct_form .form-control {
        padding: 1rem;
        font-size: 1.5rem;
        text-align: var(--start);
    }

        .cntct_form .form-control:focus,
        .cntct_form .form-control:hover {
            outline: none;
            box-shadow: none;
            border-color: var(--green);
        }

    .cntct_form .btn {
        background-color: var(--gold);
        color: #fff;
        display: block;
        width: 100%;
        font-size: 1.4rem;
    }

.cntct_info {
    background-image: url(../imgs/bg_dark.png);
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .cntct_info h3 {
        font-size: 2.3rem;
        font-weight: 800;
        margin: 0;
    }

    .cntct_info h4 {
        font-size: 2.3rem;
        margin: 0;
    }

.news_det .proj_img_wrap {
    height: auto;
}

    .news_det .proj_img_wrap h3 {
        position: relative;
    }

.lun_date {
    color: #878c8d;
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .lun_date .bi {
        font-size: 1rem;
    }


.index_footer > div {
    height: auto !important;
}
.fp-watermark {
    display: none;
}

@media only screen and (max-width: 540px) {
    .navbar-brand {
        width: 160px;
    }

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active {
        color: #fff;
        outline: none;
        box-shadow: none;
    }

    .actions_btns {
        margin-right: auto;
        padding: 5px;
        flex-direction: row;
        gap: 1rem;
    }

    :root[dir="ltr"] .actions_btns {
        margin-right: 0;
        margin-left: auto;
    }

    .zoom .navbar-brand {
        width: 150px;
    }

    .actions_btns .nav-link {
        padding: .5rem;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .page_header {
        padding: 3rem 0;
        margin-top: 80px;
    }

    .offcanvas-end {
        width: 80%;
    }

    .offcanvas-title {
        font-weight: 800;
    }

    .offcanvas-header .btn-close {
        background: none;
        background-color: var(--green);
        color: #fff;
        opacity: 1;
        font-size: 1rem;
    }

    .main_navbar .offcanvas-body .nav-link {
        color: #333;
        font-size: 1.5rem;
    }

    .main_navbar .offcanvas-body .nav-item {
        border-bottom: 1px solid #eaeaea;
    }

    .main_navbar .offcanvas-body .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .main_navbar .offcanvas-body .dropdown-menu {
        width: 100%;
        box-shadow: 0px 4px 12px -3px #c2c2c2ee;
    }

    footer {
        background-position: -3px 100%;
        background-size: 110px;
    }

        footer h5,
        footer p,
        footer span {
            margin-bottom: 1rem;
        }

    .proj_slider .owl-nav {
        position: relative;
        left: auto;
        top: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .news_carousel,
    .intro_sec {
        overflow: hidden;
        position: relative;
    }

    .intro_sec {
        padding-top: 3rem;
    }

    .cntnt_height {
        height: auto;
    }

    .intro_ptrn {
        display: none;
    }

    .sec_title img {
        width: 60px;
    }

    .ach_carousel .carousel-inner {
        border-radius: 20px;
    }

    .ach_carousel_wrap {
        height: auto;
        padding: 2rem 0;
    }

    .ach_carousel .carousel-caption {
        position: relative;
        max-width: 100%;
        top: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        background-color: var(--gold);
    }

        .ach_carousel .carousel-caption h5 {
            font-weight: 500;
            font-size: 1.9rem;
        }

    .ach_carousel .slider_actions {
        position: relative;
        left: 0;
        right: 0;
        top: 5.5rem;
    }

    .ach_carousel .carousel-item .crsl_overlay {
        display: none;
    }

    .news_ptrn {
        display: none;
    }

    .news_carousel .carousel-item {
        text-align: center;
    }

    .news_carousel .slider_actions {
        margin-top: 0rem;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .news_carousel .news_det {
        padding-top: 70px;
    }

    .news_carousel_wrap {
        height: auto;
        padding-bottom: 3rem;
    }

    .about_wrap {
        padding: 2rem;
    }

        .about_wrap p {
            padding: 1rem;
            text-align: center
        }

    .cntct_form {
        padding: 1rem;
    }

    .cntct_info {
        padding: 5rem 1rem;
    }
    .copyrights {
        padding-bottom: 2rem;
    }

        .copyrights:after {
            bottom: -35px;
            width: 105px;
            height: 202px;
            left: 0;
            right: auto;
        }
    :root[dir="ltr"] .copyrights:after {
        left: auto;
        right: 0;
    }
    :root[dir="ltr"] .proj_slider .owl-nav {
        left: auto;
        right: 0;
    }
    .ach_carousel > div {
        min-height: auto;
    }
}
