@import url(../vendor/bootstrap/bootstrap.min.css);
@import url(animate.css);
@import url(../vendor/fontAwesome/all.css);
@import url(../vendor/fancyBox/jquery.fancybox.css);
@import url(../vendor/swiper/swiper-bundle.min.css);
@import url(../vendor/slick/slick.css);
@import url(../vendor/slick/slick-theme.css);
@import url(../vendor/odometer/odometer.css);
@import url(../vendor/niceSelect/nice-select.css);
@import url(owl.carousel.css);
@import url(../vendor/intlTelInput/intlTelInput.css);

/* Start Fonts */

@font-face {
    font-family: 'greta';
    src: url(../fonts/greta.ttf);
}

@font-face {
    font-family: 'gretaLight';
    src: url(../fonts/greta-Light.ttf);
}

@font-face {
    font-family: 'gretaMed';
    src: url(../fonts/greta-Med.ttf);
}

@font-face {
    font-family: 'gretaBold';
    src: url(../fonts/greta-Bold.ttf);
}

/* End Fonts */

:root {
    --main-color: #B29454;
    --sec-color: #A98238;
    --light-color: #C5F5F4;
    --bg-color: #05403E;
    --bg-block: #0E2040;
    --bg-hover: #112546;
}

* {
    box-sizing: border-box;
}
.searchImg {
    width: 20px;
}
a {
    text-decoration: none;
    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(--sec-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: 'greta';
    direction: rtl;
    /* background: var(--bg-color); */
      background: #fff; 
    text-align: start;
    overflow: hidden;
    overflow-y: auto;
}

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

p {
    margin: 0;
    /* color: var(--title-color); */
    font-size: 15px;
    line-height: 25px;
    /* font-family: 'IBM Plex Sans Arabic'; */
}

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;
    position: relative;
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

/* 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 Sidebar */

.cursor {
    opacity: 0;
    transition: all .5s;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100vh;
    min-width: 33.3vw;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 32px;
    padding-bottom: 53.1px;
    z-index: 999;
    opacity: 0;
    transition: all .5s;
    background: var(--bg-color);
}

.menu-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    /* z-index: -10; */
    opacity: 0;
    
    transition: all .3s;
}

.mobile-menu .menu-box {
    position: relative;
    z-index: 2;
    height: 100%;
    /*display: flex;*/
    align-items: center;
    -webkit-align-items: center;
}

.mobile-menu .menu-box .navigation li {
    margin: 22px 0;
}

.mobile-menu .menu-box .navigation li a {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 32px;
    display: block;
}


/* End Sidebar */


/***

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

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: none;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    /* height: 100%; */
    /* position: absolute; */
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.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;
    display: block;
}

.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;
    opacity: 0;
    inset: 0;
    right: 0;
    left: 0;
    position: absolute;
}

.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;
    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;
    z-index: 10;
    margin: auto;
    top: 0;
    right: 150px;
    left: 150px;
    bottom: 0;
    height: 60px;
    padding: 0;
    border-bottom: 1px solid #444243 !important;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    overflow: visible;
}

.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"] {
    border: none;
    line-height: 20px;
    /* background: transparent !important; */
    width: 100%;
    height: 60px;
    padding: 0px !important;
    background: none !important;
    color: #bababa;
    font-size: 16px;
    font-style: italic;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
}

.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: #fff;
    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;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: var(--light-color);
}

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

.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;
    inset: 0;
    width: 100%;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    border-radius: 0;
}

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


/***

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

***/

/* Start Header */

.page-h {
    position: relative;
    z-index: 3;
    background: #fff;
    /* transition: all .5s; */
}

.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    padding: 32px 0;
}

header.sticky {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 13px 0;
}

.head-inner .logo a {
    max-width: 319px;
    display: block;
    height: 76px;
}

.menu-right .mobile-nav-toggler {
    width: 56px;
    height: 56px;
    /* UI Properties */
    background: var(--main-color);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    position: relative;
}

.menu-right .mobile-nav-toggler .lines {
    display: block;
    width: 22px;
    overflow: hidden;
    top: 0;
    position: relative;
    margin: auto;
}

.menu-right .mobile-nav-toggler .lines i {
    display: block;
    width: 1.4rem;
    height: 2px;
    /* background: var(--main-color); */
    margin: 6px 0;
    transition: all .5s;
    position: relative;
}

body.mobile-menu-visible {
    overflow: hidden;
    background: var(--main-color);
}

body.mobile-menu-visible .ScrollSmoother-wrapper {
    transform: scale(.8) translateX(32vw) translateZ(0) !important;
    height: 100vh;
}

.mobile-menu .close-btn {
    width: 50px;
    height: 50px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    position: relative;
    top: 0;
    margin: 0;
    bottom: 0;
    font-size: 22px;
    color: var(--bg-color);
    z-index: 9;
    margin-inline-start: auto;
}

.ScrollSmoother-wrapper {
    transition: all .5s;
}

.page-h {
    transition: transform .8s cubic-bezier(.15, .2, .1, 1);
    transform-origin: center;
    position: absolute;
    z-index: 10;
    background: var(--bg-color);
    width: 100%;
    /* height: 100%; */
    top: 0;
    bottom: 0;
    /* right: 0; */
    left: 0;
    /* overflow: hidden; */
    z-index: 4;
}

body.mobile-menu-visible .page-h {
    /* transform: translateX(-100%) !important; */
    /* height: 100vh; */
    /* transition: transform .8s cubic-bezier(.15, .2, .1, 1); */
    /* transform-origin: center; */
    /* z-index: 0; */
    /* overflow: hidden; */
    /* left: -100%; */
}

body.mobile-menu-visible .mobile-menu {
    z-index: 5;
    opacity: 1;
    width: 200px;
    right: 0;
    transition: all .5s;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .5s;
    top: 0;
}

