@import url(styles.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

/* End Fonts */

:root {
    --main-color: #F6B149;
    --sec-color: #fff;
    --dark-color: #111111;
    --bg-color: #E2D5B7;
    --bg-grad: linear-gradient(180deg, #231300 72.63%, rgba(55, 34, 9, 0.86) 100%);
    --56: 56px;
    --32: 32px;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-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: "IBM Plex Sans Arabic", sans-serif;
    direction: rtl;
    background: var(--dark-color);
    text-align: start;
    /* overflow: hidden; */
    /* overflow-y: auto; */
}

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

p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    overflow-wrap: anywhere;
    /*font-weight: 300 !important;*/
}

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

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

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

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

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

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* position: relative; */
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

/* Start Loading */

.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader .loader-inner img {
    max-width: 250px;
}


/* End Loading */


/* Start Not-found */

.not-found .not-found-pro {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.not-found .not-found-pro img {
    max-height: 400px;
}

.not-found .not-found-pro h2 {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: bold;
}

.not-found .not-found-pro h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #777;
}

.not-found .not-found-pro p {
    margin: 25px 0 15px;
    font-size: 14px;
    color: #777;
    /* font-weight: bold; */
    position: relative;
}

.not-found .not-found-pro .btn.go-home {
    padding: 0;
    line-height: normal;
    min-height: auto;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
}

.not-found .not-found-pro p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px #f1f1f1 solid;
    margin: auto;
    width: 100%;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.not-found .not-found-pro p::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
    margin: 20px 0;
    color: #fff;
}


/* End Not-found */

/* Start Sidebar */

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

.mobile-menu {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100vh;
    min-width: 33.3vw;
    padding: 0 30px;
    padding-top: 30.1px;
    padding-bottom: 53.1px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    background: var(--dark-color);
}

.menu-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -10;
    opacity: 0;
    transition: all .3s;
}

.mobile-menu .menu-box {
    position: relative;
    z-index: 2;
    height: calc(100% - 68px);
    /* display: flex; */
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.mobile-menu .menu-box .navigation li {
    margin: 27px 0;
}

.mobile-menu .menu-box .navigation li a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    display: block;
    position: relative;
}


/* End Sidebar */


/***

====================================================================
Start Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: none;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    /* height: 100%; */
    /* position: absolute; */
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: var(--main-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
    opacity: 0;
    inset: 0;
    right: 0;
    left: 0;
    position: absolute;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    right: 150px;
    left: 150px;
    bottom: 0;
    height: 60px;
    padding: 0;
    border-bottom: 1px solid #444243 !important;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    overflow: visible;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    border: none;
    line-height: 20px;
    /* background: transparent !important; */
    width: 100%;
    height: 60px;
    padding: 0px !important;
    background: none !important;
    color: #bababa;
    font-size: 16px;
    font-style: italic;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: var(--light-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #fff;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    /* width: auto; */
    /* height: auto; */
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    inset: 0;
    width: 100%;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    border-radius: 0;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
Start Search Popup
====================================================================

***/

/* Start Header */
.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    padding: 2.8767123287671232vh 1.3671875vw 0;
    position: relative;
    border-radius: 2.191780821917808vh;
    /* overflow: hidden; */
    padding: 0 1.3671875vw;
    backdrop-filter: blur(36px);
    background: #FFFFFF57;
}

header.sticky {
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.917808219178082vh 0;
    background: transparent;
}

.head-inner .logo a {
    min-width: 192.75px;
    display: block;
    width: 8.317708333333334vw;
}

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

.menu-right .mobile-nav-toggler .lines {
    display: block;
    width: 22px;
    overflow: hidden;
    top: 0;
    position: relative;
    margin: auto;
}

.menu-right .mobile-nav-toggler .lines i {
    display: block;
    width: 1.4rem;
    height: 2px;
    /* background: var(--main-color); */
    margin: 6px 0;
    transition: all .5s;
    position: relative;
}

body.mobile-menu-visible {
    overflow: hidden;
    background: var(--main-color);
}

body.mobile-menu-visible .ScrollSmoother-wrapper {
    transform: scale(.8) translateX(32vw) translateZ(0) !important;
    height: 100vh;
}

.mobile-menu .close-btn {
    width: 50px;
    height: 50px;
    /* UI Properties */
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    position: relative;
    top: 0;
    margin: 0;
    bottom: 0;
    font-size: 22px;
    color: var(--sec-color);
    z-index: 9;
    margin-inline-start: auto;
    margin-bottom: 18px;
}

.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%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

body.mobile-menu-visible .mobile-menu {
    z-index: 9999;
    opacity: 1;
    width: 100%;
    right: 0;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .5s;
    top: 0;
}

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

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

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

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

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

.nav-menu ul {
    display: flex;
    /* margin: 64px 0 0; */
}

.nav-menu ul li a {
    text-transform: capitalize;
    color: #fff !important;
    transition: all .4s;
    font-size: 1.0416666666666667vw;
    line-height: 25.66px;
    line-height: 1.6;
    position: relative;
    padding: 8vh 0;
}

.nav-menu ul li {
    position: relative;
    margin: 0 1.0416666666666667vw;
    padding: 7vh 0;
    top: 1vh;
}

.nav-menu ul li .sub-menu {
    position: absolute;
    display: block;
    min-width: 15.5vw;
    top: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0);
    transition: .3s ease-out;
    /* transition-delay: 0.2s; */
    overflow: hidden;
    padding: 1.560758082497213vh 1.484375vw;
    background: #FFFFFF57;
    border-radius: 1.7837235228539576vh;
    border: none;
}

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

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

