@import url(styles.css);

/* Start Fonts */

@font-face {
    font-family: 'bahij';
    src: url(../fonts/Bahij_TheSansArabic-Plain.ttf);
}

@font-face {
    font-family: 'bahijLight';
    src: url(../fonts/Bahij_TheSansArabic-Light.ttf);
}

@font-face {
    font-family: 'bahijBold';
    src: url(../fonts/Bahij_TheSansArabic-Bold.ttf);
}

/* End Fonts */

:root {
    --main-color: #231300;
    --sec-color: #442601;
    --dark-color: #1F1E1E;
    --bg-color: #E2D5B7;
    --bg-grad: linear-gradient(180deg, #231300 72.63%, rgba(55, 34, 9, 0.86) 100%);
    --56: 56px;
    --32: 32px;
}

* {
    box-sizing: border-box;
}

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: 'bahij';
    direction: rtl;
    background: #fff;
    text-align: start;
    overflow: hidden;
    overflow-y: auto;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
}

p {
    margin: 0;
    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;
    /* 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: 0 30px;
    padding-top: 30.1px;
    padding-bottom: 53.1px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    background: var(--main-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: 27px 0;
}

.mobile-menu .menu-box .navigation li a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    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: 16px 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

header.sticky {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: transparent;
}

.head-inner .logo a {
    max-width: 155px;
    display: block;
}

.menu-right .mobile-nav-toggler {
    width: 45px;
    height: 45px;
    /* UI Properties */
    background: var(--sec-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(--sec-color);
    z-index: 9;
    margin-inline-start: auto;
    margin-bottom: 30px;
}

.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: #fff;
    width: 100%;
    /* height: 100%; */
    top: 0;
    bottom: 0;
    /* right: 0; */
    left: 0;
    /* overflow: hidden; */
    z-index: 4;
}

body.mobile-menu-visible .page-h {}

body.mobile-menu-visible .mobile-menu {
    z-index: 5;
    opacity: 1;
    width: 200px;
    right: 0;
}

.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 {
    text-transform: capitalize;
    color: #fff;
    padding: 12px 16px;
    transition: all .4s;
    font-size: 16px;
    font-family: 'bahijLight';
    line-height: 25.17px;
}

.nav-menu ul li {
    position: relative;
    /* margin: 0 6px; */
    padding: 26px 0;
}

.nav-menu ul li .sub-menu {
    position: absolute;
    display: block;
    min-width: 220px;
    top: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0);
    transition: .3s ease-out;
    /* transition-delay: 0.2s; */
    overflow: hidden;
    padding: 17px 18px;
    background: #FFFFFF;
    border-radius: 0;
    border: none;
}

.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;
    padding: 6.5px 0;
    position: relative;
    overflow: hidden;
    display: block;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 18.96px;
}

.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: 14px; */
    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;
    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(--sec-color);
}

.nav-menu ul li.current-menu-item a,
.nav-menu ul li a:hover {
    color: var(--bg-color);
}


.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; */
    gap: 48px;
}

.search-box-btn.search-box-outer {
    cursor: pointer;
    width: 28px;
    margin: 0;
    color: #fff;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.menu-right .img-2030 {
    margin: 0 28px;
    max-width: 44.41px;
}

.lang-h {
    color: var(--bg-color);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-decoration: underline;
}
.lang-h:hover{
    color: #fff;
}
.nav-menu ul li .sub-menu li {
    margin: 0;
    padding: 0;
}

.lang-h i {
    color: #777777;
    font-weight: 300;
}

.btn {
    min-width: 141px;
    min-height: 48px;
    padding: 0;
    border: 1px solid var(--main-color);
    border-radius: 0;
    display: inline-flex;
    /* align-items: center; */
    /* -webkit-align-items: center; */
    justify-content: center;
    padding: 4px;
    box-shadow: none !important;
    font-size: 18px;
}

.btn span {
    width: 100%;
    /* height: 100%; */
    background: var(--main-color);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    color: var(--bg-color);
    font-family: 'bahijBold';
    font-size: 18px;
    font-weight: 500;
    line-height: 29.43px;
    transition: all .4s;
}

