/* fonts */
@font-face {
    font-family: "pingAR";
    src: url("../fonts/new/PingAR-LT-Medium.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "pingAR";
    src: url("../fonts/new/PingAR-LT-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

/** Start  Main Setting **/

:root {
    --mainColor: #a87758;
    --mainColorDerken: var(--Brand-400-Safa-bronze-light);
    --mainDarkColor: #383d40;
    --midDarkColor: #6b7175;
    --lightDarkColor: #4d5356;
    --grayColor: rgba(0, 0, 0, 0.5);
    --blackColor: #000;
    --whiteColor: #fff;
    --bgColor: #f8f4f0;
}

.twitterImg {
    width: 55px !important;
    height: 55px;
}
#twitter img {
    display: inline-block !important;
    width: unset;
}
#twitter .owl-nav {
    display: block;
    position: absolute;
    top: -120px;
    left: 0;
}
.sec-color {
    color: var(--lightDarkColor);
}
.bgMainColor {
    background-color: var(--bgColor);
}
.opacity-75 {
    opacity: 58%;
    font-size: 14px;
}
.owl-carousel {
    direction: ltr;
}
.bgMainColor {
    background-color: var(--bgColor);
}
.mainDarkColor {
    color: var(--mainDarkColor) !important;
}
h1,
h2,
h3,
h3,
h4,
h5,
h6,
li,
ul,
ol,
p {
    margin-bottom: 0;
    margin-top: 0;
}

* {
    padding: 0;
    margin: 0;
}

body * {
    font-family: "pingAR", sans-serif;
}

a:hover,
a {
    text-decoration: none;
    color: var(--mainColor);
}

main {
    /* overflow: hidden; */
}

.owl-theme .owl-nav {
    direction: ltr;
}

section {
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
}

section.colored {
    padding: 70px 0;
    margin: 70px 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

main {
    margin-top: 0px;
}

.mainTitle h2 {
    color: var(--mainColor);
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 5px;
}

.mainTitle h3 {
    color: #313131;
    font-size: 16px;
    margin-bottom: 20px;
}

.mainTitle p {
    font-size: 18px;
    color: #383d40;
}

.niceReadMore {
    color: #000;
    transition: 0.5s;
    position: relative;
}
.niceReadMore:hover {
    color: #5f4b35;
}

.niceReadMore::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #5f4b35;
    bottom: 0;
    right: 0;
    transition: 0.5s;
}

.niceReadMore:hover::after {
    width: 100%;
}

@media (max-width: 991px) {
    section {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

/** End  Main Setting **/

/*!** Start Multi Select Select **!*/
/*.select2-container {*/
/*    min-width: 100%;*/
/*}*/

/*.select2-results__option {*/
/*    padding-left: 20px;*/
/*    vertical-align: middle;*/
/*}*/
/*.select2-results__option::before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    height: 24px;*/
/*    width: 24px;*/
/*    border-radius: 5px;*/
/*    border: 1px solid #8b5000;*/
/*    background-color: #fff;*/
/*    margin-left: 20px;*/
/*    vertical-align: middle;*/
/*    transition: 0.5s;*/
/*}*/

/*.select2-container .select2-search--inline .select2-search__field {*/
/*    font-family: "pingAR";*/
/*}*/

/*.select2-results__option[aria-selected="true"]:before {*/
/*    content: "";*/
/*    color: #fff;*/
/*    background-color: #8b5000;*/
/*    border: 0;*/
/*    display: inline-block;*/
/*    padding-right: 3px;*/
/*}*/

/*.select2-results__option[aria-selected="true"]::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 6px;*/
/*    height: 10px;*/
/*    border: solid white;*/
/*    border-width: 0 0 2px 2px;*/
/*    transform: rotate(-45deg);*/
/*    right: 15px;*/
/*    top: 12px;*/
/*}*/
/*.select2-container--default .select2-results__option[aria-selected="true"] {*/
/*    background-color: #fff;*/
/*    position: relative;*/
/*}*/
/*.select2-container--default*/
/*    .select2-results__option--highlighted[aria-selected] {*/
/*    background-color: #eaeaeb;*/
/*    color: #272727;*/
/*    position: relative;*/
/*}*/
/*.select2-container--default .select2-selection--multiple {*/
/*    margin-bottom: 10px;*/
/*}*/
/*.select2-container--default.select2-container--open.select2-container--below*/
/*    .select2-selection--multiple {*/
/*    border-radius: 4px;*/
/*}*/
/*.select2-container--default.select2-container--focus*/
/*    .select2-selection--multiple {*/
/*    border-color: rgba(238, 238, 238, 0.93);*/
/*    border-width: 2px;*/
/*    padding-bottom: 7px;*/
/*}*/
/*.select2-container--default .select2-selection--multiple {*/
/*    border-width: 2px;*/
/*}*/
/*.select2-container--open .select2-dropdown--below {*/
/*    border-radius: 6px;*/
/*    overflow: hidden;*/
/*    border: 1px solid #eee;*/
/*    padding: 5px 0;*/
/*}*/
/*.select2-selection .select2-selection--multiple:after {*/
/*    content: "hhghgh";*/
/*}*/

/*.select2-container--default*/
/*    .select2-selection--multiple*/
/*    .select2-selection__choice {*/
/*    background-color: #ffffff;*/
/*}*/

/*.select2-container--default .select2-selection--multiple {*/
/*    border-radius: 7px;*/
/*    background: rgba(238, 238, 238, 0.93);*/
/*    border: none;*/
/*    padding-top: 5px;*/
/*}*/

/*.select2-container--default .select2-search--inline .select2-search__field {*/
/*    min-height: 24px;*/
/*    margin-bottom: 0px;*/
/*    margin-right: 10px;*/
/*    font-size: 14px;*/
/*}*/

/*.select2-container--default*/
/*    .select2-selection--multiple*/
/*    .select2-selection__clear {*/
/*    margin-top: auto;*/
/*    height: 100%;*/
/*    top: 1px;*/
/*    margin-left: 12px;*/
/*    display: none;*/
/*}*/

/*.select2-container--default*/
/*    .select2-selection--multiple*/
/*    .select2-selection__choice {*/
/*    padding-right: 0;*/
/*    padding-left: 20px;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*    padding: 5px 5px 5px 20px;*/
/*}*/

/*.select2-container--default*/
/*    .select2-selection--multiple*/
/*    .select2-selection__choice__remove {*/
/*    right: auto;*/
/*    width: 18px;*/
/*    left: 4px;*/
/*    height: 18px;*/
/*    border: none;*/
/*    background-color: rgb(223 37 37 / 35%);*/
/*    top: 50%;*/
/*    border-radius: 50% !important;*/
/*    transform: translateY(-50%);*/
/*    border: 0 !important;*/
/*}*/

/*.select2-container--default*/
/*    .select2-selection--multiple*/
/*    .select2-selection__choice__remove*/
/*    span {*/
/*    color: rgba(223, 37, 37, 1);*/
/*    position: relative;*/
/*    top: -3px;*/
/*}*/

/*.select2-container--default*/
/*    .select2-selection--multiple*/
/*    .select2-selection__choice__display {*/
/*    color: #000000b5;*/
/*    font-size: 14px;*/
/*}*/

/*.select2-container--default*/
/*    .select2-selection--multiple.select2-selection--clearable {*/
/*    padding-bottom: 10px;*/
/*}*/

/*!* .select2-selection--multiple:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  right: 7px;*/
/*  top: 42%;*/
/*  border-top: 5px solid #888;*/
/*  border-left: 4px solid transparent;*/
/*  border-right: 4px solid transparent;*/
/*} *!*/

/*.select2-container--default .select2-selection--multiple:before {*/
/*    content: url(../images/arrowSelect.svg);*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    top: calc(50% + -1px);*/
/*    transform: translateY(-50%);*/
/*    transition: 0.5s;*/
/*}*/

/*.select2-container--open .select2-selection--multiple:before {*/
/*    transform: translateY(-50%) rotate(-180deg);*/
/*}*/

.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: var(--Brand-400-Safa-bronze-light);
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: var(--Brand-400-Safa-bronze-light);
}

.irs--flat .irs-handle > i:first-child {
    width: 20px;
    height: 20px;
    top: -1px;
    right: 0px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid rgb(133, 105, 74);
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background-color: #fff;
}
/** End Multi Select Select **/

/** Start Btns **/

.mainBtn {
    overflow: hidden;
    padding: 10px 24px;
    font-size: 14px;
    background-color: #c38a67;
    border-radius: 6px;
    position: relative;
    /* transition: 1s; */
    color: var(--whiteColor);
    z-index: 2;
    display: inline-block;
    border: 0;
    border: none;
    transition: 0.7s;
    border-radius: 100px;
}

.bgMainColor .mainBtn:hover::after {
    background-color: #c4a77f;
}

/* .bgMainColor .mainBtn:hover {
    color:var(--mainColor);
} */

.mainBtn.btnWhite {
    background-color: var(--whiteColor);
    color: var(--mainColor);
}

.mainBtn:hover {
    color: #fff;
    /* background-color: transparent; */
}

.mainBtn.btnWhite:hover {
    color: var(--whiteColor);
    /* background-color: transparent; */
}

.mainBtn::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: 0.5s;
    background-color: #c38a67;
    z-index: -1;
    border: none;
}
/* .mainBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--whiteColor);
  z-index: -1;
  border: none;
} */

.mainBtn.btnWhite::after {
    background-color: var(--whiteColor);
}

.mainBtn:hover::after {
    width: 100%;
    /* background-color: var(--whiteColor); */
}

.mainBtn.btnWhite:hover::after {
    background-color: #c38a67;
}

.radBtn {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: transparent;
    position: relative;
    border-radius: 50%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.radBtn::after {
    content: "";
    position: absolute;
    background: rgba(139, 80, 0, 1);
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: 0.5s;
}

.radBtn:hover::after {
    width: 100%;
}

.radBtn::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
}

.radBtn img {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%) scale(-1);
    right: 50%;
    transition: 0.5s;
    z-index: 2;
}
.modal {
    z-index: 999999;
}
/* .radBtn:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg)
        brightness(103%) contrast(101%);
} */

/** End Btns **/

/* Start Header */


.navbar {
    height: 136px;
    z-index: 999999;
    border-bottom: 1px solid #b7b7b7;
    transition: 0.5s;
    background: #383d40;
}

.navbar.stickyNav {
    background: #383d40;
    z-index: 99999;
}

