@import url(styles.css);

/* Start Fonts */
@font-face {
    font-family: 'careem';
    src: url('../fonts/careem.otf');
}

@font-face {
    font-family: 'careem-Bold';
    src: url('../fonts/careem-bold.otf');
}

@font-face {
    font-family: 'badiya-lt';
    src: url('../fonts/arfonts-badiya-lt-regular.ttf');
}

/* End Fonts */

:root {
    --main-color: #C7B783;
    --sec-color: #0F2245;
    --dark-color: #021E41;
    --bg-color: #F6FAFF;
}

* {
    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: 'careem';
    background: #fff;
    text-align: start;
    direction: rtl;
    /* height: auto !important; */
}

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

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

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 30px;
    padding-top: 30.1px;
    padding-bottom: 53.1px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    background: var(--dark-color);
    visibility: hidden;
    /* transform: scaleY(0) translateY(-100%); */
    right: -100%;
}

.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: calc(100% - 18%);
    /* display: flex; */
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.mobile-menu .menu-box .navigation li {
    margin: 0 0 30px;
    /* text-align: center; */
}

.mobile-menu .menu-box .navigation li a, .mobile-menu .menu-box .navigation + li a {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #f0f0f0;
}

.menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 37px;
}

body.mobile-menu-visible .mobile-menu {
    right: 0;
    opacity: 1;
    z-index: 999999;
    visibility: visible;
    /* transform: none; */
}

/* End Sidebar */

/* Start Header */

.header-med .head-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /* margin-top: 27px; */
    gap: 32px;
}

header.sticky {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 18px 0;
    /* background: #0000001A; */
    /* overflow: hidden; */
    top: 0;
    transition: all .4s;
}

.header-med .head-inner .logo a {
    display: block;
    max-width: 63px;
}

.close-btn {
    color: #fff;
    display: table;
    margin: 0 0 30px;
    margin-inline-start: auto;
    font-size: 18px;
    cursor: pointer;
    width: 40.37px;
    height: 40.37px;
    border-radius: 50%;
    border: 0.47px solid #FFFFFF;
    line-height: 40.37px;
    text-align: center;
}

.menu-right .mobile-nav-toggler .lines {
    display: block;
    width: 53px;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines i {
    display: block;
    width: 53px;
    height: 4px;
    margin: 6.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    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;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1),
.menu-right .mobile-nav-toggler .lines i:nth-child(3) {
    width: 25px;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1) {
    margin-inline-start: auto;
}

.lang-h {
    color: var(--main-color);
    text-decoration: underline;
    text-transform: capitalize;
    font-family: 'careem-Bold';
    font-size: 18px;
    line-height: 30px;
}

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

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

.navbar-collapse {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    /* max-height: 100%; */
    /* overflow-y: auto; */
}

.navbar-collapse .navigation {
    /* width: 50%; */
    flex: 0 0 auto;
}

.mobile-menu .menu-box .navigation li a:hover {
    color: #fff;
    text-decoration: underline;
}

.mobile-menu .menu-box .navigation li:last-child {
    /* margin: 0; */
}

.mobile-menu .menu-box .menu-outer {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.flex-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.callNow {
    direction: ltr;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    color: var(--main-color);
    font-family: Cairo SemiBold;
    font-size: 22.63px;
    font-weight: 600;
    line-height: 42.4px;
    gap: 21px;
}


.logo a {
    display: block;
    text-align: center;
}

.logo a img {
    max-height: 277.78px;
}

.btn {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 48px;
    background: var(--main-color);
    padding: 9px 16px;
    border: 3px solid #fff;
    border-radius: 12px;
    font-family: 'careem-Bold';
    font-size: 20px;
    color: var(--dark-color);
    line-height: 30px;
    text-transform: capitalize;
    transition: all .4s;
}

header .btn {
    min-width: 164px;
}

header .btn::before,
header .btn::after {
    border-width: 2px;
    margin: -1px;
}

.btn-head {
    display: flex;
    justify-content: flex-end;
}

.btn-head {
    margin-top: 68px;
}

header .flex-h {
    margin-top: 84px;
}

.header-med .head-inner ul li a {
    font-family: 'careem-Bold';
    color: #F0F0F0;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 20px 0;
}


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

.logo-h {
    max-width: 122.69px;
    width: 100%;
}

.logo-h a {
    display: block;
    width: 100%;
}

.header-med .head-inner ul li {
    position: relative;
}

.header-med .head-inner ul li.current-menu-item a,
.header-med .head-inner ul li a:hover,
.header-med .head-inner ul li .sub-menu li a:hover {
    color: var(--main-color);
}

.header-med .head-inner ul li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    margin-inline-start: 5px;
    transition: all .4s;
    position: relative;
    display: inline-block;
}

.header-med .head-inner ul li .sub-menu {
    min-width: 276px;
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    background: #fff;
    box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
    border-radius: 8px;
    padding: 17px;
    visibility: hidden;
    z-index: 99;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-out 0s;
    margin: 0;
}

.header-med .head-inner ul li .sub-menu li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 11px 0;
    display: block;
    color: var(--dark-color);
    border-bottom: 1px solid #F2F2F2;
}

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

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