.btn.btn-white {
    border-color: var(--bg-color);
}

.btn.btn-white span {
    background: var(--bg-color);
    color: var(--main-color);
}

.btn:hover {
    border-color: var(--sec-color);
}

.btn:hover span {
    background: var(--sec-color);
    color: #fff;
}

/* End Header */

/* Start Banner-h */

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-block .row {
    min-height: 768px;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.banner-block .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main-color);
    opacity: .6;
}

.text-abnner {
    max-width: 955px;
    margin: 0 auto;
    text-align: center;
    padding: 75px;
    position: relative;
    z-index: 2;
}

.text-abnner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--bg-color);
    opacity: .2;
}

.sub-title {
    background: #9D00001A;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 1px;
    color: #fff;
    font-family: 'bahijLight';
    font-size: 16px;
    line-height: 25.17px;
    margin: 0 0 8px;
}

.sub-title .icon {
    filter: brightness(0) invert(1);
    margin-inline-end: 5.5px;
    display: none;
}

.text-abnner h1 {
    max-width: 841px;
    color: #fff;
    font-family: 'bahijBold';
    font-size: 48px;
    font-weight: 500;
    line-height: 72.8px;
    margin: 0;
}

.slick-dots {
    bottom: 60px;
    z-index: 3;
}

.slick-dots .dot {
    color: #fff;
    font-family: 'bahijLight';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row-reverse;
}

.slick-dots .dot .line {
    width: 32px;
    height: 8px;
    background: var(--bg-color);
    margin-inline-start: 6px;
    opacity: 0.5;
    transition: all .4s;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5.5px;
}

.slick-dots .slick-active .dot .line {
    width: 65px;
    opacity: 1;
}