.nav-menu ul li .sub-menu li a {
    margin: 0;
    padding: 0.8918617614269788vh 0;
    position: relative;
    overflow: hidden;
    display: block;
    color: #fff;
    font-size: 1.2416666666666667vw;
    font-weight: 400;
    line-height: 18.96px;
    border-bottom: 0.11148272017837235vh solid #99877D4D;
}

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

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

.lang-h a {
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    font-size: 18px;
    line-height: 28px;
}

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


.nav-menu ul li a::before {
    margin: 0 auto;
    /* content: ""; */
    position: absolute;
    right: 0;
    left: 0;
    width: 1px;
    height: 0;
    top: -5px;
    background: var(--main-color);
    transition: all .5s;
}

.nav-menu ul li.current-menu-item a::before {
    height: 40px;
}

.menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /* margin: 57px 0 0; */
    gap: 3.125vw;
    top: 1vh;
    position: relative;
}

.search-box-btn.search-box-outer {
    cursor: pointer;
    width: 28px;
    margin: 0;
    color: #fff;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

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

.lang-h {
    color: #fff;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 1.0416666666666667vw;
    font-weight: 400;
    line-height: 1.6;
}

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

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

.btn {
    min-width: 9.830729166666666vw;
    height: 6.575342465753424vh;
    min-height: 48px;
    padding: 0;
    border: 2px solid #FFFFFF;
    border-radius: 2.191780821917808vh;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    box-shadow: none !important;
    font-size: 1.171875vw;
    text-transform: capitalize;
    color: #fff;
    background: var(--main-color);
    min-height: 48px;
}

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

.btn.btn-white {
    border-color: var(--bg-color);
}

.btn.btn-white span {
    background: var(--bg-color);
    color: var(--main-color);
}

li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 1.25vw;
    position: absolute;
    left: -1.71875vw;
}

.nav-menu ul li.menu-item-has-children {
    margin-inline-end: 2.734375vw;
}

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

main.main-content {
    min-height: calc(100vh - 10.41095890410959vh);
    overflow-y: auto;
    overflow-x: hidden;
}

.head-inner::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    z-index: -1;
    /* opacity: 0.10; */
    border-radius: 2.191780821917808vh;
}

.head-inner::before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    /* backdrop-filter: blur(36px); */
    position: absolute;
    z-index: -1;
    border-radius: 2.191780821917808vh;
}

.banner-h,
.banner-h .row {
    min-height: calc(100vh - 10.41095890410959vh);
}

.banner-slider .item {
    position: relative;
}

.link-h {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 1.171875vw;
    font-weight: 400;
    line-height: 1.556;
    color: #fff;
}

.link-h i {
    color: var(--main-color);
}

.banner-block .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #030303;
    opacity: .80;
}

.banner-h .row {
    padding: 24.972603vh 0;
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.text-abnner {
    max-width: 45.9765625vw;
    margin: 0 auto;
    mask-image: url(../images/banner-shape.png);
    mask-size: 100% 100%;
    padding: 12.465753424657533vh 5.859375vw 2.4088541666666665vw;
    position: relative;
    overflow: hidden;
    z-index: 3;
    backdrop-filter: blur(3px);
    background: rgb(255 255 255 / .10%);
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 82.29166666666667vw;
    }
}

.head-inner .logo a img {
    width: 100%;
}

.text-abnner::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0.10;
}

.text-abnner::before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    /* backdrop-filter: blur(36px); */
    position: absolute;
    z-index: -1;
}

.text-abnner .text-inner {
    /* max-width: 33.528645833333336vw; */
    margin: 0 auto;
    text-align: center;
}

.text-abnner .text-inner h1 {
    font-weight: bold;
    font-size: 2.6041666666666665vw;
    color: #fff;
    margin: 0 0 5.068493150684931vh;
    line-height: 1.51;
}

#slider-counter {
    position: absolute;
    z-index: 4;
    right: 0;
    left: 0;
    bottom: 8.945205vh;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 38.48px;
    color: #fff;
    line-height: 1.61;
    direction: ltr;
    gap: 10px;
}

#slider-counter .small-item {
    font-size: 2.6041666666666665vw;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    opacity: 0.4;
}

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

.ryad-logo {
    margin-top: -.095890410958904vh;
    float: left;
    height: 10.41095890410959vh;
    overflow: hidden;
    min-width: 11.263020833333335vw;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    -webkit-align-items: center;
}

.copy-right p {
    color: #fff;
    font-size: 1.0416666666666667vw;
    line-height: 1.625;
    font-weight: 300;
}

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

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 89.0625vw;
    }
}

/* End Banner-h */

/* Start Modal */

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

}

.singleModal .modal-content {
    border-radius: 0;
    background: transparent;
    border: none;
}

