@font-face {
    font-family: 'IBMPlexSansArabic';
    src: url("../fonts2/IBMPlexSansArabic-Regular.woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBMPlexSansArabic-Semibold';
    src: url("../fonts2/IBMPlexSansArabic-Medium.woff2");
    font-weight: medium;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'IBMPlexSansArabic';
    src: url("../fonts2/IBMPlexSansArabic-Bold.woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*



@font-face {

  src: url('../fonts/IBMPlexSansArabic-Regular.ttf');
}

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

@font-face {
  font-family:IBMSBOLD;
  src: url('../fonts/IBMPlexSansArabic-SemiBold.ttf');
}

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

@font-face {

  src: url('../fonts/IBMPlexSansArabic-Light.ttf');
}

@font-face {
  font-family: IBMMED;
  src: url('../fonts/IBMPlexSansArabic-Medium.ttf');
} */


* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}


body {
    direction: rtl;
    font-family: 'IBMPlexSansArabic';
}

body.lng-en {
    direction: ltr !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: IBMPlexSansArabic, sans-serif;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #faf9f9;
}

.project-unit ::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .ccheckbox input[type=checkbox] {
        --active: #231F20;
        --active-inner: #fff;
        --focus: 2px rgba(35, 31, 32, .3);
        --border: #BBC1E1;
        --border-hover: #231F20;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .ccheckbox input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .ccheckbox input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .ccheckbox input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .ccheckbox input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .ccheckbox input[type=checkbox]:disabled+label {
        cursor: not-allowed;
    }

    .ccheckbox input[type=checkbox]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .ccheckbox input[type=checkbox]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .ccheckbox input[type=checkbox]:not(.switch) {
        width: 21px;
    }

    .ccheckbox input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .ccheckbox input[type=checkbox]:not(.switch):checked {
        --o: 1;
    }

    .ccheckbox input[type=checkbox]+label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 4px;
    }

    .lng-en .ccheckbox input[type=checkbox]+label {
        margin-right: auto;
        margin-left: 4px;
    }

    .ccheckbox input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }

    .ccheckbox input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    .ccheckbox input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
}

.ccheckbox * {
    box-sizing: inherit;
}

.ccheckbox *:before,
.ccheckbox *:after {
    box-sizing: inherit;
}



.ltr {
    direction: ltr;
}

input,
select,
button {
    font-family: 'IBMPlexSansArabic';
}

header {
    position: relative;
    background-color: #231F20;
    overflow: hidden;
}

.header-full {
    height: 100vh;
}

.header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.header-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glass-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
}

header .top-nav,
header .hslider>*:not(.glass-layer) {
    position: relative;
    z-index: 1;
}

header .top-nav {
    padding: 60px 0 30px;
    overflow: hidden;
    background-color: #231F20;
    transition: all 0.5s ease;
    z-index: 9;
}

.header-full .top-nav {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    background-color: transparent !important;
    transition: all 0.5s ease;
    z-index: 99;
}

header .top-nav .nav-lng {
    text-align: left;
}

.lng-en header .top-nav .nav-lng {
    text-align: right;
}

header .top-nav .nav-lng a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 10px;
}

header .top-nav .nav-lng .contact-anchor {
    background-color: #fff;
    color: #000;
    padding: 6px 55px;
    border: 1px solid #000;
    outline: 2px solid #fff;
    transition: all .5s;
}

header .top-nav .nav-lng .contact-anchor:hover {
    outline: 8px solid rgba(255, 255, 255, .2);
}

.px-3 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.en-anchor {
    font-size: 22px;
    margin-left: 15px;
    position: relative;
    left: -7px;
    transition: all .5s;
}

.lng-en .en-anchor {
    margin-left: 0;
    margin-right: 15px;
}

header .top-nav .logo a img {
    width: 120px;
    height: auto;
}

header .top-nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-nav nav li {
    display: inline-block;
}

.top-nav nav a {
    color: #fff;

    text-decoration: none;
    font-size: 20px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
}

.top-nav nav a:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    bottom: -10px;
    right: 0;
    left: 0;
    border-radius: 10px;
    margin: auto;
    transition: all .5s;
}

.top-nav nav a:hover:before,
.top-nav nav a.active:before {
    width: 100% !important;
}


.owl-carousel {
    direction: ltr;
}

.hslider-item {
    overflow: hidden;
    color: #fff;
    direction: rtl;
    position: relative;
    height: 100vh;
}

.hslider-item-co {
    position: absolute;
    right: 3%;
    bottom: 15%;
    z-index: 10;
}

.lng-en .hslider-item-co {
    right: auto;
    left: 3%;
}

.hslider-item-img {
    height: 100vh;
    width: 100vw;
}

.hslider-item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    animation: shrink 30s infinite alternate;
}

@keyframes shrink {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.02);
    }

    20% {
        transform: scale(1.04);
    }

    30% {
        transform: scale(1.06);
    }

    40% {
        transform: scale(1.08);
    }

    50% {
        transform: scale(1.1);
        /* Adjust the scale value as needed */
    }

    60% {
        transform: scale(1.08);
    }

    70% {
        transform: scale(1.06);
    }

    80% {
        transform: scale(1.04);
    }

    90% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.headerNav {
    display: none;
}

.hslider {
    position: relative;
    z-index: 9;
}

.hslider-owl .owl-nav {
    position: absolute;
    bottom: 8%;
    right: 3%;
}

.lng-en .hslider-owl .owl-nav {
    right: auto;
    left: 3%;
}

.hslider-owl .owl-nav button {
    border: 1px solid rgba(255, 255, 255, .4) !important;
    display: inline-block;
    width: 50px;
    height: 35px;
    text-align: center;
    margin: 0 3px;
    background-color: transparent;
    transition: all .5s;
}

.hslider-owl .owl-nav button svg {
    width: 25px;
    stroke: rgba(255, 255, 255, .8);
    position: relative;
    top: 5px;
    transition: all .5s;
}

.lng-en .hslider-item {
    direction: ltr;
}

.hslider-item h3 {
    margin-bottom: 20px;
    font-size: 56px;

    display: inline-block;
    position: relative;
}

.hslider-item h3 i {
    position: relative;
    font-style: normal;
}

.hslider-item h3 i:after {
    content: '';
    background: url('../imgs/wrap.png') no-repeat;
    background-size: contain;
    width: 85px;
    height: 66px;
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 11px;
}

.lng-en .hslider-item h3 i:after {
    transform: rotate(180deg);
    right: -15px;
    top: 10px;
}

.hslider-item h3 span {
    font-size: 24px;
    margin-right: 32px;
}

.lng-en .hslider-item h3 span {
    margin-right: auto;
    margin-left: 70px;
}

.hslider-item p {

    margin-bottom: 25px;
    width: 70%;
    font-size: 18px;
    line-height: 29px;
}

.hslider-item a {
    display: inline-block;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    text-decoration: none;
    padding: 7px 70px;
    font-size: 20px;
    border: 1px solid rgba(255, 255, 255, .3);
    transition: all .5s;
}

.hslider-item a:hover {
    background-color: #fff;
    color: #000
}

.hslider-co {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}

.hside {
    height: 100%;
    flex-direction: row-reverse;
    align-content: flex-end;
    align-items: flex-end;
}

.play-btn {
    text-align: left;
}

.play-btn span {
    display: inline-block;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    border: 4px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    transition: all .5s;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center center;
}

.play-btn span.pause {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='28' viewBox='0 0 24 24' stroke-width='1.5' stroke='white' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 5.25v13.5m-7.5-13.5v13.5' /%3E%3C/svg%3E%0A");
}

.play-btn span.play {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' width='27' stroke='white' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.347a1.125 1.125 0 0 1 0 1.972l-11.54 6.347a1.125 1.125 0 0 1-1.667-.986V5.653Z' /%3E%3C/svg%3E%0A");
}

.play-btn span:hover {
    border-color: rgba(255, 255, 255, .8);
}

.connect-ways {
    text-align: left;
    display: flex;
    position: fixed;
    z-index: 9999;
    left: 38px;
    bottom: 0%;
    flex-direction: column;
}

.lng-en .connect-ways {
    left: auto;
    right: 38px;
}

.connect-ways a img {
    width: 65px;
    position: relative;
    transition: all .5s;
}

.connect-ways a img:hover {
    transform: scale(1.2);
}

nav {
    position: relative;
    top: 25px;
    margin-right: 20px;
}

.lng-en nav {
    margin-right: auto;
    margin-left: 20px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.cab-bg video {
    z-index: 1;
}

.owl-avp {
    direction: ltr;
}

.av-projects {
    background: #EDEBEB;
    padding: 90px 0;
    overflow: hidden;
}

.av-projects span {

    font-size: 24px;
}

.av-projects h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

.avp-item {
    position: relative;
    height: 500px;
    direction: rtl;
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.lng-en .avp-item {
    direction: ltr;
}

.avp-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.avp-item-co {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
    z-index: 1;
}

.lng-en .avp-item-co {
    right: auto;
    left: 0;
}

.avp-item:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s;
}

.avp-item:hover img {
    transform: scale(1.1);
}

.avp-item:hover:before {
    background-color: rgba(0, 0, 0, .3);
}

.avp-item-co h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 24px;
}

.avp-item-co span {
    color: #cfcfcf;
    display: block;
    text-align: right;
    font-size: 16px;
}

.lng-en .avp-item-co span {
    text-align: left;
}

.av-projects .owl-dots {
    text-align: center;
    padding-top: 30px;
}

.av-projects .owl-dots button {
    background: #bbbbbb !important;
    height: 8px;
    width: 40px;
}

.av-projects .owl-dots button.active {
    background: #000 !important;
}

.sakifa-profile {
    padding: 80px 0;
    overflow: hidden;
}

.sakifa-profile-img img {
    width: 100%;
}

.skp-head {
    margin-bottom: 30px;
    width: 300px;
    height: auto;
}

.sakifa-profile-co h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.sakifa-profile-co p {
    font-size: 16px;
    line-height: 28px;

}

.sakifa-profile-list {
    margin-top: 70px;
    margin-bottom: 30px;
}

.sakifa-profile-list-item {
    margin-bottom: 50px;
    display: flex;
}

.sakifa-profile-list-item img {
    width: 80px;
    margin-left: 20px;
}

.lng-en .sakifa-profile-list-item img {
    margin-left: 0px;
    margin-right: 20px;
}

.sakifa-profile-list-item div {
    font-size: 22px;
    color: #666;
    position: relative;
    top: 10px;
}

.sakifa-profile-list-item div span {
    font-weight: bold;
}

.sakifa-profile-list-item div h5 {
    font-size: 18px;
    font-weight: normal;
}

.profile-btn {
    background: #000;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    transition: all .5s;
}

.profile-btn:hover {
    background-color: #666;
}

.project-spec {
    margin-top: 80px;
}

.project-spec-item {
    text-align: center;
}

.project-spec-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.project-spec-item div {
    display: inline-block;
    position: relative;
    top: -30px;
}

.project-spec-item div span {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

.project-spec-item div i {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.our-projects {
    padding: 100px 0;
    overflow: hidden;

}

.oprojects-breif {
    margin: 0 0px 0 30px;
}

.lng-en .oprojects-breif {
    margin: 0 30px 0 0;
}

.oprojects-breif h3 {
    color: #000;
    font-size: 39px;
    margin-bottom: 20px;
    padding-top: 50px;
}

.oprojects-breif p {


    line-height: 33px;
    margin-bottom: 20px;
}

.oprojects-breif a {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    text-decoration: none;
    margin-top: 20px;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    transition: all .5s;
}

.oprojects-breif a:hover {
    background-color: #666;
}

.oprojects-thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    /* Adjust spacing between images as needed */
}

.oproject-thumb-item {
    display: block;
    position: relative;
    overflow: hidden;
}

.oproject-thumb-item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    height: 95%;
    margin: auto;
    /* border: 1px double #fff; */
    /* box-shadow: inset -2px -1px 66px -5px #fff; */
    opacity: .2;
    transition: all .5s;
}