.slick-dots .slick-active .dot {
    font-family: 'bahijBold';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.slick-dotted.slick-slider {
    margin: 0;
}

/* End Banner-h */

/* Start About-h */

.about-h {
    padding: 100px 0;
    background: var(--bg-color);
}

.about-h .row {
    background: #fff;
    margin: 0;
    box-shadow: 0px 0px 72px 0px #E2E2E2;
    padding: 70px 55px;
}

.about-img {
    position: relative;
    height: 360px;
}

.about-img .text-img-about {
    position: absolute;
    left: 0;
    top: 0;
    padding: 11px;
    z-index: 2;
    background: rgb(255 255 255 / 50%);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 12px;
    font-family: 'bahijBold';
    font-size: 18px;
    font-weight: 500;
    line-height: 29.43px;
    color: var(--main-color);
    gap: 5.5px;
    -webkit-animation: mover 5s infinite  alternate;
    animation: mover 5s infinite  alternate;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-shape {
    position: absolute;
    right: -11px;
    height: 126.64px;
    max-width: 432.42px;
    width: 100%;
    bottom: -50px;
}

.about-shape .line {
    position: absolute;
    right: 0;
    background: var(--bg-color);
}

.about-shape .line.line-1 {
    height: 86.75px;
    top: 0;
    width: 2px;
    background: var(--bg-color);
}

.about-shape .line.line-2 {
    width: 100%;
    height: 2px;
    top: 86.75px;
}

.about-shape .icon {
    max-width: 23.11px;
    position: absolute;
    bottom: 0;
}

.text-about {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
    padding-inline-start: 8px;
    align-items: start;
    -webkit-align-items: start;
}

.text-about h3 {
    font-family: 'bahijBold';
    font-size: 56px;
    color: var(--main-color);
    line-height: 72.8px;
    margin: 0 0 16px;
}

.text-about h4 {
    font-family: 'bahijBold';
    font-size: 24px;
    /* font-weight: 500; */
    color: var(--dark-color);
    margin: 0 0 16px;
}

.text-about p {
    font-family: 'bahijLight';
    font-size: 16px;
    color: var(--dark-color);
    line-height: 30px;
    margin: 0 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-about .btn {
    margin-top: auto;
    min-width: 226px;
    font-size: 16px;
}

.text-about .btn span {
    font-size: inherit;
}

/* End About-h */

/* Start Offers-h */

.offers-h {
    padding: 134px 0;
}

.title {
    margin: 0 0 38px;
}

.title.title-center {
    text-align: center;
}

.title h3 {
    font-family: 'bahijBold';
    font-size: 40px;
    line-height: var(--56);
    color: var(--main-color);
    margin: 0;
}

.offer-block {
    position: relative;
    margin: 10px 0;
    border: 2px solid #F3F3F3;
    padding: 8px;
    height: calc(100% - 20px);
    transition: all .4s;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.offer-block .img-bock {
    height: 317px;
    position: relative;
    overflow: hidden;
}

.offer-block .img-bock .img {
    width: 100%;
    height: 100%;
}

.offer-block .img-bock .alert-h {
    position: absolute;
    padding: 1px 15px;
    background: rgb(255 255 255 / 60%);
    margin: 35px;
    font-family: 'bahijBold';
    font-size: 24px;
    line-height: 32px;
    color: #F12A2A;
    direction: ltr;
    z-index: 3;
}

.offer-block .details {
    padding: 30px 24px 25px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 317px);
    justify-content: space-between;
}

.offer-block .details h3 {
    font-family: 'bahijBold';
    font-size: 24px;
    font-weight: 500;
    line-height: var(--32);
    color: #161515;
    margin: 0 0 20px;
}

.offer-block .details p {
    font-family: 'bahijLight';
    font-size: 16px;
    color: var(--dark-color);
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.offer-block .details .foot-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin: 32px 0 0;
}

.offer-block .details .foot-block .price-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 7px;
}

.offer-block .details .foot-block .price-h .old-price {
    font-family: 'bahijLight';
    font-size: 16px;
    line-height: 26px;
    color: var(--main-color);
    text-decoration: line-through;
    opacity: .5;
}

.offer-block .details .foot-block .price-h .new-price {
    font-family: 'bahijBold';
    font-size: 24px;
    color: var(--main-color);
    line-height: 26px;
}

.btn.btn-border {
    min-width: 226px;
    /* padding: 0; */
    color: var(--main-color);
}

.btn.btn-border span {
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 26.16px;
    color: inherit;
}

.offer-block:hover {
    box-shadow: 0px 12px 12px 0px #7979791A;
    border: 1px solid var(--bg-color);
}

.offer-block .img-bock .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .4s ease-in-out;
}

.offer-block:hover .img-bock .img img {
    transform: scale(1.3);
}

.offer-block:hover .details .foot-block .btn.btn-border span {
    background: var(--main-color);
    color: #fff;
}

/* End Offers-h */

/* Start Services-h */

.services-h {
    padding: 157px 0;
}

.services-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.72;
    background: var(--main-color);
}

.services-h .title h3 {
    color: #fff;
}

.serv-block {
    display: flex;
    margin: 15px 0;
    height: calc(100% - 30px);
    background: #FFFFFF1A;
    position: relative;
    padding: 56px 23px;
    border: 0.65px solid transparent;
    transition: all .34s;
    align-items: center;
    -webkit-align-items: center;
}

.services-h .title {
    margin: 0 0 33px;
}

.serv-block .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    transition: all .4s;
}

.serv-block .icon img {
    max-height: 100%;
    object-fit: contain;
}

.serv-block .details {
    max-width: calc(100% - 46px);
    padding-inline-start: 16px;
    padding-inline-end: 100px;
}

.serv-block .details h3 {
    font-family: 'bahijBold';
    font-size: 24px;
    color: #fff;
    line-height: 36.59px;
    margin: 0;
}

.serv-block .num {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-family: 'bahijBold';
    font-size: 63.96px;
    opacity: 0.1;
    line-height: 89.54px;
    color: #fff;
    margin: 0 12px;
    transition: all .4s;
}

.serv-block:hover .num {
    opacity: 1;
    font-size: 105.91px;
    line-height: 148.28px;
}

.serv-block:hover {
    border: 0.65px solid var(--bg-color);
    background: #FFFFFF33;
}

.serv-block:hover .icon {
    /* filter: brightness(0) invert(1); */
}

/* End Services-h */

/* Start PArtners-h */