.singleModal .modal-content .modal-body {
    background: var(--dark-color);
    border-radius: 6.575342465753424vh;
    padding: 6.8493150684931505vh 3.5807291666666665vw;
}

.singleModal button.btn-close {
    filter: brightness(0) invert(1);
}

.slick-prev,
.slick-next {
    min-width: 55.1px;
    min-height: 55.1px;
    height: 7.5479452054794525vh;
    width: 3.5872395833333335vw;
    z-index: 6;
    background: transparent;
    margin: 0 6.875vw;
    top: 55%;
}

.slick-prev {
    left: 0;
}

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}

.slick-next {
    right: 0;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

.slick-prev::after,
.slick-next::after {
    content: "";
    position: absolute;
    inset: 0;    backdrop-filter: blur(3px);
    background: rgba(255,255,255,.3);
    border-radius: 8px;
    transform: rotate(45deg);
    transition: all .4s;
    z-index: -1;
}

.slick-prev::before,
.slick-next::before {
    font-family: 'Font Awesome 6 Pro';
    color: #FFFFFF;
    opacity: .3;
}

button.btn-close {
    margin-bottom: 2.229654403567447vh;
    margin-inline-start: auto;
    display: table;
}

.form-contact .form-group {
    margin-bottom: 1.3377926421404682vh;
}

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

.form-contact .form-group .form-control {
    width: 100%;
    background: transparent !important;
    border: 0.11148272017837235vh solid rgb(255 255 255 / 30%);
    border-radius: 1.3377926421404682vh;
    transition: all .3s;
    text-align: right;
    padding: 1.1148272017837235vh 1.5625vw !important;
    height: 5.351170568561873vh;
    color: #fff;
    font-size: 1.40625vw;
    min-height: 48px;
}

.iti {
    width: 100%;
}

.iti__flag {
    display: none;
}

.iti--separate-dial-code .iti__selected-dial-code {
    direction: ltr;
    color: #fff;
    font-size: 1.40625vw;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.form-contact .form-group .form-control::placeholder {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.625;
    color: #fff;
    opacity: 0.67;
    transition: all .3s;
}

.form-contact .form-group .form-control:focus {
    border-color: #FFFFFF;
    box-shadow: none;
}

.form-contact .form-group .form-control:focus::placeholder {
    color: #fff;
    opacity: 1;
}

.form-contact .form-group .form-control.file-upload-group {
    position: relative;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.625;
    opacity: 0.67;
    transition: all .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

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

button.btn.btn-form {
    width: 100%;
}

.form-contact .form-group textarea.form-control {
    height: 11.148272017837236vh;
    min-height: 100px;
}

.form-contact .form-group .form-control.niceSelect {
    /* padding: 0 1.5625vw !important; */
    line-height: normal;
}

.form-contact .form-group .form-control.niceSelect::after {
    top: 1.5vh;
    color: #fff;
    font-weight: 300;
    opacity: 0.67;
}

.form-contact .form-group .form-control.niceSelect .current {
    opacity: 0.67;
}

.nice-select .option {
    background: var(--dark-color);
    color: #fff;
}

.iti__country-list {
    right: auto;
    left: 0;
}

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

.iti__flag-box {
    display: none;
}

/* End Modal */

/* Start About-page */

.body-inner {
    padding-top: 26.164383561643834vh;
    padding-bottom: 5.574136008918618vh;
}

main.main-content::-webkit-scrollbar {
    width: 0.58125vw;
}

main.main-content::-webkit-scrollbar-track {
    background: #0a0a0a;
}

main.main-content::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    outline: none;
}

.about-tabs .nav.nav-pills .nav-link {
    padding: 0;
    border-radius: 0;
    text-align: start;
    background: transparent;
    font-weight: bold;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.75;
    color: #fff;
    opacity: 0.2;
    transition: all .3s;
    margin-bottom: 1.89520624303233vh;
    position: relative;
}

.about-tabs .nav.nav-pills .nav-link.active {
    opacity: 1;
}

.about-tabs .nav.nav-pills .nav-link::before {
    content: "";
    position: absolute;
    right: -6.6vw;
    width: 0;
    height: 1.4492753623188406vh;
    min-height: 13px;
    background: var(--main-color);
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all .4s;
}

.about-tabs .nav.nav-pills .nav-link.active::before {
    width: 6.015625vw;
}

.box-about {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.box-about .box-img {
    max-width: 36.830729vw;
    width: 100%;
    height: 72.32876712328768vh;
    overflow: hidden;
    border-radius: 3.5674470457079153vh;
    min-height: 528px;
}

.box-about .box-img .img {
    width: 100%;
    height: 100%;
}

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

.box-about .box-text {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: table;
    margin: auto 0;
    mask-image: url(../images/banner-shape.png);
    mask-size: 100% 100%;
    /* border-width: 1px; */
    mask-repeat: no-repeat;
    /* border-style: solid; */
    /* border-image: linear-gradient(180deg, #28221E 9.66%, #99877D 100%) 1; */
    background: #3838381A;
    max-width: 30.497396vw;
    padding: 12.465753424657533vh 0 3.4246575342465753vh;
    padding-inline-start: 3.203125vw;
    padding-inline-end: 1.5625vw;
    width: 100%;
    background: url(../images/border.png);
    background-repeat: no-repeat;
    background-size: 100% 102.6%;
    /* background-color: rgb(255 255 255 / 10%); */
    background-position: center bottom;
    overflow: hidden;
    background-color: #3838381A;
    backdrop-filter: blur(5px);
}

.box-about .box-text::before,
.box-about .box-text::after {
    content: "";
    position: absolute;
    inset: 0;
}

.box-about .box-text::before {
    /* background: #fff; */
    /* backdrop-filter: blur(8px); */
    /* z-index: -1; */
    opacity: .10;
}

.box-about .box-text::after {
    /* background: #000; */
    z-index: -2;
    /* opacity: 0.10; */
}

.title {
    margin-bottom: 3.5674470457079153vh;
}

.title .sub-title {
    font-weight: bold;
    font-size: 1.875vw;
    color: var(--main-color);
    display: inline-block;
    line-height: 1.499;
    background: transparent;
    padding: 0;
}

.title h3 {
    margin: 0;
    font-weight: bold;
    font-size: 3.125vw;
    color: #fff;
    line-height: 1.261;
}

.box-about .box-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    /*line-height: 26px;*/
    line-height: 1.6;
}

.box-about.with-list .box-text {
    max-width: 37.783854vw;
    padding: 10.273972602739725vh 1.953125vw 3.835616438356164vh;
}

.box-about .box-text .list-h ul {
    display: flex;
    flex-wrap: wrap;
}

.box-about .box-text .list-h ul li {
    width: 50%;
    flex: 0 auto;
    padding: 3.0136986301369864vh 0;
    border-bottom: 0.136986301369863vh solid #FFFFFF1A;
    font-size: 2.0833333333333335vw;
    font-weight: bold;
    color: #fff;
    position: relative;
    line-height: 1.75;
}

.box-about .box-text .list-h ul li:first-child,
.box-about .box-text .list-h ul li:nth-child(2) {
    padding-top: 0;
}

.box-about .box-text .list-h ul li:last-child,
.box-about .box-text .list-h ul li:nth-last-child(2) {
    padding-bottom: 0;
    border-bottom: 0;
}

.box-about .box-text .list-h ul li::before {
    content: "";
    position: absolute;
    top: 2.8767123287671232vh;
    right: 1.3671875vw;
    width: 2.810546875vw;
    height: 0.547945205479452vh;
    background: var(--main-color);
    transform: rotate(-9deg);
}

.box-about .box-text .list-h ul li:first-child::before,
.box-about .box-text .list-h ul li:nth-child(2)::before {
    top: 0;
}

.title.title-line h3 {
    position: relative;
    font-size: 2.6041666666666665vw;
    line-height: 1.4;
    display: table;
}

.title.title-line h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1vh;
    bottom: 0;
    width: 72%;
    background: var(--main-color);
    z-index: -1;
    height: 6vh;
}

.box-text .p-line {
    padding-bottom: 3.287671232876712vh;
    border-bottom: 0.136986301369863vh solid #FFFFFF1A;
}

.box-text p {
    margin: 2.191780821917808vh 0;
}

.box-text .p-line {
    margin-bottom: 0;
}

.box-about .box-text p:last-child {
    margin-bottom: 0;
}

#about-4 .title.title-line h3::after {
    width: 48%;
}