.navbar .navbar-brand img {
    height: 100px;
}
.navbar .megamenu {
    padding: 1rem;
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .mobileShow {
        display: none;
    }
    .navbar .megamenu {
        right: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        background: #242628;
        border-radius: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .navbar .megamenu ul {
        padding-right: 0;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column;
        align-items: unset;
    }

    .navbar-dark .navbar-brand {
        margin-left: 70px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
        font-size: 15px;
        padding: 54px 0;
    }

    .megamenu ul,
    .dropdown ul {
        counter-reset: item;
    }
    .megamenu ul li,
    .dropdown ul li {
        font-size: 18px;
        color: var(--mainColorDerken);
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        transition: 0.5s;
    }

    .megamenu ul li:hover,
    .dropdown ul li:hover {
        color: #fff;
    }

    .megamenu ul li:last-child,
    .dropdown ul li:last-child {
        margin-bottom: 0px;
    }
    .megamenu ul li a,
    .dropdown ul li a {
        color: #b9b9b9;
        opacity: 0.5;
        padding: 0;
        padding-right: 0px;
        transition: 0.5s;
    }

    .megamenu ul li:hover a,
    .dropdown ul li:hover a {
        color: #fff;
    }

    .megamenu ul li::before,
    .dropdown ul li::before {
        content: "0" counter(item) " ";
        counter-increment: item;
        color: var(--mainColorDerken);
        font-size: 14px;
        transition: 0.5s;
        content: none;
    }

    .megamenu ul li:hover::before,
    .dropdown ul li:hover::before {
        color: #c38a67;
    }

    nav #marker {
        position: absolute;
        height: 4px;
        left: 0;
        width: 0%;
        background-color: var(--whiteColor);
        bottom: 0px;
        transition: 0.5s;
        border-radius: 100px 100px 0 0;
    }
    .navbar-dark .navbar-nav .nav-link.mainBtn {
        padding: 14px 40px;
        color: var(--mainColor);
        background: #ffff;
        border-radius: 100px;
    }
    .navbar-dark .navbar-nav .nav-link.mainBtn:hover {
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        right: 0;
        padding: 28px;
        width: 250px;
        border-radius: 12px;
        background: #383d40;
        margin-top: 16px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: transparent;
        opacity: 1;
    }

    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
    }
    .heroHome video {
        min-height: 100vh !important;
        object-fit: cover;
    }
    .heroHome {
        margin-top: 0px !important;
    }

    .navbar-expand-lg .navbar-nav li:last-child .dropdown-menu {
        right: -110px;
    }
    .navbar .navbar-collapse .nav-item.active {
        position: relative;
        transition: 0.5s;
    }

    .navbar .navbar-collapse .nav-item.active::after {
        content: "";
        position: absolute;
        height: 4px;
        left: 0;
        width: 100%;
        background-color: var(--whiteColor);
        bottom: 0px;
        transition: 0.5s;
        border-radius: 100px 100px 0 0;
    }
}

@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
    .navbar-nav .navbar-collapse {
        width: 100%;
    }
}

.dropdown-toggle::after {
    content: url("../images/arrowNav.svg");
    border: 0;
    vertical-align: unset;
}

@media (max-width: 991px) {
    .navbar .navbar-brand img {
        height: 70px;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("../images/menuMobile.svg");
        transition: 0.3s;
    }

    .navbar-dark.openNav .navbar-toggler-icon {
        background-image: url("../images/colse.svg");
    }

    .navbar {
        position: fixed;
        height: 90px;
        z-index: 99999;
        background: #00000045;
        top: 0;
        width: 100%;
    }

    .navbar.openNav {
        background: #383d40;
    }

    .navbar-dark .navbar-toggler {
        border-radius: 5px;
        background: #fff;
        padding: 5px;
    }

    .navbar-dark.openNav .navbar-toggler {
        background: transparent;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .dropdown-toggle::after {
        position: absolute;
        left: 16px;
    }

    .navbar-nav .dropdown-menu {
        transition: 0.5s;
        padding: 0;
        background-color: transparent;
        border: none;
        margin: 0;
    }

    .dropdown-toggle::after {
        transition: all 0.4s ease;
    }

    .dropdown-toggle.show::after {
        transition: all 0.4s ease;
        transform: rotate(-180deg);
    }

    .navbar-dark .navbar-nav .nav-link.mainBtn {
        overflow: unset;
        padding: 20px 0;
        font-size: 18px;
        background-color: transparent;
        border-radius: 0;
        position: relative;
        z-index: 2;
        display: block;
        border: 0;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .navbar-dark .navbar-nav .mainBtn:hover::after {
        width: unset;
        background-color: unset;
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        transition: 0.5s;
    }

    .navbar .navbar-nav .nav-item .nav-link.show {
        background: rgba(217, 217, 217, 0.08);
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link.show {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .navbar
        .navbar-nav
        .nav-item:last-child
        .dropdown-menu
        li:last-child
        .dropdown-item {
        border: none;
    }

    .navbar .dropdown-item {
        padding: 0;
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: 20px;
        margin-bottom: 0;
        width: calc(100% - 40px);
        color: rgba(255, 255, 255, 0.55);
        border-bottom: 1px solid rgba(255, 255, 255, 0.55);
        padding-right: 8px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: transparent;
    }
    .navbar-nav .dropdown-menu li a {
        transition: 0.5s;
    }

    .navbar-nav .dropdown-menu li:hover a {
        color: #fff;
    }

    .megamenu ul li:hover::before,
    .dropdown ul li:hover::before {
        color: #c38a67;
    }

    .megamenu ul li::before,
    .dropdown ul li::before {
        transition: 0.5s;
    }

    .navbar .mainBtn.btnWhite {
        position: absolute;
        left: 70px;
        padding: 9px 15px;
        font-size: 16px;
        top: 20px;
    }

    .dropdown ul li::before {
        /* content: "0" counter(item) " "; */
        counter-increment: item;
        color: var(--mainColorDerken);
        font-size: 16px;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        content: none;
    }

    .dropdown ul {
        counter-reset: item;
    }

    .navbar-nav .dropdown-menu li {
        position: relative;
    }
    .navbar-dark .navbar-brand {
        margin-right: var(--bs-gutter-x, 0.75rem);
    }

    .navbar-dark .navbar-toggler {
        margin-left: var(--bs-gutter-x, 0.75rem);
    }
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.mainBtn {
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-right: var(--bs-gutter-x, 0.75rem);
    }
    .navbar > .container {
        padding: 0;
        position: relative;
    }

    .navbar-collapse {
        background: #1d1f22ed;
        display: flex;
        max-height: calc(100vh - 90px);
        overflow: auto;
        width: 100%;
    }

    .navbar-collapse .navbar-nav {
        width: 100%;
    }
    .mobileShow {
        display: block;
    }

    .megamenu ul li:hover,
    .dropdown ul li:hover {
        color: #fff;
    }
    /*
  .dropdown-menu{
    display: unset;
  } */

    .dropdown .dropdown-menu {
        -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s,
            visibility 0s 0.3s;
        -moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0.3s;
        -ms-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0.3s;
        -o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0.3s;
        transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0.3s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }

    .dropdown .dropdown-menu.show {
        -webkit-transition: max-height 0.5s, opacity 0.2s, visibility 0s;
        -moz-transition: max-height 0.5s, opacity 0.2s, visibility 0s;
        -ms-transition: max-height 0.5s, opacity 0.2s, visibility 0s;
        -o-transition: max-height 0.5s, opacity 0.2s, visibility 0s;
        transition: max-height 0.5s, opacity 0.2s, visibility 0s;
        max-height: 400px;
        opacity: 1;
        visibility: visible;
    }

    @media (max-width: 767px) {
        .navbar-nav .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    }
}

/* End Header */

/* Start Hero Home */

.heroHome {
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-top: -136px;
}

.heroHome::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.heroHome .container {
    height: 100vh;
    position: relative;
    z-index: 2;
}

.heroHome .container .contentHeroHome {
    position: absolute;
    right: 0;
    bottom: 10%;
    text-align: right;
}

.heroHome video {
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: calc(100vh - 136px);
}

.heroHome .contentHeroHome h1 {
    color: #fff;
    font-size: 66px;
    font-weight: 700;
    margin-bottom: 10px;
}

.heroHome .contentHeroHome p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 36px;
}

.heroHome .contentHeroHome .linksHeroHome {
    display: flex;
    align-items: center;
    gap: 20px;
}

.heroHome .contentHeroHome .linksHeroHome .btnVideo {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}

.exploreHome .box {
    position: absolute;
    color: #fff;
    height: unset;
    position: unset;
    overflow: unset;
    border-radius: 0;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer;
}

.exploreHome .box::before {
    content: none;
}

.exploreHome p {
    color: #fff;
}

.exploreHome .box span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.exploreHome .box span:nth-child(2) {
    animation-delay: -0.2s;
}

.exploreHome .box span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(-45deg) translate(20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(-45deg) translate(-20px, 20px);
    }
}

.exploreHome {
    position: absolute;
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);
    z-index: 3;
}

@keyframes zoomBig {
    0% {
        transform: translate(50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: 0.5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

.btnVideo {
    position: relative;
}

.btnVideo::before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.btnVideo::after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@media (max-width: 991px) {
    .heroHome .container .contentHeroHome {
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-right: var(--bs-gutter-x, 0.75rem);
    }

    .heroHome {
        margin-top: -90px !important;
    }

    .heroHome video {
        min-height: 100vh;
    }

    .heroHome .contentHeroHome h1 {
        font-size: 46px;
    }

    .heroHome .contentHeroHome p {
        font-size: 18px;
    }

    .heroHome .container .contentHeroHome {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .heroHome .contentHeroHome .linksHeroHome .btnVideo {
        width: 64px;
        height: 64px;
    }
}

/* End Hero Home */

/** Start Hero single**/

.hero {
    margin-top: 136px;
    padding: 80px 0;
    text-align: center;
    background-color: rgb(252, 249, 246);
}

.hero h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 48px;
    color: #4c3c2a;
}
.hero .tagHero {
    border-radius: 12px;
    background: #c38a67;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    display: inline-block;
}

@media (max-width: 991px) {
    .hero {
        margin-top: 0px;
        padding: 130px 0 50px 0;
    }

    .hero .tagHero {
        border-radius: 6px;
        background: #c38a67;
        padding: 5px 13px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .hero h1 {
        font-size: 28px;
    }
}

/** End Hero single **/

/* Start Posts  */
.posts {
}

.posts {
}
.posts .stickyPost {
    position: relative;
    height: 382px;
    overflow: hidden;
    border-radius: 6px;
}

.posts .stickyPost::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    bottom: 0;
    z-index: 1;
}

.posts .stickyPost img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.posts .stickyPost:hover img {
    transform: scale(1.05);
}

.posts .stickyPost .infoSticky {
    position: absolute;
    right: 65px;
    bottom: 45px;
    color: #fff;
    z-index: 2;
    width: 56%;
}

.posts .stickyPost .infoSticky .contentSticky {
    position: relative;
    bottom: -60px;
    transition: 0.5s;
}

.posts .stickyPost:hover .infoSticky .contentSticky {
    bottom: 0px;
}

.tagPost {
    border-radius: 13px;
    background: #c28966;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    font-weight: 400;
}

.posts .stickyPost .infoSticky h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 84px;
    color: #fff;
}

.posts .containerBoxes {
    margin-top: 100px;
}

.containerBoxes > div {
    flex-direction: row-reverse;
}

.posts .stickyPost .infoSticky p {
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}

.posts .stickyPost:hover .infoSticky p {
    opacity: 1;
}

.BoxPosts .BoxPost {
    overflow: hidden;
    margin-bottom: 20px;
}

.BoxPost .imgBox {
    height: 220px;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.BoxPosts .BoxPost .imgBox img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.BoxPosts .BoxPost:hover .imgBox img {
    transform: scale(1.05);
}

.BoxPosts .BoxPost .infoPost {
    padding: 16px 20px;
    border-radius: 0 0 6px 6px;
    border: 1px solid rgba(238, 238, 238, 0.93);
    border-top: 0;
}

.BoxPosts .BoxPost .infoPost .tagPost {
}

.BoxPosts .BoxPost .infoPost h3 {
    font-size: 20px;
    color: #000;
    margin-top: 16px;
    margin-bottom: 8px;
    height: 48px;
    overflow: hidden;
}

.BoxPosts .BoxPost .infoPost .time {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
}

.search {
    position: relative;
    margin-bottom: 15px;
}

.search input {
    border-radius: 5.39px;
    /* min-width: 320px; */
    border: 1px solid rgba(238, 238, 238, 0.93);
    width: 100%;
    padding-right: 56px;
    background: #fbfbfb;
    font-size: 17px;
    padding-top: 18px;
    padding-bottom: 18px;
    outline: none;
}

.search .icon-search {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    right: 18px;
}

.containerFilter {
    padding: 20px;
    border-radius: 5px;
    background: #fbfbfb;
    margin-bottom: 40px;
}

.containerFilter .box-filter {
}

.containerFilter .box-filter h3 {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}

.containerFilter .box-filter .typeFilter.checkBoxType {
}

.containerFilter .box-filter .typeFilter.DateType {
    position: relative;
    background: rgba(238, 238, 238, 0.93);
    border-radius: 7px;
}

.containerFilter .box-filter .typeFilter.DateType img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-7px, -50%);
    pointer-events: none;
}

.flatpickr-input[readonly] {
    cursor: pointer;
    border-radius: 7px;
    background: transparent;
    border: none;
    padding: 9px 10px 9px 0;
    outline: none;
    box-shadow: none;
    color: #000000b5;
    font-size: 14px;
}

.containerFilter .resetValues {
}

.containerFilter .resetValues button {
    border-radius: 5px;
    border: 1px solid var(--Brand-400-Safa-bronze-light);
    color: var(--Brand-400-Safa-bronze-light);
    font-size: 18px;
    background-color: transparent;
    width: 100%;
    padding: 7px 0;
}

/* The container */
.labelCheck {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.labelCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.labelCheck .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    border: 1px solid rgba(139, 80, 0, 1);
    margin-top: 2px;
    transition: 0.5s;
}

/* On mouse-over, add a grey background color */
/* .labelCheck:hover input ~ .checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.labelCheck input:checked ~ .checkmark {
    background-color: rgba(139, 80, 0, 1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.labelCheck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.labelCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.labelCheck .checkmark:after {
    right: 9px;
    top: 5px;
    width: 6px;
    height: 10px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    border-width: 0px 0px 2px 2px;
    transform: rotate(316deg);
}

.containerFilter .box-filter {
    margin-bottom: 20px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: rgb(139, 80, 0);
    box-shadow: none;
    color: rgb(255, 255, 255);
    border-color: rgb(139, 80, 0);
}

.containerFilter .box-filter .typeFilter.TextType {
}

.containerFilter .box-filter .typeFilter.TextType input {
    cursor: pointer;
    border-radius: 7px;
    background: rgba(238, 238, 238, 0.93);
    border: none;
    padding: 9px 10px 9px 0;
    outline: none;
    box-shadow: none;
    color: #000000b5;
    font-size: 14px;
    width: 100%;
}

/* End Posts */

/*** Block Projects ***/

.boxsProject {
}

.projectBoxs .box {
    height: 479px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.5s;
}

.projectBoxs .box::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        -180deg,
        rgba(18, 2, 47, 0.0001) 0%,
        rgba(2, 0, 6, 0.879533) 84.25%,
        #000000 100%
    );
    width: 100%;
    bottom: 0;
    right: 0;
    height: 50%;
    z-index: 1;
}