.partners-h {
    background: #FFFBF3;
    padding: 115px 0;
}

.partners-inner {
    box-shadow: 0px 0px 72px 0px #E2E2E2;
    background: #fff;
    padding: 80px 50px;
    overflow: hidden;
}

.part-block {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border: 0.95px solid var(--bg-color);
    height: 149.86px;
    transition: all .3s;
}

.part-block img {
    max-height: 83.21px;
    max-width: 231.6px;
    object-fit: contain;
    object-position: center;
}

.slick-slide div:nth-child(2) .item .part-block {
    border-top: 0;
}

.slick-slide:nth-child(even) .part-block {
    border-inline-end: 0;
}

.slick-slide:nth-child(even)+.slick-slide .part-block {
    border-left: 0;
}

.slick-current+.slick-slide+.slick-slide .part-block {
    border-inline-end: 0.95px solid var(--Color-2, #E2D5B7);
}

.partners-all {
    /* border-inline-end: 0.95px solid var(--Color-2, #E2D5B7); */
}

.partners-all .partners-slider .slick-list {
    /* padding: 50px 0; */
    padding-inline-end: 2px;
    padding-inline-start: 2px;
    overflow: visible;
}

.part-block:hover {
    border: 3px solid var(--bg-color) !important;
    box-shadow: 0px 0px 72px 0px #E2E2E2;
}

.partners-inner .slick-dots {
    bottom: 0;
    position: relative;
    margin-top: 50px;
}

/* End PArtners-h */

/* Start Footer */

footer .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bg-grad);
}

.footer-top {
    padding: 160px 0 70px;
    padding: 100px 0 70px;
}

footer::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 46.04px;
    background: url(../images/footer-after.svg) repeat-x center;
    opacity: 0;
}

.logo-f {
    max-width: 150px;
}

.logo-f a {
    display: block;
    margin: 0 0 29px;
}

.logo-f h4 {
    font-family: 'bahijLight';
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    margin: 0;
}

.foot-col h3 {
    font-family: 'bahijBold';
    font-size: 24px;
    margin: 0 0 32px;
    line-height: 40.39px;
    color: var(--bg-color);
}

.link-f li a {
    display: inline-block;
    font-family: 'bahijLight';
    font-size: 16px;
    color: var(--bg-color);
    line-height: 25.17px;
    margin: 0 0 24px;
}

.info-items .item a {
    display: flex;
    margin: 0 0 32px;
    color: var(--bg-color);
    font-size: 16px;
}

.info-items .item .icon {
    width: 24px;
}

.info-items .item span {
    max-width: calc(100% - 24px);
    padding-inline-start: 9px;
}

.info-items .item span u {
    display: block;
    direction: ltr;
    text-decoration: none;
}

.s-h {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    gap: 11px;
    margin: 55px 0 0;
}

.s-h span {
    font-family: 'bahijBold';
    font-size: 16px;
    color: #fff;
    line-height: 25.17px;
}

.s-h a {
    font-size: 14.49px;
    color: var(--bg-color);
}

.form-contact {
    background: var(--sec-color);
    padding: 25px 27px;
}

.form-contact .form-group {
    margin-bottom: 12px;
    position: relative;
}

.form-contact .col-md-6,
.form-contact .col-md-12 {
    padding-right: 6px;
    padding-left: 6px;
}

.form-contact .row {
    margin-right: -6px;
    margin-left: -6px;
}

.form-contact .col-md-12:last-child .form-group {
    margin-bottom: 0;
}

.form-contact .form-group .form-control {
    border: 1px solid rgb(255 255 255 / 30%);
    background: transparent !important;
    border-radius: 0 !important;
    height: 40px;
    padding: 0 8px !important;
    font-family: 'bahijLight';
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    direction: rtl;
    text-align: right;
    box-shadow: none !important;
}

.form-contact .form-group .form-control::placeholder {
    color: #FFFFFF;
}

.form-contact .form-group .iti__flag {
    display: none;
}

.form-contact .form-group .iti__selected-flag {
    filter: brightness(0) invert(1);
    direction: ltr;
    background: transparent !important;
}

