@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);
@import url(animate.css);
@import url(all.css);
@import url(line-awesome.min.css);
@import url(owl.carousel.css);
@import url(jquery.fancybox.css);
@import url(slick-theme.css);
@import url(slick.css);
@import url(odometer.css);
@import url(ion.rangeSlider.min.css);

/* Start Fonts */

@font-face {
    font-family: 'jf-flat';
    src: url(../fonts/JfFlat/jf-flat-regular.ttf);
}

@font-face {
    font-family: 'jf-flat-light';
    src: url(../fonts/JfFlat/jf-flat-light.ttf);
}

@font-face {
    font-family: 'jf-flat-bold';
    src: url(../fonts/JfFlat/jf-flat-bold.ttf);
}


/* End Fonts */

:root {
    --main-color: #0B1338;
    --sec-color: #D4A168;
    --dark-color: #141526;
    --bg-color: #f2f8fb;
}

* {
    box-sizing: border-box;
    font-family: 'jf-flat';
}

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

section,
footer {
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    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;
}


/* 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: 'Line Awesome Free';
    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 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: 270px;
    padding-inline-end: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

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

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

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

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
}

.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: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    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 {
    right: 0px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu .close-btn {
    display: n;
    position: relative;
    left: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: left;
    font-size: 15px;
    color: var(--dark-color);
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    margin: 14px;
    width: 100%;
    transition: all .5s;
    display: none;
}

.mobile-menu-visible .mobile-menu .close-btn {
    opacity: 1;
    display: block;
}

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

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    max-height: calc(100vh - 152px);
    overflow: hidden;
    overflow-y: auto;
    display: block;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

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

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111111;
}

.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: block;
    background: var(--bg-color);
    height: 0;
    transition: all .5s;
    overflow: hidden;
}

.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::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    transition: all .5s;
}

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


/*** 

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

***/
/* Start Header */

.search-h .wrapper {
    /* position: absolute; */
    left: 0;
    top: 0;
    /* width: 100%; */
    /* height: 100%; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.search-h .button {
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    background: none;
    outline: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 2px;
    transition: all 0.5s ease;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0px;
    color: #fff;
    margin-inline-end: 23px;
}

.search-h .button-text {
    display: inline-block;
    position: relative;
    z-index: 2;
    color: inherit;
    font-size: 15px;
}

.search-h .popup {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    border-radius: 3px;
    position: fixed;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.search-h .popup-inside {
    position: absolute;
    left: 0;
    top: 0;
    height: 500px;
    width: 500px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 black;
    transition: box-shadow 0.5s ease 0.7s, border-radius 0.35s ease 0.7s;
    background: rgb(0 91 223 / 60%);
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    transition: all 1s ease-in-out .1s;
    transform: scale(0) translateX(-200%) rotate(45deg);
}

.search-h .backgrounds {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    /* background: #000; */
    display: none;
}

.search-h .background {
    --offset: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -50px 0 200px -50px var(--main-color), 50px 0 200px -50px #0767f3;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    border-radius: 50%;
}

.search-h .background2 {
    --offset: 10%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #1760cb, #2563bf);
    transform: scale(0);
    transition: all 0.5s ease 0.1s;
}

.search-h .background3 {
    --offset: 20%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #2362bf, #6284b7);
    z-index: 2;
    transition: all 0.5s ease 0.2s;
}

.search-h .background4 {
    --offset: 30%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #73a1e5, #b0c0d9);
    z-index: 3;
    transition: all 0.5s ease 0.3s;
}

.search-h .background5 {
    --offset: 40%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #7eb2ff, #dceaff);
    z-index: 4;
    transition: all 0.5s ease 0.4s;
}

.search-h .background6 {
    --offset: 40%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: white;
    z-index: 5;
    transition: all 0.8s ease 0.4s;
}

