@import url('bootstrap.min.css');
@import url('animate.css');
@import url('line-awesome.min.css');
@import url('all.css');
@import url('jquery.fancybox.css');
@import url('swiper-bundle.min.css');
@import url('intlTelInput.css');
@import url('odometer.css');
@import url('slick.css');
@import url('slick-theme.css');

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'ping';
    src: url(../fonts/ping-regular.otf);
}

@font-face {
    font-family: 'pingLight';
    src: url(../fonts/ping-light.otf);
}

@font-face {
    font-family: 'pingMed';
    src: url(../fonts/ping-medium.otf);
}

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


/* End Fonts */

:root {
    --main-color: #2DABD3;
    --sec-color: #223545;
    --dark-color: #000;
    --bg-color: #DFF1FF;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'ping';
    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: 'ping';
    background: #fff;
    text-align: start;
    direction: rtl;
}

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

p {
    margin: 0;
    color: var(--dark-color);
    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;
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    text-align: right;
}

/* 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 Select Nice */

select {
    /* display: none; */
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: right; */
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
    padding: 0 20px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: "\f107";
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 0;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    border: none !important;
    transform: none !important;
    font-size: 14px;
    color: #585858;
    /* opacity: .35; */
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: start;
    transition: all 0.2s;
    color: #000;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--main-color);
    color: #fff;
}


/* End Select Nice */


/***

====================================================================
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: #000000;
}

.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 Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
    /* background-image: url(../images/bg-sidebar.png); */
    opacity: 0;
    transition: all .3s;
    background-color: var(--main-color);
    background-size: contain;
    background-position: center;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    /* text-align: left; */
    display: none;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    max-height: 55px;
}

.mobile-menu-visible {
    /* overflow: hidden; */
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
    transform: none;
    opacity: 1;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--main-color);
    opacity: 0;
    transform: translateX(100%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    z-index: 5;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.mobile-menu .close-btn {
    position: relative;
    left: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: left;
    font-size: 26.96px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    /* opacity: 0; */
    margin: 0 0 30px;
    width: 100%;
    /* height: 40px; */
    /* transition: all .5s; */
    line-height: 40px;
    /* border: 1px #fff solid; */
    text-align: center;
    border-radius: 50%;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    /* margin-inline-start: auto; */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    justify-content: flex-end;
}

.mobile-menu-visible .mobile-menu .close-btn {
    /* opacity: 1; */
    /* display: block; */
    /* -webkit-transition-delay: 300ms; */
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
}

.mobile-menu .close-btn:hover {
    /* opacity: 0.50; */
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    /* max-height: calc(100vh - 100px); */
    /* overflow: hidden; */
    /* overflow-y: scroll; */
    display: block;
    padding-inline-end: 0;
    /* height: 100%; */
}

.mobile-menu .navigation li {
    /* position: relative; */
    display: block;
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: none;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    color: #fff;
    /*text-transform: capitalize;*/
    padding-inline-end: 30px;
    margin: 0 0 27px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: var(--sec-color);
    padding-inline-start: 20px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
    background: transparent;
    /* height: 0; */
    transition: none;
    overflow: hidden;
    position: absolute;
    /* right: 100%; */
    top: 0;
    padding-inline-start: 13px;
    /* transition: none; */
    position: relative;
    margin-bottom: 25px !important;
}

.sticky-header .navbar-header {
    display: none;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    top: 4px;
    float: right;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-left: 30px;
}

.sticky-header .outer-box .search-box-btn {
    color: #000000;
}

.sticky-header .outer-box {
    padding: 22px 0px;
}

.mobile-menu .menu-box .nav-title {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--main-color);
    justify-content: space-between;
}

.mobile-menu .menu-box .nav-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.mobile-menu .navigation li.menu-item-has-children a::after {
    content: "\f177";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: lighter;
    transition: all .5s;
    /* margin-inline-end: -40px; */
}

.mobile-menu .navigation li.open .sub-menu {
    height: auto;
    padding: 0 20px;
}

.mobile-menu .navigation li.menu-item-has-children.open::after {
    transform: rotate(180deg);
}

.pages-bady {
    /* transition: all .5s; */
    overflow: hidden;
}

body.mobile-menu-visible .pages-bady {
    transform: translateX(-100%);
}

.mobile-menu::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 95%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.menu-outer {
    padding: 30px;
}

div#navbarSupportedContent {
    height: 100%;
}

.mobile-menu .menu-box::-webkit-scrollbar {
    width: 5px;
}