.header-med .head-inner ul li:hover .sub-menu {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.header-med .head-inner ul li.menu-item-has-children>a:hover::after {
    transform: rotate(180deg);
}

.head-inner .menu-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 37px;
}

.lang-h:hover {
    color: #fff;
}

.btn:hover {
    background: var(--sec-color);
    color: #fff;
    border-color: var(--sec-color);
}


.mobile-nav-toggler .lines {
    display: block;
    width: 35px;
    overflow: hidden;
}

.mobile-nav-toggler .lines i {
    display: block;
    width: 53px;
    height: 4px;
    margin: 6.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.mobile-nav-toggler .lines ::after,
.mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    transition: all .5s;
    top: 0;
}

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

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

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

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

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

.mobile-nav-toggler .lines i:nth-child(1),
.mobile-nav-toggler .lines i:nth-child(3) {
    width: 25px;
}

.mobile-nav-toggler .lines i:nth-child(1) {
    margin-inline-start: auto;
}

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

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

.btn-mobile {
    margin-top: 30px;
}

/* End Header */

/* Start Banner-h */

.home-slider .banner-block .row {
    min-height: 768px;
    padding: 247px 0 257px;
}

.banner-block {
    position: relative;
}

.banner-block .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dark-color);
    opacity: 0.48;
}

.banner-block .text-banner {
    max-width: 645px;
}

.banner-block .text-banner h1 {
    font-family: 'careem-Bold';
    font-size: 72px;
    color: #fff;
    line-height: 108px;
    margin-bottom: 16px;
}

.banner-block .text-banner p {
    font-size: 24px;
    color: #F0F0F0;
    line-height: 30px;
    margin: 16px 0;
}

.banner-block .text-banner .btn {
    margin-top: 16px;
}

.btn.btn-border {
    background: transparent;
    border-color: var(--main-color);
    color: var(--main-color);
}

.btn.btn-border:hover {
    background: var(--main-color);
    color: var(--sec-color);
}

.banner-inner {
    position: relative;
}

.banner-inner .thumb-h {
    position: absolute;
    bottom: 72px;
    right: 0;
    /* max-width: 708.75px; */
    left: 0;
}

.banner-inner .thumb-h .home-slider-thumb {
    max-width: 708.75px;
}

.home-slider-thumb .item {
    padding: 0 8px;
}

.home-slider-thumb .slick-list {
    margin-right: -8px;
    margin-left: -8px;
}

.banner-themb {
    position: relative;
    height: 105px;
    border-radius: 12px;
    overflow: hidden;
    border: 3px transparent solid;
    transition: all .5s;
}