.search-h .content {
    --offset: 0;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 2s;
    z-index: 10;
    background: none;
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.search-h .content-wrapper {
    text-align: center;
    width: 100%;
}

body.active .search-h .content {
    opacity: 1;
    transform: none;
}

body.active .search-h .popup {
    opacity: 1;
    visibility: visible;
}

body.active .search-h .popup-inside {
    border-radius: 0;
    box-shadow: -50px 0 200px -50px var(--main-color), 50px 0 200px -50px #0767f3;
    width: 100%;
    height: 100%;
    transform: none;
}

body.active .search-h .background {
    transform: scale(1);
}

body.active .search-h .background6 {
    transform: scale(8);
}

.search-h .popup .btn-close {
    position: absolute;
    z-index: 6;
    left: 0;
    top: 0;
    margin: 30px;
    background: transparent;
    font-size: 20px;
    color: #fff;
    z-index: 999999;
    opacity: 1;
    cursor: pointer;
}

.search-h .content-wrapper form {
    display: flex;
    justify-content: center;
}

.search-h .content-wrapper form .btn-search {
    background: var(--sec-color);
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    width: 60px;
    height: 60px;
    font-size: 25px;
    color: #fff;
    border-radius: 6px;
    margin-inline-start: 15px;
}

.search-h .content-wrapper form input {
    width: calc(100% - 70px);
    padding: 0 25px;
    border-radius: 6px;
    border: none;
    outline: none;
    box-shadow: none;
}

header {
    position: absolute;
    top: 0;
    /* z-index: 2; */
    width: 100%;
    padding: 28px 47px;
}

.header-top .head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.header-top .head-top .logo {
    max-width: 190px;
    margin-bottom: -106px;
}

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

.header-top .head-top .nav-head li a {
    color: #FFF;
    font-size: 16px;
    padding: 0 17px;
    cursor: pointer;
}

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

.header-top .head-top .menu-right .lang {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

.header-top .head-top .menu-right .lang img {
    width: 23px;
    height: 23px;
    margin-inline-start: 5px;
}

.header-top .head-top .nav-head li a:hover {
    color: var(--sec-color);
}

header::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: var(--main-color);
    z-index: 2;
    /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 4% 100%); */
}

header .header-top {
    position: relative;
    z-index: 4;
}

.header-top .head-top .nav-head li:first-child a {
    padding-inline-start: 0;
}

.modal-backdrop {
    background: #1E1E1E;
    opacity: 0.8;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.modal-backdrop.show {
    opacity: 0.8;
}

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

.reqModal .modal-content {
    border: 1px solid #707070;
    border-radius: 0;
}

button.btn-close {
    margin: 0;
    right: auto;
    left: 0;
    display: table;
    margin-inline-start: auto;
    width: 53px;
    height: 53px;
    padding: 0;
    background-color: #F1F1F1;
    border-radius: 50%;
}

.reqModal .modal-body {
    padding: 26px 30px;
}

button.btn-close:hover {
    filter: invert(1);
}

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

.title {
    margin: 0 0 50px;
}

.modal .title.title-center {
    /* margin: 0 0 70px; */
}

.title h3 {
    font-size: 36px;
    color: var(--main-color);
    position: relative;
    line-height: 48px;
    padding-bottom: 10px;
    margin: 0;
}

.title h3::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 21px;
    border-bottom: 2px solid var(--sec-color);
    bottom: 0;
}

.title.title-center h3::after {
    margin: 0 auto;
}

.title-form {
    margin: 50px 0 25px;
    display: table;
    min-width: 250px;
    border-bottom: 2px var(--main-color) solid;
}

.title-form .icon,
.title-form .details {
    display: inline-block;
}

.title-form .icon {
    width: 79px;
    position: relative;
    text-align: center;
    padding: 15px;
    padding-inline-end: 26px;
}

.title-form .details {
    width: calc(100% - 79px);
    padding-inline-start: 15px;
}

.title-form .icon img {
    position: relative;
    z-index: 2;
    max-width: 20px;
    max-height: 20px;
}

.title-form .icon::before,
.title-form .icon::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background: var(--main-color);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.title-form .icon::after {
    z-index: 1;
    background: var(--sec-color);
    width: 87%;
    clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
}

.form-modal .form-group label {
    font-size: 16px;
    color: #221F20;
    line-height: 28px;
    margin: 0 0 13px;
}

.form-modal .form-group .form-control {
    height: 55px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 0 27px;
    transition: all .5s;
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
}

.form-modal .form-group .form-control::placeholder {
    color: #221F20;
    opacity: 0.5;
    transition: all .5s;
}

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

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

.form-modal .col-md-12 .form-group {
    margin: 40px 0 0;
}

.form-modal .col-md-12:last-child .form-group {
    margin: 0;
}

.form-modal .form-group textarea.form-control {
    height: 137px;
    padding: 27px;
}


.btn.btn-form {
    margin: 27px 0;
    min-width: 138px;
    min-height: 52px;
    background: var(--sec-color);
    border-radius: 10px;
    color: #221F20;
    font-size: 14px;
    font-family: 'jf-flat-bold';
    font-weight: bold;
    box-shadow: none;
}

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

/* End Header */


/* Start Banner-h */
.banner-h,
.slider-home-h,
.slider-home-h .slider-block {
    height: 766px;
    overflow: hidden;
}

.banner-h .shape-h::before,
.banner-h .shape-h::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 49%;
    height: 100%;
    background: url(../images/shape-2.png);
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.banner-h .shape-h::after {
    background-image: url(../images/shape-1.png);
}

.banner-h .shape-h::before {
    left: 55px;
}

.item.res-menu {
    width: 38px;
    height: 38px;
    background: #fff;
    position: relative;
    border-radius: 3px;
    text-align: center;
    font-size: 19px;
    color: var(--main-color);
    display: none;
}

.item.res-menu span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
}

