@import url(styles.css);

/* Start Fonts */

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

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

/* End Fonts */

:root {
    --main-color: #018BD3;
    --sec-color: #017dbf;
    --dark-color: #272525;
    --bg-color: #F5F9FD;
}

* {
    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: 'bukra';
    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: #fff;
}

.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: var(--dark-color);
    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;
}

header.sticky {
    position: relative;
    z-index: 3;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25px 0;
    background: transparent;
}

.head-inner .logo a {
    max-width: 203px;
    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: var(--sec-color);
    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: #fff;
    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: 100%;
    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: #272525;
    padding: 0;
    transition: all .4s;
    font-size: 16px;
    line-height: 25.17px;
}

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

.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(--main-color);
}

.nav-menu ul li.current-menu-item a,
.nav-menu ul li a:hover {
    color: var(--main-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: 24px;
}

.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(--main-color);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.23px;
}

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

.lang-h i {
    color: #777777;
    font-weight: 300;
}

.btn {
    min-width: 155px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    min-height: 48px;
    background: var(--main-color);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 12px 0px #018BD34D !important;
    border: none;
    font-size: 16px;
    font-family: 'bukraBold';
    padding: 9px 30px;
}

.btn.btn-border {
    box-shadow: 0px 4px 12px 0px #5858564D;
    background: #fff;
    border: 1px var(--main-color) solid;
    color: var(--main-color);
    min-width: 101px;
    padding: 7px 15px;
    font-family: 'bukra';
    min-height: 41px;
}

.btn:hover {
    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-h .row {
    min-height: 670px;
    align-items: end;
    -webkit-align-items: end;
    padding-bottom: 58px;
}

.text-banner {
    background: #018BD3B2;
    border-radius: 16px;
    padding: 28px 32px;
}

.text-banner .text-inner {
    max-width: 768px;
}

.text-banner .text-inner h1 {
    font-family: 'bukraBold';
    font-size: 40.41px;
    color: #fff;
    line-height: 82.24px;
    margin: 0;
}

.nav-slider {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    top: auto;
    /* height: 42%; */
}

.nav-slider .home-nav {
    position: relative;
    min-width: 96px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border: 1px #fff solid;
    color: #fff;
    right: 0;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 43px;
    border-radius: 7.25px;
    margin: 8px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    gap: 10px;
    transition: all .4s;
}

.nav-slider .row {
    min-height: 281px;
    margin: 0;
    bottom: 47px;
    position: relative;
    padding-inline-end: 48px;
}

.nav-slider .col-md-12 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    -webkit-align-items: end;
}

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

.nav-slider .home-nav:hover {
    background: #fff;
    color: var(--main-color);
}

/* End Banner-h */

/* Start About-h */

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