.banner-themb .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dark-color);
    transition: all .5s;
    opacity: .41;
}

.banner-themb .text-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    -webkit-align-items: end;
    justify-content: center;
    text-align: center;
    padding: 15px 7px;
}

.banner-themb .text-inner h4 {
    margin: 0;
    font-family: 'careem-Bold';
    font-size: 14px;
    color: #fff;
    line-height: 18.67px;
    text-align: center;
}

.home-slider-thumb .item.slick-slide.slick-current.slick-active .banner-themb {
    border-color: #fff;
}

.home-slider-thumb .item.slick-slide.slick-current.slick-active .banner-themb .overlay-img::after {
    opacity: 0;
}

/* End Banner-h */

/* Start About-h */

.about-h {
    padding: 152px 0 124px;
}

.text-about {
    /* padding-inline-end: 45px; */
}

.text-about h3 {
    font-family: 'careem-Bold';
    font-size: 48px;
    color: var(--dark-color);
    line-height: 72px;
    margin-bottom: 32px;
    letter-spacing: -1px;
}

.text-about p {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.text-about .btn {
    margin-top: 20px;
}

.imgs-about {
    margin-inline-start: 45px;
    height: 452px;
    position: relative;
    display: flex;
    gap: 16px;
}

.imgs-about .img.img-2 {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

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

.imgs-about .img {
    width: calc(50% - 8px);
}

.imgs-about .img.img-1 .about-counter {
    height: 106px;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border: 3px solid #E7F1FF;
    border-radius: 16px;
    font-family: 'badiya-lt';
}

.imgs-about .img.img-1 .about-counter span {
    max-width: 52px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.2px;
    color: #232323;
}

.imgs-about .img.img-1 .about-counter h3 {
    color: var(--dark-color);
    font-size: 54px;
    font-weight: 700;
    line-height: 57.2px;
    margin: 0;
    margin-inline-start: 21px;
}

.imgs-about .img.img-1 img {
    height: 335px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.more-about {
    margin: 64px 0 0;
    border: 3px solid #F5F9FF;
    border-radius: 16px;
}

.about-block {
    padding: 50px 30px 50px;
    height: 100%;
}

.about-block .title-block {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 20px;
}

.about-block .title-block .icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
}

.about-block .title-block h3 {
    max-width: calc(100% - 56px);
    padding-inline-start: 20px;
    margin: 0;
    font-family: 'careem-Bold';
    font-size: 24px;
    color: var(--dark-color);
    line-height: 21.96px;
    letter-spacing: -1px;
}

.about-block p {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.more-about .col-md-4:nth-child(2) .about-block {
    background: var(--bg-color);
}

.about-block ul li {
    margin: 8px 0;
    position: relative;
    padding-inline-start: 17px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.about-block .title-block .icon img {
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.about-block ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 13.19px;
    height: 15.19px;
    background: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* End About-h */

/* Start Services-h */

.services-h {
    padding: 0 0 94px;
}

.title {
    margin-bottom: 38px;
}

.title.title-center {
    text-align: center;
    margin-bottom: 46px;
}

.title h3 {
    font-family: 'careem-Bold';
    font-size: 48px;
    line-height: 72px;
    color: var(--dark-color);
    margin: 0;
    letter-spacing: -1px;
}

.title p {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 16px;
    max-width: 817px;
}

.title.title-center p {
    margin: 16px auto 0;
}

.serv-block {
    margin: 10px 0;
    background: var(--bg-color);
    border-radius: 15.69px;
    padding: 16px;
    transition: all .5s;
}

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

.serv-block .inner-block .img {
    background: #FFFFFF;
    height: 145px;
    border-radius: 8px;
    line-height: 145px;
    text-align: center;
}

.serv-block .inner-block .img img {
    max-width: 318.04px;
    max-height: 92.67px;
    object-fit: contain;
    object-position: center;
}

.serv-block .inner-block .details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 18px 0 2px;
}

.serv-block .inner-block .details h3 {
    font-family: 'careem-Bold';
    font-size: 23.54px;
    color: var(--dark-color);
    line-height: 21.54px;
    width: calc(100% - 85px);
    transition: all .5s;
    margin: 0;
}

.serv-block .inner-block .details .icon {
    width: 54.92px;
    height: 54.92px;
}

.serv-block .inner-block .details .icon i {
    transition: all .5s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: 2.94px solid var(--main-color);
    justify-content: center;
    border-radius: 50%;
    font-size: 20.6px;
    color: var(--main-color);
}

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

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

.serv-block:hover .inner-block .details .icon i {
    border-color: #fff;
    color: #fff;
    transform: rotate(45deg);
}

/* End Services-h */

/* Start Counter-h */

.counter-inner {
    margin: 0;
    position: relative;
    padding: 78px 54px;
    border-radius: 16px;
    overflow: hidden;
}

.counter-inner .overlay-img {
    margin: 0;
    padding: 0;
}

.counter-inner .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dark-color);
    opacity: 0.86;
}

.count-block {
    position: relative;
    min-height: 147px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
}

.count-block::after {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    background: linear-gradient(3deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 49.11%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    opacity: 0.4;
}

.counter-item {
    direction: ltr;
    display: inline-flex;
}

.count-block .counter-item {
    font-family: 'careem-Bold';
    font-size: 64px;
    color: #fff;
    line-height: 46.5px;
    height: 47px;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
}

.count-block .counter-item+span {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    /* text-align: right; */
}

.counter-inner .col-md-3:last-child .count-block::after {
    display: none;
}

/* End Counter-h */

/* Start News-h */

.news-h {
    padding: 123px 0;
}

.title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 35px;
}

.title-flex .title {
    margin: 0;
}

.title-flex .title h3 {
    font-family: 'badiya-lt';
    font-weight: bold;
}

.news-block {
    height: 528px;
    overflow: hidden;
    border-radius: 16px;
    margin: 13px 0;
}

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

.news-block .img::before,
.news-block .img::after {
    content: "";
    position: absolute;
    inset: 0;
    transition: all .4s;
}

.news-block .img::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41.57%, rgba(15, 34, 69, 0.92) 82.39%);
    opacity: 0;
}