.projectBoxs .box .imgBox {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.projectBoxs .box .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.projectBoxs .box:hover .imgBox img {
    transform: scale(1.1);
}

.projectBoxs .box .label {
    position: absolute;
    top: 16px;
    right: 16px;
}

.projectBoxs .box .label a {
    background: #d1d2d4;
    color: var(--mainDarkColor);
    border-radius: 14px;
    padding: 5px 20px;
    border: 0.856px solid rgba(0, 0, 0, 0.08);
    font-size: 12px;
}

.projectBoxs .box .infoBox {
    position: absolute;
    padding: 0 16px;
    bottom: 90px;
    color: var(--whiteColor);
    z-index: 2;
    transition: 0.5s;
}

.projectBoxs .box:hover .infoBox {
    bottom: 130px;
}

.projectBoxs .box .infoBox .title {
    font-size: 20px;
    padding-bottom: 6px;
}

.projectBoxs .box .infoBox p {
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0.8;
}

.projectBoxs .box .Boxstati {
    position: absolute;
    bottom: 90px;
    z-index: 3;
    width: 100%;
    padding: 0 16px;
    opacity: 0;
    transition: 0.5s;
}

.projectBoxs .box:hover .Boxstati {
    opacity: 1;
}

.projectBoxs .box .Boxstati .infoStatic {
    display: flex;
    gap: 5px;
    justify-content: start;
}

.projectBoxs .box .Boxstati .row {
    margin-right: -5px;
    margin-left: -5px;
}

.projectBoxs .box .Boxstati .row > div {
    padding-right: 5px;
    padding-left: 5px;
}

.projectBoxs .box .Boxstati .infoStatic .icon {
}

.projectBoxs .box .Boxstati .infoStatic .icon img {
}

.projectBoxs .box .Boxstati .infoStatic .title {
    font-size: 12px;
    color: var(--whiteColor);
    line-height: 30px;
}

.projectBoxs .box .BtnBox {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.projectBoxs .box .BtnBox .mainBtn {
    background: var(--Brand-400-Safa-bronze-light);
    border-radius: 6px;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
}

.projectBoxs .box .BtnBox .mainBtn:hover::after {
    background-color: var(--whiteColor);
}

/**  Start Project Home **/

.projectsHome {
    background-color: var(--bgColor);
}

.projectsHome .infoProjects {
}

.projectsHome .seeAll a {
    color: rgba(140, 80, 0, 1);
    color: #5f4b35;
}

.projectsHome .infoProjects h2 {
    font-size: 35px;
    color: var(--mainColor);
    font-weight: 400;
}

.projectsHome .infoProjects h2 span {
    color: var(--mainDarkColor);
    font-weight: 700;
}

.projectsHome .seeAll a {
    /* position: absolute;
    bottom: 80px; */
    font-size: 18px;
    text-transform: capitalize;
}

.projectsHome .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: unset !important;
    right: -220pxon !important;
    direction: ltr;
}

.owl-theme .owl-nav [class*="owl-"] {
    width: 70px;
    height: 70px;
    background-color: transparent;
    position: relative;
    border-radius: 50%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.owl-theme .owl-nav [class*="owl-"]::after {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}

.owl-nav .owl-prev img,
.owl-nav .owl-next img {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 50%;
    transition: 0.5s;
}

.owl-theme .owl-nav [class*="owl-"]::before {
    content: "";
    position: absolute;
    /* background: #725a40; */
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: 0;
    transition: 0.5s;
}

.owl-theme .owl-nav [class*="owl-"]:hover::before {
    width: 100%;
    /* background: #725a40; */
}

.owl-theme .owl-nav .disabled {
    background: #ddd !important;
    opacity: 1 !important;
}

.owl-theme .owl-nav [class*="owl-"].disabled::after {
    background: #ddd !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}

/* .owl-theme .owl-nav [class*="owl-"]:hover img {
    filter: brightness(0) invert(1);
}

.owl-theme .owl-nav .disabled img {
    filter: brightness(0) invert(1);
} */

.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(217, 217, 217, 1);
    transition: 0.5s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--mainColorDerken);
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--mainColorDerken);
    width: 30px;
}

.search .filterSearch {
    display: none;
}

.search .inputSearch {
    position: relative;
}
@media (max-width: 991px) {
    .projectsHome .infoProjects h2 {
        font-size: 30px;
    }

    .projectsHome .seeAll a {
        position: unset;
    }
    .projectsHome .owl-theme .owl-nav {
        position: absolute;
        top: 0;
        right: unset !important;
        /* display: block; */
    }

    .projectsHome .projectBoxs .box {
        margin-top: 120px;
    }

    .projectBoxs .box .Boxstati {
        opacity: 1;
    }

    .projectBoxs .box .infoBox,
    .projectBoxs .box:hover .infoBox {
        bottom: 130px;
    }

    .projectsHome .seeAll a {
        /* position: absolute; */
        top: 222px;
        z-index: 3;
        height: min-content;
    }

    .containerBoxes > div {
        flex-direction: column-reverse;
    }

    .search {
        display: flex;
        gap: 7px;
    }

    .search .filterSearch {
        width: 63px;
        height: 63px;
        border-radius: 5.39px;
        border: 1px solid rgba(238, 238, 238, 0.93);
        background: #fbfbfb;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        cursor: pointer;
        transition: 0.5s;
    }

    .search .inputSearch {
        width: 100%;
    }

    .search .filterSearch.open {
        background-color: rgba(139, 80, 0, 1);
    }
    .search .filterSearch.open img {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(270deg)
            brightness(105%) contrast(102%);
    }

    .containerFilter {
        max-height: 0;
        overflow: hidden;
        transition: height 1s;
        transition: all 0.25s ease-in;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .containerFilter.openFilters {
        max-height: 1000px;
        padding-top: 20px;
    }

    .posts .stickyPost .infoSticky {
        right: 15px;
        width: 90%;
    }

    .posts .stickyPost .infoSticky h2 {
        font-size: 30px;
        line-height: 35px;
        margin-top: 20px;
    }

    .posts .stickyPost .infoSticky p {
        opacity: 1;
    }

    .posts .stickyPost .infoSticky .contentSticky {
        bottom: 0;
    }

    .posts .containerBoxes {
        margin-top: 60px;
    }
}

/** End Project Home **/

/** Start Projects **/

/** End Projects **/
.projects .box {
    margin-bottom: 20px;
}
/** Start Partners **/

.partners {
}

.partners #partners {
    margin-top: 50px;
    mix-blend-mode: multiply;
}

.partners img {
}

.partners .owl-controls {
    position: absolute;
    top: -126px;
    left: 0;
}

.partners .owl-theme .owl-nav {
    display: none;
}

@media (max-width: 991px) {
    .partners .mainTitle {
        text-align: center;
    }

    .partners .owl-controls {
        position: unset;
    }

    .partners #partners {
        margin-top: 40px;
    }

    .partners .owl-theme .owl-nav {
        margin-top: 34px;
        display: none;
    }
}
/** End Partners **/

/** Start Media **/
.media {
    padding: 0px;
}

.media > .container {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 80px;
}

.media .mainTitle {
}

.media .mainTitle {
}

.media .mainTitle h2 {
    color: var(--mainDarkColor);
    font-weight: 700;
    font-size: 60px;
}

.media .mainTitle h2 span {
    color: var(--mainColor);
    font-weight: 400;
}

.media .contentOwlCar {
    position: relative;
}

.media .contentOwlCar .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -300px;
    left: auto !important;
}

.media .contentOwlCar .owl-nav [class*="owl-"] {
    background-color: #f7f7f7;
}

.media .contentOwlCar {
    position: relative;
    /* overflow: hidden; */
    height: 420px;
}

/* .media  .owl-carousel .owl-stage-outer{
  width: 834px;
} */

.media .contentOwlCar > div {
    margin-top: 50px;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    width: 100%;
}

.media .contentOwlCar > div.active {
    opacity: 1;
}

.media .contentOwlCar > div.active {
}

.media .tabsContentOwl {
    padding: 0;
    position: relative;
    margin-top: 106px;
}

.tabsContentOwl #markermedia {
    width: 87px;
    height: 48px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.5s;
}

.tabsContentOwl #markermedia::before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    height: 2px;
    width: 87px;
    z-index: 2;
    background: #a77758;
}

.media .tabsContentOwl .nav-item {
    list-style: none;
    margin: 0;
    cursor: pointer;
    margin-bottom: 42px;
    font-size: 28px;
    color: #909294;
    font-weight: 700;
    transition: 0.5s;
}

.media .tabsContentOwl .nav-item.active {
    padding-right: 20px;
    color: #a77758;
    font-size: 28px;
}

.media .row > div:first-child {
    position: relative;
}
.media .row > div:first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 180%;
    background-color: #c9c9c9;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
}

.boxMedia {
    border-radius: 6px;
}

.boxMedia .imgMedia {
    height: 175px;
}