.mobile-menu .menu-box::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 15%);
}

.mobile-menu .menu-box::-webkit-scrollbar-thumb {
    background: #ffffff5e;
    outline: none;
}

/*** 

====================================================================
	End Sidebar style
====================================================================

***/

/* Start Header */

.header-top .head-top {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.header-top {
    padding: 34px 0;
}

header {
    position: relative;
    z-index: 99999;
    right: 0;
    left: 0;
    top: 0;
}

.header-top .head-top .nav-head ul {
    display: flex;
    flex-wrap: wrap;
}

.logo {
    /* max-width: 20%; */
    /* flex: 0 0 20%; */
    /* text-align: center; */
    margin-inline-end: 28px;
}

.header-top .head-top .nav-head ul li {
    margin-inline-end: 30px;
}

.header-top .head-top .nav-head ul li a {
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: 0.0125em;
    color: #FFF;
}

.header-top .head-top .nav-head,
.header-top .head-top .menu-top-right {
    max-width: 40%;
    flex: 0 0 40%;
}

.logo a {
    display: block;
}

.logo img {
    max-width: 121.92px;
    transition: all .5s;
    width: 100%;
}

.header-top .head-top .menu-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}

.res-menu {
    display: none;
}

.btn:hover,
.btn:focus,
.btn-check:focus+.btn,
.header-top .btn:hover,
.btn.btn-white:hover {
    background: var(--main-color);
    color: var(--sec-color);
    /* box-shadow: none !important; */
    /* border-color: var(--sec-color) !important; */
}

.lang {
    font-family: 'pingBold';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    color: #223545;
    /*text-transform: capitalize;*/
}

.header-top .btn {
    background: #fff;
    color: var(--main-color);
}

.search-box-btn.search-box-outer {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 8px;
    /* transform: scaleX(-1); */
    transition: all .3s;
    color: #000;
    margin-inline-start: 30px;
}

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

.lang:hover {
    color: var(--main-color);
    /* border-color: var(--main-color); */
}

.search-box-btn.search-box-outer:hover,
.header-page .search-box-btn.search-box-outer:hover,
.head-inner .menu-right .info-links a:hover {
    color: var(--main-color);
}

.button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 0;
}

.su_button_circle {
    background-color: red;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    /*animation-timing-function: ease-in-out; */
    transition: all .5s;
}

.btn {
    overflow: hidden;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: var(--sec-color);
    font-size: 14px;
    min-width: 160.54px;
    color: #fff;
    border-radius: 50px;
    min-height: 52.73px;
    font-weight: 800;
    /*text-transform: capitalize;*/
    font-family: 'pingBold';
}

.button_text_container {
    position: relative;
    z-index: 10000;
    display: inline-block;
    line-height: 32px;
}

.explode-circle {
    animation: explode 0.5s forwards;

}

.desplode-circle {
    animation: desplode 0.5s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(42, 53, 80, 0.2);
    }

    100% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87, 0.8);
    }
}

@keyframes desplode {
    0% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87, 0.8);
    }

    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(129, 80, 108, 0.6);
    }
}

.mobile-nav-toggler {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    text-align: center;
    line-height: 35px;
    font-size: 26px;
    cursor: pointer;
    background: var(--main-color);
    color: #fff;
    border-radius: 4px;
    position: relative;
}

.mobile-nav-toggler i {
    line-height: 42px;
}

.lang:hover {
    /* color: var(--sec-color); */
}

.mobile-menu .navigation ul li>a::after {
    display: none;
}

.mobile-menu .navigation li:first-child a {
    padding-top: 0;
}

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

.head-inner .nav-menu ul {
    display: flex;
}

.head-inner .nav-menu ul li {
    position: relative;
    margin: 0;
    color: #000;
    /* padding: 20px 0; */
}

.head-inner .nav-menu ul li a {
    color: #223545;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 20px;
    text-transform: capitalize;
}

.header-med {
    padding: 20px 0;
    /* background: #040e31; */
    transition: all .3s;
}

.head-inner .nav-menu ul li .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    min-width: 276.34px;
    background: #fff;
    border-radius: 5px;
    padding: 14px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 4px 14px 0px #00000026;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
}

.head-inner .nav-menu ul li .sub-menu li {
    margin: 0;
    /* padding: 0; */
}

.head-inner .nav-menu ul li .sub-menu li a,
.head-inner .nav-menu ul li .sub-menu li li a {
    padding: 6px 0;
    display: block;
    font-size: 16px;
    color: var(--dark-color);
    border-bottom: 1px solid #EDEDED;
    line-height: 25.66px;
}