.news-block .img::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(15, 34, 69, 0.7) 100%);
}

.news-block .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 33px 21px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.news-block .details h3 {
    margin: 0;
    width: calc(100% - 63px);
    font-family: 'careem-Bold';
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}

.news-block .details .icon {
    width: 54.92px;
    height: 54.92px;
}

.news-block .details .icon i {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border: 2.94px solid var(--main-color);
    border-radius: 50%;
    transition: all .4s;
    font-size: 20.6px;
    color: var(--main-color);
}

.news-block:hover .img::before {
    opacity: 0;
}

.news-block:hover .img::after {
    opacity: 1;
}

.news-block:hover .details .icon i {
    background: var(--main-color);
    color: var(--dark-color);
    transform: rotate(45deg);
}

.news-block.news-small-block {
    height: 251px;
}

/* End News-h */

/* Start CallUs-h */

.callUs-h .row {
    background: var(--bg-color);
    margin: 0;
    padding: 33px;
    align-items: center;
    -webkit-align-items: center;
    border-radius: 16px;
}

.callUs-h .title-call {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    max-width: 612.81px;
}

.callUs-h .title-call h3 {
    max-width: 357px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}

.callUs-h {
    margin-bottom: -72px;
    z-index: 2;
}

.callUs-h .details-call {
    display: flex;
    align-items: center;
    justify-content: end;
}

.callUs-h .details-call .num-call {
    margin-inline-end: 40px;
}

.callUs-h .details-call .num-call h3 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
    line-height: 22.5px;
    color: #000;
}

.callUs-h .details-call .num-call a {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 12px;
    font-family: 'careem-Bold';
    font-size: 24px;
    color: var(--dark-color);
    line-height: 39.6px;
}