.slider-home-h {
    height: 100%;
    width: 75%;
}

.slider-home-h .slider-block img {
    width: 100%;
    height: calc(100% - 80px);
    object-fit: cover;
    object-position: center;
}

.s-slider {
    position: absolute;
    bottom: 0;
    /* z-index: 2; */
    right: 0;
    width: 75%;
    background: var(--main-color);
    padding: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-inline-end: 80px;
    left: 0;
}

.s-slider a {
    color: #fff;
    font-size: 24px;
    margin-inline-start: 24px;
    position: relative;
    z-index: 5;
}

.s-slider a:first-child {
    margin: 0;
}

.home-slider.owl-carousel .owl-nav, .home-slider.owl-carousel .owl-dots {
    width: 136px;
    right: 10vw;
    position: absolute;
    /* z-index: 9; */
    bottom: 2px;
    /* max-width: 1140px; */
    margin: 0 auto;
    /* left: 0; */
    text-align: end;
    padding: 24px;
}

.home-slider.owl-carousel .owl-nav button.owl-prev, .home-slider.owl-carousel .owl-nav button.owl-next {
    color: #fff;
    position: absolute;
    top: 0;
    font-size: 19px;
    background: transparent;
    width: auto;
    height: auto;
    border: none;
}

.home-slider {
    height: 100%;
}

.home-slider.owl-carousel .owl-dots {
    max-width: 80px;
    margin: 0;
    left: auto;
    right: 12vw;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.home-slider .owl-nav button.owl-prev {}

.home-slider .owl-nav button.owl-prev {
    left: 0;
}

.home-slider .owl-nav button.owl-next {
    right: 0;
}

.home-slider .owl-dots button.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 2.5px;
    transition: all .5s;
}

.home-slider .owl-dots button.owl-dot.active span {
    background: var(--sec-color);
}

.s-slider a:hover {
    color: var(--sec-color);
}

i {
    transition: none;
}

.home-slider .owl-nav button.owl-prev:hover,
.home-slider .owl-nav button.owl-next:hover {
    color: var(--sec-color);
}

.banner-text {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32%;
    padding: 324px 30px;
    text-align: center;
}

.banner-text .text-banner h1,
.banner-text .text-banner h3 {
    color: #fff;
    margin: 0;
}

.banner-text .text-banner h1 {
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 14px;
}

.banner-text .text-banner h3 {
    font-size: 29px;
    line-height: 50px;
}

/* End Banner-h */

/* Start About-h */
.title-bg {
    background: var(--main-color);
    position: relative;
    padding: 36px 0 60px;
}

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

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

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

.about-h::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 122px;
    background: url(../images/bg-2.png);
}

.about-h .text-about {
    padding: 35px 0 0;
}

.text-about p {
    max-width: 1045px;
    color: #0B1338;
    font-size: 20px;
    line-height: 38px;
}

.about-h .text-about p {
    margin: 0 auto;
}

/* End About-h */

/* Start Projects-h */
.projects-h {
    padding: 35px 0;
}

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

.nav.nav-tabs .nav-item .nav-link {
    min-width: 137px;
    min-height: 46px;
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: 50px;
    letter-spacing: 0px;
    color: #221F20;
    font-size: 14px;
    margin: 0 5.5px;
    font-weight: bold;
}

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

.projects-slider .item {
    padding: 0 12.5px;
}

.pro-block {
    direction: rtl;
    display: block;
    border: 1px solid #EBEBEB;
    border-radius: 25px;
    overflow: hidden;
    margin: 15px 0;
}

.pro-block .img-block {
    height: 258px;
    overflow: hidden;
    position: relative;
}

.pro-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

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

.pro-block .img-block .img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    transition: all .4s;
    opacity: 0;
}

.pro-block:hover .img-block .img::after {
    opacity: 0.8;
}

.pro-block .img-block .hover-box {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.btn-box {
    min-width: 138px;
    min-height: 43px;
    background: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    display: table;
    text-align: center;
    line-height: 43px;
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all .5s;
    font-size: 16px;
    color: var(--sec-color);
    /* transform: scale(0); */
    /* opacity: 0; */
    cursor: pointer;
}

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

.pro-block:hover .img-block .hover-box .btn-box {
    opacity: 1;
    transform: none;
}

.pro-block .img-block .hover-box .btn-box {
    transform: scale(0);
    opacity: 0;
}

.pro-block .details {
    padding: 15px;
}

.pro-block .details .name {
    display: block;
    font-size: 20px;
    color: var(--main-color);
    line-height: 34px;
    margin: 0 0 10px;
}

.pro-block:hover .details .name {
    color: var(--sec-color);
}

.pro-block .details span {
    display: flex;
    margin: 6px 0;
    color: var(--main-color);
    font-size: 14px;
}

.pro-block .details span img {
    width: auto;
    max-width: 17px;
    max-height: 17px;
    margin-inline-end: 10px;
    position: relative;
    top: 3px;
}

.owl-carousel .owl-nav {
    position: relative;
    width: 90px;
    display: table;
    margin: 20px auto 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 37px;
    height: 37px;
    background: #fff;
    border: 1px solid #221F20;
    border-radius: 50%;
    font-size: 16px;
    color: #221F20;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--sec-color);
    color: #fff;
    border-color: var(--sec-color);
}

/* End Projects-h */

/* Start Map-h */
.map-h {
    padding: 70px 0;
}

.map-inner .mapH {
    height: 578px;
    border-radius: 40px;
    overflow: hidden;
}

.map-inner .mapH img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.map-inner .details-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 45px 0 0;
}