.title.title-line.title-span h3::after {
    opacity: 0;
}

.title.title-line.title-span span {
    /* background: var(--main-color); */
}

.title.title-line.title-span {
    max-width: 21.2890625vw;
}

.box-text .p-line h4 {
    font-weight: bold;
    font-size: 1.5625vw;
    margin: 0;
    color: #fff;
    line-height: 1.624;
}

#about-6 .box-about .box-text,
#about-7 .box-about .box-text {
    max-width: 39.2578125vw;
}

.box-about .box-text .list-h.list-num ul li {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 1.0123697916666667vw;
}

.box-about .box-text .list-h.list-num ul li::before {
    right: 0;
}

.box-about .box-text .list-h.list-num ul li .num {
    font-weight: bold;
    font-size: 2.6041666666666665vw;
    line-height: 1.4;
    color: var(--main-color);
    -webkit-text-stroke: 0.136986301369863vh black;
    -webkit-text-stroke-color: white;
}

.clients-inner {
    mask-image: url(../images/banner-shape.png);
    mask-size: 100% 100%;
    width: 100%;
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10.684931506849315vh 0 4.109589041095891vh;
    position: relative;
}

.client-block {
    height: 23.424657534246574vh;
    padding: 2.73972602739726vh 0;
}

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

.clients-inner .row {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(270deg, #151515 0%, #99877D 45.5%, #151515 100%) 1;
}

.clients-inner .row:last-child {
    border: none;
}

.clients-inner .lines-h {
    position: absolute;
    inset: 0;
}

.clients-inner .lines-h span.line {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(0deg, #151515 0%, #99877D 45.5%, #151515 100%) 1;
    height: 100%;
    position: absolute;
    width: 25%;
}

.clients-inner .lines-h span.line:nth-child(2) {
    right: 25%;
}

.clients-inner .lines-h span.line:nth-child(3) {
    right: 50%;
}

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

.client-block .img img {
    max-width: 11.877604166666666vw;
    max-height: 15.324657534246576vh;
    object-fit: contain;
    object-position: center;
}

/* End About-page */

/* Start Manger-page */

.box-about.box-manger .box-text {
    position: relative;
    max-width: 100%;
    padding: 8.767123287671232vh 4.166666666666667vw 12.054794520547945vh;
    padding-inline-end: 2.8645833333333335vw;
}

.title-inner {
    margin-bottom: 1.5068493150684932vh;
}

.title-inner h3 {
    font-weight: bold;
    font-size: 2.0833333333333335vw;
    color: #fff;
    margin: 0;
    line-height: 1.75;
}

.box-about.box-manger .text-inner p {
    font-size: 1.171875vw;
    line-height: 1.445;
    margin-bottom: 3.9726027397260273vh;
}

.box-about.box-manger .text-inner p:last-child {
    margin-top: 0;
}

.manger-block {
    margin-top: 7.671232876712328vh;
    text-align: center;
}

.manger-block .img-manger {
    position: relative;
    height: 34.52054794520548vh;
    padding: 1.36986301369863vh 0.5859375vw;
    min-height: 252px;
}

.manger-block .img-manger::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/border.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.manger-block .img-manger .img {
    width: 100%;
    height: 100%;
    mask-image: url(../images/banner-shape.png);
    mask-size: 100% 100%;
}

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

.manger-block .name-manger {
    padding-top: 2.191780821917808vh;
}

.manger-block .name-manger h3 {
    font-weight: bold;
    font-size: 2.0833333333333335vw;
    color: #fff;
    margin: 0;
    line-height: 1.75;
}

.manger-block .name-manger span {
    color: var(--main-color);
    font-size: 1.171875vw;
    font-weight: 400;
    line-height: 1.556;
    display: inline-block;
}

.box-about.box-manger .text-inner {
    padding-inline-end: 2.8645833333333335vw;
}

/* End Manger-page */

/* Start Projects-page */

.page-title {
    margin: 0 0 6.575342465753424vh;
}

.page-title h1,
.page-title h2 {
    font-weight: bold;
    font-size: 2.0833333333333335vw;
    color: #fff;
    line-height: 1.75;
    margin: 0;
}

.pro-block {
    margin-bottom: 2.0547945205479454vh;
}

.pro-block .img-block {
    mask-image: url(../images/banner-shape.png);
    mask-size: 100% 100%;
    min-height: 232px;
    height: 31.78082191780822vh;
    position: relative;
}

.pro-block .img-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/border.png);
    background-size: 100% 105%;
    background-position: center -2.5vh;
    background-repeat: no-repeat;
}