.callUs-h .details-call .num-call a i {
    width: 19.19px;
    font-size: 19.19px;
    color: #000;
}

.callUs-h .details-call .num-call span {
    display: flex;
    direction: ltr;
}

.callUs-h .details-call .num-call a u {
    text-decoration: none;
}

.callUs-h .details-call .or-call {
    margin-inline-end: 48px;
    font-family: 'careem-Bold';
    font-size: 24px;
    color: #000;
    line-height: 22.5px;
}

.callUs-h .details-call .btn-call .btn {
    min-width: 164px;
    min-height: 73px;
    padding: 14px 16px;
}

.footer-top {
    padding: 157px 0 89px;
    background: var(--sec-color);
}

/* End CallUs-h */

/* Start Footer */

.logo-f {
    display: block;
    max-width: 262.69px;
    margin-bottom: 8px;
    margin-top: 75px;
}

.footer-top p {
    font-family: 'careem-Bold';
    font-size: 24px;
    color: #DFDFDF;
    line-height: 32px;
    max-width: 349px;
}

.foot-block h3 {
    font-family: 'careem-Bold';
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 23px;
}

.links-f ul li a {
    display: inline-flex;
    color: #DFDFDF;
    margin: 9px 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.links-f ul li a:hover {
    color: var(--main-color);
}

.info-f ul li a {
    display: flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    gap: 12px;
    color: #DFDFDF;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px;
}

.info-f ul li .icon {
    width: 21px;
}

.info-f ul li .details {
    width: calc(100% - 21px);
}

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

.s-h span {
    font-family: 'careem-Bold';
    font-size: 18px;
    color: var(--main-color);
    line-height: 30px;
    margin-bottom: 12px;
    display: block;
}

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

.s-h .s-inner {
    display: inline-flex;
    flex-wrap: wrap;
    background: #475670;
    border-radius: 8px;
    padding: 10px 23px;
    gap: 32px;
}

.s-h .s-inner a {
    color: #fff;
    font-size: 15px;
}

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

.copy-right p {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.copy-right p strong {
    color: var(--dark-color);
}

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

.banner-h .s-inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: table;
    margin: auto 17px;
    background: #021E4133;
    border: 1px solid var(--dark-color);
    padding: 8px;
    border-radius: 8px;
    transition: all .5s;
}

.banner-h .s-inner a {
    display: block;
    padding: 11px;
    color: #fff;
    font-size: 16.06px;
    text-align: center;
}

.s-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4;
    margin: 17px;
}

.s-fixed .callNow {
    display: flex;
    direction: inherit;
    flex-direction: column;
    gap: 12px;
}

.s-fixed .callNow a {
    width: 55px;
    height: 52.71px;
    border-radius: 12px;
    color: #fff;
    font-size: 21px;
}

.s-fixed .callNow .btn-callNow {
    background: var(--dark-color);
}

.s-fixed .callNow a i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.s-fixed .callNow .btn-callNow i {
    transform: rotate(-45deg);
}

.s-fixed .callNow .btn-whatsapp {
    background: #38C83B;
    border: 1px solid #32C232;
    font-size: 22px;
}

/* End Footer */

/* Start Modal */

.travelModal .modal-body {
    border-radius: 0;
    padding: 37px 27px;
}

@media (min-width: 576px) {
    .travelModal .modal-dialog {
        max-width: 515px;
        border-radius: 0;
    }
}

.travelModal .modal-content {
    border-radius: 8px;
}

.travelModal .modal-body button.btn-close {
    position: absolute;
    left: 0;
    top: 0;
    margin: 20px;
    width: 12px;
    height: 12px;
    padding: 0;
    box-shadow: none !important;
}

.form-modal .title-modal {
    text-align: center;
    margin-bottom: 16px;
}