.map-inner .details-map .item {
    margin: 0 22px;
    display: inline-flex;
    /* width: 15px; */
    /* height: 15px; */
}

.map-inner .details-map .item .circel {
    width: 15px;
    height: 15px;
    background: var(--main-color);
    border-radius: 50%;
}

.map-inner .details-map .item h3 {
    margin: 0;
    color: #221F20;
    font-size: 16px;
    width: calc(100% - 15px);
    padding-inline-start: 6px;
    line-height: 15px;
}

.map-inner .details-map .item.sold .circel {
    background: #EB1F1F;
}

.map-inner .details-map .item.under .circel {
    background: #D4A168;
}

/* End Map-h */

/* Start Counter-h */
.counter-h {
    padding: 70px 0;
    background: var(--main-color);
}

.count-block {
    text-align: center;
}

.count-block .counter-item {
    font-size: 48px;
    color: var(--sec-color);
    direction: ltr;
    line-height: 76px;
    margin: 0 0 8px;
}

.count-block p {
    color: #FFF;
    font-size: 28px;
}

.counter-h .col-md-4:nth-child(2) .count-block::before,
.counter-h .col-md-4:nth-child(2) .count-block::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #E1E1E1;
    right: 0;
    height: 66px;
    margin: auto 0;
}

.counter-h .col-md-4:nth-child(2) .count-block::after {
    right: auto;
    left: 0;
}

.counter-h::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 70%;
    background: url(../images/bg-1.png);
    opacity: 0.05;
    background-position: center;
    background-size: cover;
}

.title-bg::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/bg-1.png);
    background-position: center -24px;
    background-size: cover;
    opacity: .05;
}

.title-bg .container,
.counter-h .container {
    position: relative;
    z-index: 2;
}

/* End Counter-h */

/* Start Spcial-h */
.spcial-h {
    padding: 80px 0;
}

.spc-block {
    margin: 15px 0;
    text-align: center;
}

.spc-block .icon {
    width: 118px;
    height: 118px;
    border: 2px var(--sec-color) solid;
    line-height: 114px;
    border-radius: 50%;
    margin: 0 auto;
}

.spc-block .details {
    padding: 15px 0 0;
}

.spc-block .details h3 {
    font-size: 24px;
    color: var(--sec-color);
    line-height: 32px;
}

.spc-block .details p {
    color: #757575;
    font-size: 16px;
    line-height: 28px;
    max-width: 278px;
    margin: 0 auto;
}

.overlay-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

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

.why-h {
    background: var(--main-color);
    padding: 60px 0;
}

.why-block {
    margin: 15px 0;
    background: var(--sec-color);
    border-radius: 10px;
    text-align: center;
    padding: 16px;
}

.why-block .icon {
    width: 62px;
    height: 62px;
    margin: 0 auto;
}

.why-block .icon img {
    filter: brightness(0) invert(1);
}

.why-block .details {
    padding: 10px 0 0;
}

.why-block .details h3 {
    margin: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.text-why {
    text-align: center;
    padding: 100px 0 50px;
}

.text-why h2 {
    color: #FFF;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    margin: 0 0 28px;
}

.btn {
    min-width: 168px;
    min-height: 50px;
    background: var(--sec-color);
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid var(--sec-color);
}

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

/* End Spcial-h */

/* Start Footer */
footer {
    background: var(--dark-color);
}

.footer-top {
    padding: 50px 0 80px;
}

.foot-col h3 {
    color: #FFF;
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    margin: 0 0 33px;
}

.info-f ul {
    display: flex;
    flex-wrap: wrap;
}

.info-f ul li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding-inline-end: 15px;
}

.info-f ul li,
.info-f ul li a {
    color: #FFF;
    font-size: 24px;
    display: flex;
    width: 100%;
}

.info-f ul li i {
    margin-inline-start: 7px;
    line-height: 33px;
}

.s-f {
    display: flex;
    flex-wrap: wrap;
}

.s-f a {
    color: #fff;
    font-size: 23px;
    margin-inline-end: 24px;
}

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

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

.copyRight p {
    color: #FFF;
    font-size: 18px;
}

