@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(odometer.css);

/* Start Fonts */

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

/* End Fonts */

:root {
    --main-color: #BD9A5F;
    --sec-color: #203466;
    --dark-color: #000;
    --bg-color: #F6EFE0;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    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: 'Cairo', sans-serif;
    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(--sec-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: calc(100vh - 120px);
    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(--main-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: 999;
    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: 24px;
}

.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: flex;
    max-width: 348.56px;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
}

.logo img {
    max-width: 171px;
}

.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(--sec-color);
    color: var(--main-color);
    /* box-shadow: none !important; */
    /* border-color: var(--sec-color) !important; */
}

.lang {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: #000;
    text-transform: uppercase;
    margin-inline-start: 18px;
}

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

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

.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(--main-color);
    color: #fff;
    padding: 14px 42px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}

.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: 35px;
    height: 35px;
    border: none;
    border-radius: 0;
    text-align: center;
    line-height: 35px;
    font-size: 26px;
    cursor: pointer;
    background: var(--main-color);
    color: #fff;
    border-radius: 0;
    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: #fff;
    /* padding: 20px 0; */
}

.head-inner .nav-menu ul li a {
    color: #000000;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 12px;
}

.header-med {
    padding: 24px 0;
    /* background: #333333; */
    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: 11.71px;
    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 {}

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

.menu-right .btn:hover {
    /* background: #fff; */
    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;
}

/* End Header */

/* Start Banner-h */

.banner-block .row {
    min-height: 765.17px;
    align-items: center;
    -webkit-align-items: center;
    padding: 174px 0 155px;
}

.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: 32px;
}

.banner-block .text-banner h1 {
    margin: 0 0 16px;
    font-size: 40px;
    font-weight: 700;
    line-height: 61px;
    color: var(--sec-color);
}

.text-banner .btn {
    margin: 18px 0 0;
}

.banner-block .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 75.81%;
    /* background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 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 .home-nav {
    position: relative;
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--sec-color);
    font-size: 16px;
    font-weight: 900;
    line-height: 28px;
    transition: all .4s;
}

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

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

.logo a .icon {
    width: 71.56px;
    height: 71.4px;
    line-height: 71.4px;
}

.logo a .details {
    width: calc(100% - 71.56px);
    padding-inline-start: 16px;
}

.logo a .details h3 {
    color: var(--sec-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 5px;
}

.logo a .details h4 {
    color: var(--sec-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

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

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

.banner-block .overlay-img {
    width: 68%;
    right: auto;
}

.banner-block::before {
    content: "";
    position: absolute;
    top: -50%;
    width: 100%;
    border-start-end-radius: 150px;
    border-end-end-radius: 150px;
    background: radial-gradient(50% 50% at 50% 50%, #FBF7ED 0%, #FBF7ED 59.71%, rgba(251, 247, 237, 0.91) 68.05%, rgba(251, 247, 237, 0.63) 78.51%, rgba(251, 247, 237, 0.36) 88.26%, rgba(251, 247, 237, 0) 100%);
    bottom: 0;
    height: 200%;
    right: -37%;
}

.banner-block .container {
    position: relative;
    z-index: 2;
}

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

.banner-block .text-banner span {
    font-size: 20px;
    font-weight: 700;
    line-height: 61px;
    color: var(--main-color);
}


.banner-block .text-banner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 41px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.banner-block .text-banner .btn span {
    color: inherit;
    font-size: inherit;
    line-height: normal;
}

.banner-h .nav-slider {
    width: 112px;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    max-width: 545.73px;
    margin: 0 0 30px !important;
}

.nav-slider .home-nav i {
    transform: scaleX(-1);
}

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

/* End Banner-h */

/* Start About-h */

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

.img-about {
    height: 526px;
    max-width: 565px;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
}

.img-about .img {
    max-width: 260px;
    width: 100%;
    height: 306px;
    overflow: hidden;
    border-radius: 8px;
}

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

.img-about .counter-about {
    position: absolute;
    bottom: 0;
    z-index: 3;
    right: 187px;
    background: var(--sec-color);
    padding: 15px 26px;
    display: flex;
    border-radius: 16px;
    align-items: center;
    -webkit-align-items: center;
    min-width: 252px;
}

.img-about .img-1 {
    margin-top: 105px;
    height: 376px;
}

.img-about .counter-about .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: var(--main-color);
}