.form-modal .title-modal h3 {
    font-family: 'careem-Bold';
    font-size: 32px;
    color: #111225;
    line-height: 38.4px;
    margin: 0;
}

.form-modal .title-modal p {
    margin: 16px auto 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #232323;
    max-width: 343px;
}

.form-modal .form-group {
    margin-bottom: 16px;
    position: relative;
}

.form-modal .form-group:last-child {
    margin: 0;
}

.form-modal .form-group .form-control {
    height: 48px;
    background: #F9FBFF;
    border: 1px solid #E7F0FF;
    transition: all .4s;
    padding: 13px 16px !important;
    text-align: right;
    direction: rtl;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.form-modal .form-group .form-control::placeholder {
    color: #2D2B2B;
}

.form-modal .form-group .form-control:focus {
    border-color: #2B6AD2;
    box-shadow: none !important;
}

.form-modal .form-group textarea.form-control {
    height: 80px;
}

.form-modal .form-group .btn {
    margin-top: 16px;
    width: 100%;
    border: 3px solid #FFFFFF;
}

/* End Modal */

/* Start Partners-h */

.breadcrumb-h {
    padding: 139px 0 67px;
}

.breadcrumb-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dark-color);
    opacity: 0.48;
}

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

.text-bread h1 {
    margin: 0;
    font-family: 'badiya-lt';
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: #fff;
}

.counter-h.counter-page {
    padding-top: 44px;
}

.partners-h {
    padding: 110px 0;
}

.partners-h .row {
    margin: 0;
    padding: 66px 80px 51px;
    background: var(--bg-color);
    border-radius: 16px;
}

.partners-h .title {
    margin-bottom: 38px;
}

.partners-slider .item {
    padding: 10px;
}

.part-block {
    height: 127px;
    background: #fff;
    border: 4px solid #F3FEFF;
    border-radius: 17.54px;
}

.part-block .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.part-block .img img {
    max-width: 172.13px;
    max-height: 89.56px;
    object-fit: contain;
    object-position: center;
}

.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 43px;
}

.partners-slider {
    margin: 0 !important;
}

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

.slick-dots li.slick-active button {
    width: 78px;
    opacity: 1;
}

.slick-dots li button {
    width: 52.25px;
    height: 8.36px;
    background: var(--main-color);
    opacity: 0.2;
    border-radius: 2.09px;
    margin: 0 6px;
}

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

/* End Partners-h */

/* Start Services-page */

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

/* End Services-page */

/* Start Single-service */

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

.single-inner .img {
    height: 400px;
    overflow: hidden;
    border-radius: 16px;
}

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

.single-inner .details {
    max-width: 688px;
    margin-top: 32px;
}

.single-inner .details h3 {
    font-family: 'careem-Bold';
    font-size: 48px;
    color: var(--dark-color);
    line-height: 72px;
    margin-bottom: 32px;
}

.single-inner .details p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #232323;
}

.single-inner .details p:last-child {
    margin: 0;
}

/* End Single-service */

/* Start Service-pges */

.breadcrumb-h.breadcrumb-service {
    padding: 213px 0 153px;
}

.breadcrumb-h.breadcrumb-service .text-bread h1 {
    font-family: 'careem-Bold';
    font-size: 72px;
    line-height: 108px;
}

.text-bread p {
    max-width: 571px;
    font-size: 24px;
    color: #F0F0F0;
    line-height: 30px;
    margin: 16px auto 0;
}

.serv-in-block {
    margin: 10px 0;
    height: calc(100% - 20px);
    padding: 34px 55px;
    border: 3px solid var(--border-color);
    border-radius: 16px;
    transition: all .4s;
}

.serv-in-block .title-block {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 16px;
}

.serv-in-block .title-block .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.serv-in-block .title-block .icon img {
    max-width: 40px;
    max-height: 38px;
    object-fit: contain;
    object-position: center;
}