.oproject-thumb-item:hover:after {
    opacity: .7;
}

.oproject-thumb-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
    transition: all .5s;
}

.oproject-thumb-item:hover:before {
    background-color: rgba(0, 0, 0, .0);
}

.oproject-thumb-item:nth-child(1) {
    grid-row: span 2;
    height: calc(2 * 250px + 40px);
    /* Adjust 100px to your desired image height, 10px is the gap */
}

/* .oproject-thumb-item:nth-child(2){
    right:-20px;
}

.oproject-thumb-item:nth-child(5){
    top:-10px;
    right:-20px;
} */

.oproject-thumb-item:not(:nth-child(1)) {
    height: 250px;
    /* Adjust to your desired image height */
}

.oproject-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.oproject-thumb-item:hover img {
    transform: scale(1.1);
}

/* .oproject-thumb-item{
    display: inline-block;
    height: 300px;
    width:100%;
    margin-bottom: 20px;
    position: relative;
}
.oproject-thumb-item::after{
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right:0;
    width:95%;
    height: 95%;
    margin: auto;
    border: 1px double #fff;
    box-shadow: inset -2px -1px 66px -5px #fff;
    opacity: .2;
    transition: all .5s;
}
.oproject-thumb-item:hover:after{
    opacity: .7;
}
.oproject-thumb-item::before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
.oproject-thumb-item img{
    width:100%;
    height: 100%;
    object-fit: cover;
} */

.about-bar {
    background: #302D2E;
    padding: 50px 0 10px;
    text-align: center;
    overflow: hidden;
}

.fprofile {
    text-align: left;
}

.lng-en .fprofile {
    text-align: right;
}

.about-bar .alogo {
    max-width: 160px;
    margin: auto;
    height: auto;
}

.about-bar .afal {
    max-width: 160px;
    position: relative;
    top: -20px;
}

.about-bar-tel {
    color: #fff;
    text-align: right;
}

.lng-en .about-bar-tel {
    text-align: left;
}

.about-bar-tel span {

    margin-bottom: 5px;
    display: block;
    font-size: 19px;
}

.lng-en .about-bar-tel span {
    font-size: 14px;
}

.about-bar-tel h5 {
    font-size: 22px;
}

.about-bar-tel h5 a {
    text-decoration: none;
    color: #fff;
}

.about-bar-profile {
    background: #fff;
    color: #231F20;
    text-align: center;
    padding: 5px 50px;
    text-decoration: none;
    margin-top: 20px;
    font-size: 20px;
    display: inline-block;
    transition: all .5s;
}

.about-bar-profile:hover {
    background-color: #141212;
    color: #fff;
}

footer {
    background: #231F20;
    padding: 25px 0;
    overflow: hidden;
}

.footer-menu {
    margin-bottom: 20px;
}

.footer-menu h3,
.footer-time h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
}

.footer-menu ul {
    list-style: none;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    display: block;

    margin-bottom: 10px;
    transition: all .5s;
}

.footer-menu a:hover {
    text-indent: 5px;
}

.footer-time {
    margin-bottom: 30px;
    text-align: right;
}

.lng-en .footer-time {
    text-align: left;
}

.footer-time a {
    font-size: 16px;
}

.footer-time a,
.footer-time p {
    color: #fff;
    text-decoration: none;
    display: block;

    margin-bottom: 10px;
}

.footer-form h6 {
    color: #fff;

    font-size: 20px;
    margin-bottom: 20px;
}

.footer-form form {
    position: relative;
}

.footer-form .ns-msg {
    background: rgba(255, 0, 0, 0.36);
    display: block;
    width: 100%;
    padding: 6px 8px;
    font-size: 12px;
    color: #fff;
}

.footer-form .ns-msg.error {
    background: rgba(255, 0, 0, 0.36);
}

.footer-form .ns-msg.success {
    background: rgb(4, 181, 4);
}

.footer-form input {
    border: none;
    width: 100%;
    padding: 8px 10px;

    font-size: 18px;
}

.lng-en .footer-form input {
    padding: 10px 10px;
    font-size: 16px;
}

.footer-form button {
    background: #231F20;
    border: none;
    position: absolute;
    top: 5px;
    left: 6px;
    color: #fff;
    padding: 6px 20px 8px;
    cursor: pointer;
    transition: all .5s;
}

.lng-en .footer-form button {
    right: 6px;
    left: auto;
}

.footer-form button:hover {
    background: #666;
}

.posts {
    padding: 90px 0;
    overflow: hidden;
}

.posts h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

.posts-owl {
    direction: ltr;
}

.opost-item {
    position: relative;
    display: inline-block;
    background-color: #EDEBEB;
    height: 530px;
    width: 100%;
    direction: rtl;
    overflow: hidden;
    text-decoration: none;
    padding: 20px;
    margin: 20px 0;
    color: #000;
    box-sizing: border-box;
    top: 0;
    transition: all .5s;
}

.lng-en .opost-item {
    direction: ltr;
}

.opost-item:hover {
    background: #302D2E;
    color: #fff;
}

.opost-item-img {
    overflow: hidden;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.opost-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.opost-item span {
    color: #999;

    transition: all .5s;
}

.opost-item h3 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 29px;
}

.lng-en .opost-item h3 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 24px;
}

.opost-item p {
    color: #666;
    margin: 10px 0 20px;

    transition: all .5s;
}

.opost-item strong svg {
    width: 12px;
    position: relative;
    right: 0;
    left: 0;
    transition: all .2s;
}

.lng-en .opost-item strong svg {
    transform: rotate(180deg);
    top: 2px;
}

.opost-item:hover span,
.opost-item:hover p {
    color: #eee;
}

.opost-item:hover img {
    transform: scale(1.1);
}

.opost-item:hover svg {
    right: 5px;
}

.lng-en .opost-item:hover svg {
    left: 5px;
    right: auto;
}

.posts-owl .owl-dots {
    text-align: center;
    padding-top: 30px;
}

.posts-owl .owl-dots button {
    background: #d1d1d1 !important;
    height: 8px;
    margin: 0 3px;
    width: 40px;
}

.posts-owl .owl-dots button.active {
    background: #000 !important;
}

.pageContent {
    min-height: 500px;
    padding-bottom: 100px;
    overflow: hidden;
    background: #fff;
}

.pageContent-title {
    text-align: center;
    padding: 80px 0
}



.pageContent-content {
    overflow: hidden;

    line-height: 35px;
    font-size: 18px;
}

.pageContent-content iframe {
    width: 100% !important;
}

.pageContent-content p {
    margin-bottom: 20px;
    color: #333;
}

.pageContent-content a {
    display: inline-block;
    color: #0c0b0b;
    text-decoration: none;
}

.pageContent-content h1,
.pageContent-content h2,
.pageContent-content h3 {
    margin-bottom: 10px;
}

.pageContent-content img {
    max-width: 100%;
    height: auto;
}

.load-more {
    text-align: center;
    padding-top: 50px;
}

.load-more button {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #302D2E;
    color: #302D2E;
    padding: 7px 80px 10px;
    font-size: 18px;
    transition: all .5s;
}

.load-more button:hover {
    background: #302D2E;
    color: #fff;
}

.main-title {
    padding: 50px 0;
    overflow: hidden;
}

.main-title h1 {
    font-size: 38px;
}

.sakifa-media {
    overflow: hidden;
    margin-bottom: 50px;
}

.second-title {
    padding: 30px 0 10px;
}

.second-title h2 {

    font-size: 28px;
}

.media-page {
    background: #fff;
}

.posts-items {
    margin-bottom: 20px;
    overflow: hidden;
}

.post-item {
    display: block;
    margin: 20px 0 0;
    background: #EDEBEB;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    position: relative;
    top: 0;
    transition: all .5s;
}

.post-item:hover {
    background: rgba(237, 235, 235, 0.66);
}