.head-inner .nav-menu ul li:hover .sub-menu,
.head-inner .nav-menu ul li:hover .sub-menu li:hover .sub-menu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 4;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.2s;
}

.head-inner .nav-menu ul li.menu-item-has-children a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    position: relative;
    left: 0;
    top: 0;
    font-size: 10px;
    margin-inline-start: 5px;
    font-weight: bold;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu {
    width: 552px;
    display: flex;
    flex-wrap: wrap;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li {
    padding: 10px 30px;
    max-width: 50%;
    flex: 0 0 50%;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li ul {
    display: block;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li ul li {
    max-width: 100%;
    padding: 0;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li ul li a {
    padding: 6px 0;
}

.head-inner .nav-menu ul li.mega-menu .sub-menu.sub-mega-menu li h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;

    margin: 0 0 26px;
}

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

.head-inner .nav-menu ul li.menu-item-has-children.mega-menu .sub-menu {
    width: 544px;
    display: flex;
    flex-wrap: wrap;
}

.head-inner .nav-menu ul li.menu-item-has-children.mega-menu .sub-menu li {
    max-width: 50%;
    flex: 0 0 50%;
}

.head-inner .nav-menu ul li.current-menu-item a::after,
.head-inner .nav-menu ul li a:hover::after {
    transform: none;
    opacity: 1;
}

.head-inner .nav-menu ul li .sub-menu li a::after {
    display: none;
}

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

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

.menu-right .btn {
    min-width: 160.54px;
    min-height: 52.73px;
    padding: 12px 25px;
    margin-inline-start: 25px;
    
    !i;!;
    font-size: 14px;
    font-family: 'pingBold';
    line-height: 28px;
    text-align: center;
    background: var(--main-color);
}

.menu-right .btn i {
    margin: 0;
    margin-inline-end: 6px;
    font-size: 14px;
    transform: none;
}

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

.head-inner .menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.head-inner .nav-menu ul li a:hover,
.head-inner .nav-menu ul li:hover {
    color: var(--sec-color);
}

.head-inner .nav-menu ul li.current-menu-item a,
.head-inner .nav-menu ul li a:hover,
.head-inner .nav-menu ul li:hover {
    /* background: var(--sec-color); */
    color: var(--main-color);
}


.head-inner .nav-menu ul li a::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%;
    display: none;
}

.head-inner .nav-menu ul li .sub-menu li a::before {
    display: none;
}

.lang i {
    margin-inline-start: 9px;
    font-size: 20.33px;
    color: var(--sec-color);
}

.mobile-menu .navigation li:last-child a {
    margin-bottom: 0;
}

.mobile-menu .menu-outer .row {
    align-items: center;
    -webkit-align-items: center;
}

.logo-side {
    max-width: 362.79px;
    transition: all .5s;
    opacity: .40;
}

.logo-side:hover {
    opacity: 1;
}

.btn::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: var(--sec-color);
    transition: all .4s;
    transform: translateX(67%);
    top: 0;
    /* opacity: 0; */
    /* visibility: hidden; */
    display: none;
    border-radius: 50px;
}

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

.btn:hover::after {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.btn-sidebar {
    margin: 44px 0 0;
}

.head-inner .menu-right button {
    color: #0D0D0D;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    background: transparent !important;
    border: transparent !important;
    padding: 0;
    margin-inline-start: 18px;
}

.head-inner .nav-menu ul li .sub-menu .sub-menu {
    right: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    z-index: -1;
}

.head-inner .nav-menu ul li .sub-menu li.menu-item-has-children a::after {
    display: block;
    content: "\f104";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 14px;
    margin-inline-start: 6px;
}

.head-inner .nav-menu ul li .sub-menu li.menu-item-has-children li a::after {
    display: none;
}

.head-inner .nav-menu ul li .sub-menu li:first-child a::after {
    top: 1px;
}

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

.head-inner .menu-right .s-h {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.head-inner .menu-right .s-h a {
    width: 34.19px;
    height: 34.19px;
    line-height: 34.19px;
    font-size: 22px;
    color: var(--main-color);
    text-align: center;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    margin-inline-end: 8.5;
}

.head-inner .menu-right .s-h a img {
    max-width: 19.12px;
    max-height: 19.12px;
}

.img-2030 {
    max-width: 94.69px;
    margin-inline-end: 24px;
}

/* End Header */

/* Start Banner-h */

.banner-block .row {
    min-height: 639.28px;
    align-items: center;
    -webkit-align-items: center;
    padding: 100px 0;
}

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

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

.head-inner .menu-right .info-links {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.head-inner .menu-right .info-links a {
    font-size: 20px;
    margin: 0 8px;
    color: #fff;
}

@media (min-width: 1200px) {
    .header-med .container {
        /* max-width: 1440px; */
    }
}

.btn-head {
    margin-inline-start: 10px;
}

.text-banner h1 {
    font-size: 52.63px;
    line-height: 86.07px;
    color: var(--main-color);
    font-family: 'pingMed';
    margin: 0 0 22px;
}

.text-banner .btn {
    text-transform: uppercase;
    margin-inline-end: 13px;
    /* border-end-start-radius: 40px !important; */
}

.banner-block .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 75.81%;
    background: linear-gradient(180deg, #223545 0%, rgba(34, 53, 69, 0.645833) 50%, rgba(34, 53, 69, 0) 100%);
}

.head-inner .nav-menu ul li .sub-menu::before {
    content: "";
    position: absolute;
    width: 9.48px;
    height: 4.74px;
    background: #fff;
    top: -4px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    right: 23px;
}

.search-box-btn.search-box-outer i {
    font-weight: bold;
}

.text-banner h1 span {
    display: block;
    font-size: 38.19px;
    line-height: 62.45px;
}

.menu-right .btn::before,
.menu-right .btn::after {
    display: none;
}

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

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

.nav-slider .swiper-button-prev,
.nav-slider .swiper-button-next {
    background: transparent;
    width: 125.51px;
    height: 42.47px;
    border-radius: 104.7px;
    color: #fff;
    font-size: 22.89px;
    padding: 3px 0 0;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: 0em;
    border: 1px solid #D1D1D1;
}

.nav-slider .home-nav::after {
    display: none;
}

.nav-slider .swiper-button-prev {
    right: -80px;
    padding-inline-start: 45px;
    left: auto;
}

.nav-slider .swiper-button-next {
    left: -80px;
    padding-inline-end: 45px;
    right: auto;
}

.nav-slider .home-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 46.55px;
    height: 46.55px;
    /* background: url(../images/line.png); */
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    margin: -9px;
}

.nav-slider .swiper-button-next.home-nav::before {
    transform: scaleX(-1);
    left: auto;
    right: 0;
}

.banner-block .banner-img {
    height: 564.31px;
}

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

/* End Banner-h */

/* Start About-h */

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

.img-about .img {
    max-width: 526.66px;
    margin-inline-start: auto;
    height: 581.98px;
    border-radius: 20px;
    overflow: hidden;
}

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

.img-about .counter-about {
    width: 167.66px;
    height: 149.27px;
    padding: 15px;
    box-shadow: 0px 0px 23.68px 0px #00000040;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: #fff;
    right: 0;
    margin: -40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.img-about {
    height: 581.98px;
    position: relative;
    max-width: 526.66px;
}

.counter-item {
    direction: ltr;
}

.img-about .counter-about .counter-item {
    color: #000;
    font-size: 47.77px;
    margin: 0;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
}

.img-about .counter-about h3 {
    font-size: 18.05px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
    color: #000;
}

.text-about {
    max-width: 555.25px;
}

.title {
    margin: 0 0 30px;
}

.title span {
    color: var(--main-color);
    font-size: 22px;
    font-family: 'pingMed';
    line-height: 41px;
}

.title h3 {
    color: #000;
    font-family: 'pingBold';
    max-width: 554.91px;
    /*text-transform: capitalize;*/
    font-size: 38px;
    line-height: 60px;
    margin: 5px 0 0;
}

.text-about p {
    color: #000;
    margin: 0 0 9px;
    font-family: 'pingMed';
    font-size: 18px;
    line-height: 30px;
}

.item-about .item {
    border: 1.01px solid #D9EEFD;
    padding: 20px 26px;
    display: flex;
    margin: 15px 0;
    height: calc(100% - 30px);
    border-radius: 5px;
}

.item-about .item .icon {
    width: 44.45px;
    height: 44.45px;
    line-height: 44.45px;
    text-align: center;
    border-radius: 7.04px;
    background: #DEF0FF;
    color: var(--sec-color);
    font-size: 16.09px;
}

.item-about .item .details {
    width: calc(100% - 44.45px);
    padding-inline-start: 14px;
}

.item-about .item .details h3 {
    color: #000;
    font-size: 21px;
    font-family: 'pingMed';
    line-height: 48px;
    margin: 0 0 1px;
    margin-top: -10px;
    /*text-transform: capitalize;*/
}

.item-about .item .details p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #424242;
    font-family: inherit;
}

.text-about .btn {
    margin: 11px 0 0;
}

.about-h .row {
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.about-h::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 58%;
    background: url(../images/bg-about.png);
    z-index: -1;
    opacity: 0.05;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    mix-blend-mode: luminosity;
    display: none;
}

/* End About-h */

/* Start Manger-h */

.manger-h {
    padding: 97px 0;
}

.manger-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #44494f;
    opacity: 0.96;
}

.manger-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.img-manger {
    max-width: 495.71px;
    height: 510.65px;
    margin-inline-start: auto;
    border-radius: 10px;
    overflow: hidden;
}

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

.text-manger {
    max-width: 555.7px;
}

.text-manger h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
    margin: 0 0 25px;
}

.text-manger p {
    margin: 25px 0;
	color:#fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
}

.btn.btn-white {
    background: #c4996c;
    color: #ffffff;
}

.text-manger .btn.btn-white {
    margin: 10px 0 0;
}

/* End Manger-h */

/* Start Projects-h */

.projects-h {
    padding: 100px 0;
    overflow: hidden;
    /* background: #f3f3f3; */
}

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

.title-center h3 {
    max-width: inherit;
}

.swiper-button-next,
.swiper-button-prev {
    background: transparent;
}

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

.nav-slider {
    max-width: 95%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.swiper.projects-slider {
    /* overflow: visible; */
}

.projects-slider .swiper-slide-next,
.projects-slider .swiper-slide-prev,
.projects-slider .swiper-slide-active {
    opacity: 1 !important;
}

.projects-slider .swiper-wrapper {
    /* justify-content: center; */
    /* display: flex; */
}

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

.project-block {
    position: relative;
    overflow: hidden;
    height: 530.01px;
    margin: 15px 0;
}

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

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

.project-block .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(22, 26, 31, 0.22) 50%, #2A313B 100%);
}

.project-block .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 27px 14px;
    text-align: center;
}