.menu-right .mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.menu-right .mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.menu-right .mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.menu-right .mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.menu-right .mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.nav-menu ul {
    display: flex;
    /* margin: 64px 0 0; */
}

.nav-menu ul li a {
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

.nav-menu ul li {
    position: relative;
    margin: 0 10px;
}

.nav-menu ul li .sub-menu {
    position: absolute;
    display: block;
    min-width: 281.71px;
    top: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0);
    transition: .3s ease-out;
    /* transition-delay: 0.2s; */
    overflow: hidden;
    border: 1px solid #EDEDED;
    border-bottom: 1px #fff solid;
    padding: 15px 3px;
    background: #FFFFFF;
    border-radius: 14px;
}

.nav-menu ul li:hover .sub-menu {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.item.res-menu {
    display: none;
}

.nav-menu ul li .sub-menu li a {
    margin: 0;
    border-bottom: 1px solid #EDEDED;
    padding: 8px 10px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    line-height: 18.86px;
    display: block;
    color: #11151D;
}

.nav-menu ul li .sub-menu li:nth-child(1) a {
    padding-top: 0;
}

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

.nav-menu ul li .sub-menu li a::before {
    display: none;
    content: "\f355";
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    position: absolute;
    top: 0;
    font-size: 13.64px;
    top: 47%;
    transform: translateY(-50%) translateX(15px);
    transition: all .3s;
    overflow: hidden;
    right: 0;
    opacity: 0;
}

.nav-menu ul li .sub-menu li a:hover {
    padding-inline-start: 17px;
    color: var(--main-color);
}

.nav-menu ul li .sub-menu li a:hover::before {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.lang-h a {
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    font-size: 18px;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    line-height: 28px;
}

.lang-h a i {
    line-height: 27px;
    margin-inline-start: 8px;
}

.lang-h a span {
    text-decoration: underline;
}

.lang-h a:hover {
    color: var(--main-color);
}

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

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

.btn {
    border: none !important;
    transition: all .4s;
    box-shadow: none !important;
    background: var(--main-color);
    border-radius: 0;
    min-height: 44.89px;
    min-width: 129.11px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-family: 'gretaMed';
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.nav-menu ul li a::before {
    margin: 0 auto;
    /* content: ""; */
    position: absolute;
    right: 0;
    left: 0;
    width: 1px;
    height: 0;
    top: -5px;
    background: var(--main-color);
    transition: all .5s;
}

.nav-menu ul li.current-menu-item a::before {
    height: 40px;
}

.menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /* margin: 57px 0 0; */
}

.search-box-btn.search-box-outer {
    cursor: pointer;
    width: 18px;
    margin: 0 23px;
    background: #fff;
    color: var(--main-color);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.menu-right .img-2030 {
    margin: 0 28px;
    max-width: 44.41px;
}

.lang-h {
    text-transform: capitalize;
    color: #fff;
    font-family: 'gretaBold';
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
}

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

/* End Header */

/* Start Banner-h */

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

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

.slider-block .row {
    /* min-height: 774.39px; */
    align-items: center;
    -webkit-align-items: center;
    padding: 264px 0 190px;
}

.slider-block .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    display: none;
}

.slider-text h3 {
    font-size: 24px;
    line-height: 52.83px;
    color: #C5F5F4;
    font-family: 'gretaLight';
    margin: 0 0 10px;
}

.slider-text h1 {
    font-size: 54px;
    line-height: 147%;
    font-family: 'gretaBold';
    color: #C5F5F4;
    margin: 14px 0 0;
}

.slider-text h1 span {
    color: var(--main-color);
}

.banner-h .slick-dots {
    bottom: 60px;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: start;
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .banner-h .slick-dots {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .banner-h .slick-dots {
        max-width: 1320px;
    }
}

.banner-h .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    margin-inline-end: 5px;
}

.banner-h .slick-dots li button {
    width: 7.6px;
    height: 7.6px;
    background: #D9D9D9;
    border-radius: 50%;
}

.banner-h .slick-dots li.slick-active button {
    width: 46.97px;
    border-radius: 110px;
    background: var(--main-color);
}

.slick-dots li button:before {
    display: none;
}

@keyframes up-down {
    0% {
        transform: translateY(-5px);
    }

    24% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(-5px);
    }

    74% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.home-slider {
    margin: 0;
}

.slider-block {
    background: var(--bg-color);
}

.slider-block .overlay-img {
    z-index: auto;
}

.slider-block .container {
    position: relative;
    z-index: 2;
}

.btn i {
    transform: rotate(-45deg);
    color: #fff;
    margin-inline-start: 10px;
    margin-inline-end: -19px;
    position: relative;
    z-index: 2;
    transition: all .4s;
}

.btn span {
    /* position: relative; */
    z-index: 2;
}

.btn::before,
.btn::after,
.btn span::before,
.btn span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background: var(--bg-color);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.btn::before {
    left: 0;
}

.btn::after {
    left: 50%;
}

.btn:hover::before,
.btn:hover::after,
.btn:hover span::before,
.btn:hover span::after {
    height: 80px;
}

.btn span::before {
    left: 25%;
}

.btn span::after {
    left: 75%;
}

.btn span::before,
.btn span::after {
    top: auto;
    bottom: 0;
}

.btn:hover {
    color: #fff;
}

.btn:hover i {
    color: #fff;
}

.lang-h u {
    text-decoration: none;
}

.slider-text p {
    margin: 28px 0 23px;
    color: #FEFEFE;
    font-family: 'gretaLight';
    font-size: 18px;
    line-height: 30px;
}

.slider-text {
    max-width: 656.73px;
    padding-top:34px;
}


/* End Banner-h */

/* Start About-h */

.lines-container {
    position: absolute;
    inset: 0;
    opacity: 0.15;
    height: 130%;
    top: -100px;
}

.container {
    position: relative;
}

.container .row {
    position: relative;
}

.lines-container .bg-line {
    width: 1px;
    height: 100%;
    border-inline-end: 1px solid #7A96C8;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.lines-container .bg-line:nth-child(1) {
    left: 5%;
}

.lines-container .bg-line:nth-child(2) {
    left: 15%;
}

.lines-container .bg-line:nth-child(3) {
    left: auto;
    right: 30%;
}

.bg-circels {
    position: absolute;
    inset: 0;
    width: 50%;
    right: auto;
}

.bg-circels .circel-1 {
    width: 805px;
    height: 805px;
    border-radius: 50%;
    border: 1px solid #171919;
    opacity: .10;
    left: -50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
 
}
  
.bg-circels .circel-2 {
    width: 95.17px;
    height: 95.17px;
    background: var(--bg-color);
    border-radius: 50%;
    position: absolute;
    left: -64px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    animation: up-down 10s linear infinite;
}

.about-h {
    padding: 100px 0 0;
}

.about-img {
    max-width: 100%;
    height: 404px;
    position: relative;
}

.about-h::before {
    /*content: "";*/
    /*background: linear-gradient(360deg, #0C1A33 0%, #0C1B36 100%);*/
    /*position: absolute;*/
    /*height: 54%;*/
    /*inset: 0;*/
}

.about-img .img,
.about-img .img img {
    width: 100%;
    height: 100%;
/*     object-fit: cover;
    object-position: center; */
}

.values-h .about-img .img img ,
.single-page.service-page .about-img .img img {
    filter: grayscale(1);
}
.lines {
    position: absolute;
    right: 0;
    left: 0;
    top: 264px;
}

.lines .line-1,
.lines .line-2 {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.lines .line-1 {
    top: 22px;
    right: 0;
    left: 0;
}

.lines .line-2 {
    top: 0;
}

.title {
    margin: 0 0 27px;
    position: relative;
}

.title h3 {
    font-family: 'gretaBold';
    font-size: 40px;
    color: #171919;
    line-height: 54px;
    margin: 0;
}

.title h3 span {
    color: var(--sec-color);
}

.text-about .about-content {
    margin: 27px 0 73px;
}

.text-about .about-content p {
    font-family: 'gretaLight';
    font-size: 16px;
    color: #171919;
    line-height: 30px;
    max-width: 661.83px;
}

.img-about2 {
    height: 337.2px;
    position: relative;
    max-width: 306.18px;
}

.img-about2 .img,
.img-about2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: grayscale(1); */
    object-position: center;
    /* mix-blend-mode: hue; */
    overflow: hidden;
}



.img-about2 .lines {
    top: 60px;
}

.text-about-in .readMore {
    margin: 24px 0 0;
}

.text-about .about-content p a {
    color: #7EAAF5;
    /* font-size: 16px; */
    /* line-height: 30px; */
    text-decoration: underline;
}

.readMore {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    color: var(--main-color);
    font-family: 'gretaBold';
    font-size: 14px;
    line-height: 25px;
    /* overflow: hidden; */
}

.readMore .icon {
    position: relative;
    width: 52.41px;
    height: 52.41px;
    text-align: center;
    font-size: 14px;
    margin-inline-start: -10px;
    /* overflow: hidden; */
}

.readMore .icon::before {
    position: absolute;
    top: -2px;
    left: 6px;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    border-radius: 50%;
    transition: background 0.5s linear;
    border: 1px solid var(--main-color);
    backface-visibility: hidden;
    opacity: 0.1;
}

.readMore:hover .icon::before {
    border-color: transparent;
    background: transparent;
    animation: circleround cubic-bezier(0.17, 0.13, 0.28, 1) 1s;
    animation-fill-mode: forwards;
    border-right-color: #fcca46;
    border-bottom-color: #fcca46;
}


@keyframes circleround {
    0% {
        transform: rotate(-90deg);
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

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

@keyframes arrowmove {
    0% {
        top: 2px;
    }

    100% {
        top: -3px;
    }
}

.readMore:hover .icon i {
    /*transform: translate3d(-30px, 0, 0) rotateY(90deg);*/
    color:var(--main-color);
}
   
.readMore .icon i {
    line-height: 52.41px;
    position: relative;
    transition: all 0.4s 0.1s;
    transform-origin: 50% 0%;
    transform-style: preserve-3d;
}

/* End About-h */

/* Start Services-h */

.services-h {
    padding: 100px 0 60px;
    /* overflow: hidden; */
}

.services-h .overlay-img {
    right: 0;
    left: auto;
    height: 115%;
    max-width: 50%;
}

.services-h .overlay-img img {
    mix-blend-mode: multiply;
    /* opacity: .5; */
    object-position: left;
}

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

.title .title-line {
    position: absolute;
    inset: 0;
    font-family: 'gretaLight';
    font-size: 169px;
    line-height: 261px;
    margin: auto;
    display: block;
    color: var(--bg-color);
    text-shadow: 0 0 1.88px #fff;
    top: -135px;
    z-index: -1;
    opacity: .15;
}

.nav.nav-tabs {
    justify-content: center;
    border: none;
    margin: 0 0 40px;
}

.nav.nav-tabs .nav-item {
    margin: 0 17.5px;
}

.nav.nav-tabs .nav-item .nav-link {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent !important;
    font-family: 'gretaMed';
    font-size: 22px;
    color: #fff;
    line-height: 37px;
    opacity: .2;
    transition: all .5s;
    cursor: pointer;
}

.nav.nav-tabs .nav-item .nav-link.active {
    opacity: 1;
}

.serv-block {
    display: flex;
    height: calc(100% - 30px);
    margin: 15px 0;
    background: var(--bg-color);
    padding: 68px 28px 35px;
    transition: all .5s;
    position: relative;
    flex-direction: column;
}

.services-slider .item {
    padding: 0 15px;
    height: auto;
}

.services-slider .slick-track {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}

.serv-block::before,
.serv-block::after {
    height: 25.2px;
    content: "";
    position: absolute;
    width: 57.94px;
    background: url(../images/dots.svg);
    background-size: contain;
    margin: 16px 14px;
    background-position: center;
    display: none;
}

.serv-block::before {
    top: 0;
    right: 0;
}

.serv-block::after {
    bottom: 0;
    left: 0;
}

.serv-block .icon {
    margin: 0 0 12px;
    height: 52.6px;
    width: 88.78px;
    opacity: .7;
    line-height: 52.6px;
}

.serv-block .icon img {
    mix-blend-mode: lighten;
    max-height: 100%;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.serv-block .details h3 {
    transition: all .4s;
    font-family: 'gretaMed';
    font-size: 25px;
    line-height: 37px;
    color: #FEFEFE;
    margin: 0 0 12px;
}

.serv-block .details {
    height: calc(100% - 52.6px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serv-block .details p {
    font-family: 'gretaLight';
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0;
}

.serv-block .details .arrow-icon {
    width: 66.8px;
    margin: 31px 0 0;
    height: 66.8px;
    border-radius: 50%;
    color: #fff;
    background: var(--main-color);
    text-align: center;
    font-size: 22px;
    transform: rotate(45deg);
    transition: all .5s;
}

.serv-block .details .arrow-icon i {
    font-weight: 300;
    line-height: 66.8px;
}

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

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

.serv-block:hover .details .arrow-icon {
    background: var(--bg-color);
    transform: none;
}

.services-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, #0C1B35 0%, rgba(12, 27, 53, 0) 100%);
}

/* End Services-h */

/* Start Articels-h */

.articals-h {
    padding: 0 0 88px;
}

.articals-h .bg-circels {
    right: 0;
    left: auto;
}

.articals-h .bg-circels .circel-1 {
    left: auto;
    right: -87%;
    display:block;
}

.articals-h .bg-circels .circel-2 {
    left: auto;
    right: -48px;
    opacity: 20%;
}

.artical-block {
    position: relative;
    margin: 15px 0 0;
    height: calc(100% - 30px);
}

.artical-block .img {
    height: 353.4px;
    overflow: hidden;
}

.artical-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1);
    transition: all .4s ease-out;
}

.artical-block:hover .img img {
    filter: none;
    transform: scale(1.05);
}

.artical-block .details {
    padding: 16px 0 0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 353.4px);
}

.artical-block .details .type-h {
    color: #fff;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 9px;
}

.artical-block .details .type-h i {
    font-size: 16px;
    font-weight: 300;
    line-height: 37px;
    margin-inline-end: 9px;
}

.artical-block .details .type-h h5 {
    font-family: 'gretaLight';
    font-size: 16px;
    font-weight: 300;
    line-height: 37px;
    margin: 0;
}

.artical-block .details .type-h h5 span {
    color: var(--sec-color);
    text-decoration: underline;
    font-family: 'gretaMed';
}

.artical-block .details h3 {
    font-family: 'gretaMed';
    font-size: 25px;
    color: #171919;
    /*line-height: 37px;*/
    margin: 0;
    max-width: 323px;
    min-height: 72px;
}

.artical-block .details .date-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin: auto 0 0;
    border-top: 1px solid rgb(122 150 200 / 30%);
    padding: 12px 0 0;
}

.artical-block .details .date-block .date-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-family: 'gretaLight';
    font-size: 16px;
    line-height: 37px;
    color: var(--main-color);
}

.artical-block .details .date-block .date-h i {
    font-weight: 300;
    margin-inline-end: 5px;
}

.artical-block .details .date-block .date-h i::before {
    content: "";
    background: url(../images/calendar.svg);
    width: 16px;
    height: 37px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* End Articels-h */

/* Start Contact-h */

.form-h {
    background: #05403E;
    padding: 64px 52px;
}

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

.form-h .title h3 {
    line-height: 53.9px;
    color: #fff;
}

.form-h .form-group {
    position: relative;
    margin: 0 0 30px;
}

.form-h .form-group .form-control {
    border: 1px solid #fff;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
    height: 57.84px;
    padding: 0 34px;
    font-family: 'gretaLight';
    font-size: 16px;
    color: #fff;
    text-align: right;
    line-height: 57.84px;
}



.form-h .form-group label {
    position: absolute;
    top: -15px;
    right: 24px;
    font-family: 'gretaLight';
    font-size: 20px;
    color: #fff;
    line-height: 31px;
    background: #05403E;
    padding: 0 10px;
    text-transform: capitalize;
    z-index: 2;
}

.form-h .form-group textarea.form-control {
    padding: 34px;
    height: 130.54px;
}

button.btn.btn-form {
    min-width: 108px;
    margin-inline-start: auto;
    display: table;
    /* width: 100%; */
    border-radius: 0px;
}

.map-h {
    height: 100%;
}

.contact-h .map-h {
    filter: grayscale(1);
}
/* End Contact-h */

/* Start Footer */

.footer-top {
    padding: 100px 0 10px;
}

.logo-f a {
    display: block;
    max-width: 251px;
    margin: 0 0 24px;
}

.logo-f p {
    font-family: 'gretaLight';
    font-size: 18px;
    color: #171919;
    line-height: 30px;
    max-width:88%;
}

.foot-col {
    max-width: 320px;
    margin: 0 auto;
}

.foot-col h3 {
    font-family: 'gretaMed';
    font-size: 27px;
    color: #171919;
    line-height: 35px;
    margin: 0 0 24px;
}

.foot-col .link-f {
    display: flex;
    flex-wrap: wrap;
}

.foot-col .link-f li {
    max-width: 100%;
    flex: 0 0 100%;
    padding-inline-end: 10px;
}

.foot-col .link-f li a {
    color: #171919;
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 16px;
    display: inline-block;
}

.foot-col .link-f li a:hover {
    color: var(--main-color);
}

.info-items .item a {
    display: flex;
    color: #171919;
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 13px;
}

.info-items .item a .icon {
    font-size: 17px;
    width: 17px;
}

.info-items .item a .icon i {
    font-weight: 600;
}

.info-items .item a span {
    width: calc(100% - 17px);
    padding-inline-start: 18px;
}

.info-items .item a u {
    text-decoration: none;
    direction: ltr;
    display: inline-block;
}

.s-h {
    display: flex;
    flex-wrap: wrap;
    margin: 17px 0 0;
}

.s-h a i {
    width: 32.05px;
    height: 30.77px;
    line-height: 28.77px;
    text-align: center;
    color: #fff;
    margin-inline-end: 11px;
    transition: all .4s;
    background: var(--main-color);
    border-radius: 2px;
}

.footer-bottom .container {
    border-top: 1px solid rgb(23 25 25 / 30%);
}

footer {
    overflow: hidden;
}

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

.ryad-logo {
    float: left;
    margin-inline-end: -30px;
}

.copy-right p {
    font-size: 16px;
    color: #171919;
    line-height: 29px;
}

.footer-bottom .lines-container {
    height: 215%;
}

.about-img .shapes {
    position: absolute;
    left: 0;
    top: 0;
    margin: -20px;
}

.about-img .shapes .shape1 {
    width: 65.98px;
    height: 61.74px;
    background: #05403E;
}

.about-img .shapes .shape2 {
    width: 36.4px;
    height: 34.06px;
    background: #D1EDEC;
    position: absolute;
    left: 0;
    top: 0;
    margin: 14px;
}

.about-img .shapes .shape3,
.about-img .shapes .shape4 {
    width: 17.62px;
    height: 16.49px;
    background: #D1EDEC;
    position: absolute;
    left: 0;
    top: 0;
}

.about-img .shapes .shape3 {
    margin: -12px 14px;
    /* animation: up-down 10s linear infinite; */
}

.about-img .shapes .shape4 {
    margin: -4px -12px;
}

.slick-dots {
    position: relative;
    bottom: 0;
    /* display: flex; */
    text-align: center;
    margin: 25px 0 0;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li button {
    width: 11.86px;
    height: 11.86px;
    background: #999999;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: var(--sec-color);
}

/* End Footer */

/* Start About-page */

.breadcrumb-h {
    padding: 215px 0 79px;
}

.breadcrumb-h .overlay-img {
    background: #05403E;
    opacity: .5;
}

.breadcrumb-h .overlay-img img {
    mix-blend-mode: color-dodge;
}

.text-bread ul {
    display: flex;
    flex-wrap: wrap;
}

.text-bread ul li {
    padding: 0 20px;
    position: relative;
}

.text-bread ul li:first-child {
    padding-inline-start: 0;
}

.text-bread ul li:last-child {
    padding-inline-end: 0;
}

.text-bread ul li a,
.text-bread ul li span {
    font-family: 'gretaLight';
    font-size: 28px;
    font-weight: 300;
    color: var(--light-color);
    text-align: right;
}

.text-bread ul li a::after {
    content: "/";
    position: absolute;
    left: -4px;
    top: 2px;
}

.text-bread h1 {
    font-family: 'gretaBold';
    font-size: 44px;
    line-height: 74.27px;
    color: var(--light-color);
    text-transform: capitalize;
    margin: 15px 0 0;
}

.vision-h {
    padding: 100px 0;
}

.vision-block {
    padding: 48px 48px 48px;
    background: linear-gradient(90deg, #05403E 0%, #05403E 100%);
}

.vision-block p {
    font-family: 'gretaLight';
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    max-width: 678.35px;
}

.values-h .img-about2 {
    max-width: 417px;
    height: 386.13px;
}

.values-h {
    padding: 0 0 100px;
}

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

.values-inner .item {
    display: flex;
    margin: 0 0 71px;
}

.values-inner .item .item-title {
    width: 145px;
}

.values-inner .item .item-title h3 {
    font-family: 'gretaBold';
    font-size: 25px;
    color: var(--sec-color);
    line-height: 38.5px;
    margin: 0;
}

.values-inner .item .item-content {
    width: calc(100% - 145px);
    padding-inline-start: 30px;
}

.values-inner .item .item-content p {
    max-width: 605.6px;
    font-family: 'gretaLight';
    font-size: 16px;
    color: #171919;
    line-height: 30px;
}

.values-h .img-about2 .shapes {
    left: auto;
    right: 0;
}

.values-h .img-about2 .shapes .shape3,
.values-h .img-about2 .shapes .shape4 {
    left: auto;
    right: 0;
}

.img-about2 .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    mix-blend-mode: hue;
}

.values-h .img-about2 .lines {
    transform: scaleX(-1);
    top: 100px;
    left: 0;
}

/* End About-page */

/* Start Services-page */

.services-sidebar {
    position: relative;
    padding: 41px 0 74px;
    padding-inline-end: 51px;
    margin: 15px 0;
}

.services-sidebar::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 153%;
    right: -53%;
    background: #6B8382;
    /*z-index: -1;*/
    background: #D1EDEC;
}

.services-page .lines-container {
    /*display: none;*/
}

.bg-circels.bg-circels-2 {
    top: auto;
    left: auto;
    right: 0;
}

.bg-circels.bg-circels-2 .circel-1 {
    left: auto;
    right: -50%;
}

.bg-circels.bg-circels-2 .circel-2 {
    left: auto;
    right: -48px;
}

.services-sidebar .sidebar-title {
    margin: 0 0 38px;
}

.services-sidebar .sidebar-title h3 {
    margin: 0;
    font-family: 'gretaMed';
    font-size: 28px;
    color: #FEFEFE;
    line-height: 43.12px;
    margin: 0;
    color: var(--bg-color);
}

.services-sidebar ul a {
    font-family: 'gretaMed';
    font-size: 22px;
    color: #FEFEFE;
    line-height: 37px;
    position: relative;
    opacity: 0.2;
    margin: 11px 0;
    display: flex;
    padding-inline-start: 31px;
    color: var(--bg-color);
}

.services-sidebar ul a.active,
.services-sidebar ul a:hover,
.services-sidebar ul a:hover::before{
    opacity: 1;
}

.services-sidebar ul a::before {
    content: "\f060";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #FEFEFE;
    color: var(--bg-color);
}

.services-sidebar ul a.active::before {
    color: #fff;
    color: var(--bg-color);
}

/* End Services-page */

/* Start Single-service */

.single-page {
    padding: 100px 0 100px;
}

.single-page .row {
    /*align-items: center;*/
    /*-webkit-align-items: center;*/
}

.text-single {
    max-width: 723.2px;
}
   .text-single {
    padding-inline-end: 30px;
}  
.text-single p {
    font-family: 'gretaLight';
    font-size: 16px;
    color: #171919;
    line-height: 30px;
}

/* End Single-service */

/* Start Career-page */

.all-job .accordion-item {
    margin: 0 0 32px;
    border: none;
    border-radius: 0 !important;
    box-shadow: 0px 4px 4px 0px #0000000D;
}

.all-job .accordion-item .accordion-button {
    background: #fff;
    color: #042120;
    padding: 9px 24px;
    font-size: 18.48px;
    line-height: 36.65px;
    letter-spacing: -2%;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    text-align: start;
    border-radius: 0 !important;
    font-family: 'gretaMed';
    text-transform: capitalize;
}

.all-job .accordion-item .accordion-button::after {
    content: "\f067";
    color: #161616;
    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 {
    background: #fff;
    padding: 0 24px 30px;
}

.accordion-body p {
    font-size: 16px;
    line-height: 36.65px;
    letter-spacing: -2%;
    color: #042120;
}

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


.all-job .accordion-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: #042120;
    font-size: 24px;
    line-height: 36.65px;
    padding: 12px 24px;
}

.form-page .form-h {
    background: #fff;
    padding: 0;
    max-width: 539.42px;
    border-radius: 8px;
}

.form-page .title {
    margin: 0 0 42px;
}

.form-page .title h3 {
    font-family: 'gretaMed';
    font-size: 30px;
    line-height: 42.01px;
    letter-spacing: -0.02em;
    color: #171919;
}

.jobs-block {
    max-width: 598.09px;
}

.form-h .form-group .file-uploadH {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

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

.form-h .form-group .file-upload-group.form-control {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.form-h .form-group .file-upload-group.form-control .for-sm-input-file {
    position: relative;
    top: 0;
    background: var(--main-color);
    min-width: 132.78px;
    min-height: 35.45px;
    text-align: center;
    padding: 9px 10px;
    color: #fff;
    font-size: 17.24px;
    font-weight: 460;
    line-height: 17.17px;
    margin: 0;
}

.form-page .form-h .form-group label {
    /*position: relative;*/
     background: #fff;
    top: -15px;
    margin: 0;
    right: 24px;
    left: 0;
    display: inline-block;
    max-width: max-content;
    padding: 0 14px;
}

.form-h .form-group .file-upload-group.form-control .file-name {
    font-family: 'gretaLight';
    font-size: 16px;
    color: #5370A5;
    line-height: 22.4px;
}

.form-page {
    /* background: #0C1A34; */
    padding: 100px 0;
}

form {
    direction: rtl;
}

/* End Career-page */

/* Start Contact-page */

.con-block .info-con {
    background: var(--bg-color);
    padding:40px;
    margin: 0 0 24px;
}

.con-block .info-con ul li a {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 3px 0;
    color: #fff;
}

.con-block .info-con ul li i {
    font-size: 16px;
    color: var(--main-color);
    letter-spacing: -0.02em;
    text-align: center;
}

.con-block .info-con ul li span {
    max-width: calc(100% - 16px);
    padding-inline-start: 23px;
    font-size: 16px;
    font-weight: 400;
    line-height: 42.01px;
    letter-spacing: -0.02em;
}

.con-block .info-con ul li span u {
    display: inline-block;
    direction: ltr;
    text-decoration: none;
}

.con-block .map-h {
    height: 197px;
}

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

.contact-page.form-page .form-h .title {
    margin: 0 0 36px;
}

/* End Contact-page */

/* Start Req-page */

.req-page .form-h {
    max-width: 605.99px;
    margin: 0 auto;
}

.form-h .form-group .form-control .current {
    /*color: #5370A5;*/
    color:#90A5A4;
}

.nice-select:after {
    top: 0;
    color: #5370A5;
    font-size: 16px;
    opacity: 54%;
}

.nice-select .option {
    /*background: var(--bg-block);*/
    /*color: #fff !IMPORTANT;*/
}
   
/* End Req-page */

/* Start Rules-page */

.rules-page {
    padding: 100px 0;
}

.rules-inner {
    max-width: 1226px;
    margin: 0 auto;
}

.rules-inner .rules-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 24px 43px;
    margin: 0 0 23px;
    background: var(--bg-block);
}

.rules-inner .rules-item h3 {
    font-family: 'gretaBold';
    font-size: 25px;
    color: #D9D9D9;
    line-height: 38.5px;
    margin: 0;
}

.rules-inner .rules-item .btn {
    min-width: 179.27px;
    min-height: 38.62px;
}

/* End Rules-page */

/* Start Single-artical */

.single-artical-inner {
    max-width: 1098.26px;
    margin: 0 auto;
}

.single-artical-inner .img {
    height: 349.21px;
    overflow: hidden;
    margin: 0 0 62px;
}

.single-artical-inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1);
    transition: all .3s;
}

.single-artical-inner .img:hover img {
    /*filter: none;*/
}

.single-artical-inner .text-single {
    margin: 0 auto;
    max-width: 777px;
}

.single-artical-inner .text-single .section-h {
    min-width: 123.56px;
    min-height: 24px;
    padding: 2px 0;
    text-align: center;
    justify-content: center;
    background: var(--sec-color);
    display: inline-flex;
    color: #fff;
    font-size: 19px;
    font-family: 'gretaLight';
    margin: 0 0 4px;
    direction: ltr;
}

.single-artical-inner .text-single p {
    margin: 32px 0;
    font-size: 16px;
    line-height: 30.2px;
}

.single-artical-inner .text-single p strong {
    font-family: 'gretaMed';
    font-size: 16px;
    font-weight: normal;
    line-height: 30.2px;
}

.single-artical-inner .text-single h3 {
    font-family: 'gretaMed';
    font-size: 30px;
    color: #fff;
    line-height: 61px;
    margin: 32px 0 16px;
}

.single-artical-inner .text-single h3~p {
    margin: 16px 0;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.form-h .form-group .file-upload-group.form-control .wpcf7-form-control-wrap {
    position: absolute;
}

.banner-h .overlay-img img {
    /*mix-blend-mode: color-dodge;*/
}

footer .s-h {
    margin: 32px 0 0;
}

.text-bread ul li:last-child a::after {
    display: none;
}

.form-h .form-group select.form-control {
    appearance: auto;
}

.form-h .form-group select.form-control option {
    /*background: var(--bg-color);*/
    /*color: #fff;*/
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    display: flex;
    height: 41.19px;
    width: 45.17px;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: transparent !important;
    border-radius: 0;
    border: 0.43px solid #CBCBCB;
    font-size: 15.94px;
    font-weight: 400;
    line-height: 22.32px;
    color: #171919;
}

.pagination .page-item .page-link.current {
    border-color: var(--sec-color);
    color: var(--sec-color);
}

.sidebar-search .form-group {
    position: relative;
}

.sidebar-search .form-group input {
    width: 100%;
    padding: 0 20px;
    height: 45px;
    background: #fff;
    border: none crimson;
}

.sidebar-search .form-group 
 button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none !important;
    width: 39px;
    height: 39px;
    margin: 3px;
    background: var(--bg-color);
    color: #fff;
}
   
/* End Single-artical */
/*-----------------------------------------------------------------------*/
/* Start home slider */
.home-slider,
.home-slider .item,
.home-slider .item .container,
.home-slider .item .container .row,.home-slider  .overlay-img,.banner-h {
  height: 736px;
    min-height: 736px;
  direction: rtl;
}
section.banner-h {
     background: var(--bg-color);
}
.home-slider .item .row {
    align-items: center;
}
.home-slider .owl-theme .owl-nav {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
    bottom: 86px;
    gap: 19px;
}
.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next {
    width: 46px;
    height: 46px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 10px;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    position: absolute;
    transition: all 0.3s;
}
.home-slider .owl-theme .owl-nav .owl-prev {
    left: 0;
}

.home-slider .owl-theme .owl-nav .owl-next {
    left: 70px;
}

.home-slider .owl-theme .owl-nav .owl-prev:hover, 
.home-slider .owl-theme .owl-nav .owl-next:hover {
    color: #fff;
    border-color: #fff;
}


.home-slider .overlay-img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #05403E;
    opacity: 50%;
}
.about-content p span{
   color:var(--main-color); 
}