/* .post-item:hover strong svg{
    right:10px;
} */
.post-item-img {
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.post-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.post-item:hover img {
    transform: scale(1.1);
}

.post-item strong {
    display: block;

    font-size: 14px;
}

.post-item strong svg {
    width: 18px;
    position: relative;
    top: 5px;
    background: #fff;
    border: 1px solid #000;
    margin-right: 5px;
    right: 0;
    transition: all .5s;
}

.lng-en .post-item strong svg {
    transform: rotate(180deg);
    margin-left: 5px;
    margin-right: auto;
}

.post-item h3 {

    font-size: 18px;
    margin: 10px 0;
}

.post-item span {
    font-size: 14px;
}

.post-item p {

    line-height: 28px;
    margin-bottom: 10px;
}

.sakifa-events {
    overflow: hidden;
    padding: 80px 0;
    background: #EDEBEB;
}

.sakifa-events .second-title {
    padding: 0px 0 50px;
}

.event-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.event-item span {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}

.events-list .event-item:last-child {
    border-bottom: none;
}

.event-item-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.event-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-item h3 {
    margin: 30px 0 10px;
    font-size: 24px;
}

.event-item p {

    line-height: 28px;
    margin-bottom: 15px;
    color: #444;
}

.event-item a {
    text-decoration: none;
    display: block;
    color: #000;
    letter-spacing: .5px;
    transition: all .5s;
}

.event-item:hover a {
    text-indent: 5px;
}

.event-item a:hover {
    letter-spacing: 1px;
}

.our-projects-heading {
    padding: 70px 0;
}

.our-projects-heading h1 {

    font-size: 43px;
    margin-bottom: 20px;
}

.our-projects-heading p {}

.our-projects-filter {
    background: #F8F3F2;
    margin-bottom: 50px;
    padding: 40px;
}

.our-projects-filter-item {
    margin-bottom: 30px;
}

.our-projects-filter-item h3 {

    margin-bottom: 15px;
}

.our-projects-filter-item a {
    display: inline-block;
    border: 1px solid #999;
    text-decoration: none;
    color: #000;
    padding: 5px 20px;
    margin: 0 0 10px 5px;
    transition: all .5s;
}

.our-projects-filter-item a:hover,
.our-projects-filter-item a.active {
    background: #000;
    border-color: #000;
    color: #fff;
}

.our-projects-filter-item select {
    width: 50%;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='white' width='18'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 10% center;
}

.ploading {
    background: rgba(255, 255, 255, .2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.projects-list {
    overflow: hidden;
    padding: 40px 0 100px;
}

.projects {
    position: relative;
}

.project-item {
    overflow: hidden;
    width: 100%;
    height: 400px;
    display: block;
    margin-bottom: 25px;
    position: relative;
}

.project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.project-item-co {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.project-item-co strong {
    background: #fff;
    color: #000;
    margin: 20px;
    font-weight: normal;
    display: inline-block;
    padding: 5px 30px;

}

.project-item-co2 {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
}

.project-item:hover .project-item-co {
    background: rgba(0, 0, 0, .1);
}

.project-item:hover img {
    transform: scale(1.1);
}

.project-item-co2 h3 {
    margin-bottom: 5px;
    transition: all .5s;
}

.project-item-co2 span {}

.project-item-co2 i {
    font-style: normal;
    color: #b4b4b4;
    margin-right: 7px;
}

.lng-en .project-item-co2 i {
    margin-right: 0;
    margin-left: 7px;
}

.project-item:hover h3 {
    transform: scale(1.1)
}

.more-projects,
.units-list-more {
    padding: 30px 0;
    margin-top: 40px;
    text-align: center;
}

.more-projects button,
.units-list-more button {
    text-decoration: none;
    border: 1px solid #999;
    background-color: transparent;
    color: #000;
    padding: 10px 80px;

    cursor: pointer;
    transition: all .5s;
}

.more-projects button:hover,
.units-list-more button:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.cab-bg {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.cab-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cab-bg .play-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: center;
}

.about-breif {
    padding: 70px 0;
    background: #E2DDDC;
    overflow: hidden;
}

.about-breif img {
    max-width: 100%;
    height: auto;
    border: 1px solid #d3d1d1;
}

.about-breif p {
    margin: 30px;
    margin-top: 50px;
    line-height: 35px;
    font-size: 18px;

    color: #555;
}

.about-breif span {
    display: block;
    margin: 30px;
    color: #888;
}

.vmision {
    background: #E2DDDC;
    padding: 70px 0;
    overflow: hidden;
}

.sqifa-vision {
    background: #CEC6C5;
    padding: 20px 20px 40px;
    margin-bottom: 20px;
}

.sqifa-vision-icon {
    display: flex;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sqifa-vision-icon img {
    width: 70px;
}

.sqifa-vision-icon h3 {
    font-size: 33px;
    margin-right: 20px;
    position: relative;
    top: 5px;

}

.lng-en .sqifa-vision-icon h3 {
    margin-left: 20px;
    margin-right: auto;
}

.sqifa-vision p {
    color: #231F20;
    line-height: 29px;
    font-size: 16px;
}

.values {
    padding: 50px 0 150px;
    background: #F8F3F2;
    position: relative;
}

.values:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-top: 1px solid #ece9e9;
}

.values h2 {
    margin-bottom: 40px;

    font-size: 40px;
}

.values-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    z-index: 2;
}

.value-item {
    background: #E2DDDC;
    margin: 20px;
    min-height: 300px;
    padding: 20px;
}

.value-item h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.value-item p {

    font-size: 14px;

}

.admin-staff {
    overflow: hidden;
    padding: 50px 0;
}

.admin-staff h2 {
    margin-bottom: 40px;

    font-size: 40px;
}

.staff-item {
    overflow: hidden;
    margin-bottom: 40px;
}

.staff-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
}

.staff-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff-item h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

.staff-item h5 {
    font-family: 'IBMPlexSansArabic';
    color: #666;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    margin-top: 50px;
    padding-top: 30px;
}

.copyright span {
    color: #fff;

}

.social {
    text-align: right;
}

.lng-en .social {
    text-align: left !important;
}

.social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    margin: 0 5px;
    background-size: 22px;
    background-position: center center;
    position: relative;
    top: 0;
    transition: all .5s;
}

.social a:hover {
    top: -5px;
}

.social a.x {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.531 33.56' width='30'%3E%3Cpath id='Path_185' data-name='Path 185' d='M20.4,0,9.551,12.338.9,0H-9.088L4,18.658-9.088,33.56h2.959L5.317,20.527,14.457,33.56h9.986L10.871,14.21,23.356,0ZM-5.062,2.183H-.52L20.4,31.484H15.852Z' transform='translate(9.088)' fill='%23000'/%3E%3C/svg%3E%0A");
}

.social a.snapchat {
    background-image: url("data:image/svg+xml,%3Csvg id='Group_238' data-name='Group 238' xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 34.071 33.56'%3E%3Cpath id='Path_183' data-name='Path 183' d='M23.52,17.158A2.422,2.422,0,0,0,22.313,15.9l-.016-.01c-.062-.029-.114-.058-.156-.081l-.01,0a12.274,12.274,0,0,1-2.806-1.836,9.267,9.267,0,0,1-1.593-1.817,6.649,6.649,0,0,1-.844-1.71c.279-.2.711-.48,1.282-.847.357-.234.62-.406.795-.526a4.137,4.137,0,0,0,1.346-1.431,2.773,2.773,0,0,0,.133-2.3A2.72,2.72,0,0,0,17.8,3.607a3.973,3.973,0,0,0-.785.084c-.178.039-.354.088-.526.136a24.767,24.767,0,0,0-.062-2.761,9.814,9.814,0,0,0-.814-3.319,8.939,8.939,0,0,0-1.45-2.18,8.947,8.947,0,0,0-2.307-1.859,10.517,10.517,0,0,0-5.3-1.353A10.528,10.528,0,0,0,1.266-6.292a9.065,9.065,0,0,0-2.31,1.859,8.976,8.976,0,0,0-1.45,2.177,9.909,9.909,0,0,0-.814,3.322A24.456,24.456,0,0,0-3.37,3.83c-.172-.052-.35-.1-.535-.14a3.787,3.787,0,0,0-.779-.084A2.728,2.728,0,0,0-7.328,5.329a2.789,2.789,0,0,0,.136,2.31,4.11,4.11,0,0,0,1.34,1.424c.152.107.389.263.665.441l.2.133c.347.224.857.558,1.21.8a6.821,6.821,0,0,1-.844,1.713,9.3,9.3,0,0,1-1.593,1.814A12.274,12.274,0,0,1-9.015,15.8l-.032.016c-.049.026-.117.058-.188.1a2.351,2.351,0,0,0-1.171,1.249,2.292,2.292,0,0,0,1.145,2.462,9.416,9.416,0,0,0,2.667,1.087c.14.039.289.078.419.117h0l.01.058c.006.039.013.078.023.117a2.321,2.321,0,0,0,.957,1.561,4.04,4.04,0,0,0,2.239.513,9.219,9.219,0,0,1,2.7.406,7.008,7.008,0,0,1,1.385.727,9.5,9.5,0,0,0,10.852,0l.036-.023a6.569,6.569,0,0,1,1.333-.7,9.224,9.224,0,0,1,2.7-.406h.029a3.949,3.949,0,0,0,2.206-.513,2.413,2.413,0,0,0,.973-1.642l.006-.049.01-.039c.091-.029.2-.058.321-.091l.182-.052a9.2,9.2,0,0,0,2.336-.905,2.33,2.33,0,0,0,1.4-2.638m-2.751.928a7.348,7.348,0,0,1-1.895.73l-.185.049c-.13.036-.256.071-.373.107l-.013,0a1.322,1.322,0,0,0-.99,1.168L17.3,20.2a.838.838,0,0,1-.318.62,2.776,2.776,0,0,1-1.34.23h-.029a10.261,10.261,0,0,0-2.991.461,7.8,7.8,0,0,0-1.587.811L11,22.349a7.672,7.672,0,0,1-8.873.01,7.619,7.619,0,0,0-1.638-.844,10.209,10.209,0,0,0-3-.464,2.83,2.83,0,0,1-1.366-.23.789.789,0,0,1-.308-.561l0-.006c0-.032-.01-.062-.013-.091a1.571,1.571,0,0,0-.286-.733,1.523,1.523,0,0,0-.733-.467l-.013-.006c-.146-.042-.3-.084-.451-.123a8.025,8.025,0,0,1-2.141-.857c-.276-.182-.539-.49-.487-.711a1.237,1.237,0,0,1,.4-.318l.045-.026c.026-.016.062-.032.1-.052l.026-.013a13.263,13.263,0,0,0,3.021-1.982,10.378,10.378,0,0,0,1.781-2.028,7.8,7.8,0,0,0,1-2.06l.01-.026a1.39,1.39,0,0,0-.023-.944,1.41,1.41,0,0,0-.506-.6l-.006-.006c-.357-.247-.892-.594-1.246-.824l-.2-.133c-.25-.162-.467-.3-.59-.389a2.585,2.585,0,0,1-.834-.85,1.185,1.185,0,0,1-.055-1.006A1.151,1.151,0,0,1-4.233,5.3a2.059,2.059,0,0,1,.438.049,8.232,8.232,0,0,1,1.262.409.792.792,0,0,0,.727-.078.787.787,0,0,0,.344-.649V5a26.7,26.7,0,0,1,.016-3.484,8.043,8.043,0,0,1,.652-2.7A7.317,7.317,0,0,1,.371-2.924a7.284,7.284,0,0,1,1.836-1.47A8.676,8.676,0,0,1,6.558-5.5a8.666,8.666,0,0,1,4.357,1.106,7.145,7.145,0,0,1,1.83,1.47,7.224,7.224,0,0,1,1.168,1.739,8.182,8.182,0,0,1,.652,2.7,27.674,27.674,0,0,1,.016,3.475.765.765,0,0,0,.071.367.777.777,0,0,0,1,.4A8.863,8.863,0,0,1,16.9,5.349,1.285,1.285,0,0,1,18.51,6a1.181,1.181,0,0,1-.058,1.009,2.519,2.519,0,0,1-.827.85c-.156.107-.457.3-.72.474-.61.389-1.064.691-1.346.892l-.055.045a1.275,1.275,0,0,0-.461,1.46l.006.029a7.889,7.889,0,0,0,1.006,2.08,10.36,10.36,0,0,0,1.784,2.031,13.263,13.263,0,0,0,3.021,1.982c.032.019.075.039.12.062l.042.023a1.153,1.153,0,0,1,.409.328c.032.107-.029.457-.662.818' transform='translate(10.479 7.645)' fill='%23000'/%3E%3C/svg%3E%0A");
}

.social a.instagram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 33.56 33.56'%3E%3Cg id='Group_242' data-name='Group 242' transform='translate(-733 -8046.349)'%3E%3Cg id='Group_241' data-name='Group 241' transform='translate(733 8046.349)'%3E%3Cpath id='Path_186' data-name='Path 186' d='M11.608,1.484c4.766,0,5.331.019,7.212.1a9.854,9.854,0,0,1,3.316.616A5.567,5.567,0,0,1,24.19,3.537a5.567,5.567,0,0,1,1.333,2.054A9.849,9.849,0,0,1,26.14,8.9c.084,1.885.1,2.45.1,7.216s-.019,5.331-.1,7.212a9.854,9.854,0,0,1-.616,3.316,5.911,5.911,0,0,1-3.387,3.387,9.877,9.877,0,0,1-3.316.613c-1.882.088-2.446.1-7.212.1s-5.331-.016-7.212-.1a9.877,9.877,0,0,1-3.316-.613A5.5,5.5,0,0,1-.971,28.7a5.523,5.523,0,0,1-1.337-2.05,9.854,9.854,0,0,1-.616-3.316c-.084-1.882-.1-2.446-.1-7.212s.016-5.331.1-7.216a9.849,9.849,0,0,1,.616-3.313A5.535,5.535,0,0,1-.971,3.537,5.529,5.529,0,0,1,1.08,2.2,9.854,9.854,0,0,1,4.4,1.587c1.882-.084,2.446-.1,7.212-.1m0-2.145c-4.558,0-5.129.019-6.917.1A12.385,12.385,0,0,0,.616.218,8.26,8.26,0,0,0-2.356,2.155,8.25,8.25,0,0,0-4.29,5.127,12.288,12.288,0,0,0-5.071,9.2c-.081,1.791-.1,2.362-.1,6.92s.019,5.129.1,6.917a12.292,12.292,0,0,0,.782,4.075,8.25,8.25,0,0,0,1.934,2.972A8.25,8.25,0,0,0,.616,32.016a12.3,12.3,0,0,0,4.075.779c1.788.084,2.359.1,6.917.1s5.129-.019,6.917-.1a12.3,12.3,0,0,0,4.075-.779,8.562,8.562,0,0,0,4.906-4.906,12.376,12.376,0,0,0,.782-4.075c.081-1.788.1-2.362.1-6.917s-.019-5.129-.1-6.92a12.372,12.372,0,0,0-.782-4.072,8.25,8.25,0,0,0-1.934-2.972A8.26,8.26,0,0,0,22.6.218,12.385,12.385,0,0,0,18.525-.56c-1.788-.081-2.359-.1-6.917-.1m0,9.081a7.7,7.7,0,1,0,7.7,7.7,7.7,7.7,0,0,0-7.7-7.7m0,13.292A5.593,5.593,0,1,1,17.2,16.119a5.594,5.594,0,0,1-5.593,5.593M22.577,7.161a2.013,2.013,0,1,1-2.012-2.015,2.012,2.012,0,0,1,2.012,2.015' transform='translate(5.172 0.661)' fill='%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.social a.linkedin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 34.817 33.403'%3E%3Cg id='linkedin' transform='translate(-9.6 -12)'%3E%3Cpath id='Path_224' data-name='Path 224' d='M30.1,27.1Z' transform='translate(-1.111 -0.803)' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_225' data-name='Path 225' d='M18.05,44.4H10.977V23.185H18.05ZM14.466,20.356h0A3.618,3.618,0,0,1,10.6,16.678,3.7,3.7,0,0,1,14.561,13a3.753,3.753,0,0,1,3.961,3.678,3.646,3.646,0,0,1-3.961,3.678ZM43.417,44.4H36.344V33.086c0-2.829-1.037-4.809-3.583-4.809a3.278,3.278,0,0,0-3.583,2.546,4.683,4.683,0,0,0-.189,1.7V44.308H21.916V23.09h7.073v3.018a7.077,7.077,0,0,1,6.318-3.489c3.678,0,8.11,3.018,8.11,9.524V44.308h0Z' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.post-heading {
    background: #EDEDED;
    padding: 70px 0;
    margin-bottom: 70px;
    overflow: hidden;
}

.post-area {
    overflow: hidden;
}

.post-heading img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.post-heading span {
    margin-top: 50px;
    display: block;
    margin-bottom: 15px;

}

.post-heading h1 {
    font-size: 37px;
    line-height: 60px;
    margin-bottom: 30px;
}

.post-heading p {
    font-size: 20px;

}

.post-share {
    margin: 100px 0;
}

.post-share h3 {

    font-size: 23px;
    margin-bottom: 20px;
}

.post-share a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #000;
    background-repeat: no-repeat;
    margin: 0 5px;
    background-size: 22px;
    background-position: center center;
    position: relative;
    top: 0;
    transition: all .5s;
}