.about-h .row {
    margin: 0;
    background: url(../images/about-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 34px 11px 25px;
}

.text-about {
    padding-inline-start: 60px;
    padding-top: 19px;
    padding-inline-end: 35px;
}

.text-about h3 {
    font-family: 'bukraBold';
    font-size: 40.41px;
    color: var(--dark-color);
    line-height: 56px;
    margin: 0 0 32px;
}

.text-about h4 {
    font-family: 'bukraBold';
    font-size: 16px;
    margin: 16px 0;
    line-height: 27px;
    color: var(--dark-color);
}

.text-about p {
    color: #585856;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 16px 0;
}

.text-about ul {
    margin: 16px 0;
}

.text-about ul li {
    padding-inline-start: 32px;
    color: #585856;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 8px 0;
    position: relative;
}

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

.about-text .btn {}

header .btn {
    min-height: 43px;
}

.text-about .btn {
    margin-top: 24px;
    font-family: 'bukra';
}

.about-img {
    height: 516px;
    padding: 12px;
    background: url(../images/bg-about.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.about-img .img-block {
    height: 100%;
    overflow: hidden;
    mask-image: url(../images/bg-about.png);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    position: relative;
    overflow: h;
}

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

.about-img .img-block .about-count {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: 16px;
    width: 141px;
    text-align: center;
    min-height: 114px;
    padding: 11px;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
}

.about-img .img-block .about-count::before,
.about-img .img-block .about-count::after {
    content: "";
    position: absolute;
    inset: 0;
}

.about-img .img-block .about-count::after {
    background: #fff;
    z-index: -1;
    opacity: 0.10;
}

.about-img .img-block .about-count::before {
    z-index: -1;
    backdrop-filter: blur(4px);
}

.counter-item {
    direction: ltr;
}

.about-img .img-block .about-count .counter-item {
    font-family: 'bukraBold';
    font-size: 42.4px;
    line-height: 58px;
    color: var(--main-color);
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
    margin: 0;
}

.about-img .img-block .about-count h4 {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

/* End About-h */

/* Start Services-h */

.services-h {
    padding: 88px 0;
    background: var(--bg-color);
}

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

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

.title h3 {
    font-family: 'bukraBold';
    font-size: 40.41px;
    color: var(--dark-color);
    line-height: 56px;
    margin: 0;
}

.all-serv .slick-list {
    margin-right: -10px;
    margin-left: -10px;
    overflow: visible;
}

.all-serv .item {
    padding: 0 10px;
    height: auto;
    opacity: 0;
}

.serv-block {
    border: 1px solid #E7EFF5;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
    transition: all .4s;
    height: calc(100% - 30px);
    margin: 0 0 30px;
}

.title-flex .btn {
    font-family: 'bukra';
}

.serv-block .img {
    height: 336px;
    overflow: hidden;
    border-radius: 8px;
}

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

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

.all-serv .slick-list .slick-track {
    display: flex;
}

.serv-block .details h3 {
    font-family: 'bukraBold';
    font-size: 16px;
    margin: 0;
    line-height: 24px;
    max-width: calc(100% - 84px);
    width: 100%;
}

.serv-block .details .icon {
    color: var(--main-color);
    width: 48px;
    height: 43.47px;
    /* border: 0.91px solid var(--main-color); */
    /* border-radius: 7.25px; */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 19.1px;
    transition: all .4s;
    position: relative;
    z-index: 2;
}

.serv-block .details .icon i {
    transform: rotate(30deg);
    transition: all .1s;
}

.serv-block:hover {
    box-shadow: 0px 12px 28px 0px #CEE7F4;
    border-color: var(--main-color);
}

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

.serv-block:hover .details .icon::after {
    background: var(--main-color);
    color: #fff;
    transform: rotate(180deg);
}

.serv-block:hover .details .icon i {
    transform: none;
}

.all-serv .item.slick-slide.slick-active {
    opacity: 1;
}

.btn-center.btn-responsive {
    text-align: center;
    display: none;
}

.slick-prev,
.slick-next {
    width: 57px;
    height: 57px;
    z-index: 3;
    margin: 0 -50px;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 6 Pro';
}

.slick-prev:after,
.slick-next:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--main-color);
    border-radius: 7.25px;
    /* transform: rotate(45deg); */
    transition: all .4s;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    transform: none;
}

/* End Services-h */

/* Start Partners-h */

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

.partners-all .part-block {
    border: 1px solid #E7EFF5;
    height: 185px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.partners-all .slick-track {
    display: flex;
}

.partners-all .slick-list {
    overflow: visible;
}

.partners-all .slick-list .slick-slide {
    opacity: 0;
}

.partners-all .slick-list .slick-slide.slick-active {
    opacity: 1;
}

.partners-all .slick-list .slick-slide div:nth-child(2) .item {
    border-top: 0;
    /* margin-top: -5px; */
}

.partners-all .part-block img {
    max-width: 152.55px;
    max-height: 82.49px;
    object-fit: contain;
    object-position: center;
}

/* End Partners-h */

/* Start Footer */

.footer-top .row {
    margin: 0;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    padding: 79px 78px;
}

.footer-top .row::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--main-color);
}

.footer-top .row::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(../images/bg-footer.svg);
    background-position: center;
    height: 75%;
    background-size: contain;
    background-repeat: repeat-x;
    margin: auto;
}

.logo-f a {
    filter: brightness(0) invert(1);
    display: block;
    max-width: 269px;
    margin: 0 0 20px;
}

.logo-f p {
    max-width: 293px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
}

.s-h {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 39px;
    background: #0A94DC;
    border-radius: 8px;
    padding: 7px 18px;
}

.s-h span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.23px;
    margin-inline-end: 16px;
}

.s-h a {
    color: #fff;
    margin-inline-end: 13px;
    font-size: 18.81px;
}