.artical-block .details .type-h.home_Page{
    display:none;
}

.artical-block .details  .date-block.first_Date{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}


.articals-h .title h3 {
    font-size: 35px;
}

.text-about-in {
    padding-inline-start: 35px;
}
.values-inner .title h3 {
    color: #171919;
    font-size: 35px;
}

.vision-block .title h3 {
    font-size: 35px;
    color: #D9D9D9;
}

.about-h {
    background: #fff;
}

.contact-h.about_Page .bg-circels {
      left: auto;
    right: 0;
    top: 25px;
    bottom: unset;
    opacity: 50%;
}
.contact-h.about_Page .bg-circels .circel-2 {
    right: -48px;
    left: auto;
}

.about-h.about-page .bg-circels .circel-2 {
    background: var(--main-color);
}


section.services-h.services-page ,
.single-page.service-page.body-inner,
.career-page.body-inner,
.body-inner{
    background: #fff;
}

.services-h.services-page .bg-circels.bg-circels-2 {
    display: none;
}

.services-sidebar .sidebar-title, .services-sidebar ul {
    position: relative;
    z-index: 2;
}

.services-h.services-page .col-md-6 {
    padding: 0 9px;
}

.contact-page  .form-h .form-group .form-control,.form-page .form-group .form-control
{
    border-color: #BCCEEC;
    color: #44706F;
}