.boxMedia .imgMedia img {
    border-radius: 6px 6px 0px 0px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.boxMedia .infoMedia {
    border-radius: 0px 0px 6px 6px;
    border: 1px solid #e8e8e8;
    padding: 16px;
}

.boxMedia .infoMedia .headInfoMedia {
    display: flex;
    /* gap: 16px; */
    align-items: center;
}

.boxMedia .infoMedia .headInfoMedia .cat {
    border-radius: 14px;
    display: inline-block;
    border: 0.856px solid rgba(0, 0, 0, 0.08);
    background: #c38a67;
    backdrop-filter: blur(18px);
    font-size: 12px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: none;
}

.boxMedia .infoMedia .headInfoMedia .time {
    font-size: 12px;
}

.boxMedia .infoMedia .content {
    margin-top: 10px;
    margin-bottom: 16px;
    color: #000;
    font-size: 18px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 50px; */
}

.boxMedia .infoMedia a {
    font-size: 18px;
    display: inline-block;
}

.media .contentOwlCar .seeAllMedia {
    position: absolute;
    right: -288px;
    bottom: 0px;
}

.media .contentOwlCar .seeAllMedia a {
    font-size: 18px;
}

.media .row > div:first-child .mainTitle h2 {
    display: none;
}

.media .row > div:last-child .mainTitle h2 {
    display: block;
}

@media (max-width: 991px) {
    .media .row > div:first-child::after {
        content: none;
    }

    .tabsContentOwl #markermedia {
        display: none;
    }

    .media .tabsContentOwl .nav-item.active {
        padding-right: 0px;
    }

    .media .tabsContentOwl {
        display: flex;
        justify-content: space-evenly;
        margin-top: 36px;
    }

    .media .tabsContentOwl .nav-item,
    .media .tabsContentOwl .nav-item.active {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

    .media .tabsContentOwl .nav-item::before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        background-color: var(--mainColor);
        bottom: 0;
        transition: 0.5s;
    }

    .media .tabsContentOwl .nav-item.active::before {
        width: 100%;
    }

    .media .owl-carousel .owl-stage-outer {
        width: auto;
    }

    .media .contentOwlCar {
        overflow: hidden;
        height: 464px;
    }

    .media .row > div:first-child .mainTitle h2 {
        display: block;
        font-size: 40px;
    }

    .media .row > div:last-child .mainTitle h2 {
        display: none;
    }

    .media .contentOwlCar > div {
        margin-top: 30px;
    }
    .media .contentOwlCar .owl-nav {
        position: absolute;
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        /* right: 50%; */
        bottom: -100px;
    }

    .media > .container {
        padding-bottom: 50px;
    }
}

/** End Media **/

/**  Start stickySection **/

.stickySection {
    position: unset;
}

.stickySection .container {
    clear: both;
}

.stickySection .container::before,
.stickySection .container::after {
    content: "";
    display: table;
    clear: both;
}

.stickySection .right {
    width: 600px;
    display: inline-block;
    vertical-align: top;
    float: left;
    clear:both;
}

.stickySection .right > div {
    /* background-color: #bbb;
  height: 250px; */
}

.stickySection .right > div + div {
    margin-top: 50px;
}

.stickySection .left {
    width: 450px;
    display: inline-block;
    position: sticky;
    top: 186px;
}

.stickyBox {
}

.stickySection .left p {
    width: 85%;
}

.stickyBox .imgBox {
    border-radius: 6px;
    overflow: hidden;
}

.stickyBox .imgBox img {
    border-radius: 6px;
    width: 100%;
    height: 220px;
    transition: 0.5s;
    object-fit: cover;
}

.stickyBox .imgBox img:hover {
    transform: scale(1.1);
}

.stickyBox .infoBox {
    margin-bottom: 50px;
}

.stickyBox .infoBox h4 {
    color: var(--mainColorDerken);
    font-weight: 400;
    font-size: 26px;
}

.stickyBox .infoBox p {
    font-size: 18px;
    color: #7c7a78;
}

@media (max-width: 991px) {
    .stickySection .left {
        width: auto;
        display: unset;
        position: unset;
        top: unset;
        margin-bottom: 20px;
    }

    .mainTitle h2 {
        font-size: 30px;
    }

    .mainTitle p {
        font-size: 16px;
    }

    .stickySection .right {
        width: unset;
        display: unset;
        vertical-align: top;
        float: unset;
    }

    .stickyBox .infoBox p {
        font-size: 15px;
    }

    .stickyBox .imgBox img {
        height: 115px;
    }

    section.colored {
        margin: 0 0;
        padding: 50px 0;
    }

    .stickyBox .infoBox {
        margin-bottom: 26px;
    }

    .stickySection .right > div + div {
        margin-top: 26px;
    }

    .stickySection .left p {
        width: 100%;
    }
}

/**  End stickySection **/

/** Start Statistics **/
.statiSection {
}

.statiSection .mainTitle p {
    text-align: justify;
    margin-left: 20px;
    letter-spacing: -1px;
}

.reverse.statiSection .container > .row > div:first-child {
    padding-right: 40px;
}
.reverse .container > .row {
    flex-direction: row-reverse;
}
.statiSection .imgStatic img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}
.scaleImag {
    border-radius: 6px;
    overflow: hidden;
}
.scaleImag:hover img {
    transform: scale(1.03);
}

.scaleImag img {
    transition: 0.5s;
}

.staticNumbers {
    margin-top: 30px;
}

.staticNumbers .boxStatic {
    display: flex;
    gap: 18px;
    margin-bottom: 40px;
    align-items: center;
}

.staticNumbers .boxStatic {
    display: flex;
    gap: 18px;
    margin-bottom: 40px;
    text-align: start;
}

.staticNumbers .boxStatic img {
    margin-top: -6px;
}

.staticNumbers .boxStatic .titleStatic {
    color: #2c1600;
    font-size: 16px;
    font-weight: 400;
}
.staticNumbers .boxStatic .number {
    font-size: 30px;
}

.staticNumbers .boxStatic .btnStatic {
    padding-top: 30px;
}

.ListLive {
    margin-top: 40px;
}

.ListLive ul {
}

.ListLive > .row > div .itemList {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 80px;
    gap: 30px;
}

.ListLive > .row > div .itemList::after {
    content: "";
    position: absolute;
    right: -92px;
    top: 45%;
    width: 55px;
    height: 55px;
    background-color: #c38a67;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: -1;
    display: none;
}

/* .ListLive > .row > div:nth-child(even) .itemList::after {
    background-color: rgba(255, 220, 191, 1);
} */

.ListLive > .row > div .itemList img {
    right: -80px;
    position: absolute;
}

.ListLive > .row > div .itemList span {
    color: #000000;
    font-weight: 400;
    font-size: 20px;
}

.statiSection .ListArrow {
}

.statiSection .ListArrow ul {
    margin-top: 40px;
    margin-bottom: 40px;
}

.statiSection .ListArrow ul li {
    position: relative;
    font-size: 20px;
    margin-bottom: 16px;
    padding-right: 24px;
    color: #242424;
}

.statiSection .ListArrow ul li::after {
    content: url(../images/singleProject/listArrow.svg);
    position: absolute;
    transform: rotate(-180deg);
    right: 0;
}

@media (max-width: 991px) {
    .statiSection {
        text-align: center;
    }
    .secOne.statiSection .staticNumbers .boxStatic .icon img {
        width: 30px;
    }

    .secOne.statiSection .staticNumbers .boxStatic .number {
        font-size: 18px;
    }
    .secOne.statiSection .mainTitle {
        text-align: center;
    }
    .mainTitle h3 {
        margin-bottom: 14px;
    }

    .secOne.statiSection .imgStatic img {
        display: none;
    }
    .secOne.statiSection .btnStatic {
        text-align: center;
    }

    .statiSection .imgStatic img {
        height: 300px;
        margin-bottom: 40px;
        border-radius: 6px;
    }

    .statiSection .mainTitle {
        margin-bottom: 20px;
    }

    .ListLive > .row > div .itemList img {
        width: 40px;
        right: -54px;
    }
    .ListLive > .row > div .itemList::after {
        width: 40px;
        height: 40px;
    }

    .ListLive > .row > div .itemList {
        margin-right: 60px;
        margin-bottom: 50px;
    }

    .ListLive > .row > div .itemList::after {
        right: -66px;
    }

    .ListLive {
        margin-top: 40px;
    }

    .reverse .container > .row {
        flex-direction: column-reverse;
    }

    .reverse.statiSection .container > .row > div:first-child {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .statiSection {
        text-align: center;
    }

    .staticNumbers .boxStatic {
        text-align: start;
    }
    .statiSection .mainTitle p {
        margin-left: 0px;
    }
}

/** End Statistics **/

/** Start Banner Safa  **/
.bannerSection {
    text-align: center;
}

.bannerSection .container {
}

.bannerSection .BannerContainer {
    border-radius: 6px;
    overflow: hidden;
}

.bannerSection .infoBanner {
    height: 400px;
    background-image: url(../images/banner.png);
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: 0.5s;
}
.bannerSection:hover .infoBanner {
    transform: scale(1.1);
}

.bannerSection .infoBanner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000085;
}

.bannerSection h2 {
    position: relative;
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 1;
    transition: 0.5s;
}

.bannerSection:hover h2 {
    transform: scale(0.909);
}
.bannerSection .btnBanner {
    transition: 0.5s;
    position: relative;
    z-index: 2;
}

.bannerSection:hover .btnBanner {
    transform: scale(0.909);
}

.bannerSection .btnBanner a {
}

@media (max-width: 991px) {
    .bannerSection {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-bottom: 50px;
    }

    .bannerSection .infoBanner {
        height: 300px;
    }

    .bannerSection .container {
        height: 300px;
        padding: 0;
    }
    .bannerSection h2 {
        font-size: 30px;
    }
}

/** End Banner Safa  **/