.ryad-logo {
    display: table;
    margin-inline-start: auto;
}


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

/* End Footer */

/* Start About-page */

.header-inner .head-top .logo {
    margin: 0;
    max-width: 104px;
}

.header-inner {
    position: relative;
    padding: 15px 0;
}

.header-inner .header-top .menu-right {
    display: none;
}

.breadcrumb {
    margin: 0;
    padding: 130px 0;
}

.breadcrumb .overlay-img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: 0.8;
}

.text-bread h2 {
    color: #fff;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
}

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

.about-page .title h3 {
    font-weight: bold;
    padding: 0 0 15px;
}

.about-page .title h3::after {
    width: 41px;
}

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

.img-about {
    height: 597px;
}

.img-about .img {
    width: 100%;
    position: relative;
}

.img-about .img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 95%;
    height: 90%;
    background: var(--sec-color);
    opacity: .1;
    z-index: -1;
    margin: -20px;
}

.about-page.about-page2 {
    padding-top: 0;
}

.items-about .item {
    margin: 0 0 35px;
}

.about-block {
    border: 1px solid #E6E6E6;
    border-inline-start: 8px var(--sec-color) solid;
    padding: 20px;
}

.about-block h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    line-height: 34px;
    margin: 0 0 11px;
}

.about-block p {
    color: #221F20;
    opacity: 0.82;
    font-size: 16px;
    line-height: 28px;
    margin: 6px 0;
}

.about-page2 .img-about .img::after {
    display: none;
}


/* End About-page */

/* Start Projects-page */

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

.pagination .page-item .page-link {
    margin: 0 3px;
    width: 27px;
    height: 27px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 0;
    text-align: center;
    line-height: 25px;
    color: #221F20;
    font-size: 14px;
    font-weight: bold;
}

.pagination .page-item.active .page-link {
    background: #221F20;
    color: #fff;
}

/* End Projects-page */

/* Start Contact-page */

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

.title-contact span {
    font-size: 18px;
    font-weight: bold;
    color: var(--sec-color);
    margin: 0 0 6px;
    display: block;
    line-height: 31px;
}

.title-contact h3 {
    color: #222;
    font-size: 28px;
    font-weight: bold;
    line-height: 48px;
}

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

.form-contact .form-group label {
    color: #000;
    font-size: 16px;
    margin: 0 0 10px;
}

.form-contact .form-group .form-control {
    transition: all .5s;
    height: 47px;
    background: rgb(34 31 32 / 10%);
    border-radius: 29px;
    padding: 0 23px;
    border: none;
    color: #222;
    border: 1px rgb(112 112 112 / 10%) solid;
}

.form-contact .form-group .form-control::placeholder {
    color: #222;
    opacity: .5;
    transition: all .5s;
}

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

.form-contact .form-group .form-control:focus {
    border-color: var(--sec-color);
    background: #fff;
    box-shadow: none;
}

.form-contact .form-group textarea.form-control {
    height: 169px;
    padding: 23px;
}

.form-contact .btn.btn-form {
    min-width: 126px;
    min-height: 46px;
    border-radius: 50px;
    color: #fff;
    margin: 0;
    margin-inline-start: auto;
    display: table;
}

.contact-page .map-co {
    height: 578px;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}

.title-contact span {
    font-size: 14px;
    line-height: 25px;
}

.title-contact h3 {
    font-size: 20px;
    line-height: 30px;
}

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

.form-contact .form-group label {
    font-size: 14px;
    margin: 0 0 8px;
}

.form-contact .form-group .form-control {
    font-size: 13px;
    height: 44px;
}

.form-contact .form-group textarea.form-control {
    height: 120px;
    padding: 15px;
}

.contact-page .map-co {
    margin: 15px 0 0;
    height: 350px;
    border-radius: 10px;
}

form {
    direction: rtl;
}

/* End Contact-page */

/* Start Single-page */

.slick-slider {
    direction: ltr;
}

.slider-banner-image {
    height: 480px;
}

.slider-banner-image .blokc-single-g {
    width: 100%;
    height: 100%;
}

.slider-banner-image .blokc-single-g img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.slider-single-pro {
    background: #1B1D36;
}

.thumbnail-image {
    padding: 10px;
}

.thumbnail-image .thumbImg {
    height: 121px;
    border-radius: 10px;
    overflow: hidden;
}

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

.slick-next:before, .slick-prev:before {
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 26px;
    transition: all .5s;
}

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

.slider-bottom-single {
    padding: 34px 0;
}

.slider-bottom-single .title {
    margin: 35px 0 0;
}

.slider-bottom-single .title h3::after {
    width: 83px;
}

.slider-bottom-single .title h3 {
    padding: 0 0 15px;
}

.more-details {
    padding: 70px 0;
    background: #F9F9F9;
}

.more-block {
    display: flex;
    margin: 15px 0;
}