.project-block .details h3 {
    color: #fff;
    font-size: 21px;
    font-family: 'pingBold';
    line-height: 36px;
    margin: 0 0 5px;
}

.project-block .details span {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    display: none;
}

.projects-h::before,
.projects-h::after {
    content: "";
    position: absolute;
    width: 5%;
    background: #fff;
    height: 100%;
    z-index: 2;
    top: 0;
    opacity: 0;
}

.projects-h::before {
    right: 0;
}

.projects-h::after {
    left: 0;
}

.projects-slider .item, .projects-slider .item.slick-slide.slick-current.slick-active.slick-center ~ .item.slick-slide, .projects-slider .item+.item.slick-slide.slick-cloned.slick-active, .projects-slider .item.slick-slide+.item.slick-slide.slick-active {
    opacity: 0.2;
    padding: 0 12px;
    direction: rtl;
}

.nav-slider .projects-nav {
    border: 1px solid #D1D1D1 !important;
    color: #000000 !important;
    /* font-size: 22.89px; */
}

/* End Projects-h */

/* Start Clients-h */

.clients-h {
    padding: 64px 0 100px;
    /* background: #F2F2F2; */
}

.clients-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #F2F2F2;
    opacity: 0.96;
}

.nav-slider .clients-nav {
    background: #FFFFFF66;
    color: #000000;
}