/** Start Banner About Safa **/
.bannerSafa {
    margin-bottom: 35px;
}
.bannerSafa .container {
    padding: 80px;
    border-radius: 12px;
    background: linear-gradient(225deg, #a77758 0%, #c48a67 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bannerSafa .infoBanner {
}

.bannerSafa .infoBanner {
}

.bannerSafa .infoBanner h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}
.bannerSafa .radBtn::after {
    background: rgb(139 80 0);
    opacity: 0.5;
}
/* .bannerSafa .radBtn:hover img {
    filter: brightness(0) invert(1);
} */
@media (max-width: 991px) {
    .bannerSafa {
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-right: var(--bs-gutter-x, 0.75rem);
    }

    .bannerSafa .container {
        padding: 17px;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .bannerSafa .infoBanner h2 {
        font-size: 28px;
    }
}

/** End Banner About Safa **/

/** Start Footer **/

footer {
    padding: 50px 0;
    background: #383d40;
}
.midFooter {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
    gap: 100px;
}
.infoFooter {
    display: flex;
    gap: 60px;
}

.midFooter .btnsFooter{
    border-radius: 12px;
    border: 1px solid rgba(192, 139, 105, 0.40);
    padding: 34px 13px 14px;
    position: relative;
}
.btnsFooter .appFooter{
    display: flex;
    gap: 8px;
}

.BtnsFooter .row > div{
    height: 100%;
    display: flex !important;
    align-items: center;
}

.BtnsFooter .row {

}
.midFooter .btnsFooter h3{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: fit-content;
    top: -10px;
    color: white;
    font-size: 16px;
    background: #383D40;
    padding: 0 12px;
}

.midFooter .btnsFooter .appFooter img{
    height: 42px;
}
.midFooter.btnsFooter.appFooter a{

}

.infoFooter .logo {
}

.infoFooter .logo img {
    height: 117px;
}

.contentFooter {
}

.contentFooter p {
    color: var(--whiteColor);
    margin-bottom: 26px;
    width: 380px;
}

.contentFooter ul {
}

.contentFooter ul li {
    margin-bottom: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.contentFooter ul li img {
}

.contentFooter ul li a {
    color: var(--whiteColor);
}

.BtnsFooter {
    display: flex;
    align-items: center;
}

.BtnsFooter .langFooter {
    width: 55px;
    height: 55px;
    border: 1px solid #c38a67;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
    color: #c38a67;
}

.BtnsFooter .logo {
    width: 85px;
}
.BtnsFooter .logo img {
    width: 100%;
}
@media (max-width: 676px) {
    .infoFooter .logo img {
        height: 67px;
    }
}
.bottomFooter {
    padding-top: 50px;
    border-top: 1px solid rgba(231, 229, 234, 1);
}

.socailLinks {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.bottomFooter .socailLinks img {
    transition: 0.5s;
    filter: 0;
}

.bottomFooter .socailLinks img:hover {
    filter: brightness(0) invert(1);
}

.bottomFooter > .row {
    align-items: center;
}
.bottomFooter .copyWrite p {
    color: var(--whiteColor);
    text-align: center;
}
.FooterBotLinks {
}

.FooterBotLinks ul {
    display: flex;
    justify-content: end;
    flex-direction: row;
    gap: 26px;
}

.FooterBotLinks ul li {
    position: relative;
}

.FooterBotLinks ul li::after {
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}
.FooterBotLinks ul li:last-child::after {
    height: 0;
}
.FooterBotLinks ul li a {
    color: var(--whiteColor);
}

@media (max-width: 991px) {
    .contentFooter p {
        width: 100%;
    }

    .infoFooter {
        gap: 20px;
    }

    .midFooter {
        flex-direction: column;
        gap: 0px;
    }
    .BtnsFooter .logo {
        width: 80px;
    }

    .BtnsFooter {
        /* padding-right: 66px;*/
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .BtnsFooter .mainBtn {
        font-size: 16px;
    }

    .bottomFooter .socailLinks {
        justify-content: center;
    }

    .bottomFooter {
        padding-top: 30px;
    }

    .FooterBotLinks ul {
        justify-content: center;
    }

    .bottomFooter > .row {
        gap: 16px;
    }

    .bottomFooter > .row > div:nth-child(2) {
        order: 1;
    }

    .footerRegisterBtn.mainBtn {
        font-size: 13px;
        padding: 15px;
    }

    .BtnsFooter .row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 36px;
    }
    .infoFooter {
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contentFooter p {
        width: 100%;
        text-align: center;
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    .infoFooter .logo img {
        height: 98px;
    }
}

/** End Footer **/

/*** Start Certificates ***/
.certificates {
    text-align: center;
}
.certificates .boxsCerti {
    margin-top: 60px;
}
.certificates .boxCerti {
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 12px;
    border: 1px solid #eee;
    height: 113px;
    padding: 0 14px;
    margin-bottom: 10px;
}

.certificates .boxCerti .imgCerti {
    width: 104px;
}

.certificates .boxCerti .imgCerti img {
    width: 94px;
}

.certificates .boxCerti .infoCerti {
}
.certificates .boxCerti .infoCerti p {
    font-size: 20px;
    text-align: right;
    font-weight: 700;
}

@media (max-width: 991px) {
    .certificates .boxCerti {
        border-radius: 11px;
        border: 1px solid #eee;
        padding: 14px;
        margin-bottom: 10px;
    }

    .certificates .boxCerti .infoCerti p {
        font-size: 18px;
    }

    .certificates .boxsCerti {
        margin-top: 30px;
    }
}

/*** End Certificates ***/

/*** Start Testi ***/
.testimonials {
    text-align: center;
}

.testi {
    text-align: center;
}

.testi .imgTesti {
    text-align: center;
    margin-top: 20px;
}

.testi .imgTesti img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: auto;
}

.testi .titleJob {
}

.testi .titleJob p {
    font-size: 20px;
    color: #000;
    padding: 10px 0;
}

.testi .descTesti {
    font-size: 36px;
    color: #000;
    position: relative;
    width: 90%;
    margin: auto;
}

.testi .descTesti::after {
    content: "“";
    position: absolute;
    right: -25px;
    top: -11px;
    font-size: 90px;
    color: #808080;
    transform: rotate(180deg) scaleY(-1);
    right: -40px !important;
}

.testi .descTesti::before {
    content: "“";
    position: absolute;
    left: -25px;
    top: -11px;
    color: #808080;
    font-size: 90px;
    transform: rotate(0) scaleY(-1) !important;
    left: -40px !important;
}

@media (max-width: 991px) {
    .testi .descTesti {
        font-size: 20px;
    }

    .testi .descTesti::after {
        right: -4px;
        top: -28px;
        font-size: 60px;
        display: none;
    }

    .testi .descTesti::before {
        left: -4px;
        top: 47px;
        font-size: 60px;
        display: none;
    }

    .testi .titleJob p {
        font-size: 16px;
        padding: 6px 0;
        font-weight: 600;
    }
}

/*** End Testi  ***/

/* Start Hero Single Project */

.heroSingleProject {
    margin-top: 135px;
    position: relative;
    background-size: cover;
    padding: 0;
    height: 400px;
    color: #fff;
    margin-bottom: 50px;
}

.heroSingleProject::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

.heroSingleProject .container {
    text-align: center;
    padding-top: 80px;
    position: relative;
    height: 100%;
}

.heroSingleProject .locationsHero {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}

.heroSingleProject .locationsHero img {
    filter: brightness(0) invert(1);
    width: 24px;
}

.heroSingleProject .locationsHero span {
    font-size: 18px;
}

.heroSingleProject h1 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
}

.heroSingleProject p {
    width: 86%;
    margin: auto;
    margin-top: 0;
    font-size: 18px;
}

.heroSingleProject .ListStatiProject {
    list-style: none;
    padding: 0;
    border-radius: 6px;
    background: #f8f4f0;
    color: #28201a;
    position: absolute;
    width: calc(100% - 24px);
    bottom: -50px;
    padding: 30px 0;
    font-size: 20px;
}

.heroSingleProject .ListStatiProject .row > div {
    position: relative;
    display: flex;
    padding-right: 40px;
    gap: 16px;
    align-items: center;
}

.heroSingleProject .ListStatiProject .row > div::after {
    content: url(../images/singleProject/line.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.heroSingleProject .ListStatiProject .row > div:last-child:after {
    content: none;
}

.heroSingleProject .ListStatiProject img {
}

.heroSingleProject .ListStatiProjectimg span {
}

@media (max-width: 991px) {
    .heroSingleProject {
        margin-top: 0px;
    }

    .heroSingleProject .container {
        padding-top: 130px;
    }

    .heroSingleProject .locationsHero span {
        font-size: 16px;
    }
    .heroSingleProject .locationsHero {
        gap: 4px;
        margin-bottom: 10px;
    }

    .heroSingleProject h1 {
        font-size: 38px;
        margin-bottom: 6px;
    }
    .heroSingleProject p {
        font-size: 14px;
    }

    .heroSingleProject .ListStatiProject .row > div {
        flex-direction: column;
        gap: 12px;
        padding-right: 12px;
    }
    .heroSingleProject .ListStatiProject .row img {
        width: 20px;
    }
    .heroSingleProject .ListStatiProject .row span {
        font-size: 14px;
    }
    .statiSection .ListArrow ul {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .statiSection .mainBtn {
        margin-bottom: 20px;
    }
    .statiSection .ListArrow ul li {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .heroSingleProject .ListStatiProject {
        padding: 12px 0;
    }
}

/* End Hero Single Project */

/* Start Hero Single Blog */
.heroSingleBlog {
    margin-top: 135px;
    position: relative;
    background-size: cover;
    padding: 0;
    height: 370px;
    color: #fff;
}

.heroSingleBlog::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

.heroSingleBlog .container {
    padding-top: 110px;
    position: relative;
    height: 100%;
}

.heroSingleBlog .container h1 {
    margin-top: 25px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 38px;
}

/* .heroSingleBlog .shareBlog {
    position: absolute;
    left: 0;
    display: flex;
    gap: 20px;
    bottom: 26px;
    align-items: center;
}

.heroSingleBlog .shareBlog span {
    font-size: 24px;
} */
.heroSingleBlog .shareBlog {
    position: absolute;
    left: -25px;
    display: flex;
    gap: 20px;
    top: 0;
    bottom: 0;
    align-items: center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    z-index: 9999;
}
.socailLinks.navbar-nav a img {
    width: 27px;
}

.heroSingleBlog .detialsTime {
    position: absolute;
    bottom: 26px;
    opacity: 0.8;
}

.pagination {
    gap: 10px;
    margin-top: 40px;
}

.pagination > li {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    border: 1px solid #c38a67;
    background: #fcf9f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.pagination .page-item.active {
    border-radius: 10px;
    background: #c38a67;
    color: #fff;
}

.pagination .page-item.active .page-link
{
    background: none;
}

.pagination .page-item.disabled {
}

.pagination li > .page-link {
    background-color: transparent;
    color: #000;
    border: none;
    display: flex;
    box-shadow: none;
    outline: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.pagination li svg {
    transform: scale(-1);
}

@media (max-width: 991px) {
    .pagination > li {
        width: 46px;
        height: 46px;
    }

    .heroSingleBlog {
        margin-top: 0px;
        height: 430px;
    }
    .heroSingleBlog .container {
        padding-top: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
    }

    .heroSingleBlog .container h1 {
        font-size: 24px;
        margin-top: 10px;
    }
    .heroSingleBlog .shareBlog {
        left: 15px;
        bottom: 26px;
        z-index: 9999;
    }
    .heroSingleBlog .detialsTime {
        bottom: 30px;
    }

    .heroSingleBlog .shareBlog span {
        font-size: 16px;
    }
    .heroSingleBlog .shareBlog {
        gap: 12px;
        z-index: 9999;
    }
    .heroSingleBlog .socailLinks {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
    .heroSingleBlog .socailLinks img {
        width: 20px;
    }

    .mainSinglBlog .container > .row {
        display: flex;
        flex-direction: column-reverse !important;
    }
}

/* Start Hero Single Blog */

/* Start Project Gallery  */

.projectGallery {
    padding-top: 20px;
}

.projectGallery .PhotoGallery {
    margin-top: 70px;
    direction: ltr;
}

.projectGallery .PhotoGallery .owl-item {
    position: relative;
}

.projectGallery .PhotoGallery .owl-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    top: 0;
    transition: 0.5s;
    border-radius: 6px;
}

.projectGallery .PhotoGallery .owl-item {
    transition: 0.5s;
}

.projectGallery .PhotoGallery .owl-item.center::after {
    background: transparent;
}

.projectGallery .PhotoGallery .owl-item .item {
    border-radius: 6px;
    overflow: hidden;
}

.projectGallery .PhotoGallery .owl-item img {
    border-radius: 6px;
    height: 500px;
    object-fit: cover;
}

.projectGallery .owl-controls {
    position: absolute;
    width: 100%;
    top: 42%;
    transform: translateY(-50%);
}

.projectGallery .owl-controls .owl-nav {
}
.projectGallery .owl-theme .owl-nav [class*="owl-"] {
    background: rgb(140, 80, 0);
}
/* .projectGallery .owl-theme .owl-nav [class*="owl-"] img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg)
        brightness(103%) contrast(101%);
} */

.projectGallery .owl-theme .owl-nav [class*="owl-"]::after,
.projectGallery .owl-theme .owl-nav [class*="owl-"]::before {
    content: none;
}

.projectGallery .owl-controls .owl-prev {
    position: absolute;
    left: 10%;
}

.projectGallery .owl-controls .owl-next {
    position: absolute;
    right: 10%;
}

.projectGallery #map {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .projectGallery .PhotoGallery .owl-item img {
        height: 250px;
    }

    .projectGallery .PhotoGallery {
        margin-top: 50px;
    }

    .projectGallery .owl-theme .owl-nav [class*="owl-"] {
        width: 50px;
        height: 50px;
    }

    .projectGallery .owl-controls .owl-prev {
        left: 2%;
    }

    .projectGallery .owl-controls .owl-next {
        right: 2%;
    }

    .projectGallery {
        padding-top: 0;
    }

    .projectGallery .mapGoogle {
        margin-top: 30px !important;
    }
}
/* End Project Gallery  */

/* Start Project Map */

.projectGallery .mapGoogle {
    margin-top: 50px;
    border-radius: 6px;
    overflow: hidden;
}

.projectGallery .mapGoogle iframe {
    width: 100% !important;
}

/* End Project Map */

/** Start Main Single Blog **/
.similarNews {
}

.similarNews .boxSimiler {
    display: flex;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
}
.similarNews .boxSimiler .imgSimiler {
    width: 137px;
    height: 137px;
    border-radius: 6px;
    flex: 0 0 auto;
}

.similarNews .boxSimiler .imgSimiler img {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
}

.similarNews .boxSimiler .infoSimilar {
}

.similarNews .boxSimiler .infoSimilar .tagPost {
    margin-bottom: 12px;
    display: inline-block;
}

.similarNews .boxSimiler .infoSimilar .titleSimiler {
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
    height: 46px;
}

.similarNews .boxSimiler .infoSimilar .timeSimilar {
    color: rgb(0, 0, 0);
    opacity: 0.5;
    display: inline-block;
    font-size: 14px;
}

.similarNews .BoxsSimiler > .boxSimiler:last-child {
    border: 0;
}
.similarNews .BoxsSimiler {
    margin-top: 16px;
}

.mainSinglBlog .container > .row {
    flex-direction: row-reverse;
}

.mainSinglBlog .ContentBlog {
}

.mainSinglBlog .ContentBlog > * {
    margin-bottom: 16px;
}

.mainSinglBlog .ContentBlog > p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 30px;
}

.mainSinglBlog .ContentBlog > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.mainSinglBlog .ContentBlog > img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 40px;
}

.mainSinglBlog .ContentBlog > ul {
}

.mainSinglBlog .ContentBlog > ul li {
    font-size: 18px;
    padding-bottom: 10px;
}
/** End Main  Single Blog **/

/** Start From **/
.containerForm {
}

.containerForm .container {
    position: relative;
}

.headerForm {
    margin-bottom: 40px;
}

.headerForm .title {
    color: #4c3c2a;
    font-size: 22px;
    font-weight: 700;
}

.headerForm .subTitle {
    color: #4c3c2a;
    font-size: 20px;
    font-weight: 400;
}

.headerForm .desc {
    color: var(--Brand-400-Safa-bronze-light);
    font-size: 16px;
}

.mainForm {
}

.mainForm .title {
    color: #5f4b35;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.mainForm .groupFrom {
    margin-bottom: 20px;
}

.mainForm .groupFrom {
}

.mainForm .groupFrom .titleGroup {
    color: #725a40;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.fieldsGroup .form-group {
    position: relative;
}

.fieldsGroup .form-group .form-control {
    box-shadow: none;
    outline: none;
    padding: 10px 22px;
    border-radius: 6px;
    border: 1px solid #d1d2d4;
    font-size: 16px;
    transform: 0.5s;
    margin-bottom: 20px;
    color: #725a40 !important;
    text-align: right;
    text-transform: capitalize;
}

.fieldsGroup .form-group.date:before {
    content: url(../images/calendar.svg);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.fieldsGroup .form-group .form-control:focus {
    border: 1px solid #c38a67;
}

.fieldsGroup .form-group .form-control::placeholder {
    color: #6c757db8;
}

.fieldsGroup .form-group.text {
}

.form-group.date img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.form-group.phone .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    direction: rtl;
    flex-direction: row;
    justify-content: end;
}

.fieldsGroup .form-group.phone .form-control {
    padding: 10px;
    padding-right: 98px !important;
}

.fieldsGroup .form-group.phone .iti {
    width: 100%;
    margin-bottom: 20px;
}

.form-group.phone .info .initNumber {
    direction: rtl;
    unicode-bidi: plaintext;
}

.form-group.select {
    margin-bottom: 20px;
}

.form-group.select .select2-container--default .selectSingleContainer {
    padding: 10px 22px;
    border-radius: 6px;
    border: 1px solid #d1d2d4;
    height: 46px;
}

.select2-container--default
    .select2-selection--single.selectSingleContainer
    .select2-selection__rendered {
    padding-right: 0;
}
.select2-container--default
    .select2-selection--single.selectSingleContainer
    .select2-selection__arrow
    b {
}

.dropDownSingle .select2-results__option[aria-selected="true"]::before,
.dropDownSingle .select2-results__option[aria-selected="true"]::after,
.dropDownSingle .select2-results__option::before {
    content: none;
}

.mainForm
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-width: 0px;
}

.mainForm
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #959ba1;
}

.mainForm
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b::after {
    content: url(../images/arrowSelect.svg);
    position: absolute;
    left: 10px;
    top: calc(50% + -1px);
    transform: translateY(-50%);
    transition: 0.5s;
}

.mainForm
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b::after {
    transform: translateY(-50%) rotate(-180deg);
}

.mainForm
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    width: 0;
    height: 100%;
}
.select2-container--default
    .dropDownSingle
    .select2-results
    > .select2-results__options {
    padding: 16px 22px;
}
.select2-container--default .dropDownSingle .select2-results__option {
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 5px;
}

.select2-dropdown.dropDownSingle {
    border: 1px solid rgba(238, 238, 238, 0.93);
    border-radius: 6px;
}

.mainForm .form-group.select .select2-container--open .selectSingleContainer {
    border: 1px solid #c38a67;
}

.form-group.radio {
    margin-bottom: 30px;
}

.form-group.radio .titleRadio {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.form-group.radio .titleRadio h3 {
    color: #725a40;
    font-size: 24px;
    font-weight: 700;
}

.form-group.radio .titleRadio span {
    padding: 5px 20px;
    background: var(--p-2-shases-100, var(--Brand-400-Safa-bronze-light));
    border-radius: 13.69px;
    color: #fff;
    font-size: 12px;
}
.form-group.radio .allRadio {
}

.form-group.radio .allRadio .card-radio-btn {
    width: 100%;
    margin-bottom: 20px;
}

.form-group.radio .allRadio .card-radio-btn input {
}

.form-group.radio .allRadio .card-radio-btn .card.card-body {
    border-radius: 6px;
    border: 1px solid #d1d2d4;
    padding-right: 56px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    text-align: right;
    direction: ltr;
}

.form-group.radio .allRadio .card-radio-btn span {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #8b5000;
    right: 16px;
    cursor: pointer;
    transition: 0.5s;
}

.form-group.radio .allRadio .card-input-element:checked + .card {
    color: #fff;
    background-color: var(--Brand-400-Safa-bronze-light);
    border: 1px solid var(--Brand-400-Safa-bronze-light);
}

.form-group.radio .allRadio .card-input-element:checked + .card span {
    border: 1px solid #fff;
}

.form-group.radio .allRadio .card-input-element + .card span::before {
    border: 0px solid rgba(139, 80, 0, 1);
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background-color: #fff;
    transition: 0.5s;
}

.form-group.radio .allRadio .card-input-element:checked + .card span::before {
    border: 2px solid rgba(139, 80, 0, 1);
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background-color: #fff;
}

.form-group.radio.agreement {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-group.radio.agreement .titleRadio {
    width: 74%;
    margin-bottom: 0;
}

.form-group.radio.agreement .titleRadio h3 {
    color: #000;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

.form-group.radio.agreement .allRadio > .row {
}

.form-group.radio.agreement .allRadio > .row > div {
    width: 127px;
}

.form-group.radio.agreement .allRadio .card-radio-btn .card.card-body {
    width: 110px;
}

.form-group.StartRate .rating-group {
    display: inline-flex;
    transform: scaleY(-1);
}
.form-group.StartRate .rating__icon {
    pointer-events: none;
}
.form-group.StartRate .rating__input {
    position: absolute !important;
    right: -9999px !important;
}
.form-group.StartRate .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
}
.form-group.StartRate .rating__label--half {
    padding-left: 0;
    margin-left: -0.6em;
    z-index: 2;
}
.form-group.StartRate .rating__icon--star {
    color: var(--Brand-400-Safa-bronze-light);
    transform: rotate(180deg);
}
.form-group.StartRate .rating__icon--none {
    color: #eee;
}
.form-group.StartRate
    .rating__input--none:checked
    + .rating__label
    .rating__icon--none {
    color: red;
}
.form-group.StartRate
    .rating__input:checked
    ~ .rating__label
    .rating__icon--star {
    color: #ddd;
    /* transform: rotate(145deg); */
}
.form-group.StartRate .rating-group:hover .rating__label .rating__icon--star,
.form-group.StartRate
    .rating-group:hover
    .rating__label--half
    .rating__icon--star {
    color: var(--Brand-400-Safa-bronze-light);
}
.form-group.StartRate .rating__input:hover ~ .rating__label .rating__icon--star,
.form-group.StartRate
    .rating__input:hover
    ~ .rating__label--half
    .rating__icon--star {
    color: #ddd;
}
.rating-group:hover
    .rating__input--none:not(:hover)
    + .rating__label
    .rating__icon--none {
    color: #eee;
}
.form-group.StartRate
    .rating__input--none:hover
    + .rating__label
    .rating__icon--none {
    color: red;
}

.form-group.StartRate {
    border-radius: 6px;
    border: 1px solid rgba(238, 238, 238, 0.93);
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.form-group.StartRate .titleStartRate {
    display: flex;
    align-items: center;
    gap: 16px;
}

.form-group.StartRate .titleStartRate h3 {
    color: rgb(76, 60, 42);
    font-size: 22px;
}

.form-group.StartRate .titleStartRate span {
    padding: 5px 20px;
    border-radius: 13px;
    color: #291800;
    font-size: 12px;
    border: 0.856px solid rgba(0, 0, 0, 0.08);
    font-weight: 700;
}
.containerForm .SentForm {
    padding-top: 20px;
}

.containerForm .SentForm button {
    border: none;
    padding: 15px 70px;
    font-size: 18px;
    color: var(--p-1-tints-10, #fff);
    border-radius: 5.39px;
    background: var(--p-2-shases-100, var(--Brand-400-Safa-bronze-light));
    text-transform: capitalize;
}

.fieldsGroup .custom-upload {
    margin-bottom: 30px;
}
.fieldsGroup .custom-upload .upload-container {
    display: flex;
    padding: 0;
    padding-right: 22px;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.fieldsGroup .custom-upload .upload-container input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.fieldsGroup .custom-upload .upload-container .custom-placeholder {
    color: #a9a9a9;
    padding: 10px 0;
}
.fieldsGroup .custom-upload .upload-container .custom-btn {
    border-radius: 5.39px;
    background: var(--p-2-shases-100, var(--Brand-400-Safa-bronze-light));
    padding: 10px 32px;
    color: #fff;
}

.fieldsGroup .custom-upload .upload-details-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.fieldsGroup .custom-upload .upload-details {
    display: flex;
    align-items: center;
    gap: 9px;
}
.fieldsGroup .custom-upload .upload-details .file-name {
    color: #3f4254;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.496px;
}
.fieldsGroup .custom-upload .upload-details .file-remove {
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    display: flex;
}
.fieldsGroup .custom-upload .upload-details .file-remove::before {
    content: url(../images/remove-file.svg);
}
.fieldsGroup .custom-upload .upload-details .file-remove {
}

.form-group.uplodFiles .dropzone-select.dz-clickable {
}

.form-group.uplodFiles .dropzone-select.dz-clickable .dz-m-mainBtn {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.form-group.uplodFiles .dropzone-select.dz-clickable .dz-m-mainBtn .btn {
    border-radius: 5.39px;
    background: var(--Brand-400-Safa-bronze-light);
    color: #fff;
    font-size: 18px;
    padding: 8px 30px;
    position: relative;
    text-transform: capitalize;
}

.form-group.uplodFiles
    .dropzone-select.dz-clickable
    .dz-m-mainBtn
    .placeholder-dz {
    border-radius: 6px 0px 0px 6px;
    border: 1px solid rgba(238, 238, 238, 0.93);
    background: rgba(255, 255, 255, 0.93);
    height: 45px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    border-right: 0;
    margin-right: -5px;
    /* justify-content: end; */
    padding-right: 20px;
    color: #6c757db8;
    text-transform: capitalize;
    padding-left: 22px;
}

.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete {
}

.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(179, 53, 35, 1);
    color: rgba(179, 53, 35, 1);
    display: flex;
    align-items: center;
    padding-top: 2px;
    justify-content: center;
}

.dropzone.dropzone-queue
    .dropzone-item
    .dropzone-toolbar
    .dropzone-delete:hover
    > i {
    color: rgba(179, 53, 35, 1);
}

.dropzone.dropzone-queue
    .dropzone-item
    .dropzone-file
    .dropzone-filename
    strong {
    display: inline-flex;
    color: #b5b5c3;
    font-size: 12px;
}

.dropzone.dropzone-queue .dropzone-item {
    padding: 0.5rem 0rem;
}

.dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-filename {
    color: #3f4254;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.footerForm {
    position: absolute;
    bottom: 0;
}

.footerForm .titleFooterForm {
}

.footerForm .titleFooterForm h3 {
    color: #4c3c2a;
    font-size: 22px;
    margin-bottom: 12px;
}

.footerForm .infoFooterForm {
}

.footerForm .infoFooterForm ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.footerForm .infoFooterForm ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group.uplodFiles {
    margin-bottom: 30px;
}

.footerForm .infoFooterForm ul li img {
}

.footerForm .infoFooterForm ul li img a {
}

.select2-container--default
    .select2-selection--single.selectSingleContainer
    .select2-selection__rendered {
    color: #725a40 !important;
}

@media (max-width: 991px) {
    .footerForm {
        position: relative;
        margin-top: 50px;
    }
    .footerForm .infoFooterForm ul {
        flex-direction: column;
        align-items: start;
    }

    .mainForm .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .form-group.StartRate {
        flex-direction: column;
        gap: 24px;
    }

    .form-group.StartRate .titleStartRate h3 {
        font-size: 18px;
    }

    .form-group.radio.agreement {
        flex-direction: column;
        gap: 16px;
        align-items: start;
    }

    .form-group.radio.agreement .allRadio .card-radio-btn .card.card-body {
        width: 110px;
        padding: 10px;
        padding-right: 56px;
    }

    .mainSinglBlog .ContentBlog > h2 {
        font-size: 22px;
    }
}

/** End From **/

/** Start Feature About  **/

.FeatureAbout {
    margin-bottom: 0 !important;
}

.FeatureAbout .boxAbout {
    text-align: center;
}

.FeatureAbout .boxAbout .iconAbout {
    position: relative;
    margin-bottom: 30px;
}

.FeatureAbout .boxAbout .iconAbout::after {
    content: "";
    position: absolute;
    right: 46%;
    top: 45%;
    width: 55px;
    height: 55px;
    background-color: #c38a67;
    border-radius: 50%;
    transform: translateY(-50%);
}

.FeatureAbout .boxAbout .iconAbout img {
    position: relative;
    z-index: 1;
    mix-blend-mode: multiply;
}

.FeatureAbout .boxAbout .infoAbout {
}

.FeatureAbout .boxAbout .infoAbout h3 {
    color: #5f4b35;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.6;
}
.FeatureAbout .boxAbout .infoAbout p {
    width: 80%;
    margin: auto;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

@media (max-width: 991px) {
    .FeatureAbout .boxAbout {
        margin-bottom: 50px;
    }

    .FeatureAbout .boxAbout .iconAbout {
        margin-bottom: 18px;
    }
}

/** End Feature About  **/

/** Start Our Team **/
.ourTeam {
}

.ourTeam .boxsOurTeam {
    margin-top: 45px;
}

.ourTeam .boxOurTeam {
    text-align: center;
    margin-bottom: 48px;
}

.ourTeam .boxOurTeam > img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 14px;
}

.ourTeam .boxOurTeam h3 {
    color: #5f4b35;
    font-weight: 700;
    font-size: 22px;
}

.ourTeam .boxOurTeam p {
    color: #5f4b35;
    font-weight: 500;
    font-size: 18px;
}

.ourTeam .boxOurTeam .socailLinks {
    justify-content: center;
    margin-top: 10px;
}

.ourTeam .boxOurTeam .socailLinks li {
}

.ourTeam .boxOurTeam .socailLinks li a {
}

@media (max-width: 991px) {
    .ourTeam .mainTitle {
        text-align: center;
    }
}

/** End our Team **/

/** Start Services Safa **/
.servicesSafa {
}

.servicesSafa .container {
    border-radius: 40px;
    background: #d1d3d4;
    padding: 37px;
    position: relative;
    overflow: hidden;
}

.servicesSafa .container::after {
    content: url(../images/services/pattern.png);
    position: absolute;
    top: 0;
    left: 0;
}

.servicesSafa .mainTitle {
    text-align: center;
}

.servicesSafa .mainTitle p {
    width: 55%;
    margin: auto;
    overflow: hidden;
}

.listServices {
    padding-top: 30px;
}

.listServices .boxServices {
    display: flex;
    gap: 16px;
    border-radius: 15px;
    background: #fff;
    align-items: center;
    padding: 32px 16px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    transition: 0.5s;
}

.listServices .boxServices:hover {
    box-shadow: 0 12px 2px -2px var(--Brand-400-Safa-bronze-light);
}

.listServices .boxServices .imgService {
    width: 68px;
    height: 68px;
    flex: 0 0 auto;
    position: relative;
}

.listServices .boxServices .imgService::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #c38a67;
    border-radius: 50%;
    right: 0;
    z-index: 0;
}

.listServices .boxServices .imgService img {
    position: absolute;
    z-index: 1;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
}

.listServices .boxServices h3 {
    color: #2c1600;
    font-size: 18px;
    font-weight: 700;
}

/** End Services Safa **/

/** Start Main Slider **/

.mainSliderSec {
}

.mainSliderSec .mainSlider {
    direction: ltr;
}
.mainSliderSec .item {
}

.mainSliderSec .item .Sliderbackground {
}

.mainSliderSec .item .Sliderbackground .ImgMainSlider {
}

.mainSliderSec .item .Sliderbackground .ImgMainSlider img {
}

.mainSliderSec .item .Sliderbackground .SliderMarkers {
}

.mainSliderSec .item .Sliderbackground .SliderMarkers .markSlider {
    position: absolute;
    top: 90px;
    left: 85px;
    transform: scale(1);
    direction: rtl;
}

@keyframes grow {
    to {
        width: 50px;
    }
}

@keyframes grow150 {
    to {
        width: var(--from-width);
    }
}

@keyframes displayBolok {
    to {
        visibility: visible;
        opacity: 1;
    }
}

.mainSliderSec
    .owl-item.active
    .item
    .Sliderbackground
    .SliderMarkers
    .markSlider::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 0;
    margin-top: -61px;
    background: white;
    transform: rotate(60deg);
    transform-origin: right;
    animation: grow 0.5s linear forwards;
    right: 24px;
    top: 50px;
}
/*
.mainSliderSec .owl-item .item .Sliderbackground .SliderMarkers .markSlider .lineWidth{

} */

.mainSliderSec
    .owl-item.active
    .item
    .Sliderbackground
    .SliderMarkers
    .markSlider
    .lineWidth {
    height: 2px;
    position: absolute;
    width: 0;
    margin-top: -104px;
    background: white;
    transform-origin: right;
    animation: grow150 0.5s linear forwards;
    right: 48px;
    top: 50px;
    animation-delay: 0.5s;
    opacity: 1;
    visibility: visible;
}

.mainSliderSec .item .Sliderbackground .SliderMarkers .markSlider img {
    width: 50px;
    height: 50px;
}

.mainSliderSec .owl-item.active .item .Sliderbackground .SliderMarkers span {
    position: absolute;
    top: -100px;
    display: block;
    visibility: hidden;
    opacity: 0;
    width: max-content;
    right: 54px;
    color: #fff;
    font-size: 27px;
    animation: displayBolok 1s linear forwards;
    animation-delay: 0.5s;
    font-weight: 700;
}

.Sliderbackground .titleSlider {
    position: absolute;
    right: 5%;
    bottom: 9%;
}

.Sliderbackground .titleSlider h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
/* .Sliderbackground .titleSlider h2{

width: 800px;
padding: 20px;
height: auto;
font-family: sans-serif;
font-size: 40px;
margin: 200px auto;
color: #fff;
font-weight: bold;
background: #000
} */
.customDotsData {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.customDotsData #carousel-custom-dots {
    list-style: none;
    padding: 0;
}

.customDotsData #carousel-custom-dots li.owl-dot-custom {
    padding: 13px;
    background: rgba(255, 255, 255, 0.73);
    margin-bottom: 40px;
    border-radius: 30px;
    transition: 0.5s;
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.customDotsData #carousel-custom-dots li.owl-dot-custom.active {
    background: #fff;
}

.customDotsData #carousel-custom-dots li.owl-dot-custom > div {
    flex-direction: column;
}

.customDotsData #carousel-custom-dots li.owl-dot-custom img {
    width: 203px;
    height: 122px;
    border-radius: 30px;
}

.customDotsData #carousel-custom-dots li.owl-dot-custom h6 {
    color: #2d1600;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
.customDotsData #carousel-custom-dots li.owl-dot-custom:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .listServices .boxServices .imgService {
        width: 40px;
        height: 40px;
    }

    .listServices .boxServices .imgService img {
        width: 40px;
    }

    .listServices .boxServices {
        padding: 20px 6px;
        gap: 8px;
    }

    .servicesSafa .mainTitle p {
        width: 100%;
    }

    .customDotsData #carousel-custom-dots li.owl-dot-custom img {
        width: 60px;
        height: 43px;
    }

    .customDotsData #carousel-custom-dots li.owl-dot-custom h6 {
        font-size: 20px;
    }

    .customDotsData #carousel-custom-dots li.owl-dot-custom {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 15px;
        height: 72px;
    }
    .customDotsData #carousel-custom-dots {
        display: flex;
        gap: 14px;
        justify-content: space-evenly;
    }

    .mainSliderSec {
        padding-bottom: 90px !important;
    }

    .customDotsData {
        right: 50%;
        top: auto;
        bottom: -32px;
        transform: translateX(50%);
        width: 100%;
    }

    .mainSliderSec .item .Sliderbackground .SliderMarkers .markSlider {
        transform: scale(0.4);
    }

    .customDotsData #carousel-custom-dots li.owl-dot-custom {
        height: 70px;
        width: 160px;
    }

    .customDotsData #carousel-custom-dots li.owl-dot-custom img {
        width: 43px;
        height: 43px;
    }

    .Sliderbackground .titleSlider {
        bottom: 3%;
    }

    .Sliderbackground .titleSlider h2 {
        font-size: 20px;
    }
}