.img-about .counter-about .text-count {
    width: calc(100% - 40px);
    padding-inline-start: 28px;
}

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

.img-about .counter-about .text-count .counter-item {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.img-about .counter-about .text-count h5 {
    margin: 8px 0 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

.img-about::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 382px;
    height: 382px;
    /* border: 2px #000000 dashed; */
    border-radius: 50%;
    z-index: -1;
    bottom: 55px;
}

.img-about .dots-animation {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 382px;
    height: 382px;
    z-index: -1;
    bottom: 55px;
}

.img-about .dots-animation .circel {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 2px #000000 dashed;
    border-radius: 50%;
    z-index: -1;
    animation: rotate2 70s infinite linear;
}

.img-about .dots-animation .dot {
    position: absolute;
    inset: 0;
    animation: rotate 7s infinite linear;
    max-width: 76.8%;
    max-height: 76.8%;
    margin: auto;
}

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

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


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

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

.img-about .dots-animation .dot::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: var(--main-color);
    border-radius: 50%;
}

.img-about::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: url(../images/dots-about.png);
    max-width: 260px;
    max-height: 181px;
    top: auto;
    width: 100%;
    height: 100%;
    background-size: contain;
    margin: 79px 100px;
    right: auto;
    bottom: 0;
}

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

.title {
    margin: 0 0 42px;
}

.title h3 {
    color: var(--sec-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
}

.text-about p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    margin: 18px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-style ul li {
    padding-inline-start: 36px;
    margin: 4px 0;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 41px;
    color: #000;
}

.list-style ul li::before {
    content: "\f00c";
    position: absolute;
    right: 0;
    left: 0;
    top: 11px;
    width: 20px;
    height: 20px;
    background: var(--sec-color);
    border-radius: 50%;
    font-family: 'Font Awesome 6 Pro';
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

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

/* End About-h */

/* Start Services-h */

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

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

.services-h .container {
    position: relative;
    z-index: 2;
}

.services-h::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/bg-services.png);
    max-width: 87%;
    right: auto;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    top: 25px;
}

.nav.nav-tabs {
    border: none;
    justify-content: center;
    margin: 0 0 50px;
    gap: 20px;
    flex-wrap: wrap;
}

.nav.nav-tabs .nav-item {}

.nav.nav-tabs .nav-item .nav-link {
    border: 3px solid var(--main-color);
    background: transparent;
    border-radius: 50px;
    padding: 14px 42px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #000;
}

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

.block-serv {
    position: relative;
    margin: 15px 0;
    height: calc(100% - 30px);
    background: rgb(255 255 255 / 80%);
    border-radius: 8px;
    padding: 32px;
}

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

.block-serv .icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    background: var(--bg-color);
    margin: 0 0 18px;
}

.block-serv .icon img {
    max-width: 40px;
    max-height: 40px;
}

.block-serv .details h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    margin: 0 0 8px;
    color: #000;
    min-height: 74px;
    max-height: 74px;
    overflow: hidden;
}

.block-serv .details p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
}

/* End Services-h */

/* Start Clients-h */

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

.swiper-pagination {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    margin: 36px 0 0;
}

.part-block {
    height: 158px;
    line-height: 158px;
    text-align: center;
    display: block;
}

.part-block img {
    max-width: 158px;
    max-height: 158px;
    object-fit: contain;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sec-color);
    opacity: .30;
    transition: all .4s;
    margin: 6px 8px !important;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0.4px solid #0F578B;
    margin: -6px -6.37px;
    opacity: 0;
    transition: all .4s;
    transform: scale(.5);
    opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 0.4;
    opacity: 1;
    transform: none;
}

/* End Clients-h */

/* Start Contact-h */

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

.form-contact {
    background: #fff;
    padding: 42px 32px;
    border-radius: 16px;
    max-width: 606px;
}

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

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

.form-contact .form-group label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin: 0 0 8px;
}

.form-contact .form-group .form-control {
    border: 1px solid #DBDBDB;
    border-radius: 16px;
    height: 50px;
    padding: 0 24px;
    font-size: 18px;
}

.form-contact .form-group .form-control::placeholder {
    transition: all .4s;
    color: #848484;
}

.form-contact .form-group .form-control:focus::placeholder {
    transform: translateX(-10px);
    opacity: 0;
}

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

.form-contact .form-group textarea.form-control {
    height: 150px;
    padding: 16px 24px;
}

