@import url(bootstrap.min.css);
@import url(animate.css);
@import url(all.css);
@import url(jquery.fancybox.css);
@import url(swiper-bundle.min.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* End Fonts */

:root {
    --main-color: #811d25;
    /* --sec-color: #bda366; */
    --sec-color: #e1c177;
    --dark-color: #2D2D2D;
    --bg-color: #f7f7f7;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'Almarai', sans-serif;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Almarai', sans-serif;
    background: #fff;
    text-align: start;
    direction: rtl;
}

section,
footer {
    overflow: hidden;
    position: relative;
}

p {
    margin: 0;
    color: var(--dark-color);
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

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

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}



/* Start Intro-h */

.intro-h {
    height: 100vh;
    /* padding: 23.548740416210297vh 0 11.829134720700985vh; */
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.intro-inner {
    justify-content: center;
    text-align: center;
    height: 100%;
    margin: 0;
}

.intro-inner .logo-h a {
    display: block;
    margin: 0 0 7.667031763417306vh;
}

.intro-inner .logo-h a img {
    max-height: 13.496166484118291vh;
}

.item-introl {
    position: relative;
    border-radius: 7px;
    display: inline-block;
    align-items: center;
    
}
/* 
.item-introl::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.12);
    z-index: -1;
} */

.item-introl .logo-top img {
    max-height: 23.234375vh;
    /* max-width: 20.234375vw; */
}

.item-introl .logo-top {
    margin: 0 0 2.8477546549835706vh;
    position: relative;
    transition: all .5s;
    z-index: 2;
}

.item-introl .details {
    text-align: center;
}

.item-introl .details ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 2.190580503833516vh;
}

.item-introl .details ul li {
    position: relative;
}

.item-introl .details ul li a {
    font-weight: bold;
    font-size: 3.0668127053669223vh;
    line-height: 3.9430449069003286vh;
    /* identical to box height, or 129% */
    text-transform: capitalize;

    /* white */
    color: var(--main-color);
    padding: 0 23px;
}

.item-introl .details ul li a::after {
    content: "|";
    position: absolute;
    left: -2px;
    top: 1vh;
}

.item-introl .details ul li:last-child a::after {
    display: none;
}

.item-introl .details ul li:last-child a {
    padding-inline-end: 0;
}

.item-introl .details ul li:first-child a {
    padding-inline-start: 0;
}

.item-introl .details .download-profile a {
    display: inline-flex;
    font-weight: 420;
    font-size: 3.0668127053669223vh;
    line-height: 3.9430449069003286vh;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 0 23px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
}

.ryad-logo {
    float: left;
    display: inline-block;
}

footer .row {
    align-items: center;
    -webkit-align-items: center;
}

.copy-h p {
    font-weight: 420;
    font-size: 18px;
    line-height: 28px;
    color: #161616;
}

#arrowAnim {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    position: absolute;
    padding-bottom: 25.829135vh;
}

.arrow {
    width: 4.73515625vw;
    height: 7.8926615553121575vh;
    background: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.arrowSliding {
    opacity: 0;
    position: absolute;
    -webkit-animation: slide 1s infinite;
    animation: slide 1s infinite;
}

.delay1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
    right: 0;
}

.delay2 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
    right: 2.6vw;
}

.delay3 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
    right: 4.6vw;
}

.delay4 {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
    right: 6.6vw;
}

.delay5 {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
    right: 8.6vw;
}

.delay6 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
    right: 10.6vw;
}

.delay7 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
    right: 12.6vw;
}

.delay8 {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
    right: 14.6vw;
}

.delay9 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
    right: 16.6vw;
}


@-webkit-keyframes slide {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .4;
    }

    80% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .4;
    }

    80% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}

.animation-h {
    position: absolute;
    inset: 0;
}

#arrowAnim.anim-2 {
    right: auto;
    left: 0;
    transform: scaleX(-1);
}

.copy-h p span {
    color: #073855;
}


@media (min-width: 1800px) {
    .container {
        max-width: 80.125vw;
    }
}

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

footer {
    padding: 10px 0;
}

/* .item-introl::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .3;
    transition: all .5s;
    scale: 0;
    border-radius: 50%;
} */

/* .item-introl:hover::before {
    opacity: 1;
} */

.intro-h .container {
    max-width: 100%;
    height: 100%;
    padding: 0;
}

.intro-inner .col-md-6 {
    padding: 0;
}

.intro-inner .col-md-6:nth-child(2) .item-introl {
    /* background: #fff4f5f0; */
}

.intro-inner .col-md-6:nth-child(2) .item-introl .logo-top {
    /* filter: brightness(0) invert(1); */
}

.intro-inner .col-md-6:nth-child(2) .item-introl p {
    /* color: #fff; */
}

.item-introl p {
    font-size: 3vh;
    line-height: 5vh;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    transition: all .5s;
}

.item-introl:hover::before {
    opacity: 1;
    scale: 2;
}

.intro-inner .col-md-6:nth-child(2) .item-introl:hover .logo-top {
    filter: brightness(0) invert(1);
}

.intro-inner .col-md-6:nth-child(2) .item-introl:hover p {
    color: #fff;
}

.intro-inner .col-md-6:nth-child(2) .item-introl::before {
    /* background: var(--main-color); */
}