/** End Main Slider **/

/** Start Map  **/

.mapSection {
    position: relative;
    z-index: 1;
    margin: 0 !important;
}

.controlMap {
    padding-top: 30px;
    margin-top: 6px;
    border-top: 1px solid #00000024;
}

.controlMap .BtnsCity {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 14px;
}

.controlMap .BtnsCity .BtnCity {
    font-size: 20px;
    color: #2c1600;
    padding: 12px 14px;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.5s;
}

.controlMap .BtnsCity .BtnCity.active {
    background: var(--mainColorDerken);
    color: #fff;
}
.controlMap .BtnsCat .BtnCat.active {
    background: var(--mainColorDerken);
    color: #fff;
}

.controlMap .contentCity {
    margin-top: 40px;
}

.controlMap .contentCity .subContent {
    padding: 0;
}

.controlMap .contentCity .subContent li.active {
    display: block;
    opacity: 1;
}

.controlMap .contentCity .subContent li {
    display: none;
    opacity: 0;
    transition: 0.7s;
}

.controlMap .contentCity .subContent li > h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 18px;
}

.controlMap .contentCity .subContent li > p {
    font-size: 18px;
    color: #7c7a78;
    text-align: justify;
}

.controlMap .contentCity .subContent li > .statiMap {
}

.controlMap .contentCity .subContent li > .statiMap .row > div {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.controlMap .contentCity .subContent li > .statiMap .imgStatiMap {
}

.controlMap .contentCity .subContent li > .statiMap .imgStatiMap img {
}

.controlMap .contentCity .subContent li > .statiMap .infoStatiMap {
}

.controlMap .contentCity .subContent li > .statiMap .infoStatiMap h5 {
    color: #2d1600;
    font-size: 18px;
}

.controlMap .contentCity .subContent li > .statiMap .infoStatiMap p {
    color: #2d1600;
    font-size: 28px;
    font-weight: 700;
}

@media (max-width: 991px) {
    #map {
        height: 400px !important;
    }
    .controlMap .contentCity .subContent {
        margin-bottom: 25px;
    }
    .controlMap .contentCity .subContent li > .statiMap .row > div {
        gap: 10px;
        align-items: center;
    }

    .controlMap {
        border: none;
    }

    .controlMap .BtnsCity {
        border-bottom: 1px solid #00000024;
        padding-bottom: 26px;
    }

    .controlMap .contentCity {
        margin-top: 24px;
    }

    .controlMap .contentCity .subContent li > h3 {
        font-size: 30px;
    }

    .controlMap .contentCity .subContent li > p {
        font-size: 16px;
    }

    .controlMap .contentCity .subContent li > .statiMap .infoStatiMap h5 {
        font-size: 14px;
    }

    .controlMap .contentCity .subContent li > .statiMap .infoStatiMap p {
        font-size: 18px;
    }

    .controlMap .contentCity .subContent li > .statiMap .imgStatiMap img {
        width: 44px;
    }
}
/** End Map  **/