.pro-block .details {
    margin-top: 2.191780821917808vh;
    padding: 1.643835616438356vh 0.9114583333333334vw;
    text-align: center;
    transition: all .3s;
    border-radius: 2.191780821917808vh;
}

.pro-block .details h3 {
    margin: 0;
    font-weight: bold;
    color: #fff;
    line-height: 1.66;
    text-align: center;
    font-size: 1.5625vw;
}

/* End Projects-page */

/* Start Single-project */



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

.text-single {
    padding-inline-end: 6.510416666666667vw;
}

.text-single .title-single {
    margin-bottom: 4.2465753424657535vh;
}

.text-single .title-single h3 {
    font-weight: bold;
    font-size: 2.0833333333333335vw;
    color: var(--main-color);
    line-height: 1.75;
    margin: 0;
}

.text-single p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 3.835616438356164vh;
    color: #fff;
}

.text-single ul li {
    display: flex;
    margin-bottom: 1.917808219178082vh;
    color: #fff;
    font-size: 1.171875vw;
    font-weight: 400;
    line-height: 1.445;
    gap: 1.0416666666666667vw;
}

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

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

.text-single ul li .icon {
    width: 1.3020833333333333vw;
    min-width: 20px;
    height: 1.8164383561643835vh;
}

.text-single ul li span {
    max-width: calc(100% - 1.3020833333333333vw);
    min-width: calc(100% - 20px);
}

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

.imgs-single .img-big {
    min-height: 399.6px;
    height: 54.73972602739726vh;
    padding: 1px;
    border-radius: 4.109589041095891vh;
    overflow: hidden;
    position: relative;
    transform: skewY(-.5deg);
    margin-bottom: 3px;
}

.imgs-single .img-big::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1.01px solid;
    border-image-source: linear-gradient(180deg, #28221E 12.15%, #99877D 100%);
    /* z-index: -1; */
    /* opacity: 0; */
}

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

.imgs-single .slick-prev,
.imgs-single .slick-next {
    margin: 0 1.8880208333333333vw;
    min-width: 53px;
    min-height: 53px;
    height: 7.260273972602739vh;
    width: 3.4505208333333335vw;
    top: 50%;
}

.slider-single-nav .slick-list {
    margin-right: -0.390625vw;
    margin-left: -0.390625vw;
}

.slider-single-nav .item {
    padding: 0 0.390625vw;
}