.item-introl .btn {
    display: inline-flex;
    margin: 20px 0 0;
    background: var(--main-color) !important;
    color: #fff !important;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    transition: 0.3 ease-in-out;
    width: 185px;
}
.item-introl .btn:hover{
    transform: scale(1.2);
}
/* End Intro-h */



/* Start Loading */

.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader .loader-inner img {
    max-width: 250px;
}


/* End Loading */


/* Start Not-found */

.not-found .not-found-pro {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.not-found .not-found-pro img {
    max-height: 400px;
}

.not-found .not-found-pro h2 {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: bold;
}

.not-found .not-found-pro h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #777;
}

.not-found .not-found-pro p {
    margin: 25px 0 15px;
    font-size: 14px;
    color: #777;
    /* font-weight: bold; */
    position: relative;
}

.not-found .not-found-pro .btn.go-home {
    padding: 0;
    line-height: normal;
    min-height: auto;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
}

.not-found .not-found-pro p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px #f1f1f1 solid;
    margin: auto;
    width: 100%;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.not-found .not-found-pro p::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
    margin: 20px 0;
}


/* End Not-found */


/* Start Select Nice */

select {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: right; */
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
    padding: 0 20px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: "\f107";
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 0;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    border: none !important;
    transform: none !important;
    font-size: 14px;
    color: #585858;
    /* opacity: .35; */
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: start;
    transition: all 0.2s;
    color: #000;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--main-color);
    color: #fff;
}


/* End Select Nice */



/***

====================================================================
Start Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -200%;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: var(--main-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    padding-inline-end: 70px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
Start Search Popup
====================================================================

***/



/*** 

====================================================================
	Start Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
    background: var(--dark-color);
    transform: translateX(100%);
    transition: all 200ms ease;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    /* text-align: left; */
    display: none;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    max-height: 55px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
    transform: none;
    /* transition-delay: 300ms; */
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--bg-gradient);
    opacity: 0;
    transform: translateX(100%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: relative;
    right: -200%;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 120px);
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    z-index: 5;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.mobile-menu .close-btn {
    position: relative;
    left: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: left;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    /* opacity: 0; */
    margin: 14px 0;
    width: 40px;
    height: 40px;
    /* transition: all .5s; */
    line-height: 40px;
    border: 1px #fff solid;
    text-align: center;
    border-radius: 50%;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    justify-content: center;
}

.mobile-menu-visible .mobile-menu .close-btn {
    /* opacity: 1; */
    /* display: block; */
    /* -webkit-transition-delay: 300ms; */
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    /* max-height: calc(100vh - 100px); */
    /* overflow: hidden; */
    /* overflow-y: scroll; */
    display: block;
    padding-inline-end: 0;
    height: 100%;
}

.mobile-menu .navigation li {
    /* position: relative; */
    display: block;
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: none;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: normal;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    padding-inline-end: 30px;
    margin: 15px 0;
    font-weight: normal;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: var(--sec-color);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: block;
    background: transparent;
    /* height: 0; */
    transition: none;
    overflow: hidden;
    position: absolute;
    /* right: 100%; */
    top: 0;
    padding-inline-start: 13px;
    /* transition: none; */
    position: relative;
}

.sticky-header .navbar-header {
    display: none;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    top: 4px;
    float: right;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-left: 30px;
}

.sticky-header .outer-box .search-box-btn {
    color: #000000;
}

.sticky-header .outer-box {
    padding: 22px 0px;
}

.mobile-menu .menu-box .nav-title {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--main-color);
    justify-content: space-between;
}

.mobile-menu .menu-box .nav-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.mobile-menu .navigation li.menu-item-has-children a::after {
    content: "\f177";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: lighter;
    transition: all .5s;
    /* margin-inline-end: -40px; */
}

.mobile-menu .navigation li.open .sub-menu {
    height: auto;
    padding: 0 20px;
}

.mobile-menu .navigation li.menu-item-has-children.open::after {
    transform: rotate(180deg);
}

.pages-bady {
    /* transition: all .5s; */
    overflow: hidden;
}

body.mobile-menu-visible .pages-bady {
    transform: translateX(-100%);
}

.mobile-menu::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 95%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.menu-outer {
    padding: 0;
}

div#navbarSupportedContent {
    height: 100%;
}

.mobile-menu .menu-box::-webkit-scrollbar {
    width: 5px;
}

.mobile-menu .menu-box::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 15%);
}

.mobile-menu .menu-box::-webkit-scrollbar-thumb {
    background: #ffffff5e;
    outline: none;
}

/*** 

====================================================================
	End Sidebar style
====================================================================

***/

/* Start Header */

.header-top .head-top {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.header-top {
    padding: 34px 0;
}

header {
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    top: 0;
}

.header-top .head-top .nav-head ul {
    display: flex;
    flex-wrap: wrap;
}

.logo {
    /* max-width: 20%; */
    /* flex: 0 0 20%; */
    /* text-align: center; */
    margin-inline-end: 28px;
}

.header-top .head-top .nav-head ul li {
    margin-inline-end: 30px;
}

.header-top .head-top .nav-head ul li a {
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: 0.0125em;
    color: #FFF;
}

.header-top .head-top .nav-head,
.header-top .head-top .menu-top-right {
    max-width: 40%;
    flex: 0 0 40%;
}

.logo a {
    display: block;
}

.logo img {
    max-height: 85.4px;
}

.header-top .head-top .menu-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}