/** Start Twitter **/

.twitterBox {
    border: 1px solid rgb(238, 238, 238);
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10.5778px 21.1556px 0px;
    padding: 30px;
    margin: 20px;
    margin-bottom: 30px;
}

.twitterBox .twitterHeader {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    margin-bottom: 15px;
}

.twitterBox .twitterHeader .LogoTwitter {
}

.twitterBox .twitterHeader .LogoTwitter img {
    position: absolute;
    left: 0;
    width: 38px;
    top: 50%;
    transform: translateY(-60%);
}

.twitterBox .twitterHeader .ImgLogoSafa {
}

.twitterBox .twitterHeader .ImgLogoSafa img {
    width: 62px;
    height: 62px;
}

.twitterBox .twitterHeader .ImgLogoSafa img {
}

.twitterBox .twitterHeader .nameSafa {
}

.twitterBox .twitterHeader .nameSafa .RealName {
    position: relative;
}

.twitterBox .twitterHeader .nameSafa .RealName span {
    color: #14171a;
    font-size: 18px;
    font-weight: 600;
}

.twitterBox .twitterHeader .nameSafa .RealName img {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}

.twitterBox .twitterHeader .nameSafa .UserName span {
    color: #657786;
    font-size: 17px;
}

.twitterBody .content {
    font-size: 16px;
    margin-bottom: 16px;
}