.part-block {
    border: 1px solid #EEF8FF;
    height: 140.74px;
    line-height: 138.74px;
    text-align: center;
    background: #fff;
    border-radius: 11px;
}

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

.nav-slider .swiper-button-prev.clients-nav {}

/* End Clients-h */

/* Start Contact-h */

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

.title.title-contact {
    margin: 0 0 27px;
}

.title.title-contact h3 {
    font-weight: 600;
    line-height: 70px;
}

.title.title-contact p {
    margin: 19px 0 0;
    color: #656565;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.form-contact {
    max-width: 532.69px;
}

.form-contact .form-group {
    margin: 0 0 16px;
}

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

.form-contact .form-group label {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
    /*text-transform: capitalize;*/
}

.form-contact .form-group .form-control {
    border: 1px solid #C9E4F8;
    height: 46.92px;
    padding: 0 17px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: none !important;
    text-align: right;
}

.form-contact .form-group textarea.form-control {
    padding: 10px 20px;
    height: 99.74px;
}

button.btn.btn-form {
    margin: 16px 0 0;
}

.info-contact .info-inner {
    margin: 0 0 65px;
}

.info-contact .info-inner ul li {
    display: flex;
    /* align-items: center; */
    /* -webkit-align-items: center; */
    margin: 0 0 21px;
}