.res-menu {
    display: none;
}

.btn:hover,
.btn:focus,
.btn-check:focus+.btn,
.header-top .btn:hover,
.btn.btn-white:hover {
    background: var(--sec-color);
    color: #fff;
    box-shadow: none !important;
    border-color: var(--sec-color) !important;
}

.lang {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

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

.search-box-btn.search-box-outer {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    transition: all .5s;
    margin: 0 26px;
}

.header-top .head-top .nav-head ul li a:hover,
.header-page .header-top .head-top .nav-head ul li a:hover,
.header-page .header-top .head-top .nav-head ul li.current-menu-item a,
.header-top .head-top .nav-head ul li.current-menu-item a {
    color: var(--main-color);
}

.lang:hover {
    color: var(--main-color);
    /* border-color: var(--main-color); */
}

.search-box-btn.search-box-outer:hover,
.header-page .search-box-btn.search-box-outer:hover {
    color: var(--sec-color);
}

.button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 0;
}

.su_button_circle {
    background-color: red;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    /*animation-timing-function: ease-in-out; */
    transition: all .5s;
}

.btn {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    min-width: 145px;
    text-align: center;
    border-radius: 0;
    transition: 400ms;
    text-decoration: none;
    min-height: 60px;
    padding: 13px 25px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.button_text_container {
    position: relative;
    z-index: 10000;
    display: inline-block;
    line-height: 32px;
}

.explode-circle {
    animation: explode 0.5s forwards;

}

.desplode-circle {
    animation: desplode 0.5s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(42, 53, 80, 0.2);
    }

    100% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87, 0.8);
    }
}

@keyframes desplode {
    0% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87, 0.8);
    }

    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(129, 80, 108, 0.6);
    }
}

.mobile-nav-toggler {
    width: 154px;
    height: 48px;
    border: none;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.mobile-nav-toggler i {
    line-height: 35px;
}

.lang:hover {
    color: var(--sec-color);
}

.mobile-menu .navigation ul li>a::after {
    display: none;
}

.mobile-menu .navigation li:first-child a {
    padding-top: 0;
}

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

.head-inner .nav-menu ul {
    display: flex;
}

.head-inner .nav-menu ul li {
    position: relative;
    margin: 0 14px;
    color: #fff;
    padding: 20px 0;
}

.head-inner .nav-menu ul li a {
    color: var(--main-color);
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* padding: 0 0 20px; */
}


.header-med {
    padding: 7px 0;
    background: var(--sec-color);
}

.sticky.active .header-med{
    border-bottom: 1px solid #a38d58;
    box-shadow: 2px 2px 5px 0px #a38d58;
}

.head-inner .nav-menu ul li .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    min-width: 188px;
    background: #fff;
    border-radius: 6px;
    padding: 20px 0;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    display: none;
    box-shadow: -5px 5px 7px 1px rgb(0 0 0 / 12%);
    z-index: 4;
}

.head-inner .nav-menu ul li .sub-menu li {
    margin: 0;
    padding: 0;
}

.head-inner .nav-menu ul li .sub-menu li a {
    padding: 10px 30px;
    display: block;
    font-size: 16px;
    color: var(--dark-color);
    border-bottom: 1px #f1f1f1 solid;
}

.head-inner .nav-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}