.contact-page .form-h  .form-group label,.form-page .form-group label {
    color: #44706F;
}


.form-page .con-block .info-con .title h3 {
    color: #fff;
}

.form-page .form-h {
    background: #fff;
    padding: 0;
    max-width: 539.42px;
    box-shadow: 0px 4px 4px 0px #0000000D;
    border: 1px solid #FEFEFE;
    padding: 40px;
}


.career-page.form-page .form-h .form-group label ,.req-page.form-page .form-h .form-group label {
    position: relative;
    background: #fff;
    top: -6px;
    margin: 0;
    right: 0;
    left: 0;
    display: inline-block;
    max-width: max-content;
    padding: 0;
}

.career-page.form-page .form-h .form-group label {
    color:#042120;
}
.req-page.form-page .form-h .form-group label {
    color:#171919;
}
.career-page.form-page .form-h .form-group .form-control ,.req-page.form-page .form-h .form-group .form-control{
    border-radius: 8px;
    height: 50px;
    padding: 0 14px;
}


.career-page.form-page .form-h .form-group textarea.form-control ,.req-page.form-page .form-h .form-group textarea.form-control {
    height: 126px;
}


.form-page.career-page .form-h {
    padding: 0;
    max-width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
}

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

.cidets_item {
    background: #B2945414;
    text-align: center;
    border-top: 3px solid #B29454;
    margin-bottom: 20px;
    padding: 40px 22px;
}