.twitterBody .content a {
    color: #1d9bf0;
}

.twitterBody .ImgContent {
}

.twitterBody .ImgContent img {
    height: 170px;
    object-fit: cover;
    border-radius: 6px;
}

.twitterBody .timesDate {
}

.twitterBody .timesDate ul {
    list-style: none;
    display: flex;
    padding: 0;
    color: #657786;
    margin-top: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e8ee;
}

.twitterBody .timesDate ul li {
    font-size: 17px;
    padding-left: 12px;
    position: relative;
}

.twitterBody .timesDate ul li::before {
    position: absolute;
    content: ".";
    color: rgb(101, 119, 134);
    left: 2px;
    top: 50%;
    transform: translateY(-67%);
    font-size: 24px;
}

.twitterBody .timesDate ul li:last-child::before {
    content: none;
}

.twitterFooter ul.statiTwitter {
    display: flex;
    padding: 0;
    list-style: none;
}

.twitterFooter ul.statiTwitter li {
    padding-left: 15px;
    text-transform: capitalize;
    color: #657786;
    margin-top: 12px;
}

.twitterFooter ul.statiTwitter li span {
    display: inline-block;
    padding-left: 5px;
    color: #14171a;
    font-weight: 700;
}

#twitterOwl .owl-controls {
    position: absolute;
    top: -100px;
    left: 0;
}

#twitterOwl {
    margin-top: 26px;
}

#twitterOwl .owl-controls .owl-nav [class*="owl-"] {
    background-color: rgba(247, 247, 247, 1);
}
/*
div#projectsHomeSider {

    direction: ltr;

} */
/*  */

/** End Twitter **/

.whatsappCall {
    position: fixed;
    bottom: 40px;
    left: 40px;
    background: #fff;
    padding: 10px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    z-index: 800;
    overflow: hidden;
}
video {
    max-width: 100%;
}
@media (max-width: 676px) {
    .whatsappCall {
        position: fixed;
        bottom: 40px;
        left: 40px;
        background: #fff;
        padding: 0px;
        width: 60px;
        height: 60px;
    }
    .heroSingleBlog .shareBlog {
        position: absolute;
        right: 15px;
        bottom: 30px;
        top: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        z-index: 9999;
    }
    .socailLinks.navbar-nav a img {
        width: 20px;
    }
}

.whatsappCall img {
    object-fit: cover;

    width: 100%;

    height: 100%;
}

/** Start  Project List  **/
.owlProjectlist {
    position: relative;
}

.owlProjectlist .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    top: 130px;
    justify-content: space-between;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.owlProjectlist .owl-dots {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.owlProjectlist.owl-theme .owl-dots .owl-dot span {
    background-color: var(--whiteColor);
}
.owlProjectlist.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--mainColor);
}

.owlProjectlist.owl-theme .owl-nav [class*="owl-"] {
    background-color: var(--whiteColor);
    width: 50px;
    height: 50px;
}

.owlProjectlist.owl-theme .owl-nav [class*="owl-"] img {
    width: 24px;
    height: 24px;
}
.owlProjectlist.owl-theme .owl-dots .owl-dot span {
    margin: 7px 3px;
}
/**  End  Project List   **/

/** Start No Result Search **/
.noResultProjects {
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    margin-top: 50px;
}

.noResultProjects .imgNoResult {
    margin-bottom: 30px;
}

.noResultProjects .imgNoResult img {
}

.noResultProjects h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.noResultProjects p {
    width: 30%;
}
.projectBoxs,
.projectBoxs .row {
    height: 100%;
}

@media (max-width: 991px) {
    .noResultProjects p {
        width: 60%;
    }

    .noResultProjects .imgNoResult img {
        width: 150px;
    }
}
/** End No Result Search **/

.toastify {
    background: var(--Brand-400-Safa-bronze-light) !important;
}
.btnVideo.projectBtn {
    background-color: #5f4b35;
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    padding-top: 25px;
}
.btnVideo.projectBtn::before {
    border: 2px solid #5f4b35;
}
.btnVideo.projectBtn::after {
    border: 2px solid #5f4b35;
}
.btnVideo.projectBtn img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.tabsContentOwl .nav-item:not(.active) {
    background-color: #eee;
    display: inline-block;
    padding: 3px 28px;
    border-radius: 12px;
}
.heroSingleProject .shareBlog {
    transform: rotate(-90deg);
    left: -82px;
    right: unset;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
h5,
p {
    line-height: 1.7;
}
.projectBoxs .box .BtnBox .mainBtn:hover {
    color: var(--mainColorDerken);
}
@media (min-width: 676px) {
    .all {
        max-width: 90%;
    }
}

.all h5 {
    color: #4d5356;
    line-height: 34px;
}
/* .statiSection .mainBtn:hover{
    color: #fff !important;
}
.statiSection .mainBtn:hover::after{
background-color: #fff !important;
}
.statiSection .mainBtn::after{
   color: #C38A67;
} */
.statiSection .mainBtn:hover::after {
    background-color: var(--Brand-400-Safa-bronze-light) !important;
}
@media (min-width: 992px) {
    #projectsHomeSider .owl-nav {
        width: 100%;
        right: unset !important;
    }
    #projectsHomeSider .owl-nav .owl-prev {
        right: 102%;
        position: absolute;
    }
    #projectsHomeSider .owl-nav .owl-next {
        position: absolute;
        left: 102%;
    }
    #projectsHomeSider .owl-prev::after,
    #projectsHomeSider .owl-prev::before,
    #projectsHomeSider .owl-next::after,
    #projectsHomeSider .owl-next::before {
        content: unset;
    }
    #projectsHomeSider .owl-nav .disabled {
        background: unset !important;
    }
}


/*New Design*/
.box .plus
{
    left: 20px;
    right: auto !important;
}
.filter-section .searchName i
{
    left: 0;
    right: auto !important;
}
.units .unit .plus
{
    left: 10px;
    right: auto !important;
}
.units .unit .label
{
    right: 10px;
    left: auto !important;
}
.dropdown-toggle-2
{
    font-size: 14px;
}
.dropdown-toggle-2:hover
{
    color: #ffffff;
}
.dropdown-menu-2
{
    position: absolute;
    left: -252px;
    top: 0;
    padding: 28px;
    width: 250px;
    border-radius: 12px;
    background: #383d40;
    margin-top: 16px;
    border-right: 1px solid #ad7b5b;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px); /* slide down effect */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.dropdown-toggle-2 .vendor_icon,
.dropdown-toggle-2 .constructor_icon
{
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px); /* slide down effect */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.vendors:hover .vendors-menu,
.contractors:hover .contractors-menu,
.vendors:hover .vendor_icon,
.contractors:hover .constructor_icon
{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@media (min-width: 993px) and (max-width: 1024px)
{
    .navbar {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }
    .navbar-dark .navbar-nav .nav-link.mainBtn {
        padding: 0 !important;
        background: transparent !important;
        color: #fff !important;
        display: block !important;
        border-radius: 0 !important;
    }
    .navbar-dark .navbar-brand
    {
        margin: 0 10px !important;
    }
    .heroHome
    {
        height: 600px !important;
    }
    .heroHome video
    {
        min-height: auto !important;
    }
    .heroHome .container
    {
        height: 500px !important;
    }
    .btnsFooter,.tabsContentOwl #markermedia
    {
        display: none;
    }
    .media .tabsContentOwl .nav-item.active
    {
        padding-right: 0;
    }
    .media .tabsContentOwl
    {
        margin-top: 50px;
    }
    .tabsContentOwl .nav-item:not(.active)
    {
        padding: 0;
    }
}