.form-contact .form-group textarea.form-control {
    height: 74px;
    padding-top: 22px !important;
}

button.btn.btn-form {
    margin: 12px 0 0;
    width: 100%;
    border-color: var(--bg-color);
}

button.btn.btn-form span {
    height: 40px;
    background: var(--bg-color);
    color: var(--main-color);
}

.footer-bottom .row {
    align-items: center;
    -webkit-align-items: center;
    border-top: 1px solid rgb(255 255 255 / 10%);
    margin: 0;
}

.copy-right p {
    font-family: 'bahijLight';
    font-size: 16px;
    color: #fff;
    line-height: 25.6px;
}

.ryad-logo {
    float: left;
    margin-inline-end: -22px;
}

.footer-bottom .row .col-md-6:first-child {
    padding-inline-start: 0;
}

.footer-bottom .row .col-md-6:last-child {
    padding-inline-end: 0;
}

.iti {
    width: 100%;
}

.iti__country {
    direction: ltr;
    text-align: right;
}

.iti__flag-box {
    display: none;
}

.iti__country-list {
    left: 0;
    right: auto;
}

/* End Footer */

/* Start About-page */

.breadcrumb-h {
    padding: 161px 0 68px;
}

.breadcrumb-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main-color);
    opacity: 0.6;
}

.text-bread h1 {
    font-family: 'bahijBold';
    font-size: 24px;
    color: #fff;
    line-height: var(--32);
    margin: 0 0 12px;
}

.text-bread ul {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
}

.text-bread ul li {
    position: relative;
    padding: 0 10px;
}

.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: 'bahijLight';
    font-size: 20px;
    color: #fff;
    line-height: var(--32);
    display: inline-block;
    text-transform: capitalize;
}

.text-bread ul li a::after {
    content: "/";
    position: absolute;
    left: -4px;
    top: 0;
}

.about-h.about-page {
    background: #fff;
}

.about-page .text-about p {}

.about-h.about-page.about-more {
    padding-top: 0;
}

.about-h.about-page.about-more .row {
    padding: 39px;
}

.about-block {
    margin: 15px 0;
    box-shadow: 0px 0px 24px 0px #EFEFEF;
    height: calc(100% - 30px);
    padding: 53px;
    transition: all .4s;
    border: 2px solid transparent;
}

.about-more {
    padding: 0 0 85px;
}

.about-block .about-title {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 14px;
}

.about-block .about-title .icon {
    width: 73px;
    background: #FFFBF4;
    height: 73px;
    border-radius: 50%;
    line-height: 73px;
    justify-content: center;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.about-block .about-title h3 {
    max-width: calc(100% - 73px);
    padding-inline-start: 3px;
    font-family: 'bahijBold';
    font-size: 24px;
    color: var(--main-color);
    line-height: 72.8px;
    margin: 0;
}

.about-block p {
    font-family: 'bahijLight';
    font-size: 16px;
    color: #393B3A;
    line-height: 25px;
}

.about-block ul li {
    position: relative;
    padding-inline-start: 22px;
    font-family: 'bahijLight';
    font-size: 16px;
    color: #393B3A;
    line-height: 25px;
    margin: 15px 0;
}

.about-block ul li:last-child {
    margin-bottom: 0;
}

.about-block ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border-radius: 50%;
}

.about-block:hover {
    box-shadow: none;
    border-color: var(--main-color);
}

/* End About-page */

/* Start Offers-page */

.body-inner {
    padding: 100px 0;
}

.pagination {
    margin: 38px 0 0;
    display: inline-flex;
    border: 0.92px solid #F3F3F3;
    box-shadow: 0px 14.64px 29.28px 0px #0000000F;
    direction: ltr;
    padding: 8px 12px;
    align-items: center;
    -webkit-align-items: center;
}

.pagination .page-item .page-link.prev-link,
.pagination .page-item .page-link.next-link {
    transform: scaleX(-1);
    width: 31.09px;
    height: 31.09px;
    line-height: 31.09px !important;
    background: var(--sec-color);
    border-radius: 0 !important;
    color: #fff;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    opacity: 1;
    margin: 0;
}