.info-contact .nav.nav-tabs {
    /* justify-content: flex-start; */
    margin: 0 0 42px;
}

.info-contact .map-contact {
    border-radius: 16px;
    overflow: hidden;
    height: 345px;
    margin: 0 0 42px;
}

.info-contact .details-info .item {
    display: flex;
    margin: 0 0 24px;
}

.info-contact .details-info .item .icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: var(--sec-color);
}

.info-contact .details-info .item .icon i {
    font-weight: 300;
}

.info-contact .details-info .item .icon i.fa.fa-phone-volume {
    transform: rotate(-35deg);
}

.info-contact .details-info .item .details {
    width: calc(100% - 38px);
    padding-inline-start: 8px;
}

.info-contact .details-info .item .details h4 {
    color: var(--sec-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 3px;
}

.info-contact .details-info .item .details a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

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

/* End Contact-h */

/* Start Footer */

footer {
    background: #000;
}

.footer-top {
    padding: 53px 0 42px;
}

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

.logo-sec .icon {
    width: 71.56px;
    line-height: 71.4px;
}

.logo-sec .icon img {
    max-height: 71.4px;
}

.logo-sec .details {
    width: calc(100% - 71.56px);
    padding-inline-start: 9px;
}

.logo-sec .details h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
}

.logo-sec .details h4 {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
}

.foot-item p {
    margin: 23px 0 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    color: #fff;
}

.foot-item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 37px;
    margin: 0 0 16px;
}

.foot-item .links-f {
    display: flex;
    flex-wrap: wrap;
}

.foot-item .links-f li {
    max-width: 50%;
    flex: 0 0 50%;
    padding-inline-end: 15px;
}

.foot-item .links-f li a {
    display: inline-block;
    color: #fff;
    padding-inline-start: 22px;
    position: relative;
    margin: 0 0 9px;
    font-size: 14px;
    line-height: 26.24px;
}

.foot-item .links-f li a::before {
    content: "\f104";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 0;
    left: 0;
    width: 11px;
    height: 11px;
    top: 1px;
}

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

.foot-item .info-f li a {
    display: flex;
    color: #fff;
}

.foot-item .info-f li .icon {
    width: 22px;
    height: 22px;
    line-height: 26px;
    text-align: center;
}

.foot-item .info-f li .icon i {
    font-weight: 400;
}

.foot-item .info-f li .icon .fa.fa-phone-volume {
    transform: rotate(334deg);
}

.foot-item .info-f li .details {
    width: calc(100% - 22px);
    padding-inline-start: 10px;
}

.foot-item .info-f li .details span {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

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

.footer-bottom {
    border-top: 1px solid rgb(227 227 227 / 20%);
}

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

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

.ryad-logo {
    float: left;
}

/* End Footer */

/* Start About-page */

.about-page .text-about p {
    display: block;
}

.breadcrumb {
    margin: 0;
    padding: 60px 0;
    position: relative;
}

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

.breadcrumb .text-bread h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}

.breadcrumb .text-bread ul {
    display: flex;
    flex-wrap: wrap;
}

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

.breadcrumb .text-bread ul li a,
.breadcrumb .text-bread ul li span {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

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

.about-more {
    background: var(--bg-color);
}

.about-more .img-vision {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 49%;
    /* border-start-start-radius: 8px; */
    /* border-end-start-radius: 8px; */
    overflow: hidden;
}

.about-more .row {
    min-height: 600px;
}

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

.vission-items-all .vission-item {
    background: rgb(255 255 255 / 80%);
    padding: 32px 29px;
    border-radius: 8px;
    margin-bottom: 38px;
    border: 1px #eee solid;
}

.vission-items-all {
    padding-top: 78px;
    margin-inline-end: 30px;
}

.vission-items-all .vission-item .vision-title {
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
}

.vission-items-all .vission-item .vision-title .img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: var(--bg-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-size: 32px;
}

.vission-items-all .vission-item .vission-item-details {
    width: calc(100% - 90px);
    margin-inline-start: auto;
    max-height: 84px;
    overflow-y: scroll;
    padding-inline-end: 10px;
}

.vission-items-all .vission-item .vision-title h5 {
    width: calc(100% - 60px);
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
    display: inline-block;
    padding-inline-start: 25px;
}

.vission-items-all .vission-item .vission-item-details p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
}

.vission-items-all .vission-item .vission-item-details::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.vission-items-all .vission-item .vission-item-details::-webkit-scrollbar-thumb {
    background: #888;
}