.imgs-single .img-small {
    min-height: 97.77px;
    height: 13.393150684931507vh;
    border-radius: 2.191780821917808vh;
    overflow: hidden;
    padding: 0.136986301369863vh 0.06510416666666667vw;
    background: linear-gradient(180deg, #28221E 12.15%, #99877D 100%);
    transition: all .3s;
    transform: skewY(-.5deg);
    margin-bottom: 3px;
    transition: all .3s;
}

.imgs-single .item.slick-slide.slick-current.slick-active .img-small {
    background: var(--main-color);
}

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

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

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

/* End Single-project */

/* Start Services-page */

.serv-block {
    mask-image: url(../images/bg-service.png);
    mask-size: 100% 100%;
    margin-bottom: 2.73972602739726vh;
    height: calc(100% - 2.73972602739726vh);
    padding: 4.383561643835616vh 1.6276041666666667vw 3.5616438356164384vh;
    background: #1A1919;
    mask-repeat: no-repeat;
    transition: all .2s;
}

.serv-block .icon {
    min-width: 64px;
    min-height: 64px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    height: 8.767123287671232vh;
    width: 4.166666666666667vw;
    justify-content: center;
    margin-bottom: 1.095890410958904vh;
}

.serv-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/border-serv.png);
    opacity: 0;
    transition: all .2s;
    background-size: 99% 99%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

.serv-block .icon img {
    min-width: 43.81px;
    min-height: 43.81px;
    width: 2.8522135416666665vw;
    object-fit: contain;
    object-position: center;
}

.serv-block .details h3 {
    font-weight: bold;
    font-size: 1.5625vw;
    color: #fff;
    line-height: 1.666;
    margin: 0;
    transition: all .3s;
}

/* End Services-page */

/* Start Single-service */

.single-service .imgs-single .img-big {
    min-height: 488px;
    height: 66.84931506849315vh;
}

.text-single .btn.btn-full {
    margin-top: 4.931506849315069vh;
}

.btn.btn-full {
    width: 100%;
    min-height: 60px;
    height: 8.219178082191782vh;
    font-size: 1.5625vw;
    font-weight: bold;
}

/* End Single-service */

/* Start Blogs-page */

.blog-block {
    height: calc(100% - 6.027397260273973vh);
    display: block;
    margin: 3.0136986301369864vh 0;
}

.blog-block .img-block {
    min-height: 232px;
    height: 31.78082191780822vh;
    overflow: hidden;
    mask-image: url(../images/banner-shape.png);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    position: relative;
    background: linear-gradient(180deg, #28221E 12.15%, #99877D 100%);
    padding: 1px;
}

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

.blog-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 2.191781vh;
}

.blog-block .details {
    padding-top: 3.835616438356164vh;
}

.date-h {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: #99877D1A;
    border-radius: 1.095890410958904vh;
    color: #fff;
    gap: 0.1953125vw;
    padding: 0.273972602739726vh 0.2604166666666667vw;
    font-size: 1.0416666666666667vw;
    height: 2.73972602739726vh;
    min-height: 20px;
    margin-bottom: 1.095890410958904vh;
    transition: all .4s;
}

.date-h .icon,
.date-h .icon svg {
    width: 1.0416666666666667vw;
    min-width: 16px;
    height: 2.191780821917808vh;
    min-height: 16px;
    display: flex;
}

.date-h span {
    padding-top: .4vh;
}

.blog-block .details h3 {
    font-size: 1.5625vw;
    color: #fff;
    line-height: 38.48px;
    margin: 0;
    line-height: 1.6;
    transition: all .4s;
}

.ryad-logo svg {
    top: 9px;
    position: relative;
}

/* End Blogs-page */

/* Start Single-blog */

.single-blog-inner {
    max-width: 48.372395833333336vw;
    margin: 0 auto;
}

