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

/* Start Fonts */

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

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

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

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

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

/* End Fonts */

:root {
    --main-color: #0F6DB6;
    --sec-color: #093A60;
    --dark-color: #141414;
    --bg-color: #EDF7FF;
}

z {
    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: 'source';
    background: #fff;
    text-align: start;
    overflow: hidden;
    overflow-y: auto;
}

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

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

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

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

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

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

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

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* 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;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100%;
    /* min-width: 100%; */
    padding: 20px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}

.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: 80vh;
    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: 20px;
    color: #FFFFFF;
    line-height: 30px;
    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;
    right: 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(--main-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: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 13px 0;
}

.head-inner .logo a {
    max-width: 210.78px;
    display: block;
}

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

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

.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;
    right: -57px;
    margin: auto 0;
    bottom: 0;
    font-size: 22px;
    color: var(--sec-color);
    z-index: 9;
}

.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 {
    transform: scale(.9) translateX(130vw) translateZ(0) !important;
    height: 100vh;
    transition: transform .8s cubic-bezier(.15, .2, .1, 1);
    transform-origin: center;
    z-index: 0;
    overflow: hidden;
}

body.mobile-menu-visible .mobile-menu {
    z-index: 5;
    opacity: 1;
    /* width: 200px; */
}

.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;
}

.nav-menu ul li a {
    font-size: 18px;
    font-family: 'sourceMed';
    line-height: 20px;
    color: #fff;
    padding: 39px 0 0;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
    border: none !important;
    transition: all .4s;
    box-shadow: 0px 8px 8px 0px #05264026 !IMPORTANT;
    background: var(--main-color);
    border-radius: 50px;
    min-height: 45px;
    min-width: 192.94px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 14px;
    /* font-weight: 550; */
    line-height: 20px;
    color: #fff;
    font-family: 'sourceBold';
    outline: none !important;
    text-transform: uppercase;
}

.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;
}

.search-box-btn.search-box-outer {
    cursor: pointer;
    width: 18.76px;
}

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

.lang-h {
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'sourceBold';
    line-height: 19px;
    color: #fff;
}

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

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

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

.slider-block .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000BD;
}

.slider-text h3 {
    font-size: 48px;
    line-height: 43.57px;
    color: #fff;
    font-family: 'sourceLight';
}

.slider-text h1 {
    font-size: 62.1px;
    line-height: 43.57px;
    font-family: 'sourceBold';
    color: #fff;
    margin: 20px 0 0;
}

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

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

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

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

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

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

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

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

.goSection {
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    display: table;
    margin: 0 auto;
    z-index: 5;
    color: #fff;
    text-align: center;
}