.cridet-img {
    height: 85px;
    margin-bottom: 33px;
}

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

.cirdet_name h6 {
    font-size: 16px;
    color: #042120;
    font-weight: 400;
}

.cirdet_name h4 {
    font-size: 28px;
    font-family: 'gretaBold';
}

.single-artical-inner .text-single h3{
    color:#171919;
}
.single-article-details p.text_med{
     color:#171919;
        font-family: 'gretaMed';
}
.single-article-details p.text_light{
     color:#171919;
         font-family: 'gretaLight';
}

.single_btn{
    margin-top:20px;
}


.req-page button.btn.btn-form {
    min-width: 252px;
    border-radius: 0;
    margin: auto;
}


section.contact-h .form-h .btn::before,
section.contact-h .form-h .btn::after,
section.contact-h .form-h .btn span::before,
section.contact-h .form-h .btn span::after {
    background: #fff;
}
section.contact-h .form-h .btn:hover,section.contact-h .form-h .btn:hover i{
    color:var(--main-color);
}


.career-page .bg-circels .circel-2 {
    top: -109px;
    opacity: 50%;
}

.single-page.artical-page  .bg-circels.bg-circels-2 .circel-2 {
      opacity: 50%;
        top: -500px;
    bottom: unset;
}
.single-page.artical-page .bg-circels .circel-2 {
    top: 32%;
    bottom: unset;
}
.bg-circels .circel-2{
      opacity: 50%;
}