.single-blog-inner .imgs-single.img-blog .img-big {
    min-height: 307px;
    height: 42.054794520547944vh;
    background: linear-gradient(180deg, #28221E 12.15%, #99877D 100%);
    padding: 0.136986301369863vh 0.06510416666666667vw;
    overflow: hidden;
    border-radius: 4.191781vh;
}

.imgs-single.img-blog {
    position: relative;
    min-height: 307px;
    height: 42.054794520547944vh;
    max-width: 45.247395833333336vw;
    margin-bottom: 4.931506849315069vh;
}

.imgs-single.img-blog .date-h {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 1.917808219178082vh 0.9114583333333334vw;
    padding: 1.095890410958904vh 0.2604166666666667vw;
    height: 4.512328767123288vh;
    min-height: 32.94px;
    font-size: 1.5013020833333333vw;
    gap: 0.3255208333333333vw;
}

.imgs-single.img-blog .date-h .icon,
.imgs-single.img-blog .date-h svg {
    min-width: 27px;
    min-height: 27px;
    height: 3.6986301369863015vh;
    width: 1.7578125vw;
}

/* End Single-blog */

/* Start Career-page */

.career-block .form-contact {
    background: #1A1919;
    border-radius: 6.575342465753424vh;
    overflow: hidden;
    padding: 6.8493150684931505vh 3.5807291666666665vw 3.5616438356164384vh;
    /* max-width: 37.044270833333336vw; */
}

.career-block .page-title {}

.career-block .form-contact .form-group {
    margin-bottom: 1.643835616438356vh;
}

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

.all-job .accordion-item .accordion-button {
    background: #1A1919;
    border-radius: 3.0136986301369864vh;
    padding: 3.0136986301369864vh 1.7578125vw;
    color: #fff;
    font-size: 1.171875vw;
    line-height: 1.54;
    text-align: start;
    display: flex;
    justify-content: space-between;
    min-height: 74px;
    border: 1px transparent solid;
    border-bottom: 0;
    box-shadow: none !important;
    transition: none;
}

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

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

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

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

.all-job .accordion-item .collapse {
    background: #1A1919;
    border: 1px var(--main-color) solid;
    border-top: 0;
    border-radius: 0 0 3.0136986301369864vh 3.0136986301369864vh;
    overflow: hidden;
    padding: 0 1.7578125vw 3.1506849315068495vh;
}

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

.all-job .accordion-item .collapse .accordion-body p {
    font-size: 1.171875vw;
    color: #fff;
    line-height: 1.54;
}

/* End Career-page */

/* Start Contact-page */

.form-contact.contact-inner {
    background: #1A1919;
    border-radius: 6.575342465753424vh;
    padding: 6.438356164383562vh 1.8880208333333333vw;
    padding-inline-start: 3.5807291666666665vw;
}

.contact-page .form-contact  .form-group {
    margin-bottom: 1.643835616438356vh !important;
}

.contact-page .form-contact form.row div:last-child .form-group {
    margin-bottom: 0 !important;
    margin-top: 3.287671232876712vh;
}


.form-contact.contact-inner form.row {
    max-width: 29.817708333333332vw;
}

.info-contact {
    position: relative;
    z-index: 2;
    border-radius: 4.383561643835616vh;
    overflow: hidden;
}

.info-contact .info-inner {
    padding: 9.58904109589041vh 1.953125vw 8.589041vh;
}

.info-contact .info-inner h2 {
    font-weight: bold;
    font-size: 2.6041666666666665vw;
    color: #fff;
    line-height: 1.75;
    margin: 0 0 3.9726027397260273vh;
}

.info-contact .info-inner ul li {
    display: flex;
    margin: 0 0 3.287671232876712vh;
}

.info-contact .info-inner ul li:last-child {
    margin: 0;
}

.info-contact .info-inner ul li .icon, .info-contact .info-inner ul li .icon svg {
    min-width: 30px;
    width: 1.9602864583333333vw;
    height: 3.717808219178082vh;
    min-height: 27px;
}

.info-contact .info-inner ul li .details {
    width: calc(100% - 1.9602864583333333vw);
    min-width: calc(100% - 30px);
    padding-inline-start: 0.7161458333333334vw;
}

.info-contact .info-inner ul li .details a {
    font-size: 1.171875vw;
    color: #fff;
    line-height: 1.65;
}

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

.info-contact .s-h {
    position: relative;
    padding: 2.6027397260273974vh 1.4973958333333333vw;
    display: flex;
    flex-wrap: wrap;
}

.info-contact .s-h::before, .info-contact .s-h::after {
    content: "";
    position: absolute;
    inset: 0;
}

.info-contact .s-h::before {
    backdrop-filter: blur(6px);
    z-index: -1;
}

.info-contact .s-h::after {
    background: #fff;
    z-index: -1;
    opacity: 0.10;
}

.info-contact .s-h span {
    color: #fff;
    font-size: 1.5625vw;
    font-weight: 400;
    margin-inline-end: 1.3671875vw;
    line-height: 1.6;
}

.info-contact .s-h a {
    font-size: 1.783203125vw;
    color: #fff;
    margin-inline-end: 1.1067708333333333vw;
}

/* End Contact-page */

/* Start Directors-page */

.manger-block.board-block {
    margin: 0 0 2.191780821917808vh;
    height: calc(100% - 2.191780821917808vh);
}

.manger-block.board-block .img-manger {
    padding: 0;
    min-height: 232px;
    height: 31.78082191780822vh;
}

.manger-block.board-block .img-manger::after {
    opacity: 0;
}

.manger-block.board-block .name-manger {
    padding: 2.73972602739726vh 0 2.4657534246575343vh;
}

.manger-block.board-block .name-manger h3 {
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 1.6033;
}


/* End Directors-page */


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

.wpcf7 br {
  display: none;
}

.wpcf7-file {
  display: none;
}

#about-8 .box-about{
    display: none;
}

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

.imgs-single .slick-dots {
    position: absolute;
    bottom: 4.2465753424657535vh;
}

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

.imgs-single .slick-dots li button {
    width: 2.34375vw;
    border: 4px solid #FFFFFF;
    height: 0;
    padding: 0;
    border-radius: 50px;
    opacity: .2;
    margin: 0 6px;
}

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

.imgs-single .slick-dots li.slick-active button {
    opacity: 1;
    width: 3.90625vw;
}

.iti__country .iti__flag-box, .iti__country .iti__flag-box .iti__flag {
    display: inline-block;
}

.form-contact .wpcf7-response-output {
    color: #fff;
}

.form-contact .form-group .form-control.file-upload-group .wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
    /* cursor: pointer; */
    z-index: 5;
}

.form-contact .form-group .form-control.file-upload-group p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.contact-page .form-contact form {
    max-width: 29.817708333333332vw;
}