.head-inner .nav-menu ul li.menu-item-has-children a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    position: relative;
    left: 0;
    top: 0;
    font-size: 14px;
    margin-inline-start: 6px;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu {
    width: 552px;
    display: flex;
    flex-wrap: wrap;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li {
    padding: 10px 30px;
    max-width: 50%;
    flex: 0 0 50%;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li ul {
    display: block;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li ul li {
    max-width: 100%;
    padding: 0;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li ul li a {
    padding: 6px 0;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;

    margin: 0 0 26px;
}

.head-inner .nav-menu ul li .sub-menu li a:hover {
    color: var(--main-color);
}

.head-inner .nav-menu ul li.menu-item-has-children.mega-menu .sub-menu {
    width: 544px;
    display: flex;
    flex-wrap: wrap;
}

.head-inner .nav-menu ul li.menu-item-has-children.mega-menu .sub-menu li {
    max-width: 50%;
    flex: 0 0 50%;
}

.head-inner .nav-menu ul li.current-menu-item a::after,
.head-inner .nav-menu ul li a:hover::after {
    transform: none;
    opacity: 1;
}

.head-inner .nav-menu ul li .sub-menu li a::after {
    display: none;
}

.head-inner .nav-menu ul li .sub-menu li:last-child a {
    padding-bottom: 0;
    border: none;
}

.head-inner .nav-menu ul li .sub-menu li:first-child a {
    padding-top: 0;
}

.menu-right .btn {
    min-width: 129px;
    min-height: 45px;
    padding: 10px;
    font-family: 'bahij';
}

.menu-right .btn i {
    margin: 0;
    margin-inline-end: 6px;
    font-size: 14px;
    transform: none;
}

.menu-right .btn:hover {
    background: #fff;
    color: var(--main-color);
}

.head-inner .menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.head-inner .nav-menu ul li a:hover,
.head-inner .nav-menu ul li:hover {
    color: #fff;
}

.head-inner .nav-menu ul li.current-menu-item a,
.sticky.active .head-inner .nav-menu ul li.current-menu-item a {
    color: #fff;
}


.head-inner .nav-menu ul li a::before {
    /* content: "";
    position: absolute;
    left: -15px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%; */
}

.head-inner .nav-menu ul li .sub-menu li a::before {
    display: none;
}



/* End Header */

/* Start Banner-h */

.overlay-img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-h .row {
    min-height: 100vh;
    align-items: center;
    -webkit-align-items: center;
    padding: 41.189674523008vh 0;
}

.home-slider .overlay-img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0000001c;
    opacity: 0.8;
}

/* .home-slider .overlay-img img {
    transition: 2s all;
    transform: scale(1.2);
} */

.home-slider .text-banner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.home-slider .text-banner h2 {

    /* or 160% */
    margin: 0 0 10px;
    transform: translateY(-100%);
    transition: all .4s cubic-bezier(0.54, 0.69, 0.91, 0.68);
    transform-origin: top;
    opacity: 0;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    /* or 121% */
    text-align: center;
    letter-spacing: 0.01em;
    font-weight: bold;
}
.home-slider .text-banner h5{
    margin: 15px 0;
    color: var(--sec-color);
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;
    font-weight: bold;
    font-size: 24px; 
}
.readMore {

    /* identical to box height */display: inline-block;font-weight: bold;font-size: 16px;line-height: 28px;
    /* identical to box height, or 175% */display: inline-block;

    /* zesti */color: var(--dark-color);padding: 0 0 4px;border-bottom: 4px var(--dark-color) solid;}

.banner-h .nav-slider {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    align-items: center;
    display: flex;
    -webkit-align-items: center;
    justify-content: center;
}

.banner-h .nav-slider .swiper-button-next.home-nav,
.banner-h .nav-slider .swiper-button-prev.home-nav {
    color: #fff;
    width: 75.59px;
    height: 75.59px;
    border-radius: 50%;
    font-size: 41px;
    transition: all .3s;
    /* margin: 0 11px; */
    padding: 0;
    margin-inline-start: 0;
    transform: scaleX(-1);
}

.banner-h .nav-slider .swiper-pagination.home-pagination {
    position: relative;
    width: auto;
    margin: 0 29px;
    font-weight: 420;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    direction: ltr;
}

.banner-h .nav-slider .swiper-pagination.home-pagination .swiper-pagination-current {
    color: rgba(255, 255, 255, 0.43);
}

.nav-slider .swiper-button-next::after,
.nav-slider .swiper-button-prev::after {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    color: inherit;
    font-size: inherit;
}

.nav-slider .swiper-button-prev::after {
    content: "\f060";
}

.home-slider .swiper-slide {
    overflow: hidden;
}

.swiper-slide-active .text-banner h2,
.home-slider .swiper-slide-active .text-banner .readMore {
    transform-origin: bottom;
    opacity: 1;
    transform: none;
}

/* .home-slider .swiper-slide-active .overlay-img img {
    animation: scale-h 10s ease forwards;
} */

@keyframes scale-h {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.home-slider .text-banner .readMore {
    transform: translateY(100%);
    transition: all .6s cubic-bezier(0.54, 0.69, 0.91, 0.68);
    transform-origin: top;
    opacity: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.banner-h .nav-slider .row {
    min-height: auto;
    justify-content: end;
    flex-direction: row-reverse;
    padding: 0;
    margin: 0;
}

.banner-h .nav-slider .swiper-button-next.home-nav:hover,
.banner-h .nav-slider .swiper-button-prev.home-nav:hover {
    background: var(--sec-color);
    border-color: var(--sec-color);
    color: #fff;
}

.banner-h .overlay-img {
    /* -webkit-mask-box-image: url(../images/mask-slider.png); */
}

.home-slider .text-banner p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nav-slider .swiper-pagination-bullet {
    width: 37px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 0;
    opacity: 1;
    margin: 0 4px !important;
}

.nav-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color);
}

.img2030 {
    width: 99px;
    height: 66px;
    margin-inline-start: 62px;
}

.btn.btn-border {
    border: 3px solid;
    background: transparent;
    border-image: var(--main-color) 1;
}

.btn i {
    margin-inline-start: 6px;
}

.btn.btn-border {
    background: var(--main-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn.btn-border.btn-white {
    border-image: none;
    border-color: #fff;
    color: #fff;
    -webkit-text-fill-color: inherit;
    transition: all .5s;
}

.text-banner .btn {
    margin: 50px 0 0 0;
}

.banner-h .nav-slider .swiper-button-next.home-nav {
    right: 0;
}

.banner-h .nav-slider .swiper-button-prev.home-nav {
    left: 0;
}

.banner-h .nav-slider .container {
    position: relative;
}

/* End Banner-h */

/* Start About-h */

.about-h {
    background-image: url('../../body_bg.jpeg');
    padding: 100px 0;
}

.title.title-center {
    text-align: center;
    margin: 0 0 63px;
}

.title .sub-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height */
    color: var(--main-color);
    letter-spacing: 0.01em;
    display: inline-block;
    margin: 0 0 1px;
}

.title h3 {
    font-size: 36px;
    line-height: 48px;
    color: var(--dark-color);
    margin: 0;
    font-weight: 400;
}

.title.title-center h3 {
    max-width: 534px;
    margin: 0 auto;
}

.img-about {
    min-height: 447px;
    overflow: hidden;
    height: 100%;
}

.img-about .img,
.img-about .img img {
    width: 90%;
    margin: auto;
    /* height: 447px; */
}

.img-about .img img {
    object-fit: cover;
    object-position: center;
}

.about-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.title {
    margin: 0 0 19px;
}

.about-h .text-about .title h3 {
    color: #722722;
    font-size: 34pt;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
}

.text-about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: right;

    /* color */
    color: #242B32;
    opacity: 0.8;
    margin: 19px 0;
}

.readMore i {
    font-size: 14px;
    margin-inline-start: 6px;
}

.readMore:hover {
    color: var(--main-color);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    border-color: var(--main-color);
}

.counter-about {
    padding: 44px 0 0;
}

.counter-block {
    background: #fff;
    text-align: center;
    padding: 40px 40px 33px;
}

.counter-block .counter-item {
    direction: ltr;
    color: var(--dark-color);
    font-size: 40px;
    line-height: 35px;
    margin: 0 0 5px;
}

.counter-block h4 {
    margin: 0;
    color: var(--dark-color);
    font-size: 16px;
    line-height: 28px;
}

.about-h .row:nth-child(even)+.row {
    padding-top: 100px;
    flex-direction: row-reverse;
}

/* End About-h */

/* Start Projects-h */

.projects-h {
    background: #e9c07f33;
    padding: 100px 0;
}

.title-flex {
    display: flex;
    justify-content: center;
    margin: 0 0 77px;
    text-align: center;
}

.projects-h .title {
    margin: 0;
}

.projects-h .title .sub-title {
    margin: 0 0 1px;
    background: var(--main-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.projects-h .title h3 {
    /* color: #fff; */
}

.nav.nav-tabs {
    border: none;
}

.nav.nav-tabs .nav-item {
    margin-inline-start: 17px;
}

.nav.nav-tabs .nav-item .nav-link {
    min-width: 125px;
    min-height: 48px;
    background: transparent;
    border: 2px solid;
    border-radius: 0;
    border-image: var(--main-color) 1;
    font-family: 'bahijBold';
    font-size: 16px;

    /* identical to box height, or 300% */
    letter-spacing: 0.01em;
    background: var(--main-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav.nav-tabs .nav-item .nav-link.active {
    background: var(--main-color);
    color: #fff;
    -webkit-text-fill-color: inherit;
}

.projects-inner .swiper.projects-slider {
    overflow: visible;
}

.projects-inner .swiper.projects-slider .swiper-slide {
    transition: all .4s;
    opacity: 0.2;
}

.projects-inner .swiper.projects-slider .swiper-slide.swiper-slide-active,
.projects-inner .swiper.projects-slider .swiper-slide.swiper-slide-next,
.projects-inner .swiper.projects-slider .swiper-slide.swiper-slide-prev

/* ,.projects-inner .swiper.projects-slider .swiper-slide.swiper-slide-next+.swiper-slide  */
    {
    opacity: 1;
}

.pro-block {
    margin: 15px 0;
    height: 377px;
    overflow: hidden;
    position: relative;
}

#services .img-block{
    max-height: 150px;
    text-align: center;
    min-height: 100px;
}
#services .img-block img{
    width: auto;
    max-width: 110px;
    height: auto;
    max-height: 150px;
}

.pro-block .img-block {
    height: 100%;
    width: 100%;
}

.pro-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
}

.pro-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pro-block .details {
    background: linear-gradient(180deg, rgba(2, 27, 121, 0) 50.13%, var(--main-color) 100%);
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 35px;
    transition: all .5s;
    opacity: 0;
}

.pro-block .details .name {
    display: block;
    font-size: 21px;
    line-height: 35px;
    /* identical to box height */
    font-weight: bold;
    letter-spacing: 0.01em;
    color: #fff;
}

.pro-block .details span {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.01em;
    background: var(--main-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'bahijBold';
}

.pro-block:hover .details {
    opacity: 1;
}

/* End Projects-h */

/* Start Clients-h */

.clients-nav {
    transform: scaleX(-1);
    color: #fff;
    font-size: 24px;
}

.clients-h {
    background: var(--dark-color);
    padding: 77px 0;
    border-bottom: 3px var(--sec-color) solid;
}

.clients-h .title h3 {
    color: #fff;
}

.client-block {
    height: 92.41px;
    line-height: 92.41px;
    text-align: center;
}

.client-block .img-block,
.client-block .img-block .img {
    height: 100%;
    line-height: 92.41px;
}

.client-block .img-block .img img {
    max-width: 126.17px;
    max-height: 51.43px;
}

.clients-h .container {
    position: relative;
}

.clients-h .nav-slider {
    position: absolute;
    right: 0;
    left: 0;
    top: 78%;
}

/* End Clients-h */

/* Start Contact-h */

.contact-h {
    background-image: url('../../body_bg.jpeg');
    padding: 80px 0;
}

#works{
    background-image: url('../../body_bg.jpeg');
}

.contact-h::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    mix-blend-mode: luminosity;
    opacity: 0.5;
}

.contact-h .container {
    position: relative;
    z-index: 2;
}

.map-con {
   /* max-width: 537px;*/
    height: 557px;
    margin-inline-end: auto;
}

.contact-form .title {
    margin: 0 0 22px;
}

.contact-form .title .sub-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    margin: 0;
    letter-spacing: 0.01em;
    /* color: #FFFFFF; */
}

.contact-form .title h3 {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.01em;
}

.contact-form .form-group {
    margin: 0 0 20px;
    position: relative;
}

.contact-form .col-md-12:last-child .form-group {
    margin: 0;
}

.contact-form .form-group label {
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    /* identical to box height */
    margin: 0 0 10px;
    letter-spacing: 0.01em;
    color: var(--dark-color);
}

.contact-form .form-group .form-control {
    width: 100%;
    height: 50px;
    display: block;
    background: var(--bg-color);
    border-radius: 0;
    border: none !important;
    box-shadow: none !important;
    padding: 0 20px;
}

.contact-form .form-group .form-control::placeholder {
    transition: all .5s;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #000000;
    opacity: 0.5;
}

.contact-form .form-group .form-control:focus::placeholder {
    transform: translateX(-10px);
    opacity: 0;
}

.contact-form .form-group textarea.form-control {
    height: 203px;
    padding: 20px;
}

.btn.btn-form {
    min-height: 50px;
    min-width: 105px;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.01em;
}

.contact-form .form-group .btn-form {
    display: table;
    margin-inline-start: auto;
    margin-top: -3px;
}

/* End Contact-h */

/* Start Support-h */

.support-h {
    padding: 65px 0 56px;
    background: var(--dark-color);
}

.support-inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.support-inner .item .callNow {
    display: flex;
    color: #fff;
    font-size: 32px;
    padding-left: 40px;
}

.support-inner .item .callNow i {
    font-weight: 300;
    background: var(--sec-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-inline-end: 23px;
}

.support-inner .item .callNow p {
    color: inherit;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
}

.support-inner .item .callNow p a {
    margin-inline-start: 21px;
    font-size: 28px;
    line-height: 45px;
    /* identical to box height */
    letter-spacing: 0.01em;

    /* gradient gold */
    background: var(--sec-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.btn-login .btn {
    min-width: 180px;
    min-height: 45px;
    padding: 7px 20px;
}

.s-support {
    display: flex;
    flex-wrap: wrap;
}

.s-support a {
    width: 40.62px;
    height: 40.62px;
    line-height: 40.62px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-inline-start: 14px;
    font-size: 18px;
}

.s-support a:first-child {
    margin: 0;
}

.s-support a:hover {
    background: var(--main-color);
    color: #fff;
}

/* End Support-h */

/* Start Footer */

.footer-top {
    border-top: 1px rgb(255 255 255 / 4%) solid;
    padding: 58px 0;
}

footer {
    background: var(--dark-color);
}

.foot-item h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin: 0 0 16px;
}

.foot-item p {
    max-width: 334px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.info-h li a {
    display: flex;
    margin: 0 0 21px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}

.info-h li a i {
    width: 36.56px;
    font-size: 26px;
    background: var(--sec-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: c;
}

.info-h li a span {
    width: calc(100% - 36.56px);
    max-width: 250px;
}

.info-h li a u {
    text-decoration: none;
    direction: ltr;
    display: block;
}

.info-h li a:hover {
    color: var(--sec-color);
}

.foot-item .subscripe-h p {
    max-width: 100%;
    margin: 0 0 15px;
}

.subscripe-h form input {
    width: 100%;
    height: 45px;
    border: none;
    box-shadow: none !important;
    padding: 0 43px;
}

.subscripe-h {
    max-width: 288px;
}

.subscripe-h form .icon {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    width: 19px;
    height: 19px;
    line-height: 19px;
    margin: 12px 16px;
}

.subscripe-h form {
    position: relative;
}

.subscripe-h form .btn.btn-sec {
    margin: 12px 0 0;
    margin-inline-start: auto;
    display: table;
    min-width: 100px;
    min-height: 45px;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 26px;
}

.ryad-logo {
    display: table;
    margin-inline-start: auto;
}

.footer-bottom .row {
    align-items: center;
    -webkit-align-items: center;
}

.copyRight p {
    font-weight: 200;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

form {
    direction: rtl;
}

/* End Footer */

/* Start About-page */

.breadcrumb {
    padding: 213px 0 118px;
    margin: 0;
}

.breadcrumb .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;
    opacity: 0.8;
}

.breadcrumb .text-bread {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
}

.breadcrumb .text-bread h3 {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    /* identical to box height, or 121% */
    letter-spacing: 0.01em;
}

.body-inner {
    padding: 100px 0;
}

.more-about {
    padding: 75px 0 0;
}

.about-block {
    background: #f8f8f8;
    margin: 15px 0;
    height: calc(100% - 30px);
    padding: 47px 26px 50px;
}

.about-block .icon {
    width: 95.57px;
    height: 95.57px;
    line-height: 95.57px;
    /* text-align: center; */
    margin: 0 0 8px;
}

.about-block .icon img {
    max-width: 65.53px;
    max-height: 65.53px;
}

.about-block h3 {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 51px;


    /* zesti */
    color: var(--dark-color);
}

.about-block p {
    font-weight: 200;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    color: #000000;
    opacity: 0.8;
}

/* End About-page */

/* Start Manger-page */

.manger-inner .title.title-center {
    margin: 0 0 20px;
}

.manger-inner .title h3 {
    font-family: 'bahijBold';
    font-size: 28px;
    line-height: 48px;
}

.manger-inner .img {
    height: 565.37px;
    overflow: hidden;
    margin: 0 0 70px;
}

.manger-inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.manger-inner h3,
.manger-inner p {
    max-width: 788px;
}

.manger-inner h3 {
    font-family: 'bahijBold';
    font-size: 16px;
    line-height: 36px;
    color: var(--dark-color);
    opacity: 0.75;
    margin: 30px 0;
}

.manger-inner p {
    color: var(--dark-color);
    opacity: 0.75;
    font-size: 16px;
    line-height: 36px;
    margin: 20px 0;
}

/* End Manger-page */

/* Start Projects-page */

.body-inner .nav.nav-tabs {
    justify-content: center;
    margin: 0 0 75px;
}

.body-inner .nav.nav-tabs .nav-item {
    margin: 0 8px;
}

/* End Projects-page */

/* Start Media-page */

.media-block {
    display: block;
    height: 377px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

.media-block .img {
    width: 100%;
    height: 100%;
}

.media-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.media-block .details {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px #C0C0C0 solid;
    padding: 28px;
    transform: translateY(100%);
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.media-block .details h3 {
    margin: 0;
    font-family: 'bahijBold';
    font-size: 21px;
    line-height: 35px;
    /* identical to box height */
    letter-spacing: 0.01em;

    /* gradient gold */
    background: linear-gradient(270deg, #C69320 3.57%, #EEB609 96.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.media-block:hover .details {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.media-block.media-video::before {
    content: "\f04b";
    width: 66px;
    height: 66px;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 4;
    line-height: 66px;
    text-align: center;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
}

/* End Media-page */

/* Start Apply-page */


.all-job .accordion-item {
    margin: 0 0 15px;
    border: none;
    border-radius: 0 !important;
}

.all-job .accordion-item .accordion-button {
    background: var(--sec-color);
    color: #fff;
    padding: 18px 30px;
    font-size: 15px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.02em;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    text-align: start;
    font-family: 'bahijBold';
}

.all-job .accordion-item .accordion-button::after {
    content: "\f067";
    color: #fff;
    background: transparent;
    margin: 0;
    margin-inline-start: auto;
    font-family: 'Font Awesome 6 Pro';
    font-size: 21.34px;
    width: 21.34px;
    height: 21.34px;
    line-height: 21.34px;
}

.accordion-body {
    box-shadow: 0px 6.63607px 43.1344px rgba(0, 0, 0, 0.13);
    background: #fff;
    padding: 0 33px 30px;
}

.accordion-body p {
    font-size: 13px;
    line-height: 19px;
    /* or 146% */
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.8;
    font-family: 'bahijLight';

    /* or 160% */
    color: #353535;
}

.all-job .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
    color: #000;
}


.all-job .accordion-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
}

.apply-block.contact-form .title h3 {
    font-family: 'bahijBold';
    font-size: 32px;
    line-height: 53px;
    letter-spacing: 0.01em;
    color: #fff;
}

.apply-block.contact-form .title {
    margin: 0 0 14px;
}

.form-group .file-upload-group.form-control {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    color: rgb(0 0 0 / 50%);
    padding-inline-end: 45px;
}

.form-group .file-upload-group.form-control label {
    margin: 0;
    line-height: normal;
    font-size: 18px;
    color: #353535;
}

.form-group .file-upload-group.form-control .file-uploadH {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.file-upload-group.form-control {
    position: relative;
}

.form-group .file-upload-group.form-control label i {
    font-weight: bold;
}

.contact-form.apply-block .form-group .btn-form {
    margin: 4px 0 0;
}

/* End Apply-page */

/* Start Single-project */

.slider-single-pro {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 500px;
}

.swiper-container {
    width: 100%;
    max-width: 940px;
    /* height: 500px; */
    margin: 0 auto;
    /* overflow: hidden; */
}

/* .single-slider {
    width: calc(100% - 108px);
    margin-inline-start: 35px;
} */

.single-thumb{
    width: auto;
}

.single-img-thumb {
    height: 50.67px;
    overflow: hidden;
    width: 75px;
    border: 2px solid transparent;
    transition: all .3s;
}

.single-img-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-img {
    height: 450px;
}

.single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.text-single h3 {
    font-size: 24px;
    line-height: 40px;
    /* identical to box height */
    margin: 0 0 20px;
    letter-spacing: 0.01em;
    font-weight: bold;
}

.text-single > span {
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    /* identical to box height */
    letter-spacing: 0.01em;

    /* gradient gold */
    background: linear-gradient(270deg, #C69320 3.57%, #EEB609 96.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-single p {
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    /* or 225% */


    /* color */
    color: #242B32;
    opacity: 0.75;
    margin: 32px 0;
}

.location-h {
    padding: 20px 0 0;
}

.location-h .title.title-center {
    margin: 0 0 32px;
}

.location-h .title h3 {
    color: #000;
    font-family: 'bahijBold';
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.01em;
}

.location-h .map-h {
    height: 428px;
}

.single-page.body-inner {
    padding: 90px 0 0;
}

.breadcrumb .text-bread ul {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

.breadcrumb .text-bread ul li,
.breadcrumb .text-bread ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 290% */
    letter-spacing: 0.01em;
}

.breadcrumb .text-bread ul li a::after {
    content: "-";
    position: relative;
    margin: 0 15px;
}

.swiper-slide-thumb-active .single-img-thumb {
    border-color: var(--main-color);
}


/* End Single-project */

/* Start Services-page */

.services-page.body-inner {
    padding: 58px 0 90px;
}

.services-page .title span {
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.01em;

    /* gradient gold */
    background: var(--main-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.serv-block {
    text-align: center;
    margin: 15px 0;
    height: calc(100% - 30px);
    background: #F7F7F7;
    padding: 30px 22px;
}

.serv-block .icon {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    line-height: 62px;
    text-align: center;
}

.serv-block .icon img {
    max-width: 50px;
    max-height: 50px;
}

.serv-block .details {
    padding: 8px 0 0;
}

.serv-block .details h3 {
    font-size: 21px;
    line-height: 32px;
    /* identical to box height, or 152% */


    /* Black */
    color: #2D2D2D;
    margin: 0 0 7px;
    transition: all .5s;
}

.serv-block .details p {
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    opacity: 0.5;
    transition: all .5s;
}

.serv-block:hover .details h3,
.serv-block:hover .details p {
    color: #fff;
}

.serv-block:hover {
    background: var(--dark-color);
}

.serv-block:hover .details p {
    opacity: .8;
}

.services-inner .title.title-center {
    margin: 0 0 35px;
}

.btn-center {
    text-align: center;
    margin: 50px 0 0;
}
/* End Services-page */

/* Start Testimonial-h */

.testimonial-h {
    padding: 80px 0;
}

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

.single-testimonial {
    box-shadow: 0px 4px 20px 0px rgba(71, 117, 192, 0.10);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 35px;
    text-align: center;
    margin: 0 0 30px;
}

.mb-22 {
    margin-bottom: 22px;
}

.single-testimonial h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #222222;
    font-weight: 600;
}

.single-testimonial p {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
}

.mt-25 {
    margin-top: 25px;
}

.review-ratting li span {
    color: #e9a859;
    font-size: 16px;
}

.mt-30 {
    margin-top: 30px;
}

.testi-info {
    text-align: start;
}

.pr-20 {
    /* padding-inline-end: 20px; */
}

.testi-avatar {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-inline-end: 20px;
}

.testi-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.avatar-info h6 {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}

.avatar-info p {
    font-size: 12px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    margin: 5px 0 0;
}
/* End Testimonial-h */

/* badges **/


.badge.badge-circle,.badge.badge-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
    min-width: 1.75rem;
    padding: 0 .1rem;
    line-height: 0
}

.badge.badge-circle {
    border-radius: 50%;
    padding: 0;
    min-width: unset;
    width: 1.75rem
}

.badge.badge-sm {
    min-width: 1.5rem;
    font-size: .8rem
}

.badge.badge-sm.badge-square {
    height: 1.5rem
}

.badge.badge-sm.badge-circle {
    width: 1.5rem;
    height: 1.5rem
}

.badge.badge-lg {
    min-width: 2rem;
    font-size: 1rem
}

.badge.badge-lg.badge-square {
    height: 2rem
}

.badge.badge-lg.badge-circle {
    width: 2rem;
    height: 2rem
}

.badge-white {
    color: #7e8299;
    background-color: #fff
}

.badge-light-white {
    color: #fff
}

.badge-light {
    color: #7e8299;
    background-color: #f5f8fa
}

.badge-light-light {
    color: #f5f8fa
}

.badge-primary {
    color: #fff;
    background-color: #009ef7
}

.badge-light-primary {
    color: #009ef7;
    background-color: #f1faff
}

.badge-secondary {
    color: #3f4254;
    background-color: #e4e6ef
}

.badge-light-secondary {
    color: #e4e6ef
}

.badge-success {
    color: #fff;
    background-color: #50cd89
}

.badge-light-success {
    color: #50cd89;
    background-color: #e8fff3
}

.badge-info {
    color: #fff;
    background-color: #7239ea
}

.badge-light-info {
    color: #7239ea;
    background-color: #f8f5ff
}

.badge-warning {
    color: #fff;
    background-color: #ffc700
}

.badge-light-warning {
    color: #ffc700;
    background-color: #fff8dd
}

.badge-danger {
    color: #fff;
    background-color: #f1416c
}

.badge-light-danger {
    color: #f1416c;
    background-color: #fff5f8
}

.badge-dark {
    color: #fff;
    background-color: #181c32
}

.badge-light-dark {
    color: #181c32;
    background-color: #eff2f5
}