.more-block .icon {
    width: 44px;
    height: 44px;
}

.more-block .details {
    width: calc(100% - 44px);
    padding-inline-start: 17px;
}

.more-block .details h3 {
    margin: 0;
    color: var(--main-color);
    font-size: 30px;
    line-height: 44px;
    margin: 0;
}

.title-s h3 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
}

.title-s h3 img {
    width: 57px;
    height: 57px;
    filter: invert(10%) sepia(13%) saturate(5261%) hue-rotate(203deg) brightness(90%) contrast(105%);
}

.title-s h3 span {
    padding-inline-start: 16px;
}

.single-page .nav.nav-tabs .nav-item .nav-link {
    width: 100px;
    height: 100px;
    background: #FFF;
    border: 1px solid #D2D2D2;
    min-width: auto;
    color: #030303;
    font-size: 36px;
    font-weight: normal;
    margin: 0 12px;
}

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

.fillter-single {
    padding: 16px;
    background: #F9F9F9;
    border-radius: 10px;
}

.fillter-single .title-fillter {
    text-align: center;
    margin: 3px 0 19px;
}

.fillter-single .title-fillter h3 {
    font-size: 20px;
    color: var(--main-color);
}

.fillter-single .title-fillter h3 i {
    font-size: 18px;
    transform: scaleX(-1);
    position: relative;
    top: 1px;
}

.title-s {
    margin: 28px 0;
}

.single-inner {}

.single-page .nav.nav-tabs {
    margin: 0 0 70px;
}

.fillter-items .item {
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    padding: 10px 20px;
    margin: 16px 0;
}

.fillter-items .item .title-item {
    display: table;
    margin: 0 auto 20px;
    font-size: 20px;
    color: var(--main-color);
    position: relative;
    padding-bottom: 8px;
}

.fillter-items .item .title-item::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    border-bottom: 1px var(--sec-color) solid;
    line-height: 34px;
    width: 48px;
}

.irs--round .irs-bar {
    height: 2px;
    background: var(--main-color);
}

.irs--round .irs-handle {
    background: var(--main-color);
    border: none;
    width: 16px;
    height: 16px;
    top: 57%;
    transition: all .5s;
}

.irs-from, .irs-to, .irs-single {
    top: auto;
    bottom: -22px;
}

.irs--round .irs-min, .irs--round .irs-max {
    top: auto;
    bottom: 0;
}

.irs--round {}