.about-h .bg-circels .circel-2{
      opacity: 100%;
      top: 70%;
}
footer .bg-circels {
    display: none;
}

.contact-page .lines-container .bg-line:nth-child(3),
.services-h.services-page .lines-container .bg-line:nth-child(3){
    display: none;
}

.contact-page .lines-container .bg-line {
    width: 1px;
    height: 83%;
}
   
.form-page .form-h {
    height: 100%;
}

.about-h.about-page .bg-circels .circel-1 {
    left: -74%;
    top: 380px;
}


.contact-h  .title h3 ,.form-page .form-h .title h3 {
    font-size: 34px;
}

.services-h.services-page .lines-container .bg-line {
    height: 69%;
}

.services-h.services-page .bg-circels .circel-2 {
    display: none;
}

.services-h.services-page .bg-circels .circel-1 {
    top: -40%;
}

.contact-page .wpcf7 form .wpcf7-response-output,
.career-page .wpcf7 form .wpcf7-response-output{
    color: #000;
}

.footer_links{
    padding-inline-start:54px;
}

a.lang-h {
    margin-inline-end: 36px;
}

.nav-menu ul {
    margin-inline-start: 44px;
}

.single-page .bg-circels .circel-1 {
    left: -69%;
    top: 49%;

}

.single-page .lines-container {
    height: 120%;
}