.goSection span {
    display: table;
    font-family: 'sourceLight';
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.goSection i {
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

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

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

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

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

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

/* End Banner-h */

/* Start Services-h */

.slick-dotted.slick-slider {
    margin: 0;
}

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

.title {
    margin: 0 0 30px;
}

.title h3 {
    font-family: 'sourceBold';
    font-size: 40px;
    color: #141414;
    line-height: 80px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.title h3::after {
    content: "";
    position: absolute;
    width: 92.19px;
    height: 41.29px;
    opacity: 0.2;
    background: var(--main-color);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 14px;
}

.title.title-center {
    text-align: center;
    display: table;
    margin: 0 auto 30px;
}

.serv-block {
    margin: 10px 0;
    padding: 40px 40px 60px;
    border-radius: 15px;
    height: calc(100% - 20px);
    padding-inline-end: 20px;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    overflow: hidden;
}

.serv-block::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url(../images/mask.svg);
    mask-image: url(../images/mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #fff;
    mask-size: cover;
    mask-position: bottom right;
    z-index: -1;
}

.serv-block .icon {
    max-width: 76.03px;
    margin: 0 0 60px;
    height: 68.18px;
    line-height: 68.18px;
}

.serv-block .icon img {
    max-height: 68.18px;
    object-fit: contain;
}

.serv-block .details .name {
    font-family: 'sourceBold';
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    display: block;
    color: #141414;
}

.serv-block .details p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 23px 0 0;
    color: #3F3F3F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.serv-block .showDetails {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43.74px;
    height: 43.74px;
    line-height: 43.74px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
}

.serv-block .showDetails i {
    line-height: 43.74px;
}

.btn-center {
    text-align: center;
    margin: 30px 0 0;
}

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

/* End Services-h */

/* Start Projects-h */

.projects-h {
    padding: 65px 0;
}

.projects-inner .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.projects-inner .item {
    padding: 0 10px;
}

.pro-block {
    position: relative;
    margin: 10px 0;
    border: 1px solid #E0E0E0;
    padding: 3px 2px;
    border-radius: 20px;
    overflow: hidden;
}

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

.pro-block .img {
    height: 246px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

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

.pro-block .details {
    padding: 26px 32px 33px;
}

.pro-block .details h3 {
    font-family: 'sourceBold';
    font-size: 21px;
    color: #141414;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 16px;
}

.pro-block .details p {
    font-family: 'sourceLight';
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro-block .details .showMore {
    margin: 24px 0 0;
}

.showMore {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #696969;
    font-family: 'sourceBold';
    font-size: 16px;
    line-height: 20px;
}

.showMore i {
    font-size: 11.78px;
    margin-inline-start: 6px;
    position: relative;
    top: 2px;
}

/* End Projects-h */

/* Start About-h */

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

.text-about .title {
    margin: 0 0 32px;
}

.text-about .title h3 {
    line-height: 38px;
}

.text-about .about-content ul {
    padding-inline-start: 20px;
}

.text-about .about-content ul li {
    display: list-item;
    list-style: disc;
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0;
}

.text-about .btn {
    margin: 30px 0 0;
    min-width: 152px;
    min-height: 48px;
}

.about-img {
    position: relative;
    max-width: 501.14px;
    display: flex;
    align-items: end;
    -webkit-align-items: end;
    height: 482.12px;
    z-index: 2;
}

.about-img .img {
    height: 336.98px;
    max-width: 277.88px;
    /* overflow: hidden; */
    position: relative;
}

.about-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.about-img .img.img-2 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 255.18px;
    height: 318.97px;
    z-index: 2;
}

.about-img .counter-about {
    position: absolute;
    bottom: -22px;
    right: -140px;
    display: flex;
    background: #222222;
    z-index: 2;
    padding: 6px 32px;
    min-width: 247.33px;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
}

.about-img .counter-about .icon {
    width: 39.26px;
    height: 36.66px;
}

.about-img .counter-about .details {
    width: calc(100% - 39.26px);
    padding-inline-start: 21px;
}

.about-img .counter-about .details .counter-item {
    font-family: 'sourceBold';
    font-size: 31px;
    line-height: 39px;
    margin: 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.counter-item {
    direction: ltr;
}

.about-img .counter-about .details h4 {
    font-family: 'sourceBold';
    font-size: 19px;
    line-height: 24px;
}

.about-img .circel {
    position: absolute;
    inset: 0;
    text-align: center;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    animation: rotate 20s infinite linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.about-img .dot {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 292.9px;
    max-height: 292.9px;
    width: 100%;
    height: 100%;
    animation: rotate2 20s infinite linear;
}

@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
    }
}

@-webkit-keyframes rotate2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-359deg);
    }
}

.about-img .dot::after {
    content: "";
    width: 27.48px;
    height: 27.48px;
    border-radius: 50%;
    background: var(--main-color);
    display: block;
}

/* End About-h */

/* Start Contact-h */

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

.form-h {
    padding: 64px 42px;
    background: var(--bg-color);
    border-radius: 20px;
}

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

.form-h .title h3 {
    line-height: 61.6px;
}

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

.form-h .form-group .form-control {
    width: 100%;
    border: 1px solid #C4DBEE;
    background: transparent !important;
    box-shadow: none !important;
    height: 57.84px;
    transition: all .4s;
    padding: 0 31px;
    font-family: 'sourceLight';
    font-size: 16px;
}

.form-h .form-group label {
    position: absolute;
    top: -19px;
    font-size: 20px;
    line-height: 31px;
    background: var(--bg-color);
    left: 20px;
    text-transform: capitalize;
    padding: 5px 10px;
    color: #000000;
    transition: all .4s;
}

.form-h .form-group .form-control:focus::placeholder {
    color: #0F6DB6;
}

.form-h .form-group .form-control::placeholder {
    transition: all .4s;
    color: #577D9B;
}

.form-h .form-group .form-control:focus+label {
    color: var(--main-color);
}

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

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

button.btn.btn-form {
    display: table;
    margin-inline-start: auto;
    min-width: 152px;
}

.map-h {
    height: 100%;
    mix-blend-mode: hue;
    border-radius: 20px;
    overflow: hidden;
    filter: grayscale(1);
}

.slick-slider .slick-arrow {
    width: 51.88px;
    height: 50.09px;
    background: var(--main-color);
    z-index: 2;
    border-radius: 6.26px;
}