.irs--round .irs {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.irs--round .irs-line {
    top: -12px;
    height: 2px;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    display: none;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background: transparent;
    font-size: 14px;
    color: var(--main-color);
    direction: ltr;
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
    background: var(--sec-color);
}

.fillter-items .item .range {
    padding-bottom: 50px;
}

[dir=rtl] .slick-slide {
    float: left;
}

.checkRadio .item-check label {
    display: block;
    position: relative;
    margin: 10px 0;
}

.checkRadio .item-check label input {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.checkRadio .item-check label span {
    display: block;
    font-size: 14px;
    color: var(--main-color);
    padding-inline-end: 25px;
}

.checkRadio .item-check label span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    width: 19px;
    height: 19px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
    text-align: center;
    line-height: 19px;
}

.checkRadio .item-check label input:checked+span::after {
    content: "\f00c";
    background: var(--main-color);
}

.proj-block {
    margin: 0 0 30px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
}

.proj-block .head-block {
    display: flex;
    flex-wrap: wrap;
}

.proj-block .head-block .item {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 11px;
}

.proj-block .head-block .item:nth-child(1), .proj-block .head-block .item:nth-child(3) {
    border-inline-end: 1px solid #D9D9D9;
}

.proj-block .head-block .item .item-inner {
    display: flex;
    justify-content: center;
}

.proj-block .head-block .item .item-inner .icon {
    width: 24px;
    height: 24px;
}

.proj-block .head-block .item .item-inner h6 {
    padding-inline-start: 10px;
    margin: 0;
    color: #221F20;
    font-size: 18px;
    margin: 5px 0 0;
    text-align: center;
}

.proj-block .head-block .item:nth-child(1), .proj-block .head-block .item:nth-child(2) {
    border-bottom: 1px solid #D9D9D9;
}

.proj-block .head-block .item.item-bottom .item-inner h6 {
    margin: 0;
    padding: 0;
}

.proj-block .head-block .item.item-full {
    max-width: 100%;
    width: 100%;
    flex: auto;
    border-top: 1px solid #D9D9D9;
}

.proj-block .head-block .item.item-full .item-inner h6 {
    margin: 0;
    padding: 0;
}

.proj-block .head-block .item.item-full .item-inner {
    padding: 19px 0;
}

.proj-block .price-block {
    border-top: 1px solid #D9D9D9;
    padding: 22px 16px;
}

.proj-block .price-block h3 {
    margin: 0 0 21px;
    color: var(--main-color);
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.btn.btn-sec {
    display: table;
    margin: 0 auto;
    min-width: 323px;
    min-height: 57px;
    background: var(--main-color);
    font-size: 16px;
    color: #fff;
}

.btn.btn-sec img {
    max-width: 32px;
    max-height: 32px;
    filter: invert(77%) sepia(17%) saturate(1144%) hue-rotate(344deg) brightness(86%) contrast(91%);
    position: relative;
    top: -1px;
    transition: all .5s;
}

.btn.btn-sec h5 {
    display: inline-block;
    /* width: calc(100% - 49px); */
    margin: 0;
    font-size: inherit;
    padding-inline-start: 6px;
    line-height: 28px;
}

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

.btn.btn-sec:hover img {
    filter: invert(7%) sepia(43%) saturate(2844%) hue-rotate(212deg) brightness(93%) contrast(101%);
}

.proj-block.sold-block .price-block {
    padding: 22px 0 0;
}

.sold-btn {
    text-align: center;
    background: #C24B4B;
    line-height: 58px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

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

.interested .title span {
    color: #000;
    font-size: 28px;
    line-height: 48px;
}

.interested .title span img {
    width: 24px;
    height: 24px;
    position: relative;
    top: -5px;
}

.modal .title.title-center h3::after {
    width: 50px;
}

.project-modal-block .img-block img {
    max-height: 376px;
}

.project-modal-block .img-block {
    text-align: center;
}

.project-modal-block .details {
    padding: 70px 30px 30px;
    text-align: center;
}

.project-modal-block .details h3 {
    color: #000;
    font-size: 28px;
    line-height: 48px;
    margin: 0 0 39px;
}

.project-modal-block .form-group {
    margin: 0 0 20px;
    text-align: start;
}

.project-modal-block .form-group label {
    color: #000;
    font-size: 20px;
    margin: 0 0 10px;
}

.project-modal-block .form-group .form-control {
    height: 48px;
    background: #FFF;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 0 20px;
}

.project-modal-block .form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--sec-color);
}

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

.project-modal-block .form-group .form-control::placeholder {
    transition: all .5s;
    opacity: 0.5;
    color: #000;
}

.project-modal-block .form-group .btn {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 14px;
}

.btn.btn-dark, .project-modal-block .form-group .btn.btn-dark {
    background: var(--main-color);
    border-color: var(--main-color);
}

.btn-gold {
    display: block;
    text-align: center;
    margin: 0;
}

.project-modal-block .form-group .whatsappChat {
    display: block;
    text-align: center;
    height: 52px;
    background: #959698 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.project-modal-block .form-group .whatsappChat i {
    font-size: 28px;
    margin-inline-start: 16px;
    position: relative;
    top: 3px;
}

.project-modal-block .form-group .whatsappChat:hover {
    background: #5cc35c;
}

.house-h {
    background: #1B1D36;
    padding: 50px 0;
}

.house-h .col-md-4 {
    position: inherit;
}

.img-house {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 34%;
    height: 100%;
}

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

.house-block {
    margin: 15px 0;
}

.house-block .icon {
    width: 74px;
    height: 74px;
    border: 3px solid var(--sec-color);
    margin: 0 auto;
    border-radius: 50%;
    line-height: 50px;
    padding: 10px;
    text-align: center;
}

.house-block .icon img {
    max-height: 35px;
    filter: invert(70%) sepia(48%) saturate(402%) hue-rotate(349deg) brightness(90%) contrast(84%);
}

.house-block .details {
    padding: 17px 0 0;
}

.house-block .details h3 {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
}

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

.security-h .col-md-7 {
    position: inherit;
}

.img-security {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 57%;
}

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

.sec-block {
    margin: 15px 0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    background: var(--sec-color);
}

.sec-block .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.sec-block .details {
    padding: 10px 0 0;
}

.sec-block .icon img {
    filter: invert(9%) sepia(46%) saturate(1859%) hue-rotate(204deg) brightness(96%) contrast(103%);
    max-height: 80px;
}

.sec-block .details h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    line-height: 31px;
}

.project-guarant {
    padding: 55px 0;
    background: #F9F9F9;
}

.all-projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.all-projects .item {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0 15px;
}

.item-proj {
    margin: 15px 0;
    background: #fff;
    box-shadow: 0px 3px 15px #0000000D;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
}

.item-proj .icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.item-proj .icon img {
    max-height: 64px;
}

.item-proj .details {
    padding: 20px 0 0;
}

.item-proj .details h4 {
    font-size: 18px;
    color: var(--main-color);
}

.item-proj .details h4 u {
    text-decoration: none;
    font-size: 28px;
    margin-inline-end: 5px;
}

.item-proj .details span {
    font-size: 16px;
    color: var(--sec-color);
    line-height: 22px;
    display: block;
}