.pagination .page-item .page-link {
    border: none !important;
    box-shadow: none;
    padding: 0;
    font-family: 'bahijBold';
    font-size: 18px;
    color: #000;
    line-height: 28px;
    margin: 0 4px;
    opacity: 0.4;
}

.pagination .page-link.prev-link.disable,
.pagination .page-link.next-link.disable {
    opacity: 0.3;
}

.pagination .page-item .page-link.prev-link {
    margin-inline-end: 19px;
}

.pagination .page-item .page-link.next-link {
    margin-inline-start: 19px;
}

.pagination .page-item .page-link i {
    line-height: 31.09px;
}

.pagination .page-item .page-link.active {
    opacity: 1;
    color: var(--main-color);
}

/* End Offers-page */

/* Start Single-offer */

.title-single .alert-h {
    padding: 1px 15px;
    background: #FEE6E6;
    font-family: 'bahijBold';
    font-size: 24px;
    line-height: 32px;
    color: #F12A2A;
    direction: ltr;
    z-index: 2;
}

.title-single {
    margin: 0 0 43px;
}

.text-single {
    padding-inline-end: 51px;
}

.title-single h3 {
    font-family: 'bahijBold';
    font-size: 24px;
    color: #161515;
    line-height: var(--32);
    margin: 18px 0 30px;
}

.title-single .price-h {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.title-single .price-h .price-old {
    font-family: 'bahijLight';
    font-size: 16px;
    line-height: 26px;
    color: var(--main-color);
    text-decoration: line-through;
    opacity: 0.5;
}

.title-single .price-h .price-new {
    font-family: 'bahijBold';
    font-size: 24px;
    color: var(--main-color);
    line-height: 26px;
}

.title-single .price-h span {
    display: inline-block;
}

.content-single p {
    font-family: 'bahijLight';
    font-size: 16px;
    margin: 12px 0;
    line-height: 25px;
    color: #393B3A;
}

.content-single ul li {
    position: relative;
    padding-inline-start: 22px;
    font-family: 'bahijLight';
    font-size: 16px;
    color: #393B3A;
    line-height: 25px;
    margin: 15px 0;
}

.content-single ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border-radius: 50%;
}

.btn.btn-full {
    width: 100%;
}

.content-single .btn {
    margin: 39px 0 0;
    color: #fff;
}

.content-single .btn span {
    color: inherit;
}

.single-imgs .img-big {
    height: 388px;
}

.single-imgs .img-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-imgs .slider-single-nav .img-big {
    height: 120.1px;
    position: relative;
    box-shadow: 0px 18.48px 18.48px 0px #BBBBBB29;
}

.single-imgs {
    display: flex;
    flex-direction: column;
    /* gap: 18px; */
}

.single-imgs .slider-single-nav .item {
    padding: 20px 10px;
}

.single-imgs .slider-single-nav .slick-list {
    margin-right: -10px;
    margin-left: -10px;
}

.single-imgs .slider-single-nav .img-big::after {
    transition: all .4s;
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main-color);
    opacity: 0.4;
}

.single-imgs .slider-single-nav .item.slick-slide.slick-current.slick-active .img-big::after {
    opacity: 0;
}

.singleModal .modal-body {
    padding: 0;
}

button.btn-close {
    position: absolute;
    left: 0;
    margin: 10px;
    filter: brightness(0) invert(1);
}

.singleModal .form-contact {
    padding-top: 80px;
    padding-bottom: 80px;
}

.form-contact .form-group .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-inline-start: 1px solid rgb(255 255 255 / 30%);
}

.slick-arrow {
    margin: 0 50px;
    z-index: 3;
    background: rgb(35 19 0 / 70%);
    width: 47px;
    height: 44px;
    opacity: 1 !important;
}

.slick-arrow::before {
    font-family: 'Font Awesome 6 Pro';
    opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: var(--main-color);
}

/* End Single-offer */

/* Start Services-page */

.body-inner .serv-block {
    box-shadow: 0px 0px 24px 0px #EFEFEF;
}

.body-inner .serv-block .details h3 {
    color: #161515;
}

.body-inner .serv-block .num {
    color: var(--bg-color);
    opacity: 1;
}