.info-contact .info-inner ul li .icon {
    width: 24px;
    font-size: 24px;
    color: var(--main-color);
}

.info-contact .info-inner ul li .details {
    width: calc(100% - 24px);
    display: flex;
    padding-inline-start: 30px;
}

.info-contact .info-inner ul li .details strong {
    color: #28436A;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.info-contact .info-inner ul li .details span {
    max-width: 355.68px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-inline-start: 23px;
    color: #656565;
    display: flex;
    gap: 10px;
}

.info-contact .info-inner ul li .details span a {
    color: #656565;
    /* display: block; */
}

.info-contact .info-inner ul li .details span a u {
    direction: ltr;
    text-decoration: none;
    display: inline-block;
}

.map-contact {
    height: 423.35px;
    position: relative;
}

/* End Contact-h */

/* Start Footer */


.footer-top {
    padding: 64px 0;
    background: #223545;
    text-align: center;
}

.foot-item .logo-f {
    display: block;
    margin: 0 auto 24px;
    max-width: 202.1px;
}

.btn-foot {
    margin: 24px 0 18px;
}

.link-f ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.link-f {
    margin: 17px 0;
}

.link-f ul li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    margin: 10px 23px;
}

.s-f {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0 0;
}

.s-f a {
    display: block;
}

.s-f a i {
    width: 33.98px;
    height: 33.98px;
    border: 1.06px solid #E3E3E3;
    margin: 0 5px;
    line-height: 33.98px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /* padding: 4px 0 0; */
    transition: all .4s;
    border-radius: 50%;
}

.s-f a:hover i {
    color: #6F8EFF;
    border-color: #BFCDFF4D;
}

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

.ryad-logo {
    float: left;
}