.serv-in-block .title-block h3 {
    width: calc(100% - 48px);
    font-family: 'careem-Bold';
    font-size: 20px;
    padding-inline-start: 8px;
    line-height: 21.96px;
    margin: 0;
    color: var(--title-serv);
}

.serv-in-block .details p {
    color: #232323;
    font-size: 16px;
    line-height: 26px;
}

.offers-h {
    padding: 62px 0 124px;
}

.offer-block {
    height: 389px;
    overflow: hidden;
    margin: 7.5px 0;
    border-radius: 16px;
}

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

.offer-block .details {
    position: absolute;
    inset: 0;
    transition: all .4s;
    display: flex;
    /* flex-direction: column; */
    align-items: end;
    -webkit-align-items: end;
    justify-content: space-between;
    padding: 17px 22px;
    opacity: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41.57%, rgba(30, 68, 97, 0.8) 82.39%);
}

.offer-block .details h3 {
    margin: 0;
    font-family: 'careem-Bold';
    font-size: 20px;
    color: #fff;
    line-height: 21.96px;
    max-width: calc(100% - 70px);
    margin-bottom: 16px;
}

.offer-block .details .icon {
    width: 54.92px;
    height: 54.92px;
}

.offer-block .details .icon i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    justify-content: center;
    border: 2.94px solid #FFFFFF;
    border-radius: 50%;
    font-size: 20.6px;
}

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

.all-offers.row .col-md-4:nth-child(even) .offer-block {
    /* height: 250px; */
}

.all-offers.row .col-md-4:nth-child(5) .offer-block {
    /* margin-top: -130px; */
}

.iti {
    display: block;
}

.iti__flag {
    display: none;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
    direction: ltr;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #0C3A3F;
}

.iti__country {
    direction: ltr;
    text-align: right;
}

.iti__country-list {
    left: 0;
}


/* End Service-pges */

/* Start Single-offers */

.single-offers .row {
    align-items: center;
    -webkit-align-items: center;
}

.text-offers {
    padding-inline-end: 40px;
}

.text-offers h3 {
    font-family: 'careem-Bold';
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 32px;
}

.text-offers h3 span {
    color: var(--main-color);
}

.text-offers p {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 32px;
}

.form-modal.form-offers {
    box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
    border-radius: 8px;
    padding: 41px 27px 30px;
}

.form-modal.form-offers h3 {
    font-family: 'careem-Bold';
    font-size: 32px;
    color: #111225;
    line-height: 38.4px;
    margin-bottom: 32px;
}

.single-offers.body-inner {
    padding-bottom: 0;
    overflow: visible;
}

.single-more-details {
    padding: 124px 0 0;
}

.imgs-singl-more {
    display: flex;
    height: 512px;
    overflow: hidden;
    max-width: 718px;
    margin-inline-start: auto;
}

.imgs-singl-more .slider-single-for {
    width: calc(100% - 297.47px);
}

.imgs-singl-more .slider-single-nav {
    width: 270.47px;
    margin-inline-start: 27px;
}

.img-big {
    width: 100%;
    height: 512px;
    border-radius: 8px;
    overflow: hidden;
}

.img-big a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

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

.img-big a::before,
.img-big a::after {
    content: "";
    position: absolute;
    inset: 0;
}

.img-big a::before {
    background: var(--sec-color);
    opacity: .32;
}


.img-big a::after {
    content: "\f00e";
    font-family: 'Font Awesome 6 Pro';
    width: 47.74px;
    height: 47.74px;
    margin: auto;
    font-size: 47.74px;
    color: #fff;
    font-weight: 200;
    transform: scaleX(-1);
}

.imgs-singl-more .img-small {
    height: 156.02px;
    overflow: hidden;
    border-radius: 8px;
    overflow: hidden;
}

.imgs-singl-more .item {
    margin: 0 0 20px;
}

.imgs-singl-more .img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.text-singl-more h3 {
    font-family: 'careem-Bold';
    font-size: 24px;
    color: #232323;
    line-height: 36px;
    margin-bottom: 24px;
}