.services-after {
    background: #1B1D36;
    padding: 60px 0;
}

.services-after .overlay-img img {
    opacity: .05;
}

.after-block {
    text-align: center;
    margin: 15px 0;
    background: #fff;
    box-shadow: 0px 3px 15px #0000000D;
    border-radius: 20px;
    padding: 24px 15px;
    height: calc(100% - 30px);
}

.after-block .icon {
    width: 43px;
    height: 43px;
    margin: 0 auto;
}

.after-block .details {
    padding: 38px 0 0;
}

.after-block .details h3 {
    font-size: 16px;
    color: var(--main-color);
    margin: 0;
    line-height: 25px;
    font-weight: bold;
}

.after-block .icon img {
    max-height: 43px;
    filter: invert(9%) sepia(46%) saturate(1859%) hue-rotate(204deg) brightness(96%) contrast(103%);
}

.map-single .map-inner {
    height: 590px;
}

.buying-h {
    padding: 140px 0;
}

.buying-h .overlay-img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.text-buy h1 {
    color: #FFF;
    font-size: 36px;
    line-height: 28px;
    margin: 0 0 50px;
}

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

.btn.btn-white {
    background: #fff;
    min-width: 243px;
    min-height: 66px;
    border: 2px #fff solid;
    font-size: 20px;
    color: var(--main-color);
    font-weight: normal;
    padding: 16px;
}

.btn.btn-white img {
    width: 26px;
    height: 26px;
    margin-inline-start: 9px;
    filter: invert(95%) sepia(48%) saturate(4705%) hue-rotate(305deg) brightness(87%) contrast(89%);
    position: relative;
    top: -2px;
}

.btn.btn-white span {
    /* line-height: 26px; */
}

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

.btn.btn-white:hover img {
    filter: brightness(0) invert(1);
}

/* End Single-page */

/* Start Partners-page */

.btn.btn-border {
    min-width: 189px;
    min-height: 58px;
    background: transparent;
    border: 1px var(--main-color) solid;
    color: var(--main-color);
    font-size: 16px;
    font-weight: normal;
    padding: 16px;
}

.btn.btn-border i {
    margin-inline-start: 7px;
}

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

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

.partners-slider .item {
    padding: 0 12px;
}

.part-block {
    height: 161px;
    background: #fff;
    border: 1px solid #1B1D36;
    border-radius: 20px;
    overflow: hidden;
    line-height: 139px;
    text-align: center;
    padding: 10px;
}

.part-block img {
    display: inline-block !important;
    width: auto !important;
    max-height: 91px;
}

.partners-slider .owl-dots {
    margin: 32px 0 0;
    text-align: center;
}

.partners-slider .owl-dots button.owl-dot span {
    width: 7px;
    height: 7px;
    background: #CECECE;
    display: block;
    border-radius: 50%;
    margin: 0 4px;
    transition: all .5s;
}

.partners-slider .owl-dots button.owl-dot.active span {
    background: #221F20;
    opacity: 0.8;
}

/* End Partners-page */

/* Start What-do */

.what-block {
    margin: 15px 0;
    display: flex;
    border: 1px solid #1B1D36;
    border-radius: 25px;
    padding: 36px 25px;
}

.what-block .icon {
    width: 73px;
    height: 73px;
    line-height: 73px;
}

.what-block .icon img {
    filter: invert(95%) sepia(48%) saturate(4705%) hue-rotate(305deg) brightness(87%) contrast(89%);
}

.what-block .details {
    width: calc(100% - 73px);
    padding-inline-start: 19px;
}

.what-block .details h3 {
    margin: 0;
    color: #221F20;
    font-size: 28px;
    line-height: 36px;
}

/* End What-do */

/* Start Modals */
.modal-slider .owl-nav button.owl-prev, .modal-slider .owl-nav button.owl-next {
    top: 50%;
    bottom: auto;
}

.modal-slider .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    z-index: 3;
    width: 100%;
}

.modal-slider .owl-nav button.owl-prev {}

.table-details {
    margin: 30px 0 0;
}

.table-details .table tr td {
    margin: 0;
    padding: 10px;
    vertical-align: middle;
    border-top: 0;
    text-align: center;
    color: var(--main-color);
    background: var(--bg-color);
}

.table-details .table {
    margin: 0;
}

.table-details .table tr:last-child td {
    border: none;
}

.proModal .project-modal-block .details {
    padding: 30px;
}

.project-modal-block .details .des-details {
    text-align: start;
    margin: 0 0 30px;
}

.project-modal-block .details .des-details h3 {
    color: var(--main-color);
    line-height: normal;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 11px;
}

.project-modal-block .details .des-details p {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.project-modal-block .details .location-h {
    margin: 30px 0;
}

.project-modal-block .form-group .btn.btn-dark {
    margin: 0;
}
/* End Modals */