.post-share a:hover {
    top: -5px;
}

.post-share a.x {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.531 33.56' width='30'%3E%3Cpath id='Path_185' data-name='Path 185' d='M20.4,0,9.551,12.338.9,0H-9.088L4,18.658-9.088,33.56h2.959L5.317,20.527,14.457,33.56h9.986L10.871,14.21,23.356,0ZM-5.062,2.183H-.52L20.4,31.484H15.852Z' transform='translate(9.088)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.post-share a.snap {
    background-image: url("data:image/svg+xml,%3Csvg id='Group_238' data-name='Group 238' xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 34.071 33.56'%3E%3Cpath id='Path_183' data-name='Path 183' d='M23.52,17.158A2.422,2.422,0,0,0,22.313,15.9l-.016-.01c-.062-.029-.114-.058-.156-.081l-.01,0a12.274,12.274,0,0,1-2.806-1.836,9.267,9.267,0,0,1-1.593-1.817,6.649,6.649,0,0,1-.844-1.71c.279-.2.711-.48,1.282-.847.357-.234.62-.406.795-.526a4.137,4.137,0,0,0,1.346-1.431,2.773,2.773,0,0,0,.133-2.3A2.72,2.72,0,0,0,17.8,3.607a3.973,3.973,0,0,0-.785.084c-.178.039-.354.088-.526.136a24.767,24.767,0,0,0-.062-2.761,9.814,9.814,0,0,0-.814-3.319,8.939,8.939,0,0,0-1.45-2.18,8.947,8.947,0,0,0-2.307-1.859,10.517,10.517,0,0,0-5.3-1.353A10.528,10.528,0,0,0,1.266-6.292a9.065,9.065,0,0,0-2.31,1.859,8.976,8.976,0,0,0-1.45,2.177,9.909,9.909,0,0,0-.814,3.322A24.456,24.456,0,0,0-3.37,3.83c-.172-.052-.35-.1-.535-.14a3.787,3.787,0,0,0-.779-.084A2.728,2.728,0,0,0-7.328,5.329a2.789,2.789,0,0,0,.136,2.31,4.11,4.11,0,0,0,1.34,1.424c.152.107.389.263.665.441l.2.133c.347.224.857.558,1.21.8a6.821,6.821,0,0,1-.844,1.713,9.3,9.3,0,0,1-1.593,1.814A12.274,12.274,0,0,1-9.015,15.8l-.032.016c-.049.026-.117.058-.188.1a2.351,2.351,0,0,0-1.171,1.249,2.292,2.292,0,0,0,1.145,2.462,9.416,9.416,0,0,0,2.667,1.087c.14.039.289.078.419.117h0l.01.058c.006.039.013.078.023.117a2.321,2.321,0,0,0,.957,1.561,4.04,4.04,0,0,0,2.239.513,9.219,9.219,0,0,1,2.7.406,7.008,7.008,0,0,1,1.385.727,9.5,9.5,0,0,0,10.852,0l.036-.023a6.569,6.569,0,0,1,1.333-.7,9.224,9.224,0,0,1,2.7-.406h.029a3.949,3.949,0,0,0,2.206-.513,2.413,2.413,0,0,0,.973-1.642l.006-.049.01-.039c.091-.029.2-.058.321-.091l.182-.052a9.2,9.2,0,0,0,2.336-.905,2.33,2.33,0,0,0,1.4-2.638m-2.751.928a7.348,7.348,0,0,1-1.895.73l-.185.049c-.13.036-.256.071-.373.107l-.013,0a1.322,1.322,0,0,0-.99,1.168L17.3,20.2a.838.838,0,0,1-.318.62,2.776,2.776,0,0,1-1.34.23h-.029a10.261,10.261,0,0,0-2.991.461,7.8,7.8,0,0,0-1.587.811L11,22.349a7.672,7.672,0,0,1-8.873.01,7.619,7.619,0,0,0-1.638-.844,10.209,10.209,0,0,0-3-.464,2.83,2.83,0,0,1-1.366-.23.789.789,0,0,1-.308-.561l0-.006c0-.032-.01-.062-.013-.091a1.571,1.571,0,0,0-.286-.733,1.523,1.523,0,0,0-.733-.467l-.013-.006c-.146-.042-.3-.084-.451-.123a8.025,8.025,0,0,1-2.141-.857c-.276-.182-.539-.49-.487-.711a1.237,1.237,0,0,1,.4-.318l.045-.026c.026-.016.062-.032.1-.052l.026-.013a13.263,13.263,0,0,0,3.021-1.982,10.378,10.378,0,0,0,1.781-2.028,7.8,7.8,0,0,0,1-2.06l.01-.026a1.39,1.39,0,0,0-.023-.944,1.41,1.41,0,0,0-.506-.6l-.006-.006c-.357-.247-.892-.594-1.246-.824l-.2-.133c-.25-.162-.467-.3-.59-.389a2.585,2.585,0,0,1-.834-.85,1.185,1.185,0,0,1-.055-1.006A1.151,1.151,0,0,1-4.233,5.3a2.059,2.059,0,0,1,.438.049,8.232,8.232,0,0,1,1.262.409.792.792,0,0,0,.727-.078.787.787,0,0,0,.344-.649V5a26.7,26.7,0,0,1,.016-3.484,8.043,8.043,0,0,1,.652-2.7A7.317,7.317,0,0,1,.371-2.924a7.284,7.284,0,0,1,1.836-1.47A8.676,8.676,0,0,1,6.558-5.5a8.666,8.666,0,0,1,4.357,1.106,7.145,7.145,0,0,1,1.83,1.47,7.224,7.224,0,0,1,1.168,1.739,8.182,8.182,0,0,1,.652,2.7,27.674,27.674,0,0,1,.016,3.475.765.765,0,0,0,.071.367.777.777,0,0,0,1,.4A8.863,8.863,0,0,1,16.9,5.349,1.285,1.285,0,0,1,18.51,6a1.181,1.181,0,0,1-.058,1.009,2.519,2.519,0,0,1-.827.85c-.156.107-.457.3-.72.474-.61.389-1.064.691-1.346.892l-.055.045a1.275,1.275,0,0,0-.461,1.46l.006.029a7.889,7.889,0,0,0,1.006,2.08,10.36,10.36,0,0,0,1.784,2.031,13.263,13.263,0,0,0,3.021,1.982c.032.019.075.039.12.062l.042.023a1.153,1.153,0,0,1,.409.328c.032.107-.029.457-.662.818' transform='translate(10.479 7.645)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.post-share a.insta {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 33.56 33.56'%3E%3Cg id='Group_242' data-name='Group 242' transform='translate(-733 -8046.349)'%3E%3Cg id='Group_241' data-name='Group 241' transform='translate(733 8046.349)'%3E%3Cpath id='Path_186' data-name='Path 186' d='M11.608,1.484c4.766,0,5.331.019,7.212.1a9.854,9.854,0,0,1,3.316.616A5.567,5.567,0,0,1,24.19,3.537a5.567,5.567,0,0,1,1.333,2.054A9.849,9.849,0,0,1,26.14,8.9c.084,1.885.1,2.45.1,7.216s-.019,5.331-.1,7.212a9.854,9.854,0,0,1-.616,3.316,5.911,5.911,0,0,1-3.387,3.387,9.877,9.877,0,0,1-3.316.613c-1.882.088-2.446.1-7.212.1s-5.331-.016-7.212-.1a9.877,9.877,0,0,1-3.316-.613A5.5,5.5,0,0,1-.971,28.7a5.523,5.523,0,0,1-1.337-2.05,9.854,9.854,0,0,1-.616-3.316c-.084-1.882-.1-2.446-.1-7.212s.016-5.331.1-7.216a9.849,9.849,0,0,1,.616-3.313A5.535,5.535,0,0,1-.971,3.537,5.529,5.529,0,0,1,1.08,2.2,9.854,9.854,0,0,1,4.4,1.587c1.882-.084,2.446-.1,7.212-.1m0-2.145c-4.558,0-5.129.019-6.917.1A12.385,12.385,0,0,0,.616.218,8.26,8.26,0,0,0-2.356,2.155,8.25,8.25,0,0,0-4.29,5.127,12.288,12.288,0,0,0-5.071,9.2c-.081,1.791-.1,2.362-.1,6.92s.019,5.129.1,6.917a12.292,12.292,0,0,0,.782,4.075,8.25,8.25,0,0,0,1.934,2.972A8.25,8.25,0,0,0,.616,32.016a12.3,12.3,0,0,0,4.075.779c1.788.084,2.359.1,6.917.1s5.129-.019,6.917-.1a12.3,12.3,0,0,0,4.075-.779,8.562,8.562,0,0,0,4.906-4.906,12.376,12.376,0,0,0,.782-4.075c.081-1.788.1-2.362.1-6.917s-.019-5.129-.1-6.92a12.372,12.372,0,0,0-.782-4.072,8.25,8.25,0,0,0-1.934-2.972A8.26,8.26,0,0,0,22.6.218,12.385,12.385,0,0,0,18.525-.56c-1.788-.081-2.359-.1-6.917-.1m0,9.081a7.7,7.7,0,1,0,7.7,7.7,7.7,7.7,0,0,0-7.7-7.7m0,13.292A5.593,5.593,0,1,1,17.2,16.119a5.594,5.594,0,0,1-5.593,5.593M22.577,7.161a2.013,2.013,0,1,1-2.012-2.015,2.012,2.012,0,0,1,2.012,2.015' transform='translate(5.172 0.661)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.post-share a.in {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 34.817 33.403'%3E%3Cg id='linkedin' transform='translate(-9.6 -12)'%3E%3Cpath id='Path_224' data-name='Path 224' d='M30.1,27.1Z' transform='translate(-1.111 -0.803)' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_225' data-name='Path 225' d='M18.05,44.4H10.977V23.185H18.05ZM14.466,20.356h0A3.618,3.618,0,0,1,10.6,16.678,3.7,3.7,0,0,1,14.561,13a3.753,3.753,0,0,1,3.961,3.678,3.646,3.646,0,0,1-3.961,3.678ZM43.417,44.4H36.344V33.086c0-2.829-1.037-4.809-3.583-4.809a3.278,3.278,0,0,0-3.583,2.546,4.683,4.683,0,0,0-.189,1.7V44.308H21.916V23.09h7.073v3.018a7.077,7.077,0,0,1,6.318-3.489c3.678,0,8.11,3.018,8.11,9.524V44.308h0Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.post-latest {
    padding: 50px 0;
    overflow: hidden;
}

.post-latest h2 {

    font-size: 43px;
    margin-bottom: 30px;
}

.contact-breif {
    overflow: hidden;
    background: #EDEDED;
    padding: 100px 0;
}

.contact-map {
    width: 100%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.contact-item1,
.contact-item2,
.contact-item3 {
    padding-bottom: 20px;
}

.contact-t {
    margin-bottom: 10px;
}

.contact-t a span {
    direction: ltr;
    font-size: 16px;
    display: inline-block;
}

.contact-item1 h1 {

    margin-bottom: 10px;
}

.contact-item1 p {}

.contact-item2 h2 {
    font-size: 22px;
    color: #555;
    margin-bottom: 10px;
}

.contact-item2 span {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.contact-item2 p {
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-item2 p svg {
    position: relative;
    top: 5px;
}

.contact-item3 strong {
    display: block;

    margin-bottom: 10px;
}

.contact-item3 svg {
    margin-left: 5px;
}

.contact-item3 a {
    text-decoration: none;
    color: #000;
}

.contact-item4 strong {

    margin-bottom: 10px;
    display: block;
}

.contact-item4 p {
    margin-bottom: 5px;
    font-size: 16px;
}

.contact-area {
    overflow: hidden;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    min-height: 400px;
    position: relative;
}

.contact-form {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 10px 0px #7c7b7b;
    position: relative;
    z-index: 7;
}

.contact-form h3 {

    margin-bottom: 5px;
}

.contact-form p {}

.contact-form form {
    margin: 20px 0 10px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    margin-bottom: 7px;
    padding: 10px;
    background: #E2E2E2;
    border: none;
    display: block;
    box-sizing: border-box;

}

.contact-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black' width='18'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 3% center;
}

.contact-form button {
    background: #000;
    color: #fff;
    border: none;

    width: 100%;
    padding: 7px;
    cursor: pointer;
    transition: all .5s;
}

.contact-form button:hover {
    background: #231F20;
}

.contact-form textarea {
    min-height: 100px;
    resize: none;
}

.contact-item.error {
    position: relative;
}

.contact-item.error:before {
    content: attr(data-attr);
    position: absolute;
    background: #231f20a2;
    top: -20px;
    right: 0;
    width: 100%;
    font-size: 12px;
    padding: 4px;
    box-sizing: border-box;
    color: #fff;
    display: none;
}

.success-msg {
    color: #027002;

    font-size: 14px;
    margin: 7px 0;
}

.contact-item.error:hover:before {
    display: block;
}

.contact-item.error input,
.contact-item.error select,
.contact-item.error textarea {
    border: 1px solid rgba(255, 0, 0, 0.42);
}

.project-profile {
    padding: 100px 0;
    overflow: hidden;
    background: #fff;
}

.project-profile-co h1 {

    margin-bottom: 30px;
    font-size: 40px;
    position: relative;
}

.lng-en .project-profile-co h1:after {
    transform: rotate(180deg);
    right: 65%;
    top: 4px;
}

.project-profile-co p {

    margin-bottom: 30px;
    line-height: 29px;
}

.project-profile-co a {
    display: block;
    text-decoration: none;
    background: #000;
    margin-bottom: 10px;
    width: 200px;
    color: #fff;
    text-align: center;
    padding: 8px;
    transition: all .5s;
}

.project-profile-co a.loc {
    background: #958f8f;
}

.project-profile-co a:hover {
    background-color: #302D2E;
}

.project-profile-co a svg {
    position: relative;
    top: 4px;
    margin-left: 10px;
}

.lng-en .project-profile-co a svg {
    margin-right: 10px;
    margin-left: auto;
}

.project-bg {
    overflow: hidden;
    width: 100%;
    height: 400px;
}

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

.project-gallery {
    overflow: hidden;
    direction: ltr;
    padding: 40px 0 20px;
}

.project-gallery a {
    display: block;
    width: 100%;
    height: 400px;
}

.project-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-features {
    padding: 40px 0 80px;
    overflow: hidden;
}

.project-features span {}

.project-features h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.opFeatures {
    direction: ltr;
}

.opFeatures-item {
    background: #F8F3F2;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: all .5s;
}

.opFeatures-item:hover {
    background: #231F20;
    color: #fff;
}

.opFeatures-item img {
    height: auto;
    width: 100px;
    margin: auto;
    object-fit: contain;
    margin-bottom: 20px;
    transition: all .5s;
}

.opFeatures-item:hover img {
    filter: brightness(0) invert(1);
}

.opFeatures-item h5 {
    font-size: 20px;
    width: 100%;
    text-wrap: nowrap;
    text-align: center;
}

.lng-en .opFeatures-item h5 {
    font-size: 16px;
}

.opFeatures .owl-dots {
    text-align: center;
    padding-top: 30px;
}

.opFeatures .owl-dots button {
    background: #D1D1D1 !important;
    height: 5px;
    width: 20px;
}

.opFeatures .owl-dots button.active {
    background: #000 !important;
}

.project-relax {
    background: #ddd url('../imgs/bg2.jpg') no-repeat;
    background-size: cover;
    background-position: 0% 40%;
    padding: 150px 0;
    overflow: hidden;
    position: relative;
}

.project-relax:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    top: 0;
}

.project-relax-co {
    position: relative;
    z-index: 1;
}

.project-relax h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.project-relax p {
    line-height: 29px;
}

.project-types {
    padding: 100px 0;
    overflow: hidden;
}

.project-types span {

    font-size: 20px;
}

.project-types h3 {
    font-size: 36px;
    margin-bottom: 30px;
}

.project-types-head {
    overflow: hidden;
    margin-bottom: 30px;
}

.project-types-head a {
    border: 1px solid#000;
    text-decoration: none;
    display: inline-block;
    color: #000;
    width: 100px;
    height: 100px;
    margin-left: 10px;
    padding: 10px;
    box-sizing: border-box;
    transition: all .5s;
}

.project-types-head a:hover,
.project-types-head a.active {
    background: #000;
    color: #fff;

}

.project-types-head span {
    font-size: 20px;

    color: #555;
}

.project-types-head a:hover span,
.project-types-head a.active span {
    color: #999;
}

.project-types-head strong {
    display: block;

    font-size: 36px;
}

.project-types-list {
    overflow: hidden;
}

.draw {
    text-align: center;
}

.draw img {
    width: 100%;
    height: auto;
}

.project-types-item {
    overflow: hidden;
    background: #F6F5F5;
    display: none;
}

.project-types-item.active {
    display: block;
}

.type-info {
    background: #E2DDDC;
    overflow: hidden;
    height: 100%;
}

.type-info img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}

.type-info-price {
    padding: 20px;

    font-size: 33px;
}

.type-info-price h5 {
    margin-bottom: 20px;
    position: relative;
}

.type-info-price h5:before {
    content: '';
    height: 1px;
    background: #fff;
    width: 40%;
    display: block;
    position: absolute;
    bottom: -15px;
}

.type-info-price sup {
    font-size: 16px;
}

.type-info-features {
    padding: 0 20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    justify-content: flex-start;
}

.type-info-features span {
    display: inline-block;
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 10px;

    background: rgba(198, 197, 197, 0.4);
    transition: all .5s;
}

.type-info-features span:hover {
    background: #999;
    color: #fff;
}

.project-unit {
    margin-bottom: 15px;
}

.project-units,
.project-units-list {
    padding: 100px 0 150px;
    overflow: hidden;
}

.project-units span {

    font-size: 20px;
}

.project-units h3 {
    font-size: 36px;
    margin-bottom: 40px;
}

.unit-status {
    text-align: left;
    padding-left: 20px;
}

.lng-en .unit-status {
    text-align: right;
    padding-left: 0;
    padding-right: 20px;
}

.project-unit {
    background: #FAF9F9;
    border: 1px solid #cacaca;
    cursor: pointer;
}

.project-unit-head {
    background: #D2D2D2;
    box-sizing: border-box;
    overflow: hidden;
}

.project-unit-head[style] {
    height: 200px;
    background-size: cover;
}

.project-unit-head h3 {
    font-size: 16px;
    padding: 5px;
    background: #fff;
    display: inline-block;
    width: 60%;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;

}

.lng-en .project-unit-head h3 {
    margin-right: auto;
    margin-left: 20px;
}

.project-unit-head span {
    background: #ADADAD;
    padding: 5px 20px;
    position: relative;
    display: inline-block;
    font-size: 16px;

    color: #fff;
    margin-top: 15px;
}

.project-unit-head span.status0 {
    background-color: #0BC955 !important;
}

.project-unit-head span.status1 {
    background-color: #ac7a05 !important;
}

.project-unit-head span.status2 {
    background-color: #C93D0A !important;
}

.project-unit-body {
    box-sizing: border-box;
    padding: 10px 20px 30px;
}

.pub1 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.pub1-r {
    text-align: right;
}

.lng-en .pub1-r {
    text-align: left;
}

.pub1-l {
    text-align: left;
}

.lng-en .pub1-l {
    text-align: right;
}

.pub1 span {

    font-size: 16px;
}

.pub1 h5 {

    font-size: 22px;
}

.pub1 sup {
    font-size: 12px;
}

.pub2 {
    background: #fff;
    border: 1px solid #D2D2D2;
    padding: 5px;
    margin-bottom: 20px;
}

.pub2 span {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.pub2 strong {
    display: block;
    text-align: center;
}

.pub2 .col-3 {
    border-left: 1px solid #ddd;
}

.lng-en .pub2 .col-3 {
    border-left: none;
    border-right: 1px solid #ddd;
}

.pub2 .col-3:last-child {
    border: none;
}

.pub3 {
    margin: 10px 0 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #d5d5d5;
    align-items: flex-start;
    align-content: flex-start;
    height: 150px;
    overflow-y: scroll;
    justify-content: space-evenly;
}

.pub3 span {
    padding: 7px 5px;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;

    font-size: 16px;
}

.lng-en .pub3 span {
    font-size: 13px;
    width: 33%;
}

.twin-area {
    height: 232px;
    overflow: hidden;
    overflow-y: scroll;
}

.twin-area .pub3 {
    height: auto;
}

.pub4 {
    margin-top: 30px;
}

.pub4 a {
    display: block;
    text-decoration: none;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    transition: all .5s;
}

.pub4 a.disabled {
    background-color: #999;
}

.pub4 a:not(.disabled):hover {
    background-color: #2f2d2e;
}

.project-unit-more {
    text-align: center;
    margin-top: 70px;
}

.project-unit-more a {
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 9px 80px;
    font-size: 18px;
    transition: all .5s;
}

.project-unit-more a:hover {
    box-shadow: inset 50px 0px 0px 50px #000;
    color: #fff;
}

.units-filter {
    overflow: hidden;
}

.units-filter-item-head {
    position: relative;
    background: rgba(221, 221, 221, 0.18);
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.units-filter-item-head h3 {

    font-size: 18px;
}

.units-filter-item-head span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black' width='18'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.units-filter-item-head span:hover,
.units-filter-item-head.closed span {
    transform: rotate(180deg) !important;
    transform-origin: center;
}

.units-filter-item-body {
    max-height: 130px;
    padding: 15px 10px;
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 10px;
    padding-top: 0;
    transition: all .5s ease-in-out;
}

.units-filter-item-body.closed {
    padding: 0;
    height: 0;
}

.units-filter-item-body select {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black' width='18'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 3% center;
}

.unit-filter-radio {
    margin-right: 10px;
    margin-bottom: 10px;
}

.unit-filter-radio label {
    position: relative;
    min-width: 50px;
}

.unit-filter-radio span {
    font-size: 18px;
}

.unit-filter-radio span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 10px;
    position: relative;
    top: 5px;
    right: -10px;
}

.lng-en .unit-filter-radio span:before {
    right: auto;
    left: -10px;
}

.unit-filter-radio.checkbox span:before {
    border-radius: 0px;
}

.unit-filter-radio input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.unit-filter-radio input:checked+span:before {
    background: #231F20;
    border-color: #231F20;
}

.units-filter-types {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.units-filter-types a {

    color: #000;
    border: 1px solid #999;
    text-decoration: none;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 26px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    transition: all .5s;
}

.units-filter-types a.active,
.units-filter-types a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.slider-container {
    margin: 30px auto 50px;
    width: 90%;
    direction: rtl;
}

.lng-en .slider-container {
    direction: ltr;
}

/* jQuery UI Slider CSS */
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    border-radius: 50%;
    background: #000;
    border: none;
    top: -10px;
}

.ui-slider .ui-slider-handle::after {
    content: attr(data-price);
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    background: #767677;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 0.8em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 100%;
    background: #007bff;
}

.ui-widget-content {
    border: 2px solid #c6c3c3;
    background: #f7f7f7;
    color: #333333;
}

.ui-corner-all {
    border-radius: 4px;
}

.units-list {
    overflow: hidden;
    position: relative;
}

.nodata {
    padding: 50px 20px;
    text-align: center;
    color: #999;
}

.nodata svg {
    width: 100px;
    stroke: #ddd;
    fill: #ddd !important;
    margin-bottom: 20px;
}

.nodata p {
    font-size: 22px;
}

.saqeefah-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 1023;
    display: no/ne;
}

.saqeefah-popup .overlay {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
}

.saqeefah-popup-co {
    position: absolute;
    background: #fff;
    width: 50%;
    max-height: 80%;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
}

.unit-popup {
    background-color: #F6F5F5;
}

.unit-details {
    padding: 25px 20px;
    padding-bottom: 20px;
}

.upp1 {
    margin-bottom: 30px;
}

.upp1 h3 {

    font-size: 28px;
    position: relative;
    top: 10px;
}

.upp1 strong {
    font-size: 18px;
    margin-top: 10px;
    display: block;
    text-align: left;

    color: #666;
}

.lng-en .upp1 strong {
    text-align: right;
}

.upp1 span {

    font-size: 28px;
    margin-right: 10px;
    color: #000;
}


.upp2 {
    background: #fff;
    border: 1px solid #D2D2D2;
    padding: 15px 5px;
    margin-bottom: 20px;

}

.upp2 span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}

.upp2 strong {
    display: block;
    text-align: center;

}

.upp2 .col-3 {
    border-left: 1px solid #ddd;
}

.upp2 .col-3:last-child {
    border: none;
}

.upp3 {
    margin: 10px 0 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #d5d5d5;
    justify-content: space-evenly;
}

.upp3 span {
    display: inline-block;
    width: 32%;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;

    font-size: 16px;
}

.unit-draw {
    overflow: hidden;
}

.unit-draw img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.interest-form {
    background: #fff;
    padding: 50px;
}

.interest-form {
    background: #fff;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.interest-form h3 {

    margin-bottom: 5px;
    font-size: 24px;
}

.interest-form p {

    font-size: 16px;
}

.interest-form form {
    margin: 20px 0 10px;
}

.interest-form input,
.interest-form select {
    width: 100%;
    margin-bottom: 7px;
    padding: 15px;
    background: #EDEDED;
    border: none;
    display: block;
    font-size: 16px;
    box-sizing: border-box;

}

.interest-form input.iphone {
    background: #EDEDED url(../imgs/saudi-flag.svg) no-repeat;
    background-size: 24px;
    background-position: 18px;
    text-indent: 40px;
}

.interest-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black' width='18'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 2% center;
}