.text-singl-more p {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 32px;
}

/* End Single-offers */

/* Start Contact-page */

.form-modal.form-offers.form-contact.contct-block {
    margin-inline-end: 82px;
}

.info-contact.form-modal.form-offers.contct-block {
    padding: 39px 63px 69px;
    position: relative;
    height: 100%;
}

.info-contact .info-f {
    margin: 39px 0 34px;
    position: relative;
    z-index: 3;
}

.info-contact .info-f ul li a {
    margin-bottom: 15px;
    color: #000;
    font-size: 21.06px;
    font-weight: 400;
    line-height: 39.49px;
    gap: 15px;
}

.info-contact .info-f ul li a .icon {
    width: 27.64px;
}

.info-contact .info-f ul li a .details {
    width: calc(100% - 42.64px);
}

.info-contact .info-f ul li a .icon svg path {
    fill: var(--main-color);
}

.info-contact .info-f ul li a .icon svg {
    width: 100%;
    height: 27.64px;
}

.info-contact .s-h span {
    color: #424244;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin-bottom: 34px;
}

.info-contact .s-h .s-inner {
    border: 1px solid #E7F0FF;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    background: #F9FBFF;
    padding: 15px 15px 13px;
    gap: 20px;
    z-index: 3;
    position: relative;
}

.info-contact .s-h .s-inner a {
    color: var(--sec-color);
    font-size: 24.11px;
}

.info-contact .s-h .s-inner a svg path {
    fill: var(--sec-color);
}

.info-contact .s-h .s-inner a svg {
    width: 24.11px;
    height: 24.11px;
}

.info-contact .contct-logo {
    position: absolute;
    left: 69px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.map-cont {
    height: 431px;
    margin-top: 61px;
    border-radius: 16px;
    overflow: hidden;
}

.contact-page.body-inner {
    padding-bottom: 42px;
}

@media (max-width: 1300px){
.serv-block .inner-block .details h3 {font-size: 20px;}
}

.news-block .details h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mobile-menu .menu-box .navigation li.menu-item-has-children>a:after {
    content: "";
    position: relative;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    margin: 0 3px;
    transform: rotate(135deg);
}

.mobile-menu .menu-box .navigation li.menu-item-has-children>a {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}


/* End Contact-page */
/*************************************************/
.wpcf7 p {
  margin: 0;
  display: block;
  width: 100%;
}

.wpcf7 br {
  display: none;
}

.wpcf7-file {
  display: none;
}

/* 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;
}

.banner-h .s-inner:hover {
    background: var(--dark-color);
}


/* End Not-found */

.all-news .col-md-8 .news-block{
    height: 251px;
}

.logo-menu {
    margin-bottom: 30px;
}

.logo-menu a {
    display: block;
}

.logo-menu a img {
    max-width: 200px;
}

.s-h .s-inner a:hover {
    color: var(--sec-color);
}

.pagination-list {
    text-align: center;
}

.pagination-list .pagination {
    display: inline-flex;
    border: 1px #ccc solid;
    padding: 10px 5px;
    border-radius: 5px;
}

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

.pagination-list .pagination .page-item .page-link {
    border-radius: 5px !important;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    background: var(--main-color);
    border: 1px #f1f1f1 solid !important;
    color: #fff;
    font-size: 16px;
}

.pagination-list .pagination .page-item .next.page-link {
    /* width: auto; */
}

.pagination-list .pagination .page-item .next.page-link span span {
    display: none;
}

.pagination-list .pagination .page-item.active .page-link {
    background: transparent;
    border-color: var(--main-color) !important;
    color: var(--main-color);
}

header.sticky.active {
    position: fixed;
    background: rgb(2 30 65 / 50%);
    backdrop-filter: blur(4px);
    padding: 10px 0;
}

.services-innser-serv {
    padding-bottom: 62px;
}

.offers-h .row {
    justify-content: center;
}