.copyRight p {
    color: #092854;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}

form {
    direction: rtl;
}

header.sticky.active {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

header.sticky.active .logo img {
    max-width: 100px;
}

header.sticky.active .head-inner .nav-menu ul li a {
    font-size: 14px;
}

header.sticky.active .img-2030 {
    max-width: 70.69px;
}

header.sticky.active .header-med {
    padding: 10px 0;
}

.whatsappIcon {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    left: 0;
    margin: 30px;
    z-index: 9;
    background: #25D366;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}


/* End Footer */

/* Start About-page */

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

.about-vision {
    padding-top: 20px;
}

.about-vision .text-about {
    max-width: 100%;
}

.breadcrumb {
    margin: 0;
    padding: 150px 0 130px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.breadcrumb .overlay-img::after {
    /* opacity: 0; */
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #223545 0%, rgba(34, 53, 69, 0.645833) 50%, rgba(34, 53, 69, 0) 100%);
}

.breadcrumb .text-bread h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.breadcrumb .text-bread ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.breadcrumb .text-bread ul li li {
    position: relative;
}

.breadcrumb .text-bread ul li a,
.breadcrumb .text-bread ul li span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    transition: all .4s ease-in;
}

.breadcrumb .text-bread ul li a::after {
    content: "\f104";
    font-family: 'Font Awesome 6 Pro';
    margin: 0 10px;
}

/* End About-page */

/* Start News-page */


.article-block {
    height: calc(100% - 30px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E7E7E7;
    margin: 15px 0;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.article-block .img {
    overflow: hidden;
}

.article-block .img img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    transition: all 1s;
    object-fit: cover;
    object-position: center;
}

.article-block .img a {
    display: block;
    height: 231px;
}

.article-block:hover .img img {
    transform: scale(1.2);
}

.article-block .art-info {
    padding: 26px 30px;
    text-align: center;
    height: calc(100% - 231px);
    display: flex;
    flex-direction: column;
}

.article-block .art-info p {
    color: #000000;
    font-weight: bold;
    margin-bottom: 25px;
}

.article-block .art-info a {
    color: var(--main-color);
    font-weight: bold;
    transition: all 0.4s;
    margin-top: auto;
}

.article-block:hover {
    box-shadow: 0px 12px 30px rgb(127 184 251 / 11%);
}

/* End News-page */

/* Start Single-news */

.all-projects .title h3 {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 700;
}

.all-projects .title {
    margin-bottom: 27px;
}

ul.nav.nav-pills {
    flex-direction: column;
}

ul.nav.nav-pills li.nav-item {
    width: 84%;
    position: relative;
}

ul.nav.nav-pills li.nav-item .nav-link {
    color: #000;
    font-weight: 700;
    background: transparent;
    width: auto;
    display: inline-block;
    padding-inline-start: 14px;
    /*text-transform: capitalize;*/
    position: relative;
    padding-inline-end: 8px;
}

ul.nav.nav-pills li.nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    right: 0;
    top: 16px;
    transition: all 0.3s;
    border-radius: 50%;
}


ul.nav.nav-pills li.nav-item .nav-link.active {
    background-color: #fff;
    color: var(--main-color);
}

ul.nav.nav-pills li.nav-item .nav-link.active::before {
    background: var(--main-color);
}

.single-project-details h3 {
    font-size: 33px;
    font-weight: 700;
    color: rgba(43, 42, 50, 1);
}



.single-project-details .date {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.title-single {
    margin: 0 0 40px;
}

.single-project-details .img-single {
    height: 497px;
    margin: 40px 0;
    border-radius: 20px;
    overflow: hidden;
}

.single-project-details {
    max-width: 825px;
}

.single-project-details .img-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-project-details p {
    color: #040404;
    font-size: 20px;
    line-height: 28px;
    margin: 15px 0;
}

/* End Single-news */

/* Start Career-page */

.iti {
    display: block;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin: 0;
    margin-inline-start: 6px;
    direction: ltr;
}

.iti__flag {
    display: none;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}

.form-contact .form-group .file-upload-group.form-control {
    display: flex;
    position: relative;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    color: #E3E3E3;
}

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

.form-contact.career-inner .accordion-item {
    border: 1px solid #E7E7E7;
    margin: 0 0 12px;
}

.form-contact.career-inner .accordion-item .accordion-button {
    display: flex;
    justify-content: space-between;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /*text-transform: capitalize;*/
}

.form-contact.career-inner .accordion-item .accordion-button::after {
    margin: 0;
    filter: brightness(0) invert(1);
}

.form-contact.career-inner .accordion-item .accordion-button:not(.collapsed) {
    background: var(--sec-color);
}

.accordion-body p {
    font-size: 15px;
}

.about-h .row .item-about.row {
    align-items: normal;
    -webkit-align-items: normal;
}

.form-group .form-control::placeholder {
    text-transform: capitalize;
}

.breadcrumb .overlay-img {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.breadcrumb .overlay-img img {
    object-fit: inherit;
}

.breadcrumb .overlay-img {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.animationH .breadcrumb .text-bread {
    transform: none;
    opacity: 1;
}

.breadcrumb .text-bread {
    transform: translateX(20%);
    opacity: 0;
    transition: .3s;
}

.video-block-about {
    height: 450px;
    margin: 0 0 80px;
}

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

.pagination {margin: 35px 0 0;justify-content: center;}

.pagination .page-item .page-link {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    border-radius: 0 !important;
}

.pagination .page-item.active .page-link, .pagination .page-item .page-link.active {
    background: #fff;
    color: var(--main-color);
}

.title-white h3 {
    color: #fff;
}

.clients-h .nav-slider {
    top: 50%;
}

.banner-h .banner-text {
    max-width: 912.54px;
    margin: 0 auto;
    text-align: center;
}

.banner-h .banner-text h1 {
    font-size: 69.95px;
    font-family: 'pingBold';
    line-height: 72.7px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.banner-h .banner-text p {
    color: #fff;
    font-size: 31.95px;
    font-family: 'pingBold';
    line-height: 72.7px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.banner-h .banner-text .btn {
    margin-top: 50px;
}

.img-about::after {
    content: "";
    position: absolute;
    border: 1px solid #AEECFF;
    width: 484.82px;
    height: 438.74px;
    border-radius: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: -1;
    right: -33px;
}

.item-about .item .icon i {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.services-h {
    background: #F2F2F2;
    padding-top: 64px;
}

.serv-img {
    width: 200%;
    height: 574.13px;
    overflow: hidden;
    right: -40%;
    position: relative;
}

.serv-img img {
    max-height: 100%;
    mix-blend-mode: darken;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.serv-inner {
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 16px 16px 0 0;
    padding: 76px 46px 29px;
}

.serv-inner .title h3 {
    font-family: 'pingBold';
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
    margin: 0;
}

.serv-inner .serv-items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-left: -40px;
}

.serv-inner .serv-items .item {
    padding: 0 40px;
    width: 50%;
    flex: 0 0 auto;
    margin: 17px 0;
}

.serv-item span.num {
    font-family: sans-serif;
    font-size: 39px;
    font-weight: 400;
    line-height: 58.5px;
    color: #0000007D;
}

.serv-item h3 {
    font-family: 'pingBold';
    font-size: 20px;
    color: #000;
    line-height: 35px;
    margin: 14px 0 6px;
}

.serv-item p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
}

.clients-inner .swiper-pagination .swiper-pagination-bullet {
    width: 16.85px;
    height: 16.85px;
    border-radius: 50%;
    border: 1px solid #7FB8FB;
    background: transparent;
    transition: all .4s;
    opacity: 1;
    margin: 0 4px;
}

.clients-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color);
    border-color: var(--main-color);
}

.swiper-pagination.clients-pagination {
    position: relative;
    bottom: 0;
    margin-top: 33px;
}

.form-contact .form-group .form-control::placeholder {color: #E3E3E3;}

.map-contact iframe {
    border-radius: 20px;
}

.map-contact::after {
    content: "";
    position: absolute;
    left: -33px;
    bottom: 0;
    height: 319.15px;
    margin: auto 0;
    width: 100%;
    border: 1px solid var(--main-color);
    top: 0;
    z-index: -1;
    border-radius: 10px;
}

.btn-foot .btn {
    background: var(--main-color);
    min-height: 41.37px;
    font-size: 14px;
    font-family: 'pingBold';
    line-height: 28px;
    text-align: center;
    padding-top: 10px;
}

@media (min-width: 992px){
    .text-about {
        margin-inline-start: 30px;
    }
}

.slick-slider {
    direction: ltr;
}

.projects-slider .item.slick-slide + .item.slick-slide.slick-active, .projects-slider .item.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

.projects-h .slick-arrow {
    background: transparent;
    width: 125.51px;
    height: 42.47px;
    border-radius: 104.7px;
    color: #fff;
    /* font-size: 22.89px; */
    padding: 3px 0 0;
    /* font-weight: 900; */
    /* line-height: 28px; */
    letter-spacing: 0em;
    z-index: 6;
    border: 1px solid #D1D1D1 !important;
    color: #000000 !important;
}

.projects-h .slick-arrow::before {
    font-size: 22.89px;
    font-weight: 900;
    line-height: 28px;
    font-family: 'Font Awesome 6 Pro';
    color: #000;
}

.projects-h .slick-next.slick-arrow {
    right: -30px;
    padding-inline-end: 45px;
    left: auto;
}

.projects-h .slick-prev.slick-arrow {
    left: -30px;
    padding-inline-start: 45px;
    right: auto;
}

.projects-slider .slick-list {
    margin-right: -12px;
    margin-left: -12px;
    padding: 0 !important;
}

i.fab.fa-brands.fa-x-twitter::before {
    content: "\e61b";
}

.home-pagination {
    display: none !important;
}

.mobile-menu .navigation li.current-menu-item a {
    color: var(--sec-color);
}

.form-contact .form-group label.for-sm-input-file {
    margin: 0;
}

.form-contact .form-group select.form-control {
    color: #E3E3E3;
}

.form-contact .form-group select.form-control option {
    color: #333;
}

.img-about .counter-about .counter-item span {
    padding-top: 1px;
}

.projects-slider .item.slick-slide + .item.slick-slide.slick-active, .projects-slider .item.slick-slide.slick-current.slick-active.slick-center+.item.slick-slide.slick-active {
    opacity: 1;
}

.projects-slider .item.slick-slide.slick-cloned+.item.slick-slide.slick-cloned.slick-active {
    opacity: .2;
}

.projects-slider .item.slick-slide+.item.slick-slide.slick-active {
    opacity: .2;
}

.projects-slider .item.slick-slide+.item.slick-slide.slick-active+.item.slick-slide.slick-active {
    opacity: 1;
}

.projects-slider .item.slick-slide.slick-current.slick-active.slick-center+.item.slick-slide.slick-active+.item.slick-slide.slick-active {
    opacity: .2;
}

.services-h {
    background: #F2F2F2;
    padding-top: 64px;
    /*background-image: url(https://mgamal.azq1.com/liaa/wp-content/uploads/2024/12/piccc.png);*/
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 60%;
}

.select-with-arrow {
    position: relative;
}

.select-with-arrow::after {
    color: #333;
    position: absolute;
    left: 0;
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    top: 28px;
    margin: 12px 20px;
}

.foot-item .logo-f img {
    width: 100%;
}
/* End Career-page */