/* End Services-page */

/* Start Career-page */

.career-page .form-contact {
    max-width: 569px;
    padding: 64px 55px;
}

.form-contact .form-group .form-control.niceSelect {
    line-height: 40px;
}

.form-contact .form-group .form-control.niceSelect::after {
    top: 0;
    color: #fff;
    font-size: 16.19px;
    font-weight: 400;
    margin-inline-end: -5px;
}

.form-contact .form-group .file-upload-group.form-control .file-uploadH {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0;
}

.form-contact .form-group .file-upload-group.form-control {
    line-height: 40px;
}

.career-page .form-contact .form-group textarea.form-control {
    height: 94px;
    padding: 14px 10px !important;
}

.career-page .row {
    align-items: center;
    -webkit-align-items: center;
}

.img-career {
    width: 120%;
    margin-inline-start: -20%;
    position: relative;
}

/* End Career-page */

/* Start Contact-page */

.career-page .form-contact h3 {
    font-family: 'bahijBold';
    font-size: 32px;
    color: var(--bg-color);
    line-height: 44.4px;
    margin: 0 0 24px;
}

.form-contact .form-group .form-control:focus {
    border-color: #fff;
}

.info-contact h3 {
    font-family: 'bahijBold';
    font-size: 32px;
    color: var(--main-color);
    line-height: 44.4px;
    margin: 0 0 24px;
}

.info-contact {
    box-shadow: 0px 0px 24px 0px #EFEFEF;
    padding: 42px 77px;
    height: 100%;
}

.career-page.contact-page .row {
    align-items: inherit;
    -webkit-align-items: inherit;
}

.info-contact .info-items .item a {
    color: #161515;
    font-size: 18px;
}

.info-contact .info-items .item .icon {
    width: 28px;
}

.info-contact .info-items .item span {
    padding-inline-start: 10.57px;
    max-width: calc(100% - 28px);
}

.info-contact .s-h {
    margin: 22px 0 0;
    gap: 13px;
}

.info-contact .s-h span {
    color: #161515;
    font-size: 18.62px;
    line-height: 29.29px;
}

.info-contact .s-h a {
    color: #8F8E8B;
    font-size: 20px;
}

.banner-block {
    overflow: hidden;
    position: relative;
}