.foot-col h3 {
    font-family: 'bukraBold';
    font-size: 24px;
    color: #fff;
    line-height: 28.8px;
    margin: 0 0 34px;
}

.link-f li a {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.23px;
    display: inline-block;
    color: #fff;
}

.link-f li a:hover {
    opacity: .7;
}

.info-items .item a {
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.23px;
    margin: 17px 0;
}

.info-items .item .icon {
    width: 24px;
}

.info-items .item span {
    max-width: calc(100% - 24px);
    padding-inline-start: 8px;
}

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

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

.copy-right p {
    color: #9B9B9B;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.23px;
}

.copy-right p span {
    color: var(--main-color);
}

.ryad-logo {
    float: left;
}

@media (min-width: 576px) {
    .singleModal .modal-dialog {
        max-width: 569px;
    }
}

.singleModal .modal-content {
    border: #B7CAD8;
    border-radius: 48px;
}

.singleModal .modal-body {
    padding: 47px 56px;
}

button.btn-close {
    position: absolute;
    left: 0;
    top: 0;
    margin: 26px;
}

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

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

.form-contact .title h3 {
    font-size: 24px;
}

.form-contact .form-group {
    margin-bottom: 12px;
    position: relative;
}

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

.form-contact .form-group .form-control {
    border: 1px solid rgb(88 88 86 / 30%);
    height: 48px;
    width: 100%;
    border-radius: 4px;
    text-align: right;
    color: #585856;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 20px !important;
}

.form-contact .form-group .form-control:focus {
    border-color: var(--main-color);
    box-shadow: none;
}

.iti {
    width: 100%;
}

.iti__flag {
    display: none;
}

.iti__selected-flag {
    background: transparent !important;
    direction: ltr;
    color: #585856;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

form {
    direction: rtl;
}

.nice-select:after {
    top: 11px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
}

button.btn.btn-form {
    width: 100%;
    margin-top: 13px;
}

.whatsappIcon {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    margin: 18px;
    border: 0.88px solid #DADADA;
    width: 53px;
    height: 52px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);
    border-radius: 8px;
    color: #fff !important;
    font-size: 22px;
}

.iti__country-list {
    left: 0;
}

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

.serv-block .details .icon::after {
    content: "";
    border: 0.91px solid var(--main-color);
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 7.25px;
    transition: all .4s;
}


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

/* End Footer */

/* Start About-page */

.breadcrumb-h {
    padding: 60px 0;
}

.breadcrumb-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00334D;
    opacity: 0.2;
}