.interest-form button {
    background: #000;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: all .5s;
}

.interest-form button:hover {
    background: #231F20;
}

.drawOwl {
    position: relative;
}

.drawOwl .owl-dots {
    text-align: center;
    position: relative;
    top: -30px
}

.drawOwl .owl-dots button {
    background: #dbdbdb !important;
    height: 8px;
    width: 20px;
}

.drawOwl .owl-dots button.active {
    background: #999 !important;
}

.sakifa-profile-img {
    margin-bottom: 20px;
}

.mob-nav {
    background: #000;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 100vw;
    display: none;
    height: 100vh;
}

.mob-nav ul {
    margin: 25% 0 60px;
    list-style: none;
    padding: 30px;
}

.mob-nav ul a {
    color: #fff;
    text-decoration: none;
    font-size: 33px;
    margin-bottom: 10px;
    display: block;

}

.btn-close {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 40px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='26' viewBox='0 0 329.26933 329' xmlns='http://www.w3.org/2000/svg' id='fi_1828778'%3E%3Cpath fill='%23fff' d='m194.800781 164.769531 128.210938-128.214843c8.34375-8.339844 8.34375-21.824219 0-30.164063-8.339844-8.339844-21.824219-8.339844-30.164063 0l-128.214844 128.214844-128.210937-128.214844c-8.34375-8.339844-21.824219-8.339844-30.164063 0-8.34375 8.339844-8.34375 21.824219 0 30.164063l128.210938 128.214843-128.210938 128.214844c-8.34375 8.339844-8.34375 21.824219 0 30.164063 4.15625 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921875-2.089844 15.082031-6.25l128.210937-128.214844 128.214844 128.214844c4.160156 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921874-2.089844 15.082031-6.25 8.34375-8.339844 8.34375-21.824219 0-30.164063zm0 0'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.mob-nav-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.mob-nav-footer span {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}

.en2-anchor {
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 37px;
    top: 45px;

    transition: all .5s;
}

.mnav-interest {
    background: #fff;
    color: #000;
    display: block;

    text-decoration: none;
    text-align: center;
    padding: 15px;
    margin: 10px 30px;
    font-size: 23px;
}

.form-area {
    text-align: center;
    padding-top: 50px;
}

.form-title {
    margin-bottom: 40px;
}

.form-title h1 {
    margin-bottom: 10px;
    font-size: 43px;
}

.form-title p {
    font-size: 22px;
}

.form-co {
    max-width: 500px;
    margin: auto;
}

.form-co input {
    width: 100%;
    background: rgba(221, 221, 221, 0.51);
    border: none;
    padding: 10px;
    font-size: 18px;
}

.form-co button {
    width: 100%;
    background: #231F20;
    border: none;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    cursor: pointer;
}

.form-co .success-msg {
    font-size: 20px;
}

.form-co p {
    font-size: 19px;
    margin-top: 15px;
    line-height: 36px;
}

.form-item {
    margin-bottom: 10px;
}

.form-item span {
    color: rgba(255, 0, 0, 0.7);
    text-align: right;
    display: block;
}

.lng-en .form-item span {
    text-align: left;
}

.campagin-item {
    margin-bottom: 10px;
}

.campagin-item a {
    background: rgba(221, 221, 221, 0.52);
    display: block;
    text-decoration: none;
    padding: 5px;
    color: #000;
    transition: all .5s;
}

.campagin-item a:hover {
    background: #ddd;
}

.campagin-item a h3 {
    display: inline-block;
    position: relative;
    top: -20px;
    width: 200px;
    font-size: 23px;
}

.campagin-item a img {
    width: 60px;
    margin-left: 20px;
    position: relative;
    top: 7px;
}

.header-full .top-nav.nav-fixed {
    background-color: #231F20 !important;
}

.nav-fixed {
    background-color: #231F20 !important;
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    box-shadow: 0 4px 2px -2px rgba(35, 31, 32, 0.824) !important;
}

.campagin-footer {
    margin-top: 210px;
}

.campagin-footer p {
    color: #000;
    margin-bottom: 30px;
    font-size: 33px;
}

.campagin-footer .social {
    text-align: center !important;
}

.campagin-footer .social a {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #000;
    background-repeat: no-repeat;
    margin: 0 5px;
    background-size: 32px;
    background-position: center center;
    position: relative;
    top: 0;
    transition: all .5s;
}

.campagin-footer .social a:hover {
    top: -5px;
}


.campagin-footer .social a.x {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.531 33.56' width='60'%3E%3Cpath id='Path_185' data-name='Path 185' d='M20.4,0,9.551,12.338.9,0H-9.088L4,18.658-9.088,33.56h2.959L5.317,20.527,14.457,33.56h9.986L10.871,14.21,23.356,0ZM-5.062,2.183H-.52L20.4,31.484H15.852Z' transform='translate(9.088)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.campagin-footer .social a.snapchat {
    background-image: url("data:image/svg+xml,%3Csvg id='Group_238' data-name='Group 238' xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 34.071 33.56'%3E%3Cpath id='Path_183' data-name='Path 183' d='M23.52,17.158A2.422,2.422,0,0,0,22.313,15.9l-.016-.01c-.062-.029-.114-.058-.156-.081l-.01,0a12.274,12.274,0,0,1-2.806-1.836,9.267,9.267,0,0,1-1.593-1.817,6.649,6.649,0,0,1-.844-1.71c.279-.2.711-.48,1.282-.847.357-.234.62-.406.795-.526a4.137,4.137,0,0,0,1.346-1.431,2.773,2.773,0,0,0,.133-2.3A2.72,2.72,0,0,0,17.8,3.607a3.973,3.973,0,0,0-.785.084c-.178.039-.354.088-.526.136a24.767,24.767,0,0,0-.062-2.761,9.814,9.814,0,0,0-.814-3.319,8.939,8.939,0,0,0-1.45-2.18,8.947,8.947,0,0,0-2.307-1.859,10.517,10.517,0,0,0-5.3-1.353A10.528,10.528,0,0,0,1.266-6.292a9.065,9.065,0,0,0-2.31,1.859,8.976,8.976,0,0,0-1.45,2.177,9.909,9.909,0,0,0-.814,3.322A24.456,24.456,0,0,0-3.37,3.83c-.172-.052-.35-.1-.535-.14a3.787,3.787,0,0,0-.779-.084A2.728,2.728,0,0,0-7.328,5.329a2.789,2.789,0,0,0,.136,2.31,4.11,4.11,0,0,0,1.34,1.424c.152.107.389.263.665.441l.2.133c.347.224.857.558,1.21.8a6.821,6.821,0,0,1-.844,1.713,9.3,9.3,0,0,1-1.593,1.814A12.274,12.274,0,0,1-9.015,15.8l-.032.016c-.049.026-.117.058-.188.1a2.351,2.351,0,0,0-1.171,1.249,2.292,2.292,0,0,0,1.145,2.462,9.416,9.416,0,0,0,2.667,1.087c.14.039.289.078.419.117h0l.01.058c.006.039.013.078.023.117a2.321,2.321,0,0,0,.957,1.561,4.04,4.04,0,0,0,2.239.513,9.219,9.219,0,0,1,2.7.406,7.008,7.008,0,0,1,1.385.727,9.5,9.5,0,0,0,10.852,0l.036-.023a6.569,6.569,0,0,1,1.333-.7,9.224,9.224,0,0,1,2.7-.406h.029a3.949,3.949,0,0,0,2.206-.513,2.413,2.413,0,0,0,.973-1.642l.006-.049.01-.039c.091-.029.2-.058.321-.091l.182-.052a9.2,9.2,0,0,0,2.336-.905,2.33,2.33,0,0,0,1.4-2.638m-2.751.928a7.348,7.348,0,0,1-1.895.73l-.185.049c-.13.036-.256.071-.373.107l-.013,0a1.322,1.322,0,0,0-.99,1.168L17.3,20.2a.838.838,0,0,1-.318.62,2.776,2.776,0,0,1-1.34.23h-.029a10.261,10.261,0,0,0-2.991.461,7.8,7.8,0,0,0-1.587.811L11,22.349a7.672,7.672,0,0,1-8.873.01,7.619,7.619,0,0,0-1.638-.844,10.209,10.209,0,0,0-3-.464,2.83,2.83,0,0,1-1.366-.23.789.789,0,0,1-.308-.561l0-.006c0-.032-.01-.062-.013-.091a1.571,1.571,0,0,0-.286-.733,1.523,1.523,0,0,0-.733-.467l-.013-.006c-.146-.042-.3-.084-.451-.123a8.025,8.025,0,0,1-2.141-.857c-.276-.182-.539-.49-.487-.711a1.237,1.237,0,0,1,.4-.318l.045-.026c.026-.016.062-.032.1-.052l.026-.013a13.263,13.263,0,0,0,3.021-1.982,10.378,10.378,0,0,0,1.781-2.028,7.8,7.8,0,0,0,1-2.06l.01-.026a1.39,1.39,0,0,0-.023-.944,1.41,1.41,0,0,0-.506-.6l-.006-.006c-.357-.247-.892-.594-1.246-.824l-.2-.133c-.25-.162-.467-.3-.59-.389a2.585,2.585,0,0,1-.834-.85,1.185,1.185,0,0,1-.055-1.006A1.151,1.151,0,0,1-4.233,5.3a2.059,2.059,0,0,1,.438.049,8.232,8.232,0,0,1,1.262.409.792.792,0,0,0,.727-.078.787.787,0,0,0,.344-.649V5a26.7,26.7,0,0,1,.016-3.484,8.043,8.043,0,0,1,.652-2.7A7.317,7.317,0,0,1,.371-2.924a7.284,7.284,0,0,1,1.836-1.47A8.676,8.676,0,0,1,6.558-5.5a8.666,8.666,0,0,1,4.357,1.106,7.145,7.145,0,0,1,1.83,1.47,7.224,7.224,0,0,1,1.168,1.739,8.182,8.182,0,0,1,.652,2.7,27.674,27.674,0,0,1,.016,3.475.765.765,0,0,0,.071.367.777.777,0,0,0,1,.4A8.863,8.863,0,0,1,16.9,5.349,1.285,1.285,0,0,1,18.51,6a1.181,1.181,0,0,1-.058,1.009,2.519,2.519,0,0,1-.827.85c-.156.107-.457.3-.72.474-.61.389-1.064.691-1.346.892l-.055.045a1.275,1.275,0,0,0-.461,1.46l.006.029a7.889,7.889,0,0,0,1.006,2.08,10.36,10.36,0,0,0,1.784,2.031,13.263,13.263,0,0,0,3.021,1.982c.032.019.075.039.12.062l.042.023a1.153,1.153,0,0,1,.409.328c.032.107-.029.457-.662.818' transform='translate(10.479 7.645)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.campagin-footer .social a.instagram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 33.56 33.56'%3E%3Cg id='Group_242' data-name='Group 242' transform='translate(-733 -8046.349)'%3E%3Cg id='Group_241' data-name='Group 241' transform='translate(733 8046.349)'%3E%3Cpath id='Path_186' data-name='Path 186' d='M11.608,1.484c4.766,0,5.331.019,7.212.1a9.854,9.854,0,0,1,3.316.616A5.567,5.567,0,0,1,24.19,3.537a5.567,5.567,0,0,1,1.333,2.054A9.849,9.849,0,0,1,26.14,8.9c.084,1.885.1,2.45.1,7.216s-.019,5.331-.1,7.212a9.854,9.854,0,0,1-.616,3.316,5.911,5.911,0,0,1-3.387,3.387,9.877,9.877,0,0,1-3.316.613c-1.882.088-2.446.1-7.212.1s-5.331-.016-7.212-.1a9.877,9.877,0,0,1-3.316-.613A5.5,5.5,0,0,1-.971,28.7a5.523,5.523,0,0,1-1.337-2.05,9.854,9.854,0,0,1-.616-3.316c-.084-1.882-.1-2.446-.1-7.212s.016-5.331.1-7.216a9.849,9.849,0,0,1,.616-3.313A5.535,5.535,0,0,1-.971,3.537,5.529,5.529,0,0,1,1.08,2.2,9.854,9.854,0,0,1,4.4,1.587c1.882-.084,2.446-.1,7.212-.1m0-2.145c-4.558,0-5.129.019-6.917.1A12.385,12.385,0,0,0,.616.218,8.26,8.26,0,0,0-2.356,2.155,8.25,8.25,0,0,0-4.29,5.127,12.288,12.288,0,0,0-5.071,9.2c-.081,1.791-.1,2.362-.1,6.92s.019,5.129.1,6.917a12.292,12.292,0,0,0,.782,4.075,8.25,8.25,0,0,0,1.934,2.972A8.25,8.25,0,0,0,.616,32.016a12.3,12.3,0,0,0,4.075.779c1.788.084,2.359.1,6.917.1s5.129-.019,6.917-.1a12.3,12.3,0,0,0,4.075-.779,8.562,8.562,0,0,0,4.906-4.906,12.376,12.376,0,0,0,.782-4.075c.081-1.788.1-2.362.1-6.917s-.019-5.129-.1-6.92a12.372,12.372,0,0,0-.782-4.072,8.25,8.25,0,0,0-1.934-2.972A8.26,8.26,0,0,0,22.6.218,12.385,12.385,0,0,0,18.525-.56c-1.788-.081-2.359-.1-6.917-.1m0,9.081a7.7,7.7,0,1,0,7.7,7.7,7.7,7.7,0,0,0-7.7-7.7m0,13.292A5.593,5.593,0,1,1,17.2,16.119a5.594,5.594,0,0,1-5.593,5.593M22.577,7.161a2.013,2.013,0,1,1-2.012-2.015,2.012,2.012,0,0,1,2.012,2.015' transform='translate(5.172 0.661)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.campagin-footer .social a.linkedin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 34.817 33.403'%3E%3Cg id='linkedin' transform='translate(-9.6 -12)'%3E%3Cpath id='Path_224' data-name='Path 224' d='M30.1,27.1Z' transform='translate(-1.111 -0.803)' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_225' data-name='Path 225' d='M18.05,44.4H10.977V23.185H18.05ZM14.466,20.356h0A3.618,3.618,0,0,1,10.6,16.678,3.7,3.7,0,0,1,14.561,13a3.753,3.753,0,0,1,3.961,3.678,3.646,3.646,0,0,1-3.961,3.678ZM43.417,44.4H36.344V33.086c0-2.829-1.037-4.809-3.583-4.809a3.278,3.278,0,0,0-3.583,2.546,4.683,4.683,0,0,0-.189,1.7V44.308H21.916V23.09h7.073v3.018a7.077,7.077,0,0,1,6.318-3.489c3.678,0,8.11,3.018,8.11,9.524V44.308h0Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.thank-form {
    padding: 30px 40px;
    text-align: center
}

.thank-form a {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    transition: all.5s;
}

.thank-form a:hover {
    color: #999;
}

.thank-form a.phone {
    font-size: 22px;
    direction: ltr;
}

.thank-form a.email {
    font-weight: 500;
}

.thank-form p {
    margin-bottom: 20px;
}

.thank-form h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.thank-form h4 {
    margin-bottom: 20px;
    font-size: 22px;
}

.lng-en .thank-form h4 {
    font-size: 18px;
}

.fb-logo {
    padding: 0;
    margin: 0;
    text-align: right;
}

.lng-en .fb-logo {
    text-align: left;
}

.iti {
    width: 100% !important;
    margin-bottom: 8px !important;
}

.iti__country-list {
    right: -900%;
    direction: ltr;
}

#projects-map{
    background-color: #f6f6f6;
    padding: 50px 0;
}
.gmap-title{
    margin-bottom: 50px;
}
.gmap-title h2{
    font-size: 44px;
    margin-bottom: 30px;
    color:#231F20;
}
.gmap-filter span{
    margin-left: 10px;
    color:#999;
}
#gmap{
    width:100%;
    height: 600px;
}
.gprojects-area{
    display: none;
}
.gitem-status{
    display: inline-block;
    margin-left: 20px;
}
.gprojects-slider{
    margin-bottom: 20px;
}
.gproject-item{
    width:100%;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.gproject-item:after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(126,126,126,0.43);
    width:100%;
    height: 100%;
}
.gitem-status label i {
    content:'';
    width:20px;
    height:10px;
    background-color:#ddd;
    display:inline-block;
    position:relative;
    right:10px;
    border-radius:5px;
}
.lng-en .gitem-status label i{
    right:auto;
    left:10px;
}
.gproject-item strong{
    position: absolute;
    z-index: 2;
    top:-100%;
    left: 0;
    background-color: rgba(35,31,32,0.86);
    text-decoration: none;
    width:100%;
    height: 100%;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.gproject-item.distatus{
    cursor: default;
    opacity: .5;
}
.gproject-item.distatus strong {
    display: none;
}
.gproject-item:hover strong{
    top:0;
}
.gproject-item strong em{
    font-style: normal;
    font-size: 12px;
    border: 1px solid rgba(255,255,255,0.43);
    padding: 5px 20px;
    border-radius: 15px;
    cursor: pointer;
    transition: all .5s;
}
.gproject-item strong em:hover{
    border-collapse: #fff;
    background: #fff;
    color: #231F20;
}
.gproject-item img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.gproject-item span{
    position: absolute;
    z-index: 1;
    color:#231F20;
    top:10px;
    right:10px;
    background: #F6F6F6;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 5px;
}
.gproject-item span:nth-of-type(1){
    right:auto;
    left:10px;
    background: #231F20;
    color:#fff;
}
.gproject-item h5{
    position: absolute;
    width:100%;
    height: 100%;
    color:#fff;
    text-align: center;
    top:40%;
    font-size: 18px;
    z-index: 1;
}


/* Custom InfoWindow styling */
.custom-info-window {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    font-size: 14px;
    pointer-events: auto;
    transform: translate(-50%, -100%);
}
.custom-info-window .close-btn {
    position: absolute;
    background-color: #231F20;
    width: 23px;
    height: 23px;
    text-align: center;
    top: 10px;
    border-radius: 50%;
    left: 10px;
}

.custom-info-window .close-btn-ar {
    left: auto;
    right: 10px;
}

.custom-info-window .close-btn svg {
    width: 14px;
    fill: #fff;
    stroke: #fff;
}
.custom-info-window img {
    width: 200px;
    height: 120px;
    object-fit: cover;
}

.custom-info-window-co {
    padding: 0 10px 10px;
    position: relative;
    font-family: 'IBMPlexSansArabic';
}
.custom-info-window-co.metro-s {
    padding: 29px 10px;
    text-align: center
}
.custom-info-window-co h3 {
    font-size: 14px;
    margin-bottom: 2px;
}

.custom-info-window-co a {
    text-decoration: none;
    transition: all .5s;
    position: absolute;
    left: 16px;
    background-color: #231F20;
    color: #fff;
    padding: 1px 10px;
    line-height: 0;
    bottom: 17px;
}

.lng-en .custom-info-window-co a {
    left: auto;
    right: 16px;
    transform: rotate(180deg);
}


.custom-info-window i {
    font-style: normal;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-family: 'IBMPlexSansArabic';
}

.lng-en .custom-info-window i {
    left: auto;
    right: 10px;
}

.custom-info-window-co strong {
    color: #666;
    margin-left: 1px;
    font-size: 12px;
}

.custom-info-window-co span {
    color: #999;
    font-size: 12px;
}

.custom-info-window-co span:before {
    content: ',';
}

@media(min-width:1200px) {
    .footer-time-up {
        display: none;
    }
}

@media(max-width:1300px) {
    header .top-nav .nav-lng .contact-anchor {
        padding: 6px 40px;
    }

    .project-spec-item img {
        width: 60px;
        height: 60px;
    }

    .project-spec-item div span {
        font-size: 16px;
    }

    .project-spec-item div {
        top: -13px;
    }
}

@media(max-width:1200px) {
    .logo {
        text-align: center;
    }

    .mob-nav ul {
        margin: 10% 0 45px;
    }

    .mob-nav li a {
        background: #202020;
        font-size: 24px;
        padding: 14px;
        text-align: center;
    }

    .hslider-item h3:after {
        width: 55px;
        height: 45px;
        right: 76%;
        top: 3px;
    }

    nav {
        display: none;
    }

    header .top-nav .nav-lng a {
        padding: 0;

        font-size: 31px;
        position: relative;
        top: 10px;
        left: 10px;
    }

    header .top-nav .nav-lng .contact-anchor {
        display: none;
    }

    .nav-btn {
        display: inline-block;
        width: 40px;
        height: 40px;
        position: relative;
        top: 12px;
        margin-left: 5px;
        background-image: url("data:image/svg+xml,%3Csvg id='fi_13481216' enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cg%3E%3Cpath d='m3.2 4.3h25.7c.7 0 1.2.5 1.2 1.2 0 .7-.5 1.2-1.2 1.2h-25.7c-.6 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2z'%3E%3C/path%3E%3Cpath d='m3.2 14.8h25.7c.7 0 1.2.5 1.2 1.2 0 .7-.5 1.2-1.2 1.2h-25.7c-.7 0-1.2-.5-1.2-1.2 0-.7.6-1.2 1.2-1.2z'%3E%3C/path%3E%3Cpath d='m3.2 25.3h25.7c.7 0 1.2.5 1.2 1.2 0 .7-.5 1.2-1.2 1.2h-25.7c-.7 0-1.2-.5-1.2-1.2 0-.7.6-1.2 1.2-1.2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        cursor: pointer;
    }

    header .top-nav nav ul {
        padding-top: 120px;
    }


    .av-projects-slider {
        padding: 0 15px;
    }

    .skp-head {
        width: 267px;
        margin-top: 26px;
    }

    .av-projects {
        padding: 50px 0;
    }

    .av-projects .owl-dots button,
    .posts-owl .owl-dots button {
        height: 8px;
        margin: 0;
        width: 15px;
    }

    .av-projects .owl-dots,
    .posts-owl .owl-dots {
        padding-top: 5px;
    }

    .our-projects {
        padding: 20px 0;
    }

    .hight {
        height: 300px;
    }

    .hside {
        margin-top: 35px;
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        flex-direction: row;
    }

    .hslider {
        padding-bottom: 30px;
    }

    .connect-ways {
        left: 15px;
    }

    .hslider-item p {
        width: 90%;
    }

    .hslider-item {
        padding: 0;
    }

    header .top-nav {
        padding: 40px 0 30px;
    }

    .play-btn {
        position: absolute;
        right: 0;
    }

    .sakifa-profile-img {
        margin-bottom: 40px;
        height: 390px;
        overflow: hidden;
    }

    .sakifa-profile-co h3 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .sakifa-profile-co p {
        padding: 0 10px;
        text-align: right;
        line-height: 35px;
    }

    .sakifa-profile-list-item div {
        font-size: 39px;
    }

    .sakifa-profile-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .oprojects-breif {
        margin: 0;
    }

    .sakifa-profile-list {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .event-item h3 {
        margin-top: 10px;
    }

    .values-list {
        display: flex;
        flex-wrap: wrap;
    }

    .about-breif p {
        margin-top: 22px;
    }

    .contact-map {
        margin-top: 30px;
    }

    .about-bar-tel {
        display: none;
    }

    .footer-form {
        margin: 35px 0;
    }

    .footer-time a {
        font-size: 16px;
    }

    .project-profile-co {
        text-align: center;
    }

    .project-profile-co a {
        margin: auto;
        margin-bottom: 10px;
        width: auto;
    }

    .project-spec-item div {
        top: -22px;
    }

    .project-spec-item div span {
        font-size: 19px;
    }
}

@media(max-width:992px) {

    .social {
        text-align: center;
    }

    .saqeefah-popup-co {
        width: 80%
    }

    .pageContent-title {
        padding: 40px 0;
    }

    .oprojects-thumbs {
        gap: 20px;
        /* Adjust spacing between images as needed */
    }

    .oproject-thumb-item:nth-child(1) {
        height: calc(2 * 150px + 20px);
        /* Adjust 100px to your desired image height, 10px is the gap */
    }

    .oproject-thumb-item:not(:nth-child(1)) {
        height: 150px;
        /* Adjust to your desired image height */
    }

    .pageContent-title h1 {
        font-size: 22px;
    }

    .pageContent-content p {
        font-size: 16px;
        line-height: 33px;
    }

    .values-list {
        display: flex;
        flex-wrap: wrap;
    }

    .value-item {
        margin-top: 10px;
        margin-bottom: 0px;
        margin-right: 0;
        margin-left: 0;
    }

    .values h2 {
        margin-bottom: 10px;
    }

    .about-breif p {
        font-size: 20px;
        color: #000;
        line-height: 43px;
    }

    .values {
        padding-bottom: 40px;
    }

    .post-heading img {
        height: 400px;
    }

    .post-heading {
        padding: 50px 0;
    }

    .post-heading h1 {
        font-size: 28px;
        line-height: 51px;
    }

    .post-heading span {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .post-heading p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .post-heading img {
        height: 400px;
    }

    .post-share {
        margin: 20px 0;
    }

    .post-latest h2 {
        font-size: 32px;
    }

    .contact-breif {
        padding: 50px 0;
    }

    .project-profile {
        padding: 50px 0;
    }

    .project-relax {
        padding: 50px 0;
        background-position: 67% 37%;
    }

    .project-units,
    .project-units-list {
        padding: 25px 0;
    }


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

@media(max-width:700px) {

    .connect-ways a img {
        width: 40px;
    }

    .mob-nav ul {
        margin: 16% 0 45px;
    }

    .mob-nav ul a {
        display: block;
    }

    .saqeefah-popup-co {
        width: 90%
    }

    .project-spec-item div {
        top: 0;
    }

    .values h2 {
        margin-bottom: 30px;
        text-align: center;
    }

    .logo {
        text-align: center;
    }

    .px-3 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .hslider-item h3 {
        font-size: 34px;
    }

    .hslider-item h3 span {
        font-size: 18px;
        margin-right: 0;
        display: block;
    }

    .av-projects h2 {
        text-align: center;
    }

    .sakifa-profile-list-item img {
        margin: 0;
        width: 50px;
        height: auto;
    }

    .sakifa-profile-list-item {
        display: inline-block;
        margin-bottom: 17px;
    }

    .sakifa-profile-list-item div {
        text-align: right;
        top: 0;
        display: inline-block;
    }

    .sakifa-profile-list-item img {
        margin-left: 7px;
    }

    .sakifa-profile-list-item div h5 {

        font-size: 14px;
        position: relative;
        top: 20px;
        color: #000;
    }

    .sakifa-profile-list-item div span {
        font-size: 20px;
        color: #000;
    }

    .profile-btn {
        width: 87%;
        text-align: center;
        margin: 12px;

        font-size: 20px;
    }

    .about-bar-profile {
        width: 87%;

        padding: 12px;
    }

    .about-bar {
        padding: 70px 0;
    }

    .sqifa-vision,
    .values-list {
        margin: 7px 25px;
    }

    .value-item h3 {
        font-size: 32px;
    }

    .contact-item2 span,
    .contact-item4 span {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .contact-item3 strong {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .contact-item4 strong {
        font-size: 20px;
    }

    .contact-t {
        margin-bottom: 20px;
    }

    .contact-item2 p svg,
    .contact-item3 svg {
        width: 18px;
    }

    .contact-item2 p {
        font-size: 16px;
    }

    .contact-item3 a {
        font-size: 16px;
    }

    .contact-item4 p {
        font-size: 16px;
    }

    .post-item strong {
        font-size: 18px;
    }

    .sakifa-events {
        padding: 30px 20px;
    }

    .sakifa-events .load-more button,
    .more-projects button {
        background-color: #302D2E;
        color: #fff;
        width: 100%;
        font-size: 22px;
    }

    .units-filter-item-head {
        margin-bottom: 0;
        background: transparent;
    }

    .more-projects {
        margin-top: 10px;
        padding: 10px 0 0;
    }

    .units-filter {
        background: #F8F3F2;
        margin-bottom: 22px;
    }

    .units-filter-item-head h3 {
        border-bottom: 1px solid #99999952;
        padding-bottom: 21px;
    }

    .project-item {
        height: 300px;
        margin-bottom: 10px;
    }

    .project-item-co strong {
        padding: 6px 14px;
        font-size: 18px;
    }

    .project-item-co2 h3 {
        font-size: 20px;
    }

    .project-item-co2 span {
        font-size: 16px;
    }

    .project-item-col {
        padding-right: 0px;
    }

    .fb-logo img {
        max-width: 130px !important;
        margin: 0 !important;
    }

    .about-bar-profile {
        width: 100%;
    }

    .footer-menu h3,
    .footer-time h3 {
        font-size: 16px;
    }
    #projects-map {
        padding: 26px 0;
    }
    .gmap-title h2 {
        font-size: 30px;
    }
    .gmap-title {
        margin-bottom: 25px;
    }
}

@media(max-width:576px) {

    .project-spec-item div {
        top: 0;
    }

    .opost-item-img {
        height: 210px;
    }

    .mob-nav ul {
        margin: 25% 0 60px;
    }

    .campagin-footer {
        margin-top: 80px;
    }

    .campagin-footer p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .campagin-footer .social a {
        width: 50px;
        height: 50px;
        background-size: 25px;
    }

    .header-full,
    .hslider-item {
        height: 75vh;
    }

    .avp-item {
        height: 300px;
    }

    .hslider-item h3 i:after {
        width: 50px;
        height: 40px;
        right: -16px;
        top: 7px;
    }

    .lng-en .hslider-item h3 i:after {
        transform: rotate(180deg);
        right: -14px;
        top: 4px;
    }

    .social {
        text-align: center;
    }

    .pageContent-title h1 {
        font-size: 18px;
    }

    .copyright span {
        text-align: center;
        display: block;
        margin-bottom: 25px;
    }

    .about-bar .alogo {
        margin-bottom: 35px;
    }

    .about-bar .afal {
        margin-bottom: 25px;
    }

    .about-bar-tel {
        text-align: center;
        margin-bottom: 19px;
    }

    .posts {
        padding: 30px 0;
    }

    .posts h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    /* .oproject-thumb-item{
        width: 95%;
    } */
    .our-projects {
        padding: 30px 0;
    }


    .sakifa-profile-list-item {
        text-align: center;
        justify-content: center;
    }

    .sakifa-profile {
        padding: 50px 0;
        text-align: center;
    }

    .sakifa-profile-img img {
        width: 90%;
    }

    .sakifa-profile-co p {
        padding: 0 10px;
    }

    .about-breif {
        padding: 30px 0;
    }

    .post-heading {
        padding: 30px 25px;
    }

    .pageContent-content {
        margin: 0 25px;
    }

    .contact-breif {
        padding: 50px 25px;
    }

    .contact-item1 h1 {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .project-profile {
        padding: 30px 0;
    }

    .project-types-head a {
        width: 70px;
        padding: 5px 12px;
        height: 70px;
    }

    .project-types-head span {
        font-size: 16px;
    }

    .project-types-head strong {
        font-size: 25px;
    }

    .project-types {
        padding: 50px 0;
    }

    .our-projects-heading {
        padding: 30px 0;
    }
}