.single-page .lines-container .bg-line:nth-child(1) {
    left: 8%;
}

.single-page .lines-container .bg-line:nth-child(2) {
    left: 18%;
}

.info-items .item a:hover {
    color: var(--sec-color);
}

.s-h a i:hover {
    border: 1px solid var(--main-color);
    background: #fff;
    color: var(--sec-color);
}
.slider-text p {
    margin: 10px 0 32px;
}
.mobile-menu .menu-box .navigation li.current-menu-item  a {
    color: var(--main-color);
}
.text-about .about-content {
    margin: 27px 0 0px;
}
.single-page.artical-page .bg-circels .circel-1 {
    top: 1%;
    left: -76%;
}
.career-page.form-page .form-h .form-group .form-control::placeholder,
.career-page.form-page .form-h .form-group .form-control{
    color: #90A5A4 !important;

}
.req-page.form-page .form-h .form-group .form-control::placeholder,
.req-page.form-page .form-h .form-group .form-control{
    color: rgb(83 112 165 / 54%)!important;

}
.req-page.form-page .form-h .form-group .form-control .current {
    color: rgb(83 112 165 / 54%);
}
@media (max-width: 768px) {
.serv-block:hover .details .arrow-icon {
    transform: rotate(45deg);
}
    .home-slider .owl-theme .owl-nav {
        justify-content: end;
    }
}


.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #fff;
    color: #212121;
}

.req-page  .wpcf7 form .wpcf7-response-output {
    color: #000;
}

.contact-h .form-h {
    padding-bottom: 34px;
}


section.contact-page.body-inner.form-page {
    padding-bottom: 20px;
}

section.career-page.body-inner.form-page {
    padding-bottom: 0;
}

.cidets_item {
    background: #d1edec26;
    border-top: 3px solid var(--bg-color);
}

.about-img .shapes .shape1 {
    background: #fff;
}

