.text-breadcrumb h1 {
    color: var(--dark-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 8px;
}

.text-breadcrumb ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.text-breadcrumb ul li a,
.text-breadcrumb ul li span {
    color: #363635;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.23px;
    position: relative;
}

.text-breadcrumb ul li a::after {
    content: "/";
    position: absolute;
    left: -14px;
    top: 3px;
}

.text-breadcrumb ul li span {
    color: #585858;
}

.about-h.about-page {
    padding-bottom: 64px;
}

.about-block {
    margin: 10px 0;
    height: calc(100% - 20px);
    padding: 40px 57px;
}

.overlay-img svg {
    width: calc(100% + 114px);
    height: 100%;
}

.about-block .overlay-img img {
    object-fit: fill;
    transition: all .4s;
    position: absolute;
    inset: 0;
}

.about-block .overlay-img img.hover-block {
    opacity: 0;
}

.about-block .about-inner {
    position: relative;
}

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

.about-block .about-inner .title-about .icon {
    width: 73px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    border-radius: 50%;
    background: #F8FDFF;
}

.about-block .about-inner .title-about h3 {
    margin: 0;
    max-width: calc(100% - 73px);
    padding-inline-start: 8px;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
}

.about-block .about-inner p {
    color: #585856;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.about-block:hover .overlay-img img {
    opacity: 0;
}

.about-block:hover .overlay-img img.hover-block {
    opacity: 1;
}

/* End About-page */

/* Start Services-page */


.num-pages.text-centr {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 33px;
    direction: ltr;
}

.num-pages.text-centr .pagination {
    border: 0.92px solid #F3F3F3;
    align-items: center;
    -webkit-align-items: center;
    padding: 12px 25px;
    background: #FFFFFF;
    box-shadow: 0px 14.64px 29.28px 0px #0000000F;
    border-radius: 8px;
}

.num-pages.text-centr .pagination .page-item .page-link {
    background: transparent;
    border: none !important;
    border-radius: 0 !important;
    opacity: 0.4;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: inline-flex;
    padding: 1vh 0 0;
    margin: 0 7px;
}

.num-pages.text-centr .pagination li:first-child .page-link,
.num-pages.text-centr .pagination li:last-child .page-link {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    background: var(--main-color);
    line-height: 31.09px;
    padding: 0;
    justify-content: center;
    height: 31.09px;
    width: 31.09px;
    margin: 0;
    border-radius: 6px !important;
    color: #fff;
    opacity: 0.3;
}

.num-pages.text-centr .pagination li:first-child .page-link i,
.num-pages.text-centr .pagination li:last-child .page-link i {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.num-pages.text-centr .pagination li:last-child .page-link {
    margin-inline-start: 19px;
}

.num-pages.text-centr .pagination li:first-child .page-link {
    margin-inline-end: 19px;
}

.num-pages.text-centr .pagination .page-item.active .page-link {
    opacity: 1;
    color: var(--main-color);
}

.num-pages.text-centr .pagination li:first-child .page-link:hover,
.num-pages.text-centr .pagination li:last-child .page-link:hover {
    opacity: 1;
}

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

/* End Services-page */

/* Start Single-service */



.single-page .page-title {
    margin: 0 0 1.5068493150684932vh;
}

.text-single {
    padding-inline-end: 37px;
    position: relative;
    z-index: 2;
}

.text-single .title-single {
    margin-bottom: 32px;
}

.text-single .title-single h3 {
    color: var(--dark-color);
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.text-single p {
    color: #585856;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 21px 0;
}

.text-single ul li {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #585856;
    margin: 8px 0;
}

.text-single ul {
    /* margin-top: 4.931506849315069vh; */
}

.text-single ul li:last-child {
    margin: 0;
}

.text-single ul li .icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.text-single ul li span {
    max-width: calc(100% - 25px);
}

.text-single ul li .icon svg {
    width: 100%;
    height: 25px;
}

.imgs-single .img-big {
    height: 447.88px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 48px;
}

.imgs-single .img-big::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #28221E 12.15%, #99877D 100%);
    z-index: -1;
    display: none;
}

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

.imgs-single .slick-prev,
.imgs-single .slick-next {
    margin: 0 45px;
    height: 53.79px;
    width: 53.79px;
}

.slider-single-nav .slick-list {
    margin-right: -10px;
    margin-left: -10px;
}

.slider-single-nav .item {
    padding: 0 5px;
}

.imgs-single .img-small {
    height: 120.1px;
    border-radius: 16px;
    overflow: hidden;
    padding: 0.136986301369863vh 0.06510416666666667vw;
    transition: all .3s;
    position: relative;
    margin-bottom: 3px;
    transition: all .3s;
    box-shadow: 0px 18.48px 18.48px 0px #BBBBBB29;
}

.imgs-single .item.slick-slide.slick-current.slick-active .img-small {}

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

.imgs-single .item.slick-slide.slick-current.slick-active .img-small::after {
    opacity: 0;
}

.imgs-single .img-small::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #111111;
    opacity: .4;
}

.imgs-single .slick-list {
    overflow: visible;
}

.imgs-single .item.slick-slide {
    opacity: 0;
}

.imgs-single .item.slick-slide.slick-active {
    opacity: 1;
}

.text-single .btn {
    width: 100%;
    margin-top: 47px;
}

/* End Single-service */

/* Start Media-page */

.serv-block.media-block .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 13px 20px;
}

.serv-block.media-block {
    height: 376px;
    padding: 0;
    box-shadow: none;
}

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

.serv-block.media-block .img::after,
.serv-block.media-block .img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(1, 139, 211, 0.5) 100%);
    transition: all .4s;
}

.serv-block.media-block .img::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #018BD3 87.9%);
    opacity: 0;
}

.serv-block.media-block .details h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    max-width: calc(100% - 65px);
}

.serv-block.media-block .details .icon {
    color: var(--main-color);
}

.serv-block.media-block .details .icon::after {
    border: 0.91px solid #018BD3;
    background: #fff;
}

.serv-block.media-block:hover .img::after {
    opacity: 0;
}

.serv-block.media-block:hover .img::before {
    opacity: 1;
}

/* End Media-page */