.text-abnner .text-inner .btn {
    min-width: 13.346354166666666vw;
    min-height: 8.767123287671232vh;
    font-size: 1.5625vw;
    font-weight: bold;
}

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

.title.title-line h3 span {
    /* background: var(--main-color); */
}

.box-about .box-text.with-list {max-width: 44.140625vw;}

.box-about .box-text.with-list::before {
    /* filter: blur(25px); */
}

div#about-3 .box-about .box-text {
    max-width: 37.1875vw;
}

div#about-4 .box-about .box-text {
    max-width: 40.8125vw;
}

div#about-5 .box-about .box-text {
    max-width: 38.59375vw;
}

#about-6 .box-about .box-text, #about-7 .box-about .box-text {
    max-width: 47.109375vw;
}

#about-6 .box-about .box-img, #about-7 .box-about .box-img {
    max-width: 41.796875vw;
}

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

.big-boss {
    justify-content: center;
    margin-bottom: 2vh;
}

.links-pro {
    display: flex;
    justify-content: center;
    margin-bottom: 6.575342465753424vh;
    flex-wrap: wrap;
}

.links-pro a,
.links-pro h3{
    background: transparent !important;
    border: 0.11148272017837235vh solid rgb(255 255 255 / 30%);
    border-radius: 1.3377926421404682vh;
    margin: 0 1vw;
    padding: 1.1148272017837235vh 1.5625vw !important;
    height: 5.351170568561873vh;
    display: inline-flex;
    font-size: 1.40625vw;
    min-height: 48px;
    color: rgb(255 255 255);
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.pagination .page-item {
    margin: 0 .2vw;
}

.pagination .page-item .page-link {
    min-width: 38px;
    min-height: 38px;
    background: transparent !important;
    border: 0.11148272017837235vh solid rgb(255 255 255 / 30%);
    border-radius: 1.3377926421404682vh;
    padding: 0 !important;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 1.2vw;
    color: #fff;
    opacity: .5;
}

.pagination .page-item .page-link.current {
    opacity: 1;
    background: var(--main-color) !important;
    color: var(--main-color);
    color: #fff;
}

html[lang="en-US"] .pagination .page-item .page-link .fal.fa-arrow-left {
    transform: scaleX(-1);
}

html[lang="en-US"] .pagination .page-item .page-link .fal.fa-arrow-right {
    transform: scaleX(-1);
}

.counter-h {
    padding-block: 8.767123287671232vh 5.205479452054795vh;
}

.count-block2 {
    mask-image: url(../images/banner-shape.png);
    mask-size: 100% 100%;
    background: #FFFFFF1A;
    backdrop-filter: blur(36px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 3.0136986301369864vh 2.4657534246575343vh;
}

.count-block2 .icon {
    width: 7.397260273972603vh;
    height: 7.397260273972603vh;
    line-height: 7.397260273972603vh;
}

.count-block2 .deatils {
    width: calc(100% - 10.39726vh);
}

.count-block2 .deatils h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.45;
    color: #fff;
}

.count-block2 .deatils .counter-item {
    display: inline-flex;
    color: var(--main-color);
    direction: ltr;
    font-weight: 700;
    font-size: 2.0833333333333335vw;
    line-height: 1.5;
    margin: 0;
}

.banner-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #030303;
    opacity: .8;
}

.text-single ul li .icon path {
    stroke: var(--main-color);
}

.contact-page .form-contact form {
    margin-inline-end: auto;
}

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

.whatsappIcon {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    right: 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;
}

ul#myTab {}

ul.nav.nav-tabs {
    border: none;
}

ul.nav.nav-tabs .nav-item .nav-link {
    background: transparent !important;
    border: 0.11148272017837235vh solid rgb(255 255 255 / 30%);
    border-radius: 1.3377926421404682vh;
    margin: 0 1vw;
    padding: 1.1148272017837235vh 1.5625vw !important;
    height: 5.351170568561873vh;
    display: inline-flex;
    font-size: 1.40625vw;
    min-height: 48px;
    color: rgb(255 255 255);
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

ul.nav.nav-tabs .nav-item .nav-link.active {
    background: var(--main-color) !important;
}

.btn-center {
    text-align: center;
    margin-top: 4vh;
}

.text-single p a {
    color: var(--main-color);
}

@media (min-width: 991px){

.serv-block:hover .details h3 {
    padding-inline-start: 33px;
    color: var(--main-color);
}


.serv-block:hover::after {
    opacity: 1;
}

.serv-block:hover {
    background: #111111;
}


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

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

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

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

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

.slick-prev:hover::after,
.slick-next:hover::after {
    transform: none;
    opacity: 1;
    background: var(--main-color);
}

.slick-prev:hover::before,
.slick-next:hover::before {
    opacity: 1;
}

.about-tabs .nav.nav-pills .nav-link:hover {
    opacity: 1;
    color: var(--main-color);
}


.pro-block:hover .details {
    background: var(--main-color);
}

.blog-block:hover .details .date-h {
    background: var(--main-color);
}

.blog-block:hover .details h3 {
    color: var(--main-color);
}

.text-single p a:hover {
    color: #fff;
}
}