.iconWhats {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(180deg, #027D24 0%, #03520B 100%);
    margin: 20px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff !important;
    box-shadow: 0px 3.03px 21.19px 0px #BFFED066;
    width: 56px;
    height: 56px;
    line-height: 50.7px;
    font-size: 29.41px;
    border-radius: 50%;
    animation: UpDown 1.5s linear infinite;
}

.iconWhats i {
    line-height: 50.7px;
    display: flex;
    justify-content: center;
}

.banner-h .slick-dots {
    direction: ltr;
}

.form-contact .wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.about-block .about-title .icon img {
    max-width: 32px;
}

.navbar-collapse .lang-h {
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.partners-inner .slick-slide {
    opacity: 0;
}

.partners-inner .slick-slide.slick-active {
    opacity: 1;
}

.partners-h.partners-inner {
    padding: 0 0 115px;
    box-shadow: none;
    overflow: visible;
}

.link-f li a:hover, .info-items .item a:hover {
    opacity: .8;
    color: var(--bg-color);
}

@-webkit-keyframes mover {
    0% { transform: translateY(5px); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(5px); }
    100% { transform: translateY(-5px); }
}


.tables-h {
    padding: 100px 0;
}

.price-all table {
    width: 100%;
    text-align: center;
}

.price-all table th {
    background-color: #e2d8c5;
    letter-spacing: 0.1rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.price-all table td {
    padding: 20px 10px;
    font-size: 16px;
}

.price-all table tr:nth-child(even) td {
    background-color: #FFFBF3;
}

.articals-h {
    padding-bottom: 100px;
}

.offer-block.artical-block {
    text-align: center;
}

.offer-block.artical-block .details h3 {
    margin: 0;
}


.single-inner {
    max-width: 836px;
    margin: 0 auto;
    padding: 73px;
    box-shadow: 0px 20px 36px 0px #65A77814;
    border-radius: 40px;
}

.single-inner .img {
    height: 388px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px;
}

.single-inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-inner .details h3 {
    font-family: 'bahijBold';
    font-size: 32px;
    color: #162318;
    line-height: 24px;
    margin-bottom: 24px;
}

.single-inner .details p {
    font-family: 'bahijLight';
    font-size: 16px;
    margin: 16px 0;
    line-height: 24px;
    color: #000;
    max-width: 670px;
}


.requirementList {
    margin-top: 38px;
}



.requirementList > ul {
    list-style: none;
    border: 1px solid #ccc
}

.requirementList > ul li {
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.requirementList ul li:last-child {
    border: 0;
    /* padding-bottom: 0; */
}

.requirementList ul li span, .requirementList ul li p {
    padding: 30px 20px;
    display: block;
    line-height: 30px
}

.requirementList ul li span.light-text {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    /*font-family: inter,directfont;*/
    line-height: 35px
}

.requirementList ul li .title {
    border-inline-end: 1px solid #ccc;
    /* font-family: inter,directfont; */
    padding: 0 30px;
    margin: 0;
    position: relative;
}
.items-details ul li {
    position: relative;
    border-bottom: none;
    padding: 6px  0 6px 0;
    padding-inline-start: 23px;
}
.requirementList ul li .title span:before,
.items-details ul li:before{margin-right: 0;content: "\f0da";cursor: pointer;font-family: FontAwesome;/* margin-right: 10px; */font-size: 18px;line-height: 25px;position: absolute;right: 7px;color: var(--sec-color);transform: scaleX(-1);margin-top: 4px;}
.items-details ul li:before{
    margin-top:0;
    color: var(--main-color);
}
.requirementList ul li .title.inforTxt span:before,.requirementList ul li .title.inforTxt span:after {
    display: none!important
}

.requirementList ul li .inforTxt {
    text-align: center;
    font-size: 20px
}

.requirementList ul li .fa {
    color: #fc8004;
    font-size: 17px;
    margin-inline-end: 5px;
}

.requirementList ul li div {
    /* display: table-cell; */
    /* float: none; */
    /* vertical-align: middle; */
}

.requirementList ul li .items-details {
    padding: 20px 15px;
}

.requirementList ul li .title span {
    padding: 30px 0;
}

.requirementList ul li .light-text ul li {
    justify-content: center;
    /* padding: 10px; */
}

.requirementList ul li .inforTxt span span {
    padding: 0;
}


.single-offer-img {
    box-shadow: 0 5px 50px rgba(46, 124, 49, .3);
    border: 0;
    padding: 0;
    height: 480px;
    overflow: hidden;
    border-radius: 10px;
}

.single-offer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-offer-new .text-single {
    padding: 50px 0 0;
}

.single-offer-new .text-single>p {
    max-width: 1000px;
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
}

/* End Contact-page */


.page-tit {
  text-align: center;
  margin-bottom: 30px;
}
.page-tit h1 {
  font-weight: bold;
}

.requirementList > ul li ol li {
    padding: 5px 0;
    border: none;
}

.more-inf {
    margin: 20px 0 0;
}

.about-img .text-img-about .icon {
    display: none;
}

.text-abnner .btn span {
    gap: 10px;
    padding: 10px;
}

.text-abnner .btn span u {
    text-decoration: none;
    direction: ltr;
    display: inline-block;
    padding-top: 3px;
}

.text-abnner .btn span i {
    position: relative;
    top: -1px;
}

@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: .5em;
  }
  100% {
    bottom: 0;
  }
}

.icons-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    margin: 40px;
    z-index: 6;
}

.icons-fixed a {
    width: 60px;!;
    height: 60px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    transition: all .4s;
    background: var(--main-color);
}

.icons-fixed .whatsappIcon {
    background: #4A9844;
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
    background-color: #0dcc0d;
    position: relative;
}

.icons-fixed .whatsappIcon:before, .icons-fixed .whatsappIcon:after {
        position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #0dcc0d;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;

}

@keyframes pulse-border-2 {
0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}
}