/* Start Single-media */

.single-blog-inner {
    box-shadow: 0px -4px 36px 0px #E2E2E240;
    max-width: 836px;
    margin: 0 auto;
    border-radius: 32px;
    overflow: hidden;
    padding: 51px 54px;
}

/* End Single-media */

/* Start Partners-page */

.partners-page .partners-all .item {
    width: 20%;
    padding: 0;
}

/* End Partners-page */

/* Start Career-page */

.page-title {
    margin-bottom: 32px;
}

.page-title h1,
.page-title h2 {
    color: var(--dark-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 56px;
    margin: 0;
}

.form-contact {
    max-width: 569px;
    background: #FFFFFF;
    box-shadow: 0px 4px 36px 0px #D3D3D340;
    border-radius: 16px;
    padding: 50px 56px 36px;
    height: 100%;
}

.form-contact .form-group .form-control.file-upload-group .file-uploadH {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.form-contact .form-group .form-control.file-upload-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-inline-end: 0 !important;
}

.form-contact .form-group .form-control.file-upload-group .for-sm-input-file {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-inline-start: 1px solid rgb(88 88 86 / 20%);
    color: var(--main-color);
}

.form-contact .form-group .form-control.file-upload-group .for-sm-input-file i {
    font-weight: bold;
}


.all-job .accordion-item {
    margin-bottom: 16px;
    background: transparent !important;
    border: none !important;
}

.all-job .accordion-item .accordion-button {
    background: #fff;
    border-radius: 8px;
    padding: 20px 27px;
    color: var(--dark-color);
    font-size: 18px;
    line-height: 1.54;
    text-align: start;
    display: flex;
    justify-content: space-between;
    min-height: 74px;
    border: 1px solid #B7CAD8;
    /* border-bottom: 0; */
    box-shadow: 0px 4px 36px 0px #D3D3D340;
    transition: none;
}

.career-block.jobs {
    max-width: 37.044270833333336vw;
    margin-inline-start: auto;
}

.all-job .accordion-item .accordion-button::after {
    margin: 0;
    background: var(--main-color);
    content: "\2b";
    font-family: 'Font Awesome 6 Pro';
    min-width: 38px;
    min-height: 32px;
    width: 38px;
    height: 32px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
}

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

.all-job .accordion-item .accordion-button:not(.collapsed) {
    border-color: var(--main-color);
    border-end-end-radius: 0;
    border-end-start-radius: 0;
    box-shadow: none;
    border-bottom: 0;
}

.all-job .accordion-item .collapse {
    box-shadow: 0px 4px 36px 0px #D3D3D340;
    border: 1px var(--main-color) solid;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding: 0 27px 35px;
}

.all-job .accordion-item .collapse .accordion-body {
    padding: 16px 0 0;
    border-top: 1px solid #D3D3D3;
}

.all-job .accordion-item .collapse .accordion-body p {
    line-height: 1.625;
    font-size: 16px;
    font-weight: 400;
    color: #585856;
}


/* End Career-page */

/* Start Contact-page */

.title-form {
    margin-bottom: 28px;
}

.title-form h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    margin: 0;
}

.info-contact {
    position: relative;
    padding: 76px 42px;
    border: 1px solid var(--secondary, #B7CAD8);
    box-shadow: 0px 4px 36px 0px #D3D3D340;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.info-contact .overlay-img {
    background: var(--main-color);
    display: flex;
    justify-content: flex-end;
    align-items: end;
    -webkit-align-items: end;
}

.info-contact .overlay-img img {
    width: 75%;
    height: 60%;
    object-fit: contain;
}

.info-contact .info-inner h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    margin-bottom: 32px;
    color: #fff;
}

.info-contact .info-inner .info-items .item .icon {
    width: 26.68px;
    font-size: 20px;
}

.info-contact .info-inner .info-items .item span {
    max-width: calc(100% - 26.68px);
    /* font-size: 17.79px; */
    /* font-weight: 400; */
    /* line-height: 21.38px; */
}

.info-contact .info-inner .info-items .item a {
    font-size: 17.79px;
    font-weight: 400;
    line-height: 21.38px;
}

.info-items .item a:hover {
    color: #fff;
    opacity: .8;
}

.singleModal .modal-body .form-contact {
    padding: 0;
    box-shadow: none;
    border: none;
}

/* End Contact-page */