.slick-prev:before,
.slick-next:before {
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    opacity: 1 !important;
    color: #fff;
    font-size: 27.89px;
    line-height: 50.09px;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next {
    right: -70px;
}

.slick-prev {
    left: -70px;
}

button.slick-arrow.slick-disabled {
    opacity: 0.3;
}

.about-img::after {
    content: "";
    position: absolute;
    height: 165.9px;
    background: url(../images/dots.svg);
    width: 255.18px;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: 59px;
}

.with-after::after {
    content: '' attr(data-after)'';
    position: absolute;
    font-family: 'sourceBold';
    font-size: 105px;
    font-weight: 700;
    line-height: 74px;
    -webkit-text-stroke: 1.13px solid #0E304B;
    color: var(--bg-color);
    text-shadow: 0 0 1px #0E304B;
    writing-mode: tb-rl;
    white-space: nowrap;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 14px;
}

.about-h.with-after::after {
    right: auto;
    left: 0;
    font-size: 88px;
    line-height: 61px;
}

/* End Contact-h */

/* Start Footer */

.footer-top {
    padding: 85px 0 100px;
    background: var(--sec-color);
    overflow: hidden;
    position: relative;
}

.footer-top::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -70px;
    height: 60%;
    background: url(../images/bg-footer.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom center;
}

.logo-f {
    text-align: center;
}

.logo-f img {
    max-width: 227.85px;
}

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

.foot-col h3 {
    font-family: 'sourceBold';
    font-size: 31px;
    line-height: 38px;
    color: #fff;
    margin: 0 0 31px;
    text-transform: uppercase;
}

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

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

.foot-col .link-f li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.info-items .item a {
    display: flex;
    /* align-items: center; */
    /* -webkit-align-items: center; */
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.info-items .item .icon {
    padding: 4px 0 0;
    width: 24.28px;
}

.info-items .item .icon i {
    font-size: 22px;
    font-weight: 600;
}

.info-items .item span {
    width: calc(100% - 24.28px);
    padding-inline-start: 13px;
    max-width: 183px;
    text-transform: capitalize;
}

.info-items .item {
    margin: 19px 0;
}

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

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

.ryad-logo {
    float: right;
}

.copy-right p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

.footer-top .container {
    position: relative;
    z-index: 2;
}

.mobile-menu .menu-box .navigation li.menu-item-has-children>a {
    display: flex;
    justify-content: space-between;
}

.mobile-menu .menu-box .navigation li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
}

form {
    direction: ltr;
}

/* End Footer */

/* Start About-page */

.breadcrumb {
    padding: 257px 0 152px;
    margin: 0;
}

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

.text-bread h1 {
    margin: 0;
    font-family: 'sourceBold';
    font-size: 59.58px;
    color: #fff;
    line-height: 41.8px;
}

.text-bread h1 span {
    color: #4B99D9;
}

.about-h.about-page {
    background: #fff;
    padding: 100px 0;
}

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

.about-page .text-about {
    padding-top: 30px;
}

/* End About-page */

/* Start Single-service */

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

.single-page {
    background: var(--bg-color);
}

.single-inner .img {
    height: 371.89px;
    overflow: hidden;
    border-radius: 20px;
}

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

.single-inner .single-content {
    padding: 44px 0 0;
}

.single-inner .single-content p {
    max-width: 1006.76px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

/* End Single-service */

/* Start Single-project */

.single-project-inner .text-single {
    margin: 0 0 67px;
    max-width: 883.91px;
}

.single-project-inner .text-single .title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 38.4px;
    text-transform: capitalize;
}

.single-project-inner .text-single .title h3::after {
    margin-inline-start: 17%;
}

.single-project-inner .text-single p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.single-img {
    height: 237.75px;
    border-radius: 10px;
    overflow: hidden;
}

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

.single-imgs .slick-slider .slick-arrow {
    margin: 0 90px;
    width: 34.36px;
    height: 33.17px;
    line-height: 33.17px;
}

.single-imgs .slick-slider .slick-arrow::before {
    line-height: 33.17px;
    font-size: 15.85px;
}

.slider-single-for {
    margin: 0 0 16px;
}

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

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

.single-thumb-img {
    position: relative;
    height: 85.08px;
    overflow: hidden;
    border-radius: 10px;
}

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

.single-thumb-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main-color);
    transition: all .5s;
    opacity: 0;
}

.slick-current .single-thumb-img::after {
    opacity: .7;
}

.project-sidebar {
    background: #FFFFFF;
    padding: 34px 32px;
    border-radius: 20px;
}

.project-sidebar .title {
    margin: 0 0 40px;
}

.project-sidebar .title h3 {
    font-size: 29.58px;
    line-height: 28.39px;
    display: table;
}

.project-sidebar .title h3::after {
    margin: auto;
}

.project-sidebar ul li a {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    margin: 31px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.39px;
}

.project-sidebar ul li a::before {
    content: "\f178";
    font-family: 'Font Awesome 6 Pro';
    margin-inline-end: 10px;
    font-size: 13.4px;
}

/* End Single-project */

/* Start Contact-page */

.contact-page .form-h {
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.contact-page .form-h .form-group label {
    background: #fff;
}

.contact-page .form-h .form-group .form-control {
    border-radius: 7px;
}

.map-con {
    height: 302.29px;
    padding: 15px;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    margin: 0 0 32px;
}

.map-con .map-h {
    height: 100%;
    border-radius: 13px;
    margin: 0;
}

.info-con .item {
    display: flex;
    margin: 0 0 14px;
}

.info-con .item .icon {
    width: 21px;
    font-size: 20.39px;
    color: var(--main-color);
}

.info-con .item .details {
    max-width: calc(100% - 21px);
    padding-inline-start: 17px;
}

.info-con .item .details a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.05px;
}

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

/* End Contact-page */