.vission-items-all .vission-item .vission-item-details::-webkit-scrollbar {
    width: 3px;
}

/* End About-page */

/* Start Services-page */

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

.body-inner .block-serv {
    /* background: var(--bg-color); */
}

/* End Services-page */

/* Start Single-service */

.img-single {
    height: 568px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.img-single .img {
    width: 100%;
    height: 100%;
}

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

.body-inner .text-about p {
    display: block;
}

.row {
    /* justify-content: center; */
}

.single-page .row {
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

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

.modal .form-contact {
    max-width: 100%;
}

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

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

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

.form-contact .form-group .file-upload-group.form-control .for-sm-input-file i {
    font-weight: 300;
    color: var(--main-color);
}

/* End Single-service */

/* Start Branches-page */

.tab-inner.contact-inner.row {
    align-items: center;
    -webkit-align-items: center;
}

/* End Branches-page */

/* Start Contact-page */

.body-inner .form-contact {
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

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

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

/* End Contact-page */

/* Start Partners-page */

.body-inner .part-block {
    margin: 15px 0;
    background: var(--bg-color);
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    padding: 20px;
    line-height: 160px;
}

.banner-block .row {
    justify-content: start;
}

/* End Partners-page */

/* Start Header-small */

@media (max-width: 1400px) {
    .logo a .details h3 {
        font-size: 16px;
    }

    .logo a .details h4 {
        font-size: 10px;
    }

    .head-inner .nav-menu ul li a {
        margin: 0px 5px;
        font-size: 14px;
    }

    .lang {
        font-size: 14px;
        margin-inline-start: 10px;
    }
    
    .logo {
        margin-inline-end: 10px;
    }
    
    .btn-head {
        margin-inline-start: 15px;
    
    }
}

/* End Header-small */

/* Start Structure-page */

.team-block {
    margin: 15px 0;
    border: 1px #f1f1f1 solid;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s;
}

.team-block .img-block {
    height: 300px;
    text-align: center;
    line-height: 260px;
    padding: 20px;
    border-bottom: 1px #f1f1f1 solid;
}

.team-block .img-block img {
    max-height: 100%;
}

.team-block .details {
    padding: 20px;
}

.team-block .details h3 {
    margin: 0;
    font-size: 20px;
    color: #666;

}

.team-block .details span {
    color: var(--main-color);
    font-size: 14px;
    display: block;
    margin: 7px 0 10px;
}

.team-block .details p {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0;
}

.team-block:hover {
    box-shadow: 0 10px 16px rgb(0 0 0 / 10%);
}

/* End Structure-page */

/* Start Strat-page */

.img-about-stat {
    height: 526px;
    border-radius: 8px;
    overflow: hidden;
}

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

.strat-page .row {
    align-items: center;
    -webkit-align-items: center;
}

.strat-page .row:nth-child(even) {
    padding: 50px 0;
    flex-direction: row-reverse;
}

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

.pagination .page-item .page-link {
    width: 35px;
    height: 35px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px;
    background: var(--sec-color);
    border-color: var(--sec-color);
    color: #fff;
}

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

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    background: transparent;
    border: none;
    color: #333;
}

/* End Strat-page */

/* Start Contact-page */

.info-con .info-block {
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    border-radius: 16px;
    padding: 30px;
    margin: 0 0 15px;
}

.info-con .info-block h3 {
    color: #202020;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    margin: 0 0 17px;
}

.info-con .info-block ul {
    max-width: 284px;
}

.info-con .info-block ul li {
    margin: 5px 0;
}

.info-con .info-block ul li a {
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.info-con .info-block .social-co {
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.info-con .info-block .social-co span {
    color: #393939;
    font-size: 16px;
    font-weight: bold;
}

.info-con .info-block .social-co a {
    color: #646464;
    font-size: 16px;
}

.info-con .map-con {
    height: 382px;
    border-radius: 16px;
    overflow: hidden;
}

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

/* End Contact-page */




/* 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;
  }
  
  .single-content ul {padding-inline-start: 20px;}

.single-content ul li {
    display: list-item;
    margin: 15px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #000;
    list-style: inherit;
}
  
  .mobile-menu .lang {
    position: relative;
    display: block;
    color: #fff;
    text-transform: capitalize;
    padding-inline-end: 30px;
    margin: 27px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}
  /